/*====================================================
 GLOBAL STYLES
====================================================*/

@font-face {
    font-family: "Poppins-Black";
    src: url("../css/fonts/Poppins-Black.woff2") format("woff2");
    font-weight: 900;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../css/fonts/Poppins-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../css/fonts/Poppins-Medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../css/fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../css/fonts/Poppins-Light.woff2") format("woff2");
    font-weight: 300;
}

:root{
    --primary:#F37021;
    --secondary:#231F20;
    --dark:#000104;
    --white:#ffffff;
    --light:#f7f7f7;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    background:var(--light);
    color:var(--secondary);
    font-family:"Poppins-Regular",sans-serif;
    letter-spacing:.03vw;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    color:inherit;
    text-decoration:none;
    transition:.3s;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

.container{
    width:92%;
    max-width:92%;
    margin:auto;
}


/*====================================
 TYPOGRAPHY
====================================*/

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:"Poppins-SemiBold";
    color:#231F20;
    line-height:1.25;
    margin-bottom:1.2vw;
}

h1{
    font-size:3.2vw;
}

h2{
    font-size:2.4vw;
}

h3{
    font-size:1.6vw;
}

h4{
    font-size:1.35vw;
}

h5{
    font-size:1.15vw;
}

h6{
    font-size:1vw;
}

p,
li,
a{
    font-size:1vw;
    line-height:1.65;
    color:#000;
}


/*====================================
 HEADER
====================================*/

.navbar{
    background:#222;
    border:0;
    padding:0.9vw 0;
}

.navbar-brand img{
    width:7.5vw;
    min-width:120px;
}

.navbar-nav .nav-link{
    color:#fff !important;
    font-size:.95vw;
    font-family:"Poppins-Medium";
    text-transform:uppercase;
    padding:0 1.2vw !important;
    letter-spacing:.03vw;
}

.navbar-nav .nav-link:hover{
    color:#F37021 !important;
}

.navbar-inverse .navbar-nav>.active-nav{
    border-bottom:.12vw solid #F37021;
}

.demo-btn{
    background:#F37021;
    color:#fff !important;
    border-radius:3vw;
    padding:.75vw 1.5vw !important;
    margin-left:1vw;
    font-family:"Poppins-SemiBold";
}

.demo-btn:hover{
    background:#e55d0c;
}

.navbar-collapse.show{
    display:block !important;
}


/*====================================
 DESKTOP LARGE
====================================*/

@media(min-width:1600px){

.container{
    max-width:1450px;
}

}


/*====================================
 TABLET
====================================*/

@media(min-width:768px) and (max-width:1024px){

.container{
    width:94%;
    max-width:94%;
}

h1{font-size:4.8vw;}
h2{font-size:3.8vw;}
h3{font-size:2.8vw;}
h4{font-size:2.4vw;}
h5{font-size:2vw;}

p,
a,
li{
    font-size:1.8vw;
}

.navbar{
    padding:1.5vw 0;
}

.navbar-brand img{
    width:18vw;
}

.navbar-nav .nav-link{
    font-size:1.6vw;
    padding:0 .9vw !important;
}

.demo-btn{
    padding:1vw 2vw !important;
}

}


/*====================================
 MOBILE
====================================*/

@media(max-width:767px){

.container{
    width:92%;
    max-width:92%;
}

h1{
    font-size:8vw;
}

h2{
    font-size:6.6vw;
}

h3{
    font-size:5vw;
}

h4{
    font-size:4.5vw;
}

h5{
    font-size:4vw;
}

p,
a,
li{
    font-size:3.8vw !important;
    line-height:1.7;
}

.navbar{
    padding:14px 0;
}

.navbar-brand img{
    width:120px;
}

.navbar-collapse{
    background:#222;
    padding:20px;
    margin-top:15px;
}

.navbar-nav .nav-link{
    display:block;
    padding:12px 0 !important;
    font-size:15px;
}

.demo-btn{
    display:inline-block;
    margin:12px 0 0;
    padding:12px 24px !important;
}

.dtp{
    display:none;
}

.mbl{
    display:block;
}

}


/*====================================================
SECTION 1 : HERO BANNER
====================================================*/

#wns-skense-banner{
    position:relative;
    overflow:hidden;
    background:#000104;
    padding:8vw 0 3vw;
}

#wns-skense-banner::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
}

#wns-skense-banner .container{
    position:relative;
    z-index:5;
}

/*------------------------------------
Video Background
------------------------------------*/

.banner-video-part{
    position:absolute;
    top:0;
    left:25%;
    width:85%;
}

.banner-video-part::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-5%;
    width:100%;
    height:10%;
    background:url("../Images/video-bg-bottom.png") left bottom/100% 100% no-repeat;
}

.banner-video-part::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:75%;
    height:100%;
    background:url("../Images/video-bg-left.png") left top/100% 100% no-repeat;
}

/*------------------------------------
Content
------------------------------------*/

.banner-content-part{
    width:70%;
}

.banner-skense-logo{
    width:27%;
    margin-bottom:-2%;
    padding-top:4%;
}

.banner-content-part h5{
    color:#FDB42B;
    font-size:1.4vw;
    margin-top:12%;
}

.banner-content-part h1{
    width:100%;
    font-size:2.6vw;
    line-height:1.15;
    padding-top:5%;
    margin-bottom:2%;
}

.bannert-heading-wrpr{
    background:conic-gradient(
        from 169deg at 76.31% 258.64%,
        #133189 0deg,
        #fff 126deg,
        #133189 259deg,
        #fff 360deg);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

#wns-skense-banner h2{
    color:#fff;
    font-size:2vw;
    padding-top:5%;
}

.banner-content-part p{
    width:100%;
    color:#fff;
    font-size:1.1vw;
    line-height:1.5;
    letter-spacing:0;
}

.banner-content-part p span{
    font-family:"Poppins-SemiBold";
    color:#fff;
}

/*====================================
AZURE MARKETPLACE - DESKTOP
====================================*/

.banner-second-logo-wrapper{
    display:inline-block;
    margin-top:2vw;
}

.banner-logo-inner{
    display:inline-flex;
    align-items:center;
    gap:1.5vw;

    padding:0.9vw 1.6vw;

    background:#6F330D;
    border-radius:999px;

    width:auto;
}

.banner-logo-inner p{
    margin:0;
    color:#fff;
    font-size:1vw;
    font-family:"Poppins-SemiBold";
    line-height:1.2;
}

.banner-logo-inner p:first-child{
    white-space:nowrap;
}

.azure-marketplace-text{
    display:flex;
    align-items:center;
    justify-content:center;

    background:#0078D4;
    color:#fff;

    padding:.65vw 1.2vw;

    border-radius:8px;

    white-space:nowrap;

    font-size:1vw;
    font-family:"Poppins-SemiBold";

    margin:0;
}

.banner-logo-inner img.secondlogo{
    width:8.5vw;
    height:auto;
    margin:0;
    display:block;
}
/*------------------------------------
Image Cards
------------------------------------*/

.img-box-wrapper-main{
    display:flex;
    justify-content:center;
    align-items:center;
}

.img-box-container-sks{
    width:17%;
    margin-right:3%;
    padding:1% 3%;
    background:#181818;
    border-radius:1.3vw;
    box-shadow:0 .4vw 4vw rgba(0,0,0,.08);
}

.img-box-container-sks img{
    width:100%;
}

.img-box-container-sks.mt-5{
    margin-top:0;
    position:relative;
    top:3vw;
}

/*------------------------------------
Third Row
------------------------------------*/

.third-row-text-banner{
    padding-top:4%;
}

.third-row-text-banner h4{
    color:#fff;
    font-size:1.45vw;
}

.third-row-text-banner p{
    width:80%;
    color:#fff;
    font-size:1vw;
    line-height:1.6;
}

.hthree-tag-wrpr{
    display:flex;
    align-items:baseline;
    gap:.4vw;
}

.small-text{
    font-size:1.2vw;
    color:#fff;
    font-family:"Poppins-Medium";
}



.hthree-tag-wrpr h3{
    font-size:2.2vw;
    margin-bottom:0;
    background:conic-gradient(
        from 169deg at 76.31% 258.64%,
        #000104,
        #fff,
        #484848,
        #fff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
      line-height:1;
    margin:0;
}

.hthree-tag-wrpr p{
    margin-left:.4vw;
    color:#fff;
}

.content-box-wrapper-third{
    display:flex;
    flex-wrap:wrap;
    gap:8%;
}

.last-banner-box-wrpr{
    width:27%;
    padding:2% 0;
}

.banner-last-cont p{
    color:#fff;
    font-size:1vw;
}

.banner-below-video-part{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:22vw;
    opacity:.2;
}

/*====================================================
TABLET
====================================================*/

@media(min-width:768px) and (max-width:1024px){

#wns-skense-banner{
    padding:10vw 0 6vw;
}

.banner-content-part{
    width:100%;
}

.banner-skense-logo{
    width:27%;
}

.banner-content-part h5{
    font-size:2.2vw;
}

.banner-content-part h1{
    font-size:4.6vw;
}

#wns-skense-banner h2{
    font-size:3vw;
}

.banner-content-part p{
    font-size:1.8vw;
}

.banner-second-logo-wrapper{
    width:75%;
}

.banner-second-logo-wrapper p,
.azure-marketplace-text{
    font-size:1.6vw;
}

.img-box-container-sks{
    width:22%;
}

.img-box-container-sks.mt-5{
    top:0;
}

.third-row-text-banner h4{
    font-size:2.2vw;
}

.third-row-text-banner p{
    font-size:1.6vw;
}

.hthree-tag-wrpr h3{
    font-size:3.4vw;
}

}

