@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "DM Sans", sans-serif;
    transition: all .3s;
    background-color: #f9f6f1;
    overflow-x: hidden;
}

:root {
    --primary_color: #2B1463;
    --secondary_color: #fcf3f3;
    --circle_color:#f8c5c8;
  }
.text_primary{
    color: var(--primary_color);
}
.bg_primary{
    background-color: var(--primary_color);
}

.bg_secondary{
    background-color: var(--primary_color);
}

.navbar-brand{
    font-weight: 700;
    font-size: 32px;
}
.call-btn{
    text-decoration: none;
    color: #fff;
}
.nav-item{
    margin: 0px 12px;
}
.active_nav{
    color: var(--primary_color) !important;  
    font-weight: 700 !important;
    text-decoration: underline; 
}
/* .banner_section---start---here   */
.nav-link{
    font-weight: 500;
    color: black !important;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.navbar .navbar-nav .nav-item {
    position: relative;
  }
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    background-color: var(--primary_color);
    width: 0%;
    height: 2px;
    transition: all 0.5s;
  }
  .navbar .navbar-nav .nav-item:hover::after {
    width: 60%;
  }
.navbar{
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.356);
    border-radius:0 0 55px 55px ;
}
.banner_section{
    background-image: url('../images/banner-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-heading{
    line-height: 1.5;
    font-weight: 700;
}
.text-justify{
    text-align: justify;
}
.zipcode_section{
    background-color: var(--primary_color);
}
.zip_code{
    border: 2px solid #fff;
    border-radius: 52px;
    height: 60px;
}
.zip_code input{
    all: unset;
    width: 100%;
    color: #fff;
}

.zip_code-btn button{
    all: unset;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 52px;
    text-align: center;
    cursor: pointer;
    padding: 12px 54px;
    font-size: 18px;
}
.zip_code input::placeholder{
 color: #fff;
}
.layer_rounded{
    border-radius: 0 0 55px 55px;
}
/* .banner_section---ends---here  */
/* service-section-start-here   */
.service_card span{
    font-weight: 500;
}
.circle_box{
    height: 350px;
    width: 350px;
    border-radius: 100%;
    background-color: var(--primary_color);
    color: #fff;
    display: flex;
    padding: 15px;
    justify-content: center;

}
.circle_icons{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: var(--primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -10%;
    left: 35%;
}

.circle_icons-hdtv{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: var(--primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle_img-box{
    position: absolute;
    top: 0;
    left: -5%;
    transition: all .3s;
}
.circle_img-box:hover{
    position: absolute;
    top: 12%;
}
/* service-section-end-here   */
/* home-tv_section---start---here   */
.home-tv_content{
    font-weight: 700;
}
.home-tv_btn button{
    all: unset;
    color: #fff;
    background-color: #000;
    font-size: 22px;
    padding: 5px 15px;
}
/* home-tv_section---ends---here   */

/* <!-- home-card_section---start---here  -->  */
.bg_card{
    background: url('../images/Explore-Ore-Deals.png') no-repeat center;
    background-size: contain; 
    height: 550px;
    width: 100%;
}
.home-card_box{
    border-radius: 46px;
    font-weight: 600;
    height: 100%;
    margin-top: -24px;
    width: 325px;
    cursor: pointer;
    line-height: 2.1;
}
.home-card_box:hover{
    background:  url('../images/price.png') no-repeat center;
    background-size: cover;
}
.home-card_box h3{
      font-weight: 700;
}
.home-card-2{
    margin-left: 11%;
}
.home-card-3{
    margin-left: 21%;
}
.card_btn button{
    all: unset;
    color: #fff;
    background-color: #000;
    border-radius: 22px;
    font-size: 22px;
    padding: 2px 15px;
    margin: 15% 0 0 0;
}
/* <!-- home-card_section---ends---here  -->  */

/* hd-connection-section-start-here  */
.hd-connect_box{
    background: url('../images/pattens.png');
}
.hd-connect-title-box h3{
    position: absolute;
    bottom: 0;
}
.hd-connect-title-box{
    height: 350px;
    width: 250px;
    background-color: var(--primary_color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: end;
    border-radius: 52px
}
.hd-connect-title-img{
    position: absolute;
    top: 0;
}
.security_list-box{
    background-color: var(--primary_color);
    color: #fff;
}
.hd_icon-content a{
    all: unset;
    cursor: pointer;
}
.banner_call_btn_sec button{
    border-radius: 22px;
    font-size: 24px;
}
/* hd-connection-section-ends-here  */

/* .internet-agency_content ------section */
.internet-agency_content h2{
    font-weight: 700;
}
.agency-btn button{
    all: unset;
    color: #fff;
    background-color: #000;
    border-radius: 12px;
    font-size: 28px;
    padding: 5px 25px;
}
.channel-num_box{
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: var(--primary_color);
    color: #fff;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
}
/* .internet-agency_content----sectoion  */
.plan_circle-1{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--primary_color);
    /* outline: 2px solid #fff; */
    color: white;
    font-weight: 700;
    position: absolute;
    top: -50px;
    right:-18%;
    font-size: 1.5rem;
    text-align: center;
}

.about_service_card {
    /* max-width: 30%; */
    width: 80%;
    background-color: #fcf3f3;
    padding: 12px 20px;
    border-radius: 28px 0px 0px 28px;
}
.about_card{
    height: 90%;
    width: 200px;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    background-color: var(--primary_color);
    text-align: end;
}
.about_card h1{
    font-weight: 800;
    /* font-size: 48px; */
    padding-top: 80px;
    padding-left: 30px;
}
.about_card-title{
    font-weight: 800;
    /* font-size: 58px; */
}
.about_card-title span{
    color: var(--primary_color)
}
.image-list_box{
    margin-top: 10%;
    margin-left: -30%;
}



.price_section{
    background-image: url('../images/price-section-bg.png')
}
 
.price_nav_link{
    border-radius: 50% !important;
    background-color: #ffffff !important;
    color: var(--primary_color) ;
}
.price_nav_link.active{
     color: #fff !important;
    background-color: var(--primary_color) !important;

}
.price_content-list{
    /* list-style: "."; */
    list-style-type: circle;
    
}
.price_content-list li{
font-size: 28px;
font-weight: 400;
}
.price_nav_link:focus{
     
    background-color: var(--primary_color) !important;
color: #ffffff !important;
border: none;
}
.nav-tabs {
    border-bottom: none !important;
}
.price-heading{
    font-size: 48px;
    font-weight: 800;
}
.plan-title{
    font-size: 22px;
    font-weight: 700;
}
.plan_circle{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--primary_color);
    outline: 2px solid #fff;
    color: white;
    font-weight: 700;
    position: absolute;
    top: -50px;
    right:130px;
    font-size: 1.1rem;
    text-align: center;
}
.plan-price{
    font-size: 38px;
}
.feature_box{
    background-color: var(--primary_color);
    border-radius: 20px; 
}
 
.footer-section ,.hero_section{
    background-color: #242841;
}
.plan_circle{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: var(--primary_color);
    outline: 2px solid #fff;
    color: white;
    font-weight: 700;
    position: absolute;
    top: -50px;
    right:130px;
    font-size: 1.1rem;
    text-align: center;
}
.plan-price{
    font-size: 22px;
}
.image_box img{
    border-radius: 50px 0 0 50px;
}
.card_item p{
    font-size: 10px;
}

.price_content{
    list-style-image: url('./asset/images/list-style.png') !important;
}

.navbar-light .navbar-nav .nav-link:active{ 
    background-color: var(--primary_color);
    color: white !important;
    border-radius: 12px 12px 0 0;
}

.navbar-light .navbar-nav .nav-link:focus-within{ 
    background-color: var(--primary_color);
    color: white !important;
    border-radius: 12px 12px 0 0;
}
.navbar-light .navbar-nav .nav-link:focus{ 
    background-color: var(--primary_color);
    color: white !important;
    border-radius: 12px 12px 0 0;
}
.list-box{
    max-width: 350px;
    /* font-size: 12px; */
}
.layer_last{
    border-radius: 22px;
}

.card_item_img img{
    border-radius: 80px;
    padding: 12px;
}
.card_content p{
    border-left: 6px solid white;
    padding-left: 12px;
    text-align: justify;
}
@media screen and (max-width:666px) {
    .card_content p{
        border-left: none;
        padding-left: 0px;
        text-align: justify;
    }
}



.price-card{
    background-color: #f1e0e0;
    border-radius: 18px;
}

.abc{
    width: calc(100% - 90px);
    background-color: bisque;
    padding: 18px 0;
    border-radius: 0 30px 30px 0;
}

.primary_color{
    background-color: #e10419;
  
}
.card_img{
 

}
.card_img img{
    border-radius: 80px;

}
.card_img::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    max-height: 100px;
    height: 100px;
    max-width:250px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}
.price-card:hover .card_bg{
    visibility: visible;
    background-color: #e10419;
    border-radius: 65px;
    rotate: 7deg;
    transition: all .4s ease-in-out;
}
.price-card:hover .card_img_image{
    rotate: -7deg !important;
    transition: all .4s ease-in-out;

}
/* .card_img:hover .card_bg{
    visibility: visible;
    background-color: #e10419;
    border-radius: 65px;
    rotate: 7deg;
    transition: all .4s ease-in-out;
}
.card_img:hover .card_img_image{
    rotate: -7deg !important;
    transition: all .4s ease-in-out;

} */
.card_padding{
    padding: 20px;
}
.abc span sup{
    font-size: 1rem;
    font-weight: 900;
}
.abc span{
    font-size: 1rem;
    font-weight: 900;
}
.icon_card_circle{
    width: 60px;
    height: 60px;
    font-size: 30px;     
    border-radius: 50%;
     background-color: bisque;

}
.text-justify{
    text-align: justify;
}
.price_card_call_btn{
    width: calc(100% - 90px);
    background-color: #e9e9e9;
    padding: 20px 0;
    border-radius: 0 50px 50px 0;
    color: black !important;
}
.card_call_btn{
    font-size: 24px;
    font-weight: 800;
    color: black;
}

.price-card:hover .price_card_call_btn{
    background-color: #e10419;
    transition: all .7s ease-in-out;
    color: white !important;

}
.price-card:hover .card_call_btn{
    color: white;
}


.price-card{
    background-color: #f1e0e0;
    border-radius: 18px;
}
.abc{
    width: calc(100% - 90px);
    background-color: bisque;
    padding: 18px 0;
    border-radius: 0 30px 30px 0;
}
.primary_color{
    background-color: #e10419;
  
}
.text_primary{
    color: var(--primary_color);
}
.card_img{
 

}
.card_img img{
    border-radius: 80px;

}
.card_img::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    max-height: 100px;
    height: 100px;
    max-width:250px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}
.price-card:hover .card_bg{
    visibility: visible;
    background-color: #e10419;
    border-radius: 65px;
    rotate: 7deg;
    transition: all .4s ease-in-out;
}
.price-card:hover .card_img_image{
    rotate: -7deg !important;
    transition: all .4s ease-in-out;

}
/* .card_img:hover .card_bg{
    visibility: visible;
    background-color: #e10419;
    border-radius: 65px;
    rotate: 7deg;
    transition: all .4s ease-in-out;
}
.card_img:hover .card_img_image{
    rotate: -7deg !important;
    transition: all .4s ease-in-out;

} */
.card_padding{
    padding: 20px;
}
.abc span sup{
    font-size: 1rem;
    font-weight: 900;
}
.abc span{
    font-size: 1rem;
    font-weight: 900;
}
.icon_card_circle{
    width: 60px;
    height: 60px;
    font-size: 30px;     
    border-radius: 50%;
     background-color: bisque;

}
.text-justify{
    text-align: justify;
}
.price_card_call_btn{
    width: calc(100% - 90px);
    background-color: #e9e9e9;
    padding: 20px 0;
    border-radius: 0 50px 50px 0;
    color: black !important;
}
.card_call_btn{
    font-size: 24px;
    font-weight: 800;
    color: black;
}
.price-card:hover .price_card_call_btn{
    background-color: #e10419;
    transition: all .7s ease-in-out;
    color: white !important;

}
.price-card:hover .card_call_btn{
    color: white;
}
.sidebar_section{
    background-color: var(--secondary_color);
    /* width: 30%; */
    border-radius: 30px 0px 0px 30px;
}
.sidebar_section::before{
    background-color: var(--secondary_color);
    max-width: 100%;
    width: 50% !important;

    display: block;
    height: 100%;
}
.service_icon{
    /* background-color: var(--circle_color); */
    max-height: 100px;
    height: 50px;
    max-width: 100px;
    width: 50px;
    border-radius: 50%;
}
.service_icon_img{
    top: -20px;
    right: -10px;
}
.service_card{
    margin: 12px 0;
}
.service_card p{
    /* max-width: 180px; */
    line-height: 1.3;
}
.service_card h5{
    font-weight: 800;
}

.about_image{
    /* padding: 3rem !important; */
}
.about_image img{
    border-radius: 30px 0 0 30px;
    border: 2px solid white;

}
.about_main::before{
    content: 'About';
    text-align: center;
    padding-top: 5%;
    /* padding-top: 30px; */
    color: white;
    font-weight: 800;
    font-size: 32px;
    position: absolute;
    /* left: -1%; */
    /* top: -5%; */
    background-color: #e10419;
    max-width: 200px;
    width: 200px;
    display: block;
    height: 100%;
    border-radius: 50px 0 0 50px;
}
.about_section{
    /* max-width: 70%; */
    /* margin-left: -5%; */
}
.about_heading h2{
    font-size: 3rem;
    font-family: 'Unbounded', sans-serif;
    font-weight: 800;
}



@media screen and (max-width:998px) {
    .about_heading h2{
        font-size: 2rem;
        
    }
}

@media (min-width:999px) and (max-width:1440px) {
    .about_heading h2{
        font-size: 2rem;
        
    }
}


.ratio_image{
    --bs-aspect-ratio: calc(3 / 4 * 70%);
}

.btn_close{
    top: -15px;
    right: -20px;
}
.footer_section{
    font-family: var(--bs-font-sans-serif);
}
.modal-dialog{
    transform: translate(0%, 50%) !important;
}

.footer_section{
    background-image: url('../images/price-section-bg.png')

}
.read_more_btn:hover{
    color: white;
}

.about_image img{
    position: relative;
    z-index: 999;
}


.about_image img{
    position: relative;
    height: 300px;
}

.about_content{
    position: relative;
}

@media screen and (max-width:555px) {
    .about_main::before {
        content: 'About';
        text-align: center;
        padding-top: 5%;
        /* padding-top: 30px; */
        color: white;
        font-weight: 400;
        font-size: 21px;
        position: absolute;
        /* left: -1%; */
        /* top: -5%; */
        background-color: #e10419;
        max-width: 105px;
        width: 200px;
        display: block;
        height: 100%;
        border-radius: 50px 0 0 50px;
    }
}

@media (min-width:526px) and (max-width:766px) {
    .about_main::before{
        max-width: 130px;
    }
}

@media (min-width:1199px) and (max-width:1439px){
    .about_main::before {
        height: 90%;
    }
     
}


@media (min-width:1199px) {
    
    .sidebar_section {   
        background-color: var(--secondary_color);
        width: 30%;
        border-radius: 30px 0px 0px 30px;        
    }
    .about_section{
        margin-left: -3%;
    }
}

@media (min-width:999px) and (max-width:1199px) {
    .about_content p{
        font-size: 14px;
    }
}

@media (min-width:999px) and (max-width:1440px) {
    
    .service_card span{
        font-size: 14px !important;
    }
}


.card_icon_section{
    display: none;
}

 .internet_banner{
    background-image: url('../images/banner-bg-img-2internet.png');
 }
 .hdtv_banner{
    background-image: url('../images/banner-bg-img-2hdtv.png');
 }
 .bundle_banner{
    background-image: url('../images/banner-bg-img-2bundle.png') !important;
 }
 .contact_banner{
    background-image: url('../images/contact.png');
 }

 .contact_card_image img{
    border-radius: 30px;
 }
 .card_image{
    height: 60px;
    width: 60px;
    background-color: var(--primary_color);
    border-radius: 50%;
    text-align: center;
    padding: 10px 12px;
    color: white;
    font-size: 28px;
 }
 .card_info{
    margin-left: 10px;
 }

 .fa-solid{
    /* background-color: #000;
    border-radius: 30%;
    padding: 10px;
    color: #ffffff; */
 }

 .btn_close{

    background-color: #000;
    border-radius: 30%;
    padding:4px 10px;
    color: #ffffff; 
 }

 /* bundle page css  */
 .bundle-it_title{
    font-weight: 700;
 }
 .bundle-it_list{
    font-size: 22px;
 }
 .list_span{
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary_color);
    color: #fff;
    border-radius: 12px 0px;
 }
 .list_span2{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary_color);
    color: #fff;
    border-radius: 50%;
 }
 .digital-bundle_section{
    background: url('../images/digital-bundle-banner.png') no-repeat;
    background-size: cover;
 }