@charset "UTF-8";

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

:root {
    --primary: #fff;
    --secondary: #000;
    --darkgrey: #222;
    --vdarkgrey: #141313;

    --font75-55: calc(55px + (75 - 55) * ((100vw - 300px) / (1920 - 300)));
    --font64-50: calc(50px + (64 - 50) * ((100vw - 300px) / (1920 - 300)));
    --font36-30: calc(30px + (36 - 30) * ((100vw - 300px) / (1920 - 300)));
    --font32-28: calc(28px + (32 - 28) * ((100vw - 300px) / (1920 - 300)));
    --font24-20: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    --font20-16: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    --font20: 20px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

body {
    color: var(--primary);
    font-size: var(--font20);
    line-height: 1.2;
    font-family: 'Encode Sans Semi Condensed';
    overflow-x: hidden;
    font-weight: 400;
    margin: 0;
    position: relative;
}

a,
a:hover,
a:focus,
a:visited {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

button::-moz-focus-inner {
    outline: 0;
}

ul li,
ol li {
    list-style-type: none;
    text-decoration: none;
}

body {
    background: var(--secondary);
    color: var(--primary);
}



/* ---------------------- footer-css -------------------- */

footer {
    background-color: var(--darkgrey);
    width: 100%;
    padding: 7rem 0;
}

.ftr-mail {
    text-align: end;
}

.ftr-title {
    /* width: 400px; */
    /* padding: 137px 0 89px; */
    /* padding-bottom: 89px; */
    font-size: 24px;
    font-weight: 400;
}

.copyright p {
    padding-top: 40px;
    font-size: 15px;
    font-weight: 400;
}

.copyright p a {
    color: var(--primary);
    text-decoration: none;
}

.copyright p a:hover {
    color: #8b8b8b;
}

.ftr-address {
    margin: 0;
}

.ftr-mail {
    text-align: end;
    /* padding-top: 222px; */
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-mail a {
    text-decoration: none;
    color: var(--primary);
}

.ftr-mail a:hover {
    color: #8b8b8b;
}


/* --------------- header ----------- */

.nav-pills .nav-link.active {
    border: 1px solid #626262;
    border-radius: 50px;
    background-color: transparent;
}

nav#navbar-example2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    left: 0;
    bottom: 34px;
    background: transparent !important;
    right: 0;
    z-index: 999;
}

.navbar ul {
    gap: 18px;
    border-radius: 60px;
    border: 1px solid #4A4A4A;
    background: rgb(36 36 36 / 81%);
    padding: 10px 14px;
}

.navbar a.nav-link {
    transition: all .4s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    border: 1px solid transparent;
    padding: 14px 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-radius: 50px;
    border: 1px solid #626262;
    color: var(--primary) !important;
}

.navbar-expand-lg .navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    border: 1px solid #626262;
    border-radius: 50px;
    color: var(--primary) !important;
    background-color: transparent;
}

/* --------------- home page ----------- */
.heroslider {
    height: 100vh;
}

.hero-banner {

    background-size: cover;
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    background-position: right;
}

.debcore-logo {
    position: absolute;
    top: 38px;
    left: 43px;
    z-index: 99;
}

.herobanner-title {
    margin-top: 10rem;
}

.herobanner-title h1 {
    color: #FFECEC;
    font-size: 75px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;

}

.herobanner-title p {
    color: #FFECEC;
    font-family: "Encode Sans Semi Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: 1;
    padding-top: 31px;
    margin-bottom: 0;
}

.e-logo {
    padding-right: 6px;
}

.introsection {
    padding: 80px 0px;
}

.introsection .row {
    /* column-gap: 60px; */
    --bs-gutter-x: 5rem;
}

h2.introsection-title {
    font-size: 64px;
    line-height: 1;
    font-weight: 200;
    margin-bottom: 50px;
    color: var(--primary);
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.2px;

}

.banner-img {
    border-radius: 280px;
    aspect-ratio: 9 / 12;
    overflow: hidden;
}

.banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.imgcontent-section .row {
    /* column-gap: 60px; */
    --bs-gutter-x: 5rem;
}

h3.imgcontent-section-title,
h3.fullwidth-section-title {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.36px;
    font-weight: 600;
    padding-bottom: 30px;
}

.imgcontent-section {
    padding: 80px 0px;
}

.fullwidth-section {
    padding: 80px 0px;
}

.graybg {
    background-color: var(--vdarkgrey);
}

.whitebg {
    background-color: var(--primary);
}

.graytxt {
    color: var(--darkgrey);
}

/* ----------------- term & condition ------------ */

.termpanel {
    padding: 8rem 0 4rem;
}

.termpanel ul li {

    margin-bottom: 8px;
    list-style: disc !important;
}

.intro-header h1 {
    margin: 30px 0 30px;
}

.termpanel h2 {
    padding-bottom: 20px;
}

.term-block h3 {
    font-size: 28px;
    font-weight: 500;
    padding: 45px 0 25px;
}

.term-block ul {
    padding-left: 0;
    margin-bottom: 30px;
}

.term-block ul li {
    padding: 5px 0 5px 25px;
    display: block;
    position: relative;
}

.intro-header ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background-color: var(--primary);

}

.intro-header ul li:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 14px;
    width: 4px;
    height: 8px;
    background-color: var(--primary);

}

.termpanel h2 span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-style: italic;
}

.term-block a {
    color: var(--primary);
    font-weight: 600;
}

.term-block a:hover {
    color: #8b8b8b;
}

.masterpiece-block {
    margin-bottom: 60px;
}

.sec-img {
    aspect-ratio: 10 / 5;
    object-fit: contain;
    border-radius: 0;
}

.sec-img img {
    object-fit: contain;
}

