@font-face {
    font-family: Gotham;
    src: url("../fonts/GOTHAMBOOK.TTF");
    font-weight: normal;
}

@font-face {
    font-family: GothamLight;
    src: url("../fonts/Gotham-Light.ttf");
    font-weight: lighter;
}

@font-face {
    font-family: GothamBold;
    src: url("../fonts/Gotham\ Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: GothamMedium;
    src: url("../fonts/GOTHAMMEDIUM.TTF");
}

@font-face {
    font-family: copperplate;
    src: url("../fonts/Copperplate.ttc");
}

@font-face {
    font-family: heroePro;
    src: url("../fonts/HeroePro.otf");
}

body {
    font-family: Gotham, sans-serif;
    color: #262122;
}

.header-top {
    background-color: #9a0056;
    padding: 20px;
}

header .navbar {
    border-bottom: 2px solid #ccc;
    padding: 0;
}

    header .navbar li {
        padding-top: 2px;
        border-bottom: 2px solid transparent;
        font-size: 14px;
        font-weight: 600;
    }

        header .navbar li a {
            color: #5e5e5e;
        }

        header .navbar li:hover {
            border-bottom: 2px solid #7b0046;
        }

            header .navbar li:hover a {
                color: #7b0046;
            }

.video-section,
.terms-condition {
    background: #e2c8bd;
}

.video-section {
    padding-top: 75px;
}

.line-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .line-overlay img {
        width: 100%;
        height: 100%;
    }

.certificate-section {
    background-image: url("../images/certificate-bg.png");
    padding: 50px 0;
}

.zoul-certificate-section {
    background: #e2c8bd;
    padding: 50px 0;
    overflow: hidden;
}

.certificate-container {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    background-image: url("../images/golden-bg.png");
    background-size: cover;
}
.zoul-certificate-container {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bfac8f;
    z-index: 1;
    position: relative;
}

.certificate-heading {
    font-family: copperplate, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #606161;
    font-size: 46px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .certificate-heading span {
        font-family: heroePro, sans-serif;
        display: block;
        font-size: 32px;
        position: relative;
    }

        .certificate-heading span::after,
        .certificate-heading span::before {
            content: "";
            background: #606161;
            height: 1px;
            width: 150px;
            display: block;
            position: absolute;
            left: calc(50% + 35px);
            top: 50%;
        }

        .certificate-heading span::before {
            right: calc(50% + 35px);
            left: unset;
        }

.certificate-content-container {
    border-radius: 8px;
    padding: 10px 100px 1px;
}

.product {
    background-image: url(../images/product-border.png);
    background-size: 100% 100%;
    padding: 9px;
    width: 100%;
    height: 403px;
    background-repeat: no-repeat;
}

input,
input:before,
input:after {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-display {
    width: 500px;
    flex-shrink: 0;
}

    .product-display h5 {
        font-family: "GothamMedium";
        margin-bottom: 0;
        margin-top: 15px;
    }

    .product-display p {
        font-size: 18px;
        font-family: "GothamLight";
    }

    .product-display table {
        margin: 0 auto 10px;
    }

        .product-display table tr > td:first-child {
            font-family: GothamLight, sans-serif;
            padding-left: 0;
            text-wrap: nowrap;
        }

    .product-display td {
        padding: 0 5px;
        line-height: 22px;
        font-size: 14px;
        align-content: baseline;
    }

.product-details h4:not(:first-child) {
    margin-top: 30px;
}

.product-details {
    padding-left: 12%;
    width: 600px;
    max-width: 100%;
}

    .product-details h4 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight :bold;
    }

    .product-details td {
        padding: 0 5px;
        line-height: 22px;
        font-size: 18px;
        align-content: baseline;
    }

    .product-details table tr > td:first-child {
        font-family: GothamLight, sans-serif;
        padding-left: 0;
        text-wrap: nowrap;
        font-weight:bold;
    }

.section-2 {
    color: #7c0047;
    margin-bottom: 50px;
    padding-top: 50px;
    overflow: hidden;
}

    .section-2 h3 {
        font-size: 40px;
        font-family: GothamMedium, sans-serif;
        margin-bottom: 20px;
    }

    .section-2 p {
        font-size: 20px;
        line-height: 26px;
    }

.model-images img {
    height: 100%;
    max-width: 100%;
}

.model-images::after {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    background: linear-gradient( to right, #fff, #7b0046 20%, #7b0046 50%, #7b0046 80%, #fff );
}

.print-display {
  
    text-align:right;
}



/* .model-images img:first-child {
left: -2%;
height: calc(100% + 70px);
bottom: -54px;
}
.model-images img:nth-child(2) {
bottom: -96px;
height: calc(100% + 140px);
right: -14%;
}

.model-images img:last-child {
left: 17%;
bottom: -127px;
height: calc(100% + 165px);
} */

.promise-sec {
    padding-right: 30px;
}

.section-3 .promise-sec img {
    width: 100%;
    margin-bottom: 15px;
}

.section-3 .promise-sec p {
    font-size: 21px;
    text-align: center;
    line-height: 24px;
}

.section-3 .nav-link,
.section-3 .nav-link.active {
    border: 1px solid #7b0046;
    border-radius: 10px;
    color: #000;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .section-3 .nav-link,
    .section-3 .nav-link.zoulactive {
        border: 1px solid #4d2d24;
        border-radius: 10px;
        color: #000;
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section-3 .nav-link.active {
        background-color: #7b0046;
        color: #fff;
    }
    .section-3 .zoulVideo .nav-link.active {
        background-color: #4d2d24;
        color: #fff;
    }

.section-3 .tab-content {
    position: relative;
    border: 1px solid #7b0046;
    border-radius: 12px;
    border-bottom: none;
    z-index: -1;
}
.section-3 .zoultab-content {
    position: relative;
    border: 1px solid #4d2d24;
    border-radius: 12px;
    border-bottom: none;
    z-index: -1;
}

    .section-3 .tab-content .tab-pane {
        height: 100%;
        background: #fff;
        margin-top: 20px;
        width: calc(100% + 10px);
        margin-left: -5px;
        padding: 5px 30px 1px;
        text-align: center;
    }

.section-3 .nav-item .active::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid #7b0046;
    border-top: 1px solid #7b0046;
    rotate: 45deg;
    position: absolute;
    bottom: -26px;
    background: #fff;
    left: calc(50% - 10px);
    z-index: 1;
}
.section-3 .nav-item .zoulactive::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 1px solid #4d2d24;
    border-top: 1px solid #4d2d24;
    rotate: 45deg;
    position: absolute;
    bottom: -26px;
    background: #fff;
    left: calc(50% - 10px);
    z-index: 1;
}

.section-3 .nav-link.active img {
    filter: invert(99%) sepia(25%) saturate(0%) hue-rotate(349deg) brightness(109%) contrast(100%);
}

.section-3 .nav-tabs {
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: none;
}

.section-3 .nav-item {
    width: 30%;
    position: relative;
}

.menu-heading-div {
    width: 55%;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
}

.section-3 .nav-item .d-flex {
    align-items: center;
    justify-content: space-between;
}

.section-3 .nav-link img {
    width: 80px;
}

.promise-content {
    padding-left: 55px;
}

.terms-condition {
    font-family: GothamLight;
    font-weight: lighter;
    font-size: 14px;
    margin: 30px 0;
}

    .terms-condition p {
        margin-bottom: 12px;
        line-height: 18px;
    }

    .terms-condition h5 {
        text-align: center;
        font-size: 18px;
        position: relative;
        overflow: hidden;
    }

        .terms-condition h5::after,
        .terms-condition h5::before {
            content: "";
            width: 45%;
            height: 1px;
            background-color: #606161;
            display: block;
            position: absolute;
            top: 50%;
        }

        .terms-condition h5::after {
            left: calc(50% + 100px);
        }

        .terms-condition h5::before {
            right: calc(50% + 100px);
        }

.video-container {
    background: #e4e3e0;
    border-radius: 15px;
    padding: 8px;
}

    .video-container iframe {
        border-radius: 8px;
        margin-bottom: -6px;
    }

#footer {
    background: #f4f1e6;
}

.footer-container {
    padding-top: 30px;
    padding-bottom: 20px;
    /*display: flex;
    justify-content: center;*/
    gap: 80px;
    flex-wrap: wrap;
}

#footer .title {
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-family: inherit;
    font-size: 13px;
    border-bottom: 1px solid #cccaca;
    padding-right: 20px;
}

.footer-container ul {
    list-style: none;
    padding-left: 0;
}

.footer-container li a {
    color: #9a0056;
    font-size: 13px;
    text-decoration: none;
}

.social-links {
    background-color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 35px;
}

    .social-links ul {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .social-links .cards-links li {
        border: 1px solid #cccaca;
        border-radius: 2px;
        padding: 0 3px;
    }

    .social-links a {
        color: #9a0056;
    }

    .social-links img {
        width: 31px;
        height: 31px;
    }

.copyright {
    font-size: 10px;
    padding: 15px 0 1px;
}

.verify-form-container {
     background-color: #e2c8bd;
    padding: 50px 0 100px;
}

    .verify-form-container button {
        background-color: #674213;
        color: #fff;
    }

        .verify-form-container button:hover {
            background: #402503;
            color: #fff;
        }

.inputText {
    font-size: 14px;
    padding: 10px 15px;
    min-width: 50px !important;
    padding-top: 15px;
}

.floating-label {
    order: -1;
    padding-left: 5px;
    transition: all 0.3s ease-in;
    transform: translateY(0px);
    pointer-events: none;
    position: absolute;
    left: 9px;
    top: calc(50% - 12px);
    color: #5e5e5e;
    font-size: 15px;
}

.verify-form-container input:focus ~ .floating-label,
.verify-form-container input:not(:focus):valid ~ .floating-label {
    transform: translateY(-12px);
    z-index: 5;
    font-size: 12px;
}

.verify-form-container h3 {
    margin-bottom: 30px;
    color: #7b0046;
    font-family: GothamBold, sans-serif;
}
.verify-form-container h4 {
    margin-bottom: 30px;
    color: #7b0046;
    font-family:GothamLight;
}
.verify-form-container p {
    margin-bottom: 24px;
    color: #7b0046;
    font-family: GothamLight;
}

@media only screen and (max-width: 767px) {
    .inspire-container {
        margin-bottom: -128px;
    }

    .line-overlay {
        width: 100%;
        overflow: hidden;
    }

        .line-overlay img {
            width: auto;
        }
}

.verify-form-container img {
    width: 90px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
    .section-2 h3 {
        font-size: 30px;
    }

    .section-2 p {
        font-size: 18px;
        line-height: 23px;
    }

    .certificate-content-container {
        padding: 10px 50px 1px;
    }

    .product-details {
        padding-left: 3%;
    }

   

    .section-3 .nav-link img {
        width: 70px;
    }

    .menu-heading-div {
        width: 58%;
        font-size: 14px;
    }

    .section-3 .promise-sec p {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1200px) {
    .product-display {
        width: 100%;
    }

    .certificate-content-container > .d-flex {
        flex-direction: column;
    }

    .product {
        width: unset;
        height: unset;
        max-width: 100%;
        max-height: 500px;
        aspect-ratio: 146 / 107;
        margin: auto;
    }

    .product-details {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .menu-heading-div {
        width: 59%;
        font-size: 12px;
    }

    .section-3 .nav-link img {
        width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-heading-div {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    .section-3 .nav-item .d-flex {
        flex-direction: column;
    }

    .promise-content {
        padding-left: 15px;
    }

    .video-container iframe {
        height: 400px !important;
    }

    .promise-sec {
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .product-details table tr > td:first-child {
        text-wrap: unset;
    }

    .certificate-content-container {
        padding: 10px 20px 1px;
    }

    .product-display p,
    .product-details td {
        font-size: 16px;
    }

    .certificate-heading {
        font-size: 35px;
        overflow: hidden;
    }

    .section-3 .nav-link,
    .section-3 .nav-link.active {
        padding: 10px 5px;
    }

    .video-container iframe {
        height: 250px !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
        top: -62px;
        filter: invert(1);
    }

        .navbar-toggler:focus {
            box-shadow: none;
        }

    header .navbar {
        padding: 0;
    }

    .model-images img {
        height: auto;
        object-fit: contain;
        object-position: bottom;
    }

    .footer-container {
        gap: 40px;
    }

        .footer-container .know_us {
            padding-top: 15px;
        }
}

.invalid-certificate-section {
    /*  background-image: url("../images/certificate-bg.png");*/
    padding: 50px 0;
    margin-left: 330px;
}
.malabar-logo-sm,
.zoul-logo {
    position: absolute;
    top: 15px;
}
.malabar-logo-sm {
    left: 30px;
}

    .malabar-logo-sm img {
        width: 80px;
    }

.zoul-logo {
    right: 30px;
    width:200px;
}
.inspire-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 460px;
}
    .inspire-container .row {
        align-items: center;
    }
.zoul-image {
    max-width: 100%;
    position: absolute;
    width: 830px;
    bottom: -196px;
    right: -96px;
}

/*from unni*/

/* 
scroll style */
.section-3 .nav-tabs {
    width: 100%;
    overflow: auto hidden;
    flex-flow: nowrap;
    gap: 15px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
}

    .section-3 .nav-tabs:hover {
        -ms-overflow-style: unset; /* IE and Edge */
        scrollbar-width: unset;
    }

    .section-3 .nav-tabs::-webkit-scrollbar {
        visibility: hidden;
        height: 0px;
    }
    /* .section-3 .nav-tabs:hover::-webkit-scrollbar {
  visibility: visible;
} */

    /* Track */
    .section-3 .nav-tabs::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .section-3 .nav-tabs::-webkit-scrollbar-thumb {
        background: #888;
    }

.section-3 .nav-item {
    flex-shrink: 0;
}

/* Handle on hover */
.section-3 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.section-3 .tab-content {
    margin-top: -1px;
}

.promise-content ul {
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    margin-bottom: -2.5px;
}

    .promise-content ul.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }
