@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@100@200@300@400@500@600@700@800,;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Nunito sans',sans-serif;
    scroll-behavior: smooth;
    
}
body{
    background-color: #f2f4f5;
    font-family: 'Nunito sans',sans-serif;
}
.header hr{
    color:black;
    margin-top: -10px;
    margin-bottom: 0px; 
    padding-bottom: 0px;
}
.airtel_part a{
    text-decoration: none; 
    color: #6d6c6c;
    cursor: pointer;
}

.header{
 width: 100%;
 position: fixed;
 top: 0%;
 z-index: 100;
 height: 100px;
 background-color: #fff;
}

.airtel_part{
    background-color:#f5f5f5    ;
    min-height: 24px;
    display: flex;
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 1%;
}
.airtel_part ul{
    font-size: 10px;
    gap: 10px;
    position: absolute;
    left:57%;
    top:5px;
    list-style: none;
    text-transform:capitalize;
    display: flex;
    font-family: tondo, sans-serif;
    font-style: normal;
    font-weight: 300;

}
.airtel_part a:hover{
    color: black;
    text-decoration: none;
    font-weight:545;
    transition: .1s;
}
.main-content{
    width: 100%;
    display: flex;
}
.main-content .logo{
    width: 10%;
    /* background-color: red; */
    /* float: left; */
}
.main-content .logo img{
    width: 92px;
    /* height: 25px; */
    margin-top: 3%;
    margin-right: 3%;
}
.content-list{
    width: 70%;
    margin-left: 15px;
}
.prepaid h3{
    padding: 0%;
    padding: 20% 0 20% 0;
    margin: 0%;
    margin-top: -20%; 
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    
}
.prepaid:hover{
    color: red;
}
.prepaid h3:hover{
    color: red;
}
.prepaid ul,li {
    list-style: none;
}
.prepaid{
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.prepaid svg{
    margin-top: -1px;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.list li:hover{
    color: red;
}

.submenu ul {
    display: block;
    margin-top: 35px;
    margin-left: -80px;
}
.submenu ul a{
    text-decoration: none;
}
.submenu ul li:hover{
    color: red;
}
.submenu ul li{
    padding: 10px 0px;
    color: #797979;
}
.sub-list-1,
.sub-list-2,
.sub-list-3,
.sub-list-4,
.sub-list-5,
.sub-list-6,
.sub-list-7
{
    display: flex;
    position:absolute;
    flex-direction: column;
    color: black;
    left:25%;
    top: 54%;
    text-align: left;
    
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px,
                rgba(0, 0, 0, 0.3) -1px 0px 3px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.sub-list-2{
    left:30%;

}
.sub-list-3{
    left: 38%;
}
.sub-list-4{
    left: 46%;
}
.sub-list-5{
    left: 50%;
}
.sub-list-6{
    left: 58%;
}
.sub-list-7{
    left: 65%;
}
.submenu{
    display: none;
}
.sub-menu-1,.prepaid:hover .submenu{
    display: block;
    cursor:pointer;
}
.prepaid:hover .down-svg{
    transform: rotate(180deg);
    transition: 350ms;
    
}

.option{
    display: flex;
    gap: 15px;

}
.option a{
    text-decoration: none;
    color: black;
    font-size: 12px;
    
}
.option a #get-img{
    margin-left:4px;
}
.option a:hover{
    text-decoration: none;
    color: black;
}
.image-slider{
    height: 140px;    
    /* margin-top: 100px; */
}
.hite{
    height: 340px !important;
}
.image-slider img{
    height: 100%;
    margin-top: 500px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    margin-top: 40px;

}
.carousel-control.left{
    background-image: transparent;
    background: none;
}

.carousel-control.right{
    background-image: transparent;
    background: none;
}


.something{
    margin-top: -2px;
    height: 150px;
    width: 100%;
    display: flex;
    
    background-image: linear-gradient(135deg,#b00,#8d0000);
    
}
.something .sometext{
    
    width: 50%;
    height: 100%;
    
    
    
}

.something .sometext h1,h2{
    
    color: #fff;
    margin-left: 30%;
    

}
.something .sometext h1{
    margin-top: 5%;
}
.bnt-danger{
    background-color:red;
}
.btn-danger{
    background-color: red;
}
.something .someform{
    width: 50%;
    height: 100%;

}
.something .someform .form-menu{
    height: 40%;
    width: 70%;

}
.something .someform .recharge-box{
    height: 60%;
    width: 70%;
    border-radius: 5px;
}
.remenu{
width: 100%;
height: 60%;
display: flex;
justify-content: center;
align-items: center;
background-color: #fff ;
border-radius: 10px;

}
.something .someform .recharge-box .remenu input {
    border: none;
    margin: 10px;
    width: 70%;
    font-size: 16px;
    margin-left: 4%;
    text-transform: capitalize;
    border: none;
    border-top: none;
}
.something .someform .recharge-box .remenu form{
    width: 100%;
    display: flex;
    
}
.something .someform .recharge-box .remenu button{
    width: 100px;
    margin: 10px;
}
.form-menu ul{
    display: flex;
    justify-content: space-between;
    padding: 0 0 8px;
    margin: 0 0 12px;
    width: 100%;
    border-radius:0;
    padding-top: 0px;
    margin-top: 4%;
    
}
.form-menu ul li{
    margin-top: 1px;
    border: 2px solid #fff;
    padding: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 5px;
}
a .square{
    background-color: red
}
.quick-actions-container {
    margin-left: 7%;
    background-color: yellow;
    
}
.quick-actions-container ul li{
   
    float: left;
    padding: 18px;
    margin-right: 16px;
    margin-bottom: 16px;

}
.li-box{
    height: 130px;
    width: 160px;
    background-color:#fff;
    gap: 10px;
    display: flex;
    border-radius: 5px;
    box-shadow:  0 0 9px 0 #d7d7d780;
}
.quick-actions-container ul li p{
    margin-top: 16px;
}
.square p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    color: #393939;
    margin-top: 16px;
}
.quick-actions-container a:hover{
    text-decoration: none;
}
.li-box:hover{
    transform: scale(1.05);
}
.airtel-black-box-content{
    width: 100%;
    height: auto;
    background-color: #101010;
    display: flex;

}
.airtel-black-box-content .container{
    display: inline-flex;
}
.text-content{
    height: 100%;
    width: 50%;
    padding: 80px 40px 80px 0;
     
}
.text-content  .heading{
    font-size: 36px;
    line-height: 48px;
    margin-top: 60px;
    color: #fff;
    
}
.text-content a{
    margin-top: 60px;
    padding: 18px 44px;
    background: radial-gradient(87.5% 87.5% at 29.69% 6.25%,#970000 0,#400707 100%);
    color: #fff;
    border-radius: 50px;
    margin: 43px 0px;
    font-size: 18px;
    letter-spacing: .08em;
}
.text-content .sub-heading {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    color: #979797;
    margin-bottom: 60px;
}

.img-content{
    height: 100%;
    width: 50%;
}
.img-content img{
    margin-top: 25%;
}
.airtel-prepaid-box {
    display: flex;

}
.airtel-prepaid-box .container{
    padding: 40px 40px 0 0;
}
.airtel-prepaid-box .container .heading{
    width: 100%;
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.09;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #000;
}

.underline{
    /* content: ""; */
    border: 2px solid red;
    width: 30px;
    margin-top: -3%;
    margin-bottom: 40px;
    height: 2px;
    background-color: red;
    border-radius: 2px;
    left: 0;
}
.rel{
    position: relative;
}
.box-content-head h4{
    float: left;
    width: 100%;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: normal;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.box-content-head p{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #393939;
    margin: 0 0 40px;
    padding: 0;
}
.box-content-head h5{
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.25;
    letter-spacing: normal;
    color: #696969;
}
.best-selling-plan{
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 0 0 0;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.33;
    letter-spacing: normal;
    color: #393939;
}
.blocks-main{
    display: inline-flex;
    overflow-x: auto;
}

.block3 img{
    display: block;
    margin-right: auto;
 

}

.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 120px;
    margin: 0 20px 50px 0;
    padding: 18px;
    border-radius: 4px;
    box-shadow: 0 0 9px 0 hsl(0deg 0% 84% / 50%);
    background-color: #fff;
    text-align: center;
}
.block p{
    float: left;
    width: 100%;
    padding: 0;
    font-weight: 100;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 10px;
    font-size: 12px;
    color: #696969;
}
.block h4 {
    margin: 0 0 17px;
    font-size: 34px;
    font-weight: 100;
    line-height: .79;
    color: #393939;
}
.block a {
    color: #e40000;
}
.view-more {
    float: left;
    width: 100%;
    margin: 33px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    color: #393939;
    text-align: left!important;
}
.postpaid-girl{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
    min-height: 200px;
    width: 100%;
}
.patten{
    background-image: url("/images/white-wave.png");
    background-repeat: none;
    background-size: cover;
    width: 100%;
}
.international-roaming-main{
    height: auto;
    padding: 0 0 25px 0;
    background-image: linear-gradient(100deg,#b00,#8d0000),
                      linear-gradient(100deg,#8aaebb,#89adba);

}
.international-roaming-main .container{
    display: flex;
}
.international-roaming-main .image {
    margin-top: 25px;
    background-color: #fff;
    /* display:inline-block; */
    position: relative;
    padding: 15px;
    margin-left: 25px;
    /* margin-right: auto; */
    /* float: left; */

}
.img-left-{
    /* width: 30%; */
}
.right-text-{
    margin:0px 0px 0px 226px;
    float: left;
    width: 70%; 
}

.right-text- p{
    width: 100%;
    position: relative;
    float: left;
    margin: 95px 0 40px;
    font-size: 22px;
    font-weight: 400;
  
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
}
.right-text-  h4 {
    float: left;
    width: 100%;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.47;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.right-text- a:hover{
    
    text-decoration: none;
}
.button a h5    {
    background-color: #fff;
    display: inline-block;
    padding: 15px 25px;
    color: red;
    border-radius: 5px;
   
}
.button a h5:hover   {
    transition: .5s;
    background-color:red;
    color: #fff;
   
}




.airtel-xstream-main{
 
    height: auto;
    margin:  0 0 10% 0;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 8%);
    /* overflow-x: hidden; */
}


.xstream-cover .logo,
.xstream-cover .heading,
.xstream-cover .xstream-banner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xstream-blocks{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding:12px;
    border-radius: 8px;
    align-items: center;
    min-width: 100px;
    flex: 1 1;
    margin: 0 0 10% 0;
}
.xstream-blocks-1 img,
.xstream-blocks-2 img{
    width: 140px;
    height: 90px;
}
.xstream-blocks-3 img{
    height: 90px;
}
.xstream-product{
    display: flex;
    gap: 20px;
    margin-top: -84px;
}
.xstream-product .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e40001;
    color: #fff;
    border-radius: 4px;
    padding: 14px 24px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}
.xstream-cover .heading{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: normal;
    color: #393939;
    text-transform: uppercase;
}
.airtel-xstream-inner{
    margin: 40px 0 0;
}
.xstream-product .btn:hover{
    background-color: #333;
    color: #fff;
    transition: .5s;
    /* background-color: yellow; */
}
.talk-unlimited-main{
    /* height: 500px; */
    /* height: 400px; */
    height: auto;
    /* background-image: url(/images/airtel-postpaid-girl.webp); */
    /* height: auto; */
    /* padding: 100px 0; */
    /* background-color: red; */
    /* background-image: url(/images/white-pattern.svg); */
     background-image: linear-gradient(100deg,#b00,#8d0000),
                        linear-gradient(100deg,#8aaebb,#89adba);
    /* background-image: url(/images/white-patten-background.html); */
    /* margin-top: 195px; */
    display: flex;
}
.talk-unlimited-main .container{
    display: inline-flex;
    padding: 2% 0 0 0;
}
.talk-unlimited-main .container .left{
    /* background-color: bisque; */
    height: 80%;
    width: 35%;
    /* width: 40%; */
    /* float: left; */
    margin: 65px 0 0 25px;
    /* display: inline-flex;  */
}
.talk-unlimited-main .container .right{
    width: auto;
    display: flex;
    align-items: end;
    height: 100%;
    /* background-color: yellow; */
    /* float: right; */
}
.talk-unlimited-main .container .right img{
    /* width: 100%; */
}
.talk-unlimited-main .container .left .underline-3{
    margin-bottom: 0%;
    margin-top: 50px;
    border: 2px solid #fff;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;

    
}
.talk-unlimited-main .container .left p,
.talk-unlimited-main .container .left h1,
.talk-unlimited-main .container .left h3 {
    float: left;
    width: 100%;
    font-weight: 600;
    letter-spacing: normal;
    color: #fff;
}
.talk-unlimited-main .container .left p{
    font-size: 18px;
    line-height: 1.44;
}
.talk-unlimited-main .container .left .icu-charges{
    font-size: 10px; 
    font-weight: 400;
    line-height: 3.2;
    letter-spacing: normal;
    color: #fff;
}
.talk-unlimited-main .container .left a h4{
    background-color: #fff;
    display: inline-block;
    padding: 15px 25px;
    color: red;
    border-radius: 5px;
    font-size: 14px;
}
.talk-unlimited-main .container .right img{
    /* position: absolute; */
    /* margin-top: 18px; */
    display: flex;
    width: 100%;
    /* display: block; */
    /* float: left; */
    /* margin-left: 20px; */
}
.talk-unlimited-main .container .left a h4:hover{
    transition: .5s;
    background-color:red;
    color: #fff;
}
.wynk-music-main{
    height: auto;
    background-image: linear-gradient(105deg,#e9e2d0,#e9e2d0 99%);
}
.wynk-music-main .container{
    display:flex;
}
.wynk-music-main .container .content-left{
    width: 50%;
    margin: 121px 0 0;
    /* float: right; */
    /* align-items: center; */
    text-align: center;
}
.wynk-music-main .container .content-right{
    width: 50%;
    margin: 108px 0 110px;
}
.wynk-music-main .container .content-right h6{
    width: 100%;
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.09;
    letter-spacing: normal;
    color: #393939;
    text-transform: uppercase;
}
.wynk-music-main .container .content-right h4,
 .wynk-music-main .container .content-right p {
    float: left;
    width: 100%;
    letter-spacing: normal;
    color: #393939;
    text-transform: uppercase;
}
.wynk-music-main .content-right a h3{
    background-color: #fff;
    color: red;
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 5px;
}
.wynk-music-main .container .content-right h4{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.47;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.airtel-thanks-app-main{
    /* height: 540px; */
    height: auto;
    background-image:linear-gradient(100deg,#b00,#8d0000),linear-gradient(100deg,#8aaebb,#89adba) ;
}
.airtel-thanks-app-main .container{
    display:flex;
}
.app-left{
   width: 50%; 
}
.app-right{
    width: 50%;
    margin: 70px 0 0 0;
}
.app-left img{
    margin: 60px 0px 60px 40%;
    /* text-align: center; */
    /* float: right; */
    
}
.app-right p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 16px 0;
    color: #fff;
}
.app-right h4{
    font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 15.;
    color: #fff;
    margin-bottom: 40px;
}
.app-on{
    display: flex;
    gap: 10px;
}
.app-on img{
    width: 150px;
    height: 45px;
}
.app-on img:hover{
    /* transform: scale(1 ); */
    transform: scale(1.05);
}
footer .container{
    height: 690px;

}
footer .container a{
    text-decoration: none;
}
footer .container .upper-section{
    height: 80%;
    /* width: 100%; */
    display: flex;
    /* border: 5px solid rgb(205, 50, 164); */
}
footer .container .lower-section{
    height: 20%;
    width: 100%;
    /* border: 5px solid red; */
}
footer .container .upper-section .foot-left{
    width: 70%;
    /* background-color: lightcyan; */
    /* border: 5px solid purple; */
}
footer .container .upper-section .foot-right{
    width: 30%;
    /* background-color:lavender; */
    /* border: 5px solid rgb(0, 255, 17); */


}
footer .container .upper-section .foot-left .quick-content{
    display: flex;
    margin: 75px 0 0 0;

    justify-content: space-around;
}
footer .container .upper-section .foot-left h3{
    position: relative;
    color: #393939;
    font-size: 16px;
    padding-bottom: 16px;
}
footer .container .upper-section .foot-left a:hover{
    color: red;
    
}
footer .container .upper-section .foot-left a{
    color: #797979;
}
footer .container .upper-section .foot-left ul{
    font-size: 12px;
}
footer .container .upper-section .foot-left ul li{
    padding: 6px 0;
}
footer .container .upper-section .foot-right a h3{
    text-align: center;
    text-transform: uppercase;
    color: red;
    margin: 90px 0;
}
.social-icons .fa-brands{
    /* height: 10px; */
    /* width: 10px; */
    font-size: 34px;
    color: #797979;
    /* text-align: center; */
    text-align: end;
}
.social-icons{
    width: 80%;
    display: flex;
    justify-content: space-around;
    /* margin: 136px 0 12px; */
    margin: 160px 0 12px 15%;
}
.social-icons .fa-brands:hover{
    color: #1876f1;
}
.social-icons .color:hover{
    color: red;
}
.links{
    display: inline-flex; 
    width: 100%;  
}
.links .link-list {
    display: flex;
    font-size: 12px;
    /* color: #000; */
    justify-content: space-around;
    width: 80%;
    margin: 10px 0 0 0;
}
.links .link-list a,
.copy-rights{
    color: #797979;
}
.links .link-list a:hover{
    color: red;
}
.links img{
    float: left;

}
.img-sec{
    margin: 0 0 0 40px;
    
}
.footer-for-mob{
    display: none;
}

