@font-face {
    font-family: "Heatrix";
    src: url("/wp-content/themes/kallyas/fonts/Heatrix.otf") format("opentype");
  }
  :root{
    --heatrix: "Heatrix";
    --montserrat: "Montserrat", sans-serif;
    --heading-yellow: #f7b731;
    --heading-yellow2: #eda407;
    --orange: #fe7e03;
    --red: #E84C3D;
    --button-color: #eda407;
  }
  :focus{
    outline: none;
    box-shadow: none;
  }
body{
    font-family: var(--montserrat);
    background-color: #14060B;
    overflow-x: hidden;
}
.top-section{
    background-image: url(/wp-content/uploads/2024/11/top-banner.webp);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0 0;
    /* min-height: 650px; */
}
.top-section-content{
    margin-top: 280px;
}
.top-section h1{
    font-size: 95px;
    font-family: var(--heatrix);
    color: var(--heading-yellow);
}
.link-button{
    background-color: var(--button-color);
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 35px;
    padding: 8px 16px;
    display: inline-block;
}
.subheading{
    font-size: 35px;
    color: var(--heading-yellow2);
    font-family: var(--heatrix);
}
.subheading2 i,
.subheading i{
    font-style: normal;
    font-family: 'Montserrat';
    font-size: 45px;
    line-height: 10px;
}
.subheading2{
    font-size: 30px;
    color: var(--heading-yellow2);
    font-family: var(--heatrix);
}
.text-content{
    color: #fff;
    font-family: var(--montserrat);
    font-size: 22px;
}
.text-content2{
    color: #fff;
    font-family: var(--montserrat);
    font-size: 18px;
}
.section2{
    background: #14060B;
    padding: 60px 0;
}
.offer{
    transition: all ease-in-out .3s;
}
.offer:hover{
    transform: scale(1.08);
    transition: all ease-in-out .3s;
}
.section3{
    background-image: url(/wp-content/uploads/2024/11/red-bg.png);
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.offerheading{
    font-family: var(--heatrix);
    color: #fff;
    font-size: 70px;
    line-height: 1;
}
.offersubheading{
    font-size: 25px;
    color: var(--heading-yellow2);
    line-height: 1.2;
    margin: 0;
}
.bundleOffer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px !important;
    padding: 0 70px;
    text-align: center;
}
.bundleOffer .offersubheading{
    font-size: 22px !important;
}
.text-red{
    color: var(--red) ;
}
.section4{
    background-image: url(/wp-content/uploads/2024/11/red-bg-2.png);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.section5{
    background-image: url(/wp-content/uploads/2024/11/black-bg.png);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 30px;
}
.form-box{
    background-image: url(/wp-content/uploads/2024/11/form-bg.png);
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px;
    height: 100%;
    border-radius: 35px;
    border: 1px solid var(--heading-yellow2);
}
.form-box input,
.form-box textarea,
.form-box select{
    width: 100%;
    background: none;
    border-radius: 0;
    border:none;
    border-bottom: 1px solid #EFE6EA;
    color: #EFE6EA;
    min-height: 30px;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 25px;
}
.form-box select option{
    color: #000;
}
::placeholder {
    color: #EFE6EA;
  }
.error{
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 12px;
    color: var(--red);
}
.file {
    display: none;
}
.file-btn {
    background-image: linear-gradient(180deg, #F7B731, #F78D31) !important;
    color: #13060B;
    width: 94px !important;
    height: 28px !important;
    border-radius: 4px;
    border: none !important;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 0;
    white-space:nowrap;
}
.form-btn{
    background-color: var(--button-color) !important;
    color: #000 !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 35px !important;
    padding: 10px 25px;
    font-size: 20px !important;
    width: 250px !important;
    margin-top: 25px;
    margin-bottom: 0 !important;
}
.intl-tel-input{
    width: 100%;
    margin-bottom: 25px;
}
.selected-dial-code{
    color: #fff;
}
.footer-text,
.footer-text a{
    color: #999;
    text-decoration: none;
}
.loader{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 15px;
}
.loader img{
    width:100%;
}
.submit-msg{
    color:#fff;
    font-size:14px;
}
.iti--inline-dropdown,
.iti--allow-dropdown{
    width:100%;
    margin-bottom:25px;
}
.iti__search-input{
    margin-bottom:0 !important;
}
.iti__selected-dial-code{
    color:#fff;
}
.iti__search-input{color:#000 !important;}
.iti__search-input::placeholder{
    color: #000;
}
@media only screen and (max-width: 1920px) {
    .top-section-content{
        margin-top: 375px;
    }
}
@media only screen and (max-width: 1600px) {
    .top-section-content{
        margin-top: 280px;
    }
}
@media only screen and (max-width: 820px) {
    .top-section{
        background-size: 130%;
        padding: 20px 0 0;
    }
    .top-section-content {
        margin-top: 255px;
    }
    .subheading{
        line-height: 1.5;
    }
    .text-content{
        font-size: 18px;
    }
    .link-button{
        padding: 8px 15px;
        font-size: 14px;
    }
    .offerheading{
        font-size: 50px;
    }
    .offersubheading{
        font-size: 18px;
    }
    .bundleOffer .offerheading{
        font-size: 40px;
    }
    .bundleOffer .offersubheading{
        font-size: 14px !important;
    }
    .gift-box{
        width: 30%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 600px) {
    .top-section{
        background-size: 130%;
        padding: 20px 0 0;
    }
    .top-section h1{
        font-size: 45px;
    }
    .subheading{
        font-size: 20px;
        line-height: 1.7;
    }
    .text-content{
        font-size: 16px;
    }
    .top-section-content{
        margin-top: 125px;
    }
    .offer:hover{
        transform: scale(1);
        transition: all ease-in-out .3s;
    }
    .subheading2{
        font-size: 25px;
    }
    .bundleOffer{
        padding: 0 30px;
    }
    .offerheading{
        font-size: 55px;
    }
    .bundleOffer .offerheading{
        font-size: 35px;
    }
    .bundleOffer .offersubheading{
        font-size: 14px !important;
    }
    .text-content2{
        font-size: 14px;
    }
    .form-box{
        padding:30px 15px;
    }
}

@media only screen and (max-width: 320px) {
    .top-section-content {
        margin-top: 85px;
    }
    .top-section h1 {
        font-size: 35px;
    }
    .subheading {
        font-size: 16px;
    }
    .text-content {
        font-size: 12px;
    }
    .subheading2 {
        font-size: 18px;
    }
    .text-content2 {
        font-size: 12px;
    }
    .offerheading {
        font-size: 40px;
    }
    .bundleOffer .offerheading {
        font-size: 25px;
    }
    .bundleOffer .offersubheading {
        font-size: 12px !important;
    }
    .section2 {
        padding: 25px 0;
    }
    .section3,
    .section4,
    .section5{
        padding: 30px 0;
    }
    .form-box{
        padding: 20px 15px;
    }
    .form-btn{
        width: 100% !important;
        font-size: 16px !important;
        padding: 5px 20px;
    }
    .form-box input, .form-box textarea, .form-box select{
        font-size: 12px;
    }
    .footer-text{
        font-size: 12px;
    }
    .link-button {
        padding: 8px 24px;
    }
}