/*====================================================
MOBILE
====================================================*/

@media(max-width:767px){

#wns-skense-banner{
    padding:24vw 0 12vw;
}


#wns-skense-banner::before{
    content:"";
    position:absolute;
    left:0;
    top:30%;
    width:100%;
    height:350px;
    background:#000;
    opacity:.9;
}

.banner-content-part{
    width:100%;
}

.banner-skense-logo{
    width:60%;
}

.banner-content-part h5{
    font-size:18px;
    margin-top:18%;
}

.banner-content-part h1{
    font-size:7vw;
}

#wns-skense-banner h2{
    font-size:5vw;
}

.banner-content-part p{
    font-size:4vw;
}

.banner-second-logo-wrapper{
    width:100%;
}

.banner-logo-inner{
    flex-wrap:wrap;
    padding:5%;
    background:none;
}

.banner-second-logo-wrapper p{
    width:auto;
    font-size:14px;
    margin-bottom:8px;
}

.banner-logo-inner img.secondlogo{
    width:45%;
}

.azure-marketplace-text{
    font-size:14px;
    padding:6px 10px;
}

.img-box-wrapper-main{
    flex-direction:column;
}

.img-box-container-sks{
    width:70%;
    margin:0 0 20px;
}

.img-box-container-sks.mt-5{
    top:0;
}

.third-row-text-banner h4{
    font-size:5vw;
}



.last-banner-box-wrpr{
    width:100%;
    margin-bottom:25px;
}

.hthree-tag-wrpr{
      display:inline-flex;
    align-items:baseline;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:10px;
}

.small-text{
    font-size:18px;
    color:#fff;
    font-family:"Poppins-Medium";
}

.hthree-tag-wrpr h3{
    font-size:9vw;
    line-height:1;
    margin:0;
}

.hthree-tag-wrpr p{
    margin:0;
    font-size:4vw;
    line-height:1.2;
    color:#fff;
    font-family:"Poppins-Medium";
}

.banner-last-cont p,
.last-banner-box-wrpr > p{
    width:100%;
    font-size:15px;
    line-height:1.6;
    margin:0;
}


.banner-below-video-part{
    height:80px;
    opacity:.3;
}

}


/*====================================================
SECTION 2 : SKENSE STORIES CAROUSEL
====================================================*/

#skense-stories-transformation-carousel{
    padding:5vw 0;
    background:#f9f9f9;
}

#skense-stories-transformation-carousel h2{
    color:#F37021;
    font-size:2.2vw;
    margin-bottom:2vw;
}

/*------------------------------------
Slider Layout
------------------------------------*/

#skense-stories-transformation-carousel .container-slider-part{
    position:relative;
    padding-left:8%;
}

#skense-stories-transformation-carousel .slider-controls{
    position:absolute;
    right:8%;
    top:0;
    display:flex;
    gap:1vw;
    z-index:5;
}

#skense-stories-transformation-carousel .slider-btn-img{
    border:0;
    background:none;
    padding:0;
    cursor:pointer;
}

#skense-stories-transformation-carousel .slider-btn-img img{
    width:2.4vw;
    height:2.4vw;
    padding:.35vw;
    border-radius:50%;
    background:#F76E11;
    transition:.3s;
}

#skense-stories-transformation-carousel .slider-btn-img:hover img{
    transform:scale(1.08);
}

/*------------------------------------
Scrollable Wrapper
------------------------------------*/

#skense-stories-transformation-carousel .transformation-card-wrapper{
    display:flex;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding-bottom:1.5vw;
    -ms-overflow-style:none;
    scrollbar-width:none;
}

#skense-stories-transformation-carousel .transformation-card-wrapper::-webkit-scrollbar{
    display:none;
}

#skense-stories-transformation-carousel .trans-inner-wrapper{
    display:flex;
    gap:1.5vw;
    width:max-content;
}

/*------------------------------------
Card
------------------------------------*/

#skense-stories-transformation-carousel .trans-box-wrapper{
    flex:0 0 calc(66.66% - 1.5vw);
    min-width:calc(66.66% - 1.5vw);
    background:#fff;
    border-radius:1.5vw;
    box-shadow:0 .4vw 2vw rgba(0,0,0,.08);
    opacity:.35;
    transition:.35s;
    scroll-snap-align:start;
}

#skense-stories-transformation-carousel .trans-box-wrapper.active{
    opacity:1;
}

#skense-stories-transformation-carousel .trans-box-wrapper .row{
    border-radius:inherit;
    overflow:hidden;
}

/*------------------------------------
Image
------------------------------------*/

#skense-stories-transformation-carousel img.img-fluid{
    width:100%;
    height:85vh;
    object-fit:cover;
}

/*------------------------------------
Content
------------------------------------*/

#skense-stories-transformation-carousel .trans-content-wrapper{
    padding:5%;
}

#skense-stories-transformation-carousel .trans-content-wrapper h4{
    color:#BD1A29;
    font-size:1.4vw;
    margin-bottom:1vw;
}

#skense-stories-transformation-carousel .trans-content-wrapper p{
    color:#000104;
    font-size:1vw;
    line-height:1.6;
    margin-bottom:1vw;
}

#skense-stories-transformation-carousel .increase-tag{
    position:relative;
    padding-left:1.6vw;
    font-size:1vw;
}

#skense-stories-transformation-carousel .increase-tag::before{
    content:"";
    position:absolute;
    left:0;
    top:.15vw;
    width:.9vw;
    height:.9vw;
    background:url("../Images/Industries-tick.png") center/contain no-repeat;
}

#skense-stories-transformation-carousel .increase-tag span{
    color:#BD1A29;
    font-family:"Poppins-SemiBold";
}

/*------------------------------------
CTA
------------------------------------*/

#skense-stories-transformation-carousel .explore-more-btn{
    margin-top:2vw;
}

#skense-stories-transformation-carousel .explore-more-btn a{
    position:relative;
    color:#000104;
    font-size:1.1vw;
    font-family:"Poppins-SemiBold";
}

#skense-stories-transformation-carousel .explore-more-btn a::after{
    content:"";
    position:absolute;
    right:-1.2vw;
    bottom:.15vw;
    width:.9vw;
    height:.9vw;
    background:url("../Images/orange-arrow-btn.png") center/contain no-repeat;
    transition:.3s;
}

#skense-stories-transformation-carousel .explore-more-btn a:hover::after{
    transform:translate(3px,-3px);
}

/*====================================================
TABLET
====================================================*/

@media(min-width:768px) and (max-width:1024px){

#skense-stories-transformation-carousel{
    padding:7vw 0;
}

#skense-stories-transformation-carousel h2{
    font-size:3.6vw;
}

#skense-stories-transformation-carousel .slider-btn-img img{
    width:5vw;
    height:5vw;
}

#skense-stories-transformation-carousel .trans-box-wrapper{
    flex:0 0 85%;
    min-width:85%;
}

#skense-stories-transformation-carousel img.img-fluid{
    height:45vw;
}

#skense-stories-transformation-carousel .trans-content-wrapper h4{
    font-size:2.5vw;
}

#skense-stories-transformation-carousel .trans-content-wrapper p, .banner-last-cont p, #skense-industry .section-heading p{
    font-size:1.8vw !important;
} 

#skense-stories-transformation-carousel .increase-tag{
    padding-left:2vw;
}

#skense-stories-transformation-carousel .increase-tag::before{
    width:1.5vw;
    height:1.5vw;
}

#skense-stories-transformation-carousel .explore-more-btn a{
    font-size:1.8vw;
}

}

/*====================================================
MOBILE
====================================================*/

@media(max-width:767px){

#skense-stories-transformation-carousel{
    padding:60px 0;
}

#skense-stories-transformation-carousel h2{
    font-size:7vw;
    margin-bottom:20px;
}

#skense-stories-transformation-carousel .container-slider-part{
    padding-left:15px;
}

#skense-stories-transformation-carousel .slider-controls{
    position:relative;
    right:auto;
    justify-content:flex-start;
    gap:12px;
    margin-bottom:20px;
}

#skense-stories-transformation-carousel .slider-btn-img img{
    width:38px;
    height:38px;
    padding:6px;
}

#skense-stories-transformation-carousel .trans-box-wrapper{
    flex:0 0 calc(100vw - 30px);
    min-width:calc(100vw - 30px);
    border-radius:18px;
}

#skense-stories-transformation-carousel .trans-box-wrapper .row{
    display:block;
}

#skense-stories-transformation-carousel img.img-fluid{
    height:220px;
}

#skense-stories-transformation-carousel .trans-content-wrapper{
    padding:22px;
}

#skense-stories-transformation-carousel .trans-content-wrapper h4{
    font-size:24px;
}

#skense-stories-transformation-carousel .trans-content-wrapper p{
    font-size:15px;
    margin-bottom:10px;
}

