.header,.footer{
    position:relative;
    width:100%;
    z-index:9;
}

.fullContainer{
    position:relative;
    width:100%;
}

/*****Content*****/
@media (max-width:950px){
    .content,.contentSmall,.contentSmaller{
        position:relative;
        margin:0px auto;
        width:calc(100% - 40px);
    }
}
@media (min-width:950px){
    .content{
        position:relative;
        margin:0px auto;
        width:80%;
    }
    .contentSmall{
        position:relative;
        margin:0px auto;
        width:60%;
    }
    .contentSmaller{
        position:relative;
        margin:0px auto;
        width:50%;
    }
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Header*****/

#header{
    position:relative;
}

#header .topBanner{
    width:100%;
    height:auto;
    padding-top:5px !important;
    padding-bottom:5px !important;
    background:#000000;
    z-index:99999;
}
@media(max-width:950px){
    #header .topBanner{
        padding-top:7px !important;
        padding-bottom:0px !important;
    }
}
#header .topBanner .ticker-wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#header .topBanner .ticker-wrapper .ticker {
    display: inline-block;
}
#header .topBanner .ticker-wrapper .ticker span {
    color:#FFF !important;
    display: inline-block;
    height:10px !important;
}
#header .topBanner span a{
    color:#FFF !important;
    text-decoration: underline !important;
}   
#header .topBanner span a:hover{
    color:#E65A62 !important
}
#header .topBanner .ticker-wrapper .ticker img{
    padding:0px 10px;
}

#header .logo{
    position:absolute;
    background:url("../images/logo-new.svg") center no-repeat;
    background-size:cover;
    z-index:999;
}
@media (max-width: 768px) {
    #header .logo{
        top:40px;
        left:0px;
        width:60px;
        height:54px;
    }
}
@media (min-width: 768px) {
    #header .logo{
        top:40px;
        left:0px;
        width:60px;
        height:54px;
    }
}
@media (min-width: 900px) {
    #header .logo{
        top:40px;
        left:0px;
        width:61px;
        height:55px;
    }
}
@media (min-width: 1500px) {
    #header .logo{
        top:60px;
        left:0px;
        width:90px;
        height:80px;
    }
}


/*****Footer*****/
#footer{
    padding:50px 0px;
}
#footer input[type="text"]{
    width:25%;
    height:auto;
    padding-bottom:4px;
    border:0px;
    outline:none;
    border-bottom:1px solid #FFF;
    appearance: none;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -webkit-border-radius:0px !important;
    background:transparent;
}
#footer input[type="button"]{
    position:absolute;
    top:6px;
    left:calc(25% - 18px);
    width:15px;
    height:15px;
    border:0px;
    border-radius:5px;
    outline:none;
    background:url("../images/right-white.png") center no-repeat;
    background-size:cover;
}
@media(max-width:950px){
    #footer input[type="text"]{
        width:90%;
    }
    #footer input[type="button"]{
        left:calc(90% - 18px);
    }
}



/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Landing Section*****/

#landing{
    position: relative;
    width: 100%;
    height:90vh;
}
@media (max-width: 768px) {
    #landing{
        height:80vh;
    }
    #landing .landingDesktopOnly{
        display:none;
    }
    #landing .mobileDesktopOnly{
        display:block;
    }
}
@media (min-width: 768px) {
    #landing .landingDesktopOnly{
        display:block;
    }
    #landing .mobileDesktopOnly{
        display:none;
    }
}

#landing .swiper ,#landing .swiper .swiper-wrapper ,#landing .swiper .swiper-wrapper , .swiper-slide{
    position: relative;
    width: 100%;
    height:100%;
}

#landing .swiper .swiper-slide .image , #landing .swiper .swiper-slide .videoBackground{
    position:relative;
    width:100%;
    height: 100vh;
    background-size:cover;
    background-color:transparent;
    overflow: hidden;
}
@media(max-width:950px){
    #landing .swiper .swiper-slide .image , #landing .swiper .swiper-slide .videoBackground{
        background-color:rgba(255,255,255,0.3);
    }
}

#landing .swiper .swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
}

