*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif!important;
    color: #2c234d;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal;
}

.wrapper a{
    font-family: "Oswald", sans-serif;
    text-decoration: none;
}
.wrapper a:hover{
    color: red;
}
span{
    font-family: "Roboto Condensed", sans-serif;
}
p {
    font-family: "Roboto Condensed", sans-serif;
    color: #10285d;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}
.custm-bg{
    background-color: #000;
}

.bounce-in-top{animation:bounce-in-top 1.1s both}

 @keyframes bounce-in-top {
     0% {
         transform: translateY(-500px);
         animation-timing-function: ease-in;
         opacity: 0
     }

     38% {
         transform: translateY(0);
         animation-timing-function: ease-out;
         opacity: 1
     }

     55% {
         transform: translateY(-65px);
         animation-timing-function: ease-in
     }

     72% {
         transform: translateY(0);
         animation-timing-function: ease-out
     }

     81% {
         transform: translateY(-28px);
         animation-timing-function: ease-in
     }

     90% {
         transform: translateY(0);
         animation-timing-function: ease-out
     }

     95% {
         transform: translateY(-8px);
         animation-timing-function: ease-in
     }

     100% {
         transform: translateY(0);
         animation-timing-function: ease-out
     }
 }
  
/* .scrol_bar{
    position: sticky;
    top: 0;
    transition: 2s;
    background-color: #d90000;
    z-index: 99;
} */

.sticky-nav-after{
    position: fixed;
    width: 100%;
    background: #950101;
    transition: all 1s;
    padding: 20px 15px;
    background: linear-gradient(45deg, rgba(143, 0, 0,0.8),rgba(33, 0, 0, 0.8))
}
.sticky-nav{
    width: 100%;
    position: fixed;
    background-color: transparent;
    transition: all 1s;
    padding: 15px 15px;
    
}
/* .scroll-nav{
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
} */
.header-main{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;

}
.nav-icn i,.nav-icn{
    color: red;
    text-decoration: none;
    font-size: 35px;
    font-weight: 800;
}
.header-area{
    
}

.hero-sec{
    background-image: url(../images/background/hero-bg.png);
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-cntnt{
    padding-top: 160px;
}
.hero-cntnt span{
    font-size: 33px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.hero-cntnt h1{
    font-family:"Oswald", sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.hero-cntnt a{
    font-family:"Oswald", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 43px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0;
    
}
.hero-cntnt a:hover{
    color:white;
    box-shadow: inset 200px 0 0 0 #FF0000;
    border: 2px solid #fff;
}
.duo-sec .duo-txt{
    position: absolute;
    top: 53%;
    transform: translateY(-47%);
    left: 0;
    right: 0;
    text-align: center;
}
.duo-sec .duo-img{
    margin-top: 67px;
    margin-bottom: 61px;
}
/* .duo-sec .duo-ovrly{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
} */
.duo-sec .duo-txt h3{
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 32px;
}
.duo-sec .duo-txt p{
    font-size: 16px;
    color: #ffff;
    text-align: center;
    padding: 0 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.duo-sec .duo-txt a{
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 20px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.duo-sec .duo-txt a:hover{
    color:white;
    box-shadow: inset 200px 0 0 0 #FF0000;
    border: 2px solid #fff;
}
.offer-sec {
    padding-top: 50px;
    padding-bottom: 80px;
}
.offer-sec h2{
    font-size: 45px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
}
.offer-sec h2:hover,.price-sec h2:hover{
    -webkit-text-stroke: 4px #FF0000;
}
.titl-bx{
    margin-bottom: 50px;
}
.offer-sec .figure .figure-caption a{
    text-decoration: none;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
    transition: 0.2s;
    text-transform: uppercase;
    color: #fff;
}

.offer-sec .fig-img img{
    margin-bottom: 30px;
}.offer-sec .figure .figure-caption p{
    color: #fff;
    font-size: 16px;
    transition: 0.2s;
    margin: 0;
}
.collage-sec{
    padding-top: 50px;
    padding-bottom: 80px;
}
.collage-sec .img-box1{
    background-image: url(../images/background/collage-1.png);
}
.collage-sec .img-box2{
    background-image: url(../images/background/collage-2.png);
}
.collage-sec .img-box3{
    background-image: url(../images/background/collage-3.png);
}
.collage-sec .img-box4{
    background-image: url(../images/background/collage-4.png);
}
.collage-sec .img-box5{
    background-image: url(../images/background/collage-5.png);
}
.collage-sec .img-box6{
    background-image: url(../images/background/collage-6.png);
}
.collage-sec .img-h{
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 30px;
}
.offer-sec h2{
    font-size: 45px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
}
.price-sec h2{
    font-size: 45px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
}
.titl-bx2 {
    margin-bottom: 50px;
}
.price-sec .Figure{
    box-shadow: 0px 6px 6px 0px rgb(2 25 65 / 8%);
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 36px 24px 25px 24px;
    margin-bottom: 30px;
}
.price-sec .Figure .p-imgbox{
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 31px;
    line-height: 80px;
    text-align: center;
    box-shadow: 0px 15px 25px rgb(66 85 164 / 8%);
}
.price-sec .Figure .figure-caption .mnth{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.price-sec .Figure .figure-caption .para{
    color: #FF0000;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.price-sec .Figure .figure-caption p span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.price-sec .Figure .figure-caption ul li i{
    margin-right: 19px;
    color: #FF0000;
    font-size: 32px!important;
}
.price-sec .Figure .figure-caption ul li{
    display: flex;
}
.price-sec .Figure .figure-caption ul li p{
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
}
.border-btn{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 43px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    transition: color .6s ease-in-out, box-shadow .6s ease-in-out;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.price-sec .price-fig-btn a:hover{
    color:white;
    box-shadow: inset 400px 0 0 0 #FF0000;
    border: 2px solid #fff;
}
.price-fig-btn .btn-2{
    width: 100%;
    text-align: center;
}
.about-sec{
    padding-top: 50px;
    padding-bottom: 80px;
}
.about-sec .abt-img{
    width: 100%;
    padding:50px 10px 0px 10px;
}
.about-sec .figure-caption{
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 50px;
    
}
.about-sec .figure-caption p{
    color: #fff;
    font-size: 18px;
    
}
.about-sec h2{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}
.about-sec .figure-caption a{
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 14px 43px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.about-sec .figure-caption a:hover{
    color:white;
    box-shadow: inset 200px 0 0 0 #FF0000;
    border: 2px solid #fff;
}
.blog-sec{
    padding: 50px 0 80px 0;
}
.blog-sec h2{
    font-size: 45px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 1px #f6f7f8;
    -webkit-text-fill-color: transparent;
}
.blog-sec h2:hover{
    -webkit-text-stroke: 4px #FF0000;
}
.blog-sec .figure .figure-caption span{
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
    display: inline-block;
}
.blog-sec .figure .figure-caption h3 a{
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    text-transform: uppercase;
}
.blog-sec .blg-img{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.vid-sec{
    background-image: url(../images/background/video-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    
}
.vid-sec .vid-icn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.vid-sec .vid-icn a{
    background: #fff;
    color: #FF0000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.vid-sec .vid-icn i{
    font-size: 40px;
    line-height: 1;
    position: relative;
    right: -4px;
    top: 8px;
}
.contact-sec{
    background: #111111;
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-sec .figure{
    margin-bottom: 40px;
    display: flex;
    padding: 18px 14px;
}
.contact-sec .icn-box i{
    font-size: 28px;
}
.contact-sec .icn-box a{
    color: #fff;
    background: #FF0000;
    width: 70px;
    height: 70px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.contact-sec .figure .figure-caption{
    padding-left: 10px;
}
.contact-sec .figure .figure-caption h3{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.contact-sec .figure .figure-caption p{
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

.footer-sec{
    padding-top: 50px;
    padding-bottom: 80px;
}

.footer-sec .ftr-heading{
    margin-bottom: 30px;
}
.footer-sec nav ul li{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.footer-sec nav ul li a {
    color: #fff;
    padding: 5px 11px;
    font-weight: 500;
    display: block;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    transition: 0.3s;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-sec .icn-list ul li a{
    text-decoration: none;
    background: rgba(255, 0, 0, 0.1);
    color: #d90000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.footer-sec .icn-list{
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #8888;
}
@media (max-width: 575px){
    .hero-sec {
        height: 420px;
    } 
    .collage-sec {
        padding-top: 65px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(min-width: 768px){
    .hero-sec {
        height: 650px;
    }
    .hero-cntnt{
        padding-top: 250px;
    }
    .hero-cntnt span{
        font-size: 70px;
    }
    .hero-cntnt h1{
        font-size: 50px;
    }
    .offer-sec h2{
        font-size: 50px;
    }
    .duo-sec .duo-txt h3{
        font-size: 50px;
        margin-bottom: 17px;
    }
    .duo-sec .duo-txt p{
        padding: 0px 110px;
    }
    .duo-sec .duo-txt a{
        padding: 14px 40px;
    }
    .offer-sec .figure .figure-caption a {
        font-size: 30px;
    }
    .collage-sec{
        padding-left: 45px;
        padding-right: 45px;
    }
    .price-sec h2,.about-sec h2,.blog-sec h2{
        font-size: 50px;
    }
    .titl-bx2{
        margin-bottom: 70px;
    }
    .vid-sec{
        height: 400px;
    }
    .footer-sec nav ul {
        padding-left: 110px;
        padding-right: 110px;
    }
}
@media(min-width: 992px){
    .desk-nav nav ul li a{
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        padding: 20px 10px;
        font-size: 18px;
        font-family: "Oswald", sans-serif;
        transition: 0.3s;
        text-transform: uppercase;
        text-decoration: underline transparent;
    }
    .desk-nav nav ul li{
        margin-top: 10px;
    }
    .desk-nav .nav-desk-sub .cstm-btn a{
        background: #ff1313;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 27px 44px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    line-height: 1;
    border: 2px solid #fff;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    }
    .desk-nav .nav-desk-sub .cstm-btn a:hover{
        background-color: transparent;
        box-shadow: inset 200px 0 0 0 white;
        color: red;
        border: 2px solid red;
    }
    .hero-sec{
        height: 800px;
    }
    .hero-cntnt{
        padding-top: 320px;
    }
    .hero-cntnt h1{
        font-size: 70px;
    }
    .about-sec .abt-img {
        padding: 50px 40px 0px 40px;
    }
    .about-sec .figure-caption {
        width: 60%;
        padding-left: 30px;
        padding-right: 60px;
    }
    .blog-sec .figure .figure-caption h3 a{
        font-size: 23px;
    }    
    .footer-sec nav ul{
        padding-left: 160px;
        padding-right: 160px;
    }
    .footer-sec {
        padding-top: 90px;
        padding-bottom: 120px;
    }
}
@media(min-width:1200px){
    /* .desk-nav nav ul li a {
        font-weight: 500;
        padding: 20px 20px;
        font-size: 20px;
    } */
    .hero-cntnt h1 {
        font-size: 140px;
    }
    .hero-sec {
        height: 900px;
    }
    .offer-sec h2 {
        font-size: 140px;
    }
    .price-sec h2,.blog-sec h2 {
        font-size: 140px;
    }
    .about-sec h2{
        font-size: 70px;
    }
    .vid-sec {
        height: 660px;
    }
    .footer-sec nav ul {
        padding-left: 290px;
        padding-right: 290px;
    }
    .footer-sec .icn-list {
        padding-bottom: 120px;
    }
}