#skense-stories-transformation-carousel .increase-tag{
    font-size:15px;
    padding-left:28px;
}

#skense-stories-transformation-carousel .increase-tag::before{
    width:14px;
    height:14px;
    top:3px;
}

#skense-stories-transformation-carousel .explore-more-btn{
    margin-top:15px;
}

#skense-stories-transformation-carousel .explore-more-btn a{
    font-size:16px;
}

#skense-stories-transformation-carousel .explore-more-btn a::after{
    width:10px;
    height:10px;
    right:-14px;
}

}


/*====================================================
SECTION 3 : INTELLIGENT FEATURES
====================================================*/

#intelligent-features-sec{
    padding:5vw 0;
    background:#fff;
    background-position:left center;
    background-repeat:no-repeat;
    background-size:52% auto;
}

/*------------------------------------
Layout
------------------------------------*/

#intelligent-features-sec .row{
    align-items:center;
}

#intelligent-features-sec .col-lg-5{
    display:flex;
    align-items:center;
}

#intelligent-features-sec .intelligent-left-wrapper{
    width:100%;
}

#intelligent-features-sec .intelligent-right-wrapper{
    width:86%;
    margin-left:auto;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

/*------------------------------------
Heading
------------------------------------*/

#intelligent-features-sec h2{
    color:#F37021;
    font-size:2.2vw;
    margin-bottom:1.5vw;
}

#intelligent-features-sec h6{
    color:#000;
    font-size:1.15vw;
    text-transform:uppercase;
    margin-bottom:1vw;
    font-family:"Poppins-SemiBold";
}

/*------------------------------------
Paragraph
------------------------------------*/

#intelligent-features-sec p{
    color:#000;
    font-size:1vw;
    line-height:1.7;
    letter-spacing:0;
}

/*------------------------------------
Feature Cards
------------------------------------*/

#intelligent-features-sec .intelligent-box-wrapper{
    width:43%;
    margin-bottom:3vw;
}

#intelligent-features-sec .intelligent-box-wrapper img{
    width:24%;
    height:5vw;
    object-fit:contain;
    margin-bottom:1vw;
}

#intelligent-features-sec .intelligent-box-wrapper h6{
    margin-bottom:.8vw;
}

#intelligent-features-sec .intelligent-box-wrapper p{
    margin:0;
}

/*------------------------------------
Hover
------------------------------------*/

#intelligent-features-sec .intelligent-box-wrapper{
    transition:.3s ease;
}

#intelligent-features-sec .intelligent-box-wrapper:hover{
    transform:translateY(-.3vw);
}

/*====================================================
TABLET
====================================================*/

@media(min-width:768px) and (max-width:1024px){

#intelligent-features-sec{
    padding:7vw 0;
}

#intelligent-features-sec .row{
    flex-direction:column;
}

#intelligent-features-sec .col-lg-5,
#intelligent-features-sec .col-lg-7{
    width:100%;
    max-width:100%;
}

#intelligent-features-sec .intelligent-left-wrapper{
    margin-bottom:5vw;
}

#intelligent-features-sec .intelligent-right-wrapper{
    width:100%;
    margin-left:0;
}

#intelligent-features-sec h2{
    font-size:3.6vw;
}

#intelligent-features-sec h6{
    font-size:2vw;
}

#intelligent-features-sec p{
    font-size:1.8vw;
}

#intelligent-features-sec .intelligent-box-wrapper{
    width:48%;
    margin-bottom:4vw;
}

#intelligent-features-sec .intelligent-box-wrapper img{
    width:22%;
    height:8vw;
}

}

/*====================================================
MOBILE
====================================================*/

@media(max-width:767px){

#intelligent-features-sec{
    padding:60px 0;
}

#intelligent-features-sec .row{
    flex-direction:column;
}

#intelligent-features-sec .col-lg-5,
#intelligent-features-sec .col-lg-7{
    width:100%;
    max-width:100%;
}

#intelligent-features-sec .intelligent-left-wrapper{
    margin-bottom:35px;
}

#intelligent-features-sec .intelligent-right-wrapper{
    width:100%;
    margin-left:0;
    display:block;
}

#intelligent-features-sec h2{
    font-size:7vw;
    margin-bottom:20px;
}

#intelligent-features-sec h6{
    font-size:18px;
    margin-bottom:10px;
}

#intelligent-features-sec p{
    font-size:15px;
    line-height:1.7;
}

#intelligent-features-sec .intelligent-box-wrapper{
    width:100%;
    margin-bottom:30px;
}

#intelligent-features-sec .intelligent-box-wrapper img{
    width:70px;
    height:auto;
    margin-bottom:15px;
}

#intelligent-features-sec .intelligent-box-wrapper:hover{
    transform:none;
}

}


/*====================================================
SECTION 4 : INDUSTRIES SWIPER
====================================================*/

#skense-industry{
    padding:5vw 0;
    background:#000 url("../Images/skense-industries-functionsbg.jpg") bottom center no-repeat;
    background-size:cover;
}

#skense-industry h2{
    color:#fff;
    text-align:center;
    font-size:2.4vw;
    margin-bottom:1vw;
}

#skense-industry .section-heading p{
    width:75%;
    margin:0 auto 3vw;
    text-align:center;
    color:#fff;
    font-size:1vw;
    line-height:1.7;
}

/*==========================
SWIPER
==========================*/

.industrySwiper{
    overflow:hidden;
    padding-bottom:5vw;
}

.industrySwiper .swiper-wrapper{
    align-items:stretch;
}

.industrySwiper .swiper-slide{
    height:auto;
    display:flex;
}

/*==========================
CARD
==========================*/

.industry-card{
    position:relative;
    width:100%;
    height:26vw;
    overflow:hidden;
    background:#111;
}

.industry-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

/*==========================
OVERLAY
==========================*/

.industry-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
    180deg,
    rgba(0,0,0,.05) 20%,
    rgba(0,0,0,.88) 100%);

}

/*==========================
CONTENT
==========================*/

.industry-content{

    position:absolute;

    left:8%;
    right:8%;
    bottom:8%;

    z-index:2;

}

.industry-content h3{

    color:#F37021;
    font-size:1.35vw;
    margin-bottom:.7vw;

}

.industry-content p{

    color:#fff;
    font-size:.95vw;
    line-height:1.6;
    margin:0;

}

/*==========================
HOVER
==========================*/

.industry-card:hover img{

    transform:scale(1.08);

}

/*==========================
CONTROLS
==========================*/

.industry-controls{

    display:flex;

    align-items:center;

    gap:1.5vw;

    margin-top:2.5vw;

}

.industry-scroll{

    flex:1;

}

.industry-scroll .swiper-scrollbar{

    position:relative !important;

    width:100%;

    left:auto !important;

    bottom:auto !important;

    margin:0;

    height:4px;

    background:#D7D7D7;

}

.industry-scroll .swiper-scrollbar-drag{

    background:#F37021;

}

.industry-buttons{

    display:flex;

    gap:12px;

    flex-shrink:0;

}

.industry-prev,
.industry-next{

    width:46px;
    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#F37021;

    cursor:pointer;

}

/*==========================
TABLET
==========================*/

@media (min-width:768px) and (max-width:1024px){

.industry-card{

    height:42vw;

}

#skense-industry h2{

    font-size:4vw;

}

.industry-content h3{

    font-size:2vw;

}

.industry-content p{

    font-size:1.7vw;

}

}

/*==========================
MOBILE
==========================*/

@media (max-width:767px){

#skense-industry{

    padding:60px 0;

}

#skense-industry h2{

    font-size:8vw;

}

#skense-industry .section-heading p{

    width:100%;
    font-size:15px;
    margin-bottom:30px;

}

.industrySwiper{

    padding:0 15px 80px;

}

.industry-card{

    height:340px;

}

.industry-content{

    left:18px;
    right:18px;
    bottom:18px;

}

.industry-content h3{

    font-size:22px;

}

.industry-content p{

    font-size:15px;

}

.industry-controls{

    gap:15px;
    margin-top:25px;

}

.industry-prev,
.industry-next{

    width:32px;
    height:32px;

}

}

/*====================================================
SECTION 5 : PERSPECTIVES
====================================================*/



#skense-perspectives{
    padding:5vw 0;
    background:#fff;
}

#skense-perspectives h2{
    color:#F37021;
    text-align:center;
    font-size:2.4vw;
    margin-bottom:3vw;
    font-family:"Poppins-SemiBold";
}

/*====================================
SWIPER
====================================*/

.skense-perspectives-swiper .swiper{
    overflow:hidden;
}

.skense-perspectives-swiper .swiper-wrapper{
    align-items:stretch;
}

.skense-perspectives-swiper .swiper-slide{
    height:auto;
    display:flex;
}

/*====================================
CARD
====================================*/

.industries-card-wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
    background:#000;
    transition:.35s ease;
}

.industries-card-wrapper img{
    width:100%;
    aspect-ratio:320/340;
    object-fit:cover;
    display:block;
    transition:.45s ease;
}

/*====================================
OVERLAY
====================================*/

.industries-card-wrapper::after{

    content:"";

    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;

    background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 20%,
    rgba(0,0,0,.85) 100%);

    z-index:1;

}

/*====================================
CONTENT
====================================*/

.content-wrapper-industries{

    position:absolute;

    left:8%;
    right:8%;
    bottom:8%;

    z-index:2;

}

.content-display-perspective{

    transition:.35s;

}

.content-display-perspective p{

    margin:0;

}

.content-display-perspective a{

    color:#fff;

    font-size:1.05vw;

    line-height:1.6;

    font-family:"Poppins-Medium";

}

/*====================================
EXPLORE BUTTON
====================================*/

.swiper-explore-more-btn{

    margin-top:1.2vw;

    opacity:0;

    transform:translateY(20px);

    transition:.35s;

}

.swiper-explore-more-btn a{

    display:inline-flex;

    align-items:center;

    gap:.5vw;

    color:#F37021;

    font-size:.95vw;

    font-family:"Poppins-SemiBold";

}

.swiper-explore-more-btn svg{

    width:.8vw;

    transition:.3s;

}

.industries-card-wrapper:hover img{

    transform:scale(1.08);

}

.industries-card-wrapper:hover .content-display-perspective{

    transform:translateY(-8px);

}

.industries-card-wrapper:hover .swiper-explore-more-btn{

    opacity:1;

    transform:none;

}

.industries-card-wrapper:hover .swiper-explore-more-btn svg{

    transform:translateX(4px);

}


/*====================================
CONTROLS
====================================*/

.skense-perspectives-swiper .nav-control-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin-top:2.5vw;
    gap:1.5vw;
}

.skense-perspectives-swiper .scroll-wrapper{
    flex:1;
    display:flex;
    align-items:center;
}

.skense-perspectives-swiper .swiper-scrollbar{
    position:relative !important;
    left:auto !important;
    bottom:auto !important;
    width:100%;
    height:4px;
    margin:0;
    background:#D7D7D7;
    border-radius:10px;
}

.skense-perspectives-swiper .swiper-scrollbar-drag{
    background:#F37021;
    border-radius:10px;
}

.skense-perspectives-swiper .button-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-shrink:0;
}

.skense-perspectives-swiper .wnshome-swiper-button-prev,
.skense-perspectives-swiper .wnshome-swiper-button-next{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#F37021;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
}

.skense-perspectives-swiper .wnshome-swiper-button-prev:hover,
.skense-perspectives-swiper .wnshome-swiper-button-next:hover{
    transform:scale(1.05);
}
/*====================================
TABLET
====================================*/

@media (min-width:768px) and (max-width:1024px){

#skense-perspectives{

    padding:7vw 0 0 0;

}

#skense-perspectives h2{

    font-size:4vw;

}

.content-display-perspective a{

    font-size:1.8vw;

}

.swiper-explore-more-btn{

    opacity:1;

    transform:none;

    margin-top:2vw;

}

.swiper-explore-more-btn a{

    font-size:1.7vw;

}

.swiper-explore-more-btn svg{

    width:1.5vw;

}

}

/*====================================
MOBILE
====================================*/

@media (max-width:767px){

#skense-perspectives{

    padding:60px 0;

}

#skense-perspectives h2{

    font-size:8vw;

    margin-bottom:35px;

}

.skense-perspectives-swiper .swiper{

    padding:0 15px 30px;

}


.content-wrapper-industries{

    left:18px;

    right:18px;

    bottom:18px;

}

.content-display-perspective a{

    font-size:15px;

    line-height:1.6;

}

.swiper-explore-more-btn{

    opacity:1;

    transform:none;

    margin-top:15px;

}

.swiper-explore-more-btn a{

    font-size:15px;

}

.swiper-explore-more-btn svg{

    width:12px;

}

.skense-perspectives-swiper .nav-control-wrapper{
    margin-top:25px;
    gap:15px;
}

.skense-perspectives-swiper .button-wrapper{
    gap:10px;
}

.skense-perspectives-swiper .wnshome-swiper-button-prev,
.skense-perspectives-swiper .wnshome-swiper-button-next{
    width:32px;
    height:32px;
}

}

/*====================================================
SECTION 6 : ACTION CTA
====================================================*/

#skense-action-sec{
    padding:5vw 0;
}

#skense-action-sec .inner-container-action{
    padding:5%;
    background:#000 url("../Images/SKENSE-Action-bgs.png") top center/cover no-repeat;
}

#skense-action-sec h2{
    color:#fff;
    text-align:center;
    font-size:2.2vw;
    margin-bottom:2vw;
}

#skense-action-sec .inner-container-action{
    display:flex;
    flex-direction:column;
    align-items:center;
}

#skense-action-sec .req-btn-wrpr{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:3vw;
    padding:1.2vw 3vw;
    background:#fff;
    border-radius:50px;
}