@media (max-width: 576px) {  
    #landing .swiper .swiper-slide .imageMobile .title , #landing .swiper .swiper-slide .videoBackground .title{
        position: absolute;
        top:130px;
        left:0%;
        width: 85%;
        z-index:99;
    }
    #landing .swiper .swiper-slide .imageMobile .title p , #landing .swiper .swiper-slide .videoBackground .title p{
        /* line-height:150% !important; */
    }
    #landing .swiper .swiper-slide .imageMobile .subtitle , #landing .swiper .swiper-slide .videoBackground .subtitle{
        /* line-height:150% !important; */
    } 
}
@media (min-width: 576px) {  
    #landing .swiper .swiper-slide .image .title , #landing .swiper .swiper-slide .videoBackground .title{
        position: absolute;
        top:35px;
        left:15%;
        width: 50%;
        z-index:99;
    }
    /* #landing .swiper .swiper-slide .image .title p , #landing .swiper .swiper-slide .videoBackground .title p{
        line-height:130% !important;
    }
    #landing .swiper .swiper-slide .image .subtitle , #landing .swiper .swiper-slide .videoBackground .subtitle{
        line-height:150% !important;
    }  */
}
@media (min-width: 992px) {  
    #landing .swiper .swiper-slide .image .title , #landing .swiper .swiper-slide .videoBackground .title{
        position: absolute;
        width: 60%;
        left:0px;
        top:20%;
        z-index:9999;
    }    
    #landing .swiper .swiper-slide .image .subtitle , #landing .swiper .swiper-slide .videoBackground .subtitle{
        width: 55%;
    }
}

#landing input[type="button"]{
    padding:4px 12px;
    border:1px solid #000000;
    outline:none;
    color:#fff;
    border-radius:10px;
    background:#000000;
}
#landing input[type="button"]:hover{
    color:#000000;
    background:#fff;
}




/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Intro Section*****/

#intro{
    position:relative;
    margin-top:-80px;
    padding:50px 0px 50px 0px;
    background:#000000;
    z-index:9;
}
#intro input[type="button"]{
    padding:4px 12px;
    border:1px solid #FFF;
    outline:none;
    color:#000000;
    border-radius:10px;
    background:#FFF;
}
#intro input[type="button"]:hover{
    color:#fff;
    background:#000000;
}
@media (max-width:950px) {
    #intro{
        margin-top:-40px;
        padding:40px 10px 80px 10px;
    }
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Savings*****/

#savings {
    position: relative;
    margin:0px auto;
    margin-top:-80px;
    width: 100%;
    height:auto !important;
    /* padding:50px 0px; */
}
 #savings .swiper , #savings .swiper-wrapper {
    position: relative;
    width: 100%;
    height:auto !important;
}
#savings .swiper-slide{
    position:relative;
    width:100%;
    /* padding:40px 0px 80px 0px !important; */
    padding:30px 0px !important;
    border:2px solid #000;
    overflow: hidden;
}
@media (min-width: 100px) and (max-width: 400px) {
    #savings .swiper-slide{
        height:105vh !important;
    }
}
@media (min-width: 400px) and (max-width: 430px) {
    #savings .swiper-slide{
        height:95vh !important;
    }
}
@media (min-width: 400px) and (max-width: 770px) {
    #savings .swiper-slide{
        height:95vh !important;
    }
}
@media (min-width: 770px) and (max-width: 815px) {
    #savings .swiper-slide{
        height:280vh !important;
    }
}
@media (min-width: 815px) and (max-width: 1050px) {
    #savings .swiper-slide{
        height:75vh !important;
    }
}
@media(min-width: 1050px){
    #savings .swiper-slide{
        height:80vh !important;
    }
} 
/*Condition for Ipad*/
@media (min-width: 800px) and (max-width: 810px) and (min-height: 1000px) and (max-height: 1080px) {
    #savings .swiper-slide{
        height:68vh !important;
    }
}
/*Condition for Ipad Pro*/
@media (min-width: 1000px) and (max-width: 1032px) and (min-height: 1200px) and (max-height: 1269px) {
    #savings .swiper-slide{
        height:45vh !important;
    }
}