.banner-info.imgcontent-col {
    padding-bottom: 35px;
}

/* ------------------------ gallery -------------------- */

.sec-gallery {
    margin-top: 80px;
}

.sec-gallery h3 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.sec-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-gallery a {
    aspect-ratio: 10 / 5;
    display: block;
}

.gallery-col a {
    overflow: hidden;

}

.gallery-col a img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.gallery-col a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sec-gallery .row {
    row-gap: 4rem;
    --bs-gutter-x: 3.5rem;
}

.sec-gallery p {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sec-gallery p:hover {
    color: #626262;
    transition: 0.4s;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content {
    max-width: 90% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 40px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 40px);
    left: auto;
}

.source .banner-img {
    border-radius: 0;
}

/* --------------------- Responsive css ------------------ */
@media (min-width: 1440px) {
    .container {
        max-width: 1420px;
    }
}

@media screen and (max-width: 1600px) {
    .herobanner-title {
        padding-left: 3rem;
    }
}


@media (max-width: 1440px) {
    h2.introsection-title {
        font-size: 57px;
    }

    p {
        font-size: 18px;
    }
}


@media (max-width: 1366px) {}


@media (max-width: 1280px) {
    p {
        font-size: 16px;

    }

    h2.introsection-title {
        font-size: 47px;
    }
    .herobanner-title h1 {
        font-size: 65px;
    }
    .herobanner-title {
        margin-top: 1rem;
    }
}


@media (max-width: 1199px) {
    .swiper-slide.hero-banner.slide1 {
        background-image: url(../images/slide-1-tab.webp) !important;
    }

    .swiper-slide.hero-banner.slide2 {
        background-image: url(../images/slide-2-tab.webp) !important;
    }
    
    .herobanner-title {
        margin-top: -12rem;
        padding-left: 0;
    }

    .herobanner-title h1 {
        font-size: 60px;
        text-align: center;
    }
    .hero-banner {
        background-position: center;
    }
}


@media (max-width: 991px) {
    .ftr-mail {
        padding-top: 20px;
        justify-content: start;
        font-size: 20px;
    }

    .masterpiece-block {
        text-align: start !important;
    }

    .introsection .banner-img {
        margin-bottom: 60px;
    }

    .banner-img {
        aspect-ratio: 16/10;
    }

    .banner-info {
        margin-bottom: 30px;
    }

    h2.introsection-title {
        font-size: 34px;
    }

    .navbar-toggler {
        /* color: rgb(255 240 240); */
        /* background-color: #fff; */
        border: 0;
        border-radius: 0;
        position: fixed;
        top: 30px;
        right: 20px;
        z-index: 999;

    }

    nav#navbar-example2 {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
    }

    div#navbarSupportedContent {
        /* background: fixed; */
        position: fixed;
        left: auto;
        top: 0;
        right: 0;
        width: 100vw;
        background-color: #000;
        z-index: 998;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        border-radius: 0;
        border: 0;
    }

    .navbar ul {
        border-radius: 0;
        height: 100vh;
        padding: 90px 14px 10px;

    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        border-radius: 0;
        border: 0;
        color: #626262;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: url(../images/toggle.svg);
        background-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        border: 0;
    }

    .sec-gallery p {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .banner-info.imgcontent-col {
        padding-bottom: 0;
    }

    h3.imgcontent-section-title,
    h3.fullwidth-section-title {
        font-size: 30px;
    }

    .sec-gallery .row {
        row-gap: 1.5rem;
        --bs-gutter-x: 1.5rem;
    }

    .masterpieces-gallery .sec-gallery .row {
        row-gap: 3rem;
    }

    footer {
        padding: 5rem 0 3.5rem;
    }

    .sec-gallery a {
        aspect-ratio: 16/10;
    }

    .sec-gallery {
        margin-top: 60px;
    }

    .source .banner-img {
        aspect-ratio: 16/7;
    }
}

@media screen and (max-width: 767px) {
    .herobanner-title h1 {
        font-size: 62px;
    }
}
 
@media (max-width: 575px) {

    .introsection,
    .imgcontent-section,
    .fullwidth-section {
        padding: 80px 20px 60px 20px;
    }

    .herobanner-title {
        padding: 0 20px;
    }

    .sec-gallery {
        padding: 0px 20px;
    }

    .manufacture-gallery .gallery-col {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-slide.hero-banner.slide1 {
        background-image: url(../images/slide-mob-1.webp) !important;
    }

    .swiper-slide.hero-banner.slide2 {
        background-image: url(../images/slide-mob-2.webp) !important;
    }
    .testimonav img {
        width: 40px;
    }
    .herobanner-title h1 {
        font-size: 48px;
    }
}



@media (max-width: 480px) {
    h3.banner-2-title {
        font-size: 33px;
    }

    h3.banner-3-title {
        font-size: 33px;
    }

    p {
        font-size: 15px;

    }

    .ftr-mail {
        font-size: 20px;
    }

    a.nav-link {
        font-size: 13px;
        padding: 12px 16px;
    }

    nav#navbar-example2 {
        bottom: 0;
        padding: 0 !important;
    }

    .navbar ul {
        gap: 5px;
    }

    .herobanner-title h1 {
        font-size: 45px;
    }

    h3.imgcontent-section-title {
        line-height: 1;
    }

    .banner-info.imgcontent-col {
        padding-bottom: 0;
    }

    .banner-img {
        border-radius: 100px;
        aspect-ratio: 1 / 1;
    }

}

@media (max-width: 380px) {
    .banner-img {
        border-radius: 70px;
    }
    .herobanner-title {
        margin-top: -11rem;
    }
    .herobanner-title h1 {
        font-size: 40px;
    }
}