#skense-action-sec .req-btn-wrpr a{
    position:relative;
    color:#B01827;
    font-family:"Poppins-SemiBold";
    font-size:1.1vw;
}

#skense-action-sec .req-btn-wrpr a::after{
    content:"";
    position:absolute;
    top:50%;
    right:-1.2vw;
    transform:translateY(-50%);
    width:.8vw;
    height:.8vw;
    background:url("../Images/explore-more-cta-arrow.png") center/contain no-repeat;
    transition:.3s;
}

#skense-action-sec .req-btn-wrpr:hover a::after{
    transform:translate(3px,-50%);
}

/*====================================================
FOOTER
====================================================*/

footer{
    background:#1C1B1A;
}

.top-footer{
    padding:2.5vw 0;
}

.bottom-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:1.5vw 0;
    background:#252525;
}

.logo-footer{
    padding:.5vw 0;
}

.logo-footer img{
    width:8vw;
    min-width:140px;
}

footer .info{
    color:#fff;
    line-height:1.8;
}

footer .info a{
    display:inline-block;
    padding:.8vw 2vw;
    border-radius:3vw;
    background:#F37021;
    color:#fff;
    font-family:"Poppins-SemiBold";
}

.text-footer,
.text-footer-right{
    color:#F37021;
    text-transform:uppercase;
    font-family:"Poppins-SemiBold";
}

.text-footer a,
.text-footer-right a{
    color:#fff;
    transition:.3s;
}

.text-footer a:hover,
.text-footer-right a:hover{
    color:#F37021;
}

.bt-img{
    display:inline-block;
    margin-right:.8vw;
}

/*====================================================
TABLET
====================================================*/

@media (min-width:768px) and (max-width:1024px){

#skense-action-sec{
    padding:7vw 0;
}

#skense-action-sec h2{
    font-size:3.6vw;
}

#skense-action-sec .req-btn-wrpr{
    padding:2vw 4vw;
}

#skense-action-sec .req-btn-wrpr a{
    font-size:1.8vw;
}

.top-footer{
    padding:5vw 0;
}

.bottom-footer{
    flex-wrap:wrap;
    gap:2vw;
}

.logo-footer img{
    width:16vw;
}

footer .info a{
    padding:1.5vw 3vw;
}

}

/*====================================================
MOBILE
====================================================*/

@media (max-width:767px){

#skense-action-sec{
    padding:60px 0;
}

#skense-action-sec .inner-container-action{
    padding:12%;
    background-size:cover;
}

#skense-action-sec h2{
    font-size:7vw;
}

#skense-action-sec .req-btn-wrpr{
    margin-top:35px;
    padding:15px 35px;
}

#skense-action-sec .req-btn-wrpr a{
    font-size:16px;
}

#skense-action-sec .req-btn-wrpr a::after{
    display:none;
}

/* Footer */

.top-footer{
    padding:40px 0;
    text-align:center;
}

.bottom-footer{
    display:block;
    padding:25px 0;
    text-align:center;
}

.logo-footer{
    margin-bottom:20px;
}

.logo-footer img{
    width:150px;
    margin:auto;
}

footer .info{
    margin-top:20px;
}

footer .info a{
    padding:12px 28px;
    font-size:15px;
}

.text-footer,
.text-footer-right{
    margin-top:20px;
    line-height:1.8;
}

.bt-img{
    margin:10px 5px;
}

}
/*====================================================
BOTTOM FOOTER
====================================================*/

.bottom-footer{
    background:#181818;
    padding:1.5vw 0;
    border-top:1px solid rgba(255,255,255,.08);
}

.bottom-footer .container{
    width:90%;
    max-width:90%;
    margin:0 auto;
}

.footer-bottom-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:2vw;
}

.footer-copyright{
    color:#fff;
    font-family:"Poppins-Regular";
    font-size:.7vw;
    line-height:1.6;
}

.footer-logo{
    flex-shrink:0;
}

.footer-logo img{
    width:8vw;
    min-width:120px;
    max-width:150px;
    height:auto;
    display:block;
    transition:.3s ease;
}

.footer-logo img:hover{
    transform:scale(1.05);
}

/*====================================================
TABLET
====================================================*/

@media (min-width:768px) and (max-width:1024px){

.bottom-footer{
    padding:2.5vw 0;
}

.footer-copyright{
    font-size:1vw;
}

.footer-logo img{
    width:14vw;
}

}

/*====================================================
MOBILE
====================================================*/

@media (max-width:767px){

.bottom-footer{
    padding:25px 0;
}

.footer-bottom-content{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:20px;
}

.footer-copyright{
    font-size:14px;
    line-height:1.7;
}

.footer-logo img{
    width:140px;
    min-width:140px;
}

}