#savings #slide3 .video-background {
    position: absolute;
    top:0px;
    height:0px;
    width: 100%;
    height: 100%;
    z-index: 1; /* To ensure the video stays behind the content */
    overflow: hidden;
    border-radius: inherit; /* Apply same border-radius as swiper-slide */
}
#savings #slide3 .video-background video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the video covers the whole background */
}

#saving .video-background1 {
    position: relative;
    width:100%;
    height:auto;
    overflow: hidden;
}

#saving video#background-video1 {
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
}

input[type="button"].blackBtn{
    padding:4px 12px;
    border:1px solid #000000;
    outline:none;
    color:#fff;
    border-radius:10px;
    background:#000000 !important;
}
input[type="button"].blackBtn:hover{
    color:#000 !important;
    background:#fff !important;
}

input[type="button"].whiteBtn{
    padding:4px 12px;
    border:1px solid #FFF;
    outline:none;
    color:#000000;
    border-radius:10px;
    background:#FFF;
}
input[type="button"].whiteBtn:hover{
    color:#fff;
    background:#000000;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background:#FFF !important;
    border:1px solid #000;
    opacity: 1 !important; /* Ensure full visibility */
}
.swiper-pagination-bullet-active {
    background-color: #000 !important; /* Active bullet color */
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Partners*****/

#partners{
    position:relative;
    margin-top:-80px;
    padding:30px 0px 30px 0px;
    background:#000000;
    z-index:9;
}
#partners .partner{
    padding:10px 20px;
    border:2px solid #000;
    border-radius: 30px;
}

#partners input[type="button"]{
    padding:4px 12px;
    border:1px solid #FFF;
    outline:none;
    color:#000000;
    border-radius:10px;
    background:#FFF;
}
#partners input[type="button"]:hover{
    color:#fff;
    background:#000000;
}

#partners .navigationBns{
    position:relative;
    margin-top:20px;
    z-index:999;
}
#partners .navigationBns .prevBtn{
    width:20px;
    height:20px;
    background:url("../images/left-white.png") center no-repeat;
    background-size:20px 20px;
}
#partners .navigationBns .prevBtn:hover{
    background:url("../images/left-red.png") center no-repeat;
    background-size:20px 20px;
}
#partners .navigationBns .nextBtn{
    width:20px;
    height:20px;
    background:url("../images/right-white.png") center no-repeat;
    background-size:20px 20px;
}
#partners .navigationBns .nextBtn:hover{
    background:url("../images/right-red.png") center no-repeat;
    background-size:20px 20px;
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Zero Fabric*****/
#zeroFabric{
    position:relative;
    width:100%;
    margin-top:-80px;
    background:url("../images/zero-fabric.png") top no-repeat;
    background-size:cover;
}
@media(max-width:950px){
    #zeroFabric .opacity{
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        background-color:rgba(255,255,255,0.3);
    }
}
@media (max-width: 420px){
    #zeroFabric{
        height:100vh;
        background:url("../images/zero-fabric-mobile.png") top no-repeat;
        background-position:cover;
    }
    #zeroFabric .text{
        height:100vh;
    }
}
@media (min-width: 420px){
    #zeroFabric{
        height:80vh;
        background:url("../images/zero-fabric-mobile.png") top no-repeat;
        background-position:cover;
    }
    #zeroFabric .text{
        height:80vh;
    }
}
@media (min-width: 576px){
    #zeroFabric{
        height:90vh;
        /* background:url("../images/zero-fabric.png") top no-repeat; */
        background-size:cover;
    }
    #zeroFabric .text{
        height:90vh;
    }
}
@media (min-width: 950px){
    #zeroFabric{
        height:180vh;
        background:url("../images/zero-fabric.png") top no-repeat;
        background-size:cover;
    }
    #zeroFabric .text{
        height:180vh;
    }
}
@media (min-width: 1500px) {
    #zeroFabric{
        height:140vh;
        background:url("../images/zero-fabric.png") top no-repeat;
        background-size:cover;
    }
    #zeroFabric .text{
        height:140vh;
    }
}

/**Condition Ipad Pro**/
@media (min-width: 1000px) and (max-width: 1032px) and (min-height: 1200px) and (max-height: 1269px) {
    #zeroFabric{
        height:80vh !important;
    }
    #zeroFabric .text{
        height:80vh;
    }
}

/**Condition Ipad Pro 12**/
@media (min-width: 1000px) and (max-width: 1024px) and (min-height: 1300px) and (max-height: 1366px) {
    #zeroFabric{
        height:80vh !important;
    }
    #zeroFabric .text{
        height:80vh;
    }
}

#zeroFabric input[type="button"]{
    padding:4px 12px;
    border:1px solid #000000;
    outline:none;
    color:#FFF;
    border-radius:10px;
    background:#000000;
}
#zeroFabric input[type="button"]:hover{
    color:#000000;
    background:#FFF;
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Seenin*****/

#seenin{
    position:relative;
    margin-top:-80px;
    padding:30px 0px 30px 0px;
    border:2px solid #000;
    background:#FFF;
}

#seenin .logo{
    padding:10px 20px;
    border:2px solid #FFF;
    border-radius: 30px;
}


#seenin .navigationBns{
    position:relative;
    margin-top:20px;
    z-index:999;

    z-index:999;
}
#seenin .navigationBns .prevBtn{
    width:20px;
    height:20px;
    background:url("../images/left-black.png") center no-repeat;
    background-size:20px 20px;
}
#seenin .navigationBns .prevBtn:hover{
    background:url("../images/left-red.png") center no-repeat;
    background-size:20px 20px;
}
#seenin .navigationBns .nextBtn{
    width:20px;
    height:20px;
    background:url("../images/right-black.png") center no-repeat;
    background-size:20px 20px;
}
#seenin .navigationBns .nextBtn:hover{
    background:url("../images/right-red.png") center no-repeat;
    background-size:20px 20px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Support Climate*****/

#supportClimate{
    position:relative;
    margin-top:-70px;
    /* margin-bottom:1px; */
    padding:140px 0px 60px 0px;
    background:#000;
    z-index:-1;
}
@media (max-width: 576px){
    #supportClimate .text{
        padding-left:10%;
    }
}
@media (min-width: 576px){
    #supportClimate .text{
        padding-left:15%;
    }
}
@media (min-width: 950px){
    #supportClimate .text{
        padding:0px 5%;
    }
}
@media (min-width: 1500px) {
    #supportClimate .text{
        padding:0px 15%;
    }
}

#supportClimate input[type="button"]{
    padding:4px 12px;
    border:1px solid #FFF;
    outline:none;
    color:#000000;
    border-radius:10px;
    background:#FFF;
}
#supportClimate input[type="button"]:hover{
    color:#fff;
    background:#000000;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Team*****/

#team{
    position:relative;
    margin-top:-80px;
    padding:30px 0px;
    background:#000;
    z-index:9;
}

#team .member {
    border-radius:20px;
    width:100%;
    height:500px;
    border:3px solid #000000;
    border-radius:10px;
}
#team .member .memberInfo{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:30px;
    display:none;
    background:#d9d9d9;
    z-index: 999;
}
.member:hover .memberInfo {
    border:3px solid #FFF;
    display: block !important;
}


#team input[type="button"]{
    padding:4px 12px;
    border:1px solid #FFF;
    outline:none;
    color:#000000;
    border-radius:10px;
    background:#FFF;
}
#team input[type="button"]:hover{
    color:#fff;
    background:#000000;
}

#team .navigationBns{
    /* position:absolute;
    right:0px;
    top:0px; */
    margin-top:20px;
    z-index:999;
}
#team .navigationBns .prevBtn{
    width:20px;
    height:20px;
    background:url("../images/left-white.png") center no-repeat;
    background-size:20px 20px;
}
#team .navigationBns .prevBtn:hover{
    background:url("../images/left-red.png") center no-repeat;
    background-size:20px 20px;
}
#team .navigationBns .nextBtn{
    width:20px;
    height:20px;
    background:url("../images/right-white.png") center no-repeat;
    background-size:20px 20px;
}
#team .navigationBns .nextBtn:hover{
    background:url("../images/right-red.png") center no-repeat;
    background-size:20px 20px;
}




/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/***** T&C P&P*****/

#termsConditions,#privacyPolicy,#getinTouch{
    position:relative;
    width:100%;
    min-height:100vh;
    padding:150px 0px 75px 0px;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Get in touch*****/

#getinTouch #contactForm{
    position:relative;
    margin:0px auto;
    margin-top:30px;
    padding:30px;
    width:60%;
    /* box-shadow: 4px 4px 8px#000000; */
}

@media(max-width:950px){
    #termsConditions,#privacyPolicy,#getinTouch{
        width:100%;
        padding:130px 0px 50px 0px;
    }   
    #getinTouch #contactForm{
        width:100%;
    }
}


#getinTouch #contactForm input[type="text"]{
    width:100%;
    padding:5px;
    outline:none;
    border:1px solid #000000;
    border-radius:5px;
}

#getinTouch #contactForm textarea{
    width:100%;
    height:150px;
    resize: none;
    outline:none;
    padding:5px;
    border-radius:5px;
    border:1px solid #000000;
}

#getinTouch #contactForm input[type="button"]{
    width:30%;
    padding:5px;
    outline:none;
    border-radius:5px;
    border:1px solid #FFF;
    color:#FFF;
    background:#000;
}
@media(max-width:950px){
    #getinTouch #contactForm input[type="button"]{
        width:100%;
    }
}
#getinTouch #contactForm input[type="button"]:hover{
    border:1px solid #000;
    color:#000;
    background:#FFF;
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****readyToJoin*****/

#readyToJoin{
    position:relative;
    margin-top:-80px;
    padding:120px 0px;
    background:#EEEEEE;
    z-index:9;
}

#readyToJoin input[type="button"]{
    padding:10px 30px;
    border:1px solid #000000;
    outline:none;
    color:#000000;
    border-radius:20px;
    background:transparent;
}
#readyToJoin input[type="button"]:hover{
    color:#FFF;
    border:1px solid #E65A62;
    background:#E65A62;
}

@media (max-width:950px){
    #readyToJoin{
        padding:40px 10px 40px 10px;
    }
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****Parallax*****/

@media(max-width:1110px){
    .parallax1, .parallax2, .parallax3 {
        position:relative !important;
        width:100% !important;
        height:auto !important;
    }
    .parallaxDesktop{
        display:none !important;
    }
    .parallaxMobile{
        display:block !important;
    }
}
@media(min-width:1110px){
    .parallax1, .parallax2, .parallax3{
        position:relative !important;
        opacity:0.99 !important;
        min-height:80vh !important;
        background-attachment:fixed !important;
        background-position:center !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
    }
    .parallaxDesktop{
        display:block !important;
    }
    .parallaxMobile{
        display:none !important;
    }
    
}

@media(max-width:950px){
    .topRounded{
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .bottomRounded{
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .fullRounded{
        border-radius: 30px !important;
    }
}
@media(min-width:950px){
    .topRounded{
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }
    .bottomRounded{
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    .fullRounded{
        border-radius: 50px !important;
    }
}


/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****cookies*****/

.cookies{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    padding:10px 10%;
    background:#EEEEEE;
    z-index:999;
}
.cookies .closeBtn{
    position:absolute;
    top:6px;
    right:25px;
    width:20px;
    height:20px;
}



/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/*****popup*****/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 9999;
}
.popup .content {
    position: relative;
    margin: 0 auto;
    margin-top: 150px;
    width: 600px;
    padding: 50px;
    border-radius:10px;
    background: #fff;
}
@media(max-width:950px){
    .popup .content {
        width: 80%;
        border-radius:10px;
    }
}
.popup .content #closeBtn , .popup .content .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/close-icon.png) center no-repeat;
    background-position: cover;
    z-index: 999;
}
.popup .content input[type=button] {
    width: 120px;
    padding: 5px 25px;
    border: 0;
    outline: 0;
    color: #fff;
    background: #000000!important;
}
.popup .content input[type=button]:hover {
    background: #E65A62!important;
}

#popupLoader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(252,252,255,1); */
    background:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9999;
}
@media(max-width:900px){
    #popupLoader img{
        width:100% !important;
    }
}
@media(min-width:900px){
    #popupLoader img{
        width:50% !important;
    }
}