html {
    scroll-behavior: smooth;
}
::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 7px grey;
}
::-webkit-scrollbar-thumb {
    background: #b38f49;
    transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
    background: #373c87;
    transition: 0.5s;
}

body {
    font-family: "Vollkorn", serif;
    font-family: "Inter", serif;
}
.page-content {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.page-content #bg-slider {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.page-content #bg-slider .item img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
} 
.page-content .temp-page {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 50px 50px 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-content .temp-page:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #ffffff url(././img/body_bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.15;
}
.text_style {
    font-size: 52px;
    font-family: "Dancing Script", cursive;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: pre-line;
}
.slide_1 {
    left: 50%;
    top: 50%;
    right: auto;
    color: #ffffff;
    transform: translate(-50%,-50%);
    text-align: center;
}
.slide_2 {
    color: #ffffff;
    right: calc(15% + 0px);
    top: calc(22% - 0px);
}
.slide_3 {
    color: #ffffff;
    right: auto;
    top: auto;
    top: calc(13% - 0px);
    left: calc(16% - 0px);
}
a.logo {
    padding: 25px 30px 25px 30px;
    background: #ffffff;
    display: inline-flex;
    border: solid #b38f49;
    border-radius: 0 0 25px 25px;
    box-shadow: 3px 3px 0px #b38f49;
    margin-top: -3px;
    border-width: 0px 0px 0px 1px;
}

a.logo img {
    max-width: 230px;
}

.logo-area {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 58px;
}

/* .logo-area .company_info ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin: 0;
    padding: 0;
    list-style-type: none;
} */

.logo-area .company_info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #373c87;
    text-transform: uppercase;
    font-family: "Vollkorn", serif;
    margin-bottom: 12px;
}

.logo-area .company_info p a {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
    text-decoration: none;
    white-space: pre-line;
    font-family: "Inter", serif;
}
/* .logo-area .company_info ul li {
    position: relative;
    padding: 12px;
} */

/* .logo-area .company_info ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000000;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
} */

.logo-area .company_info p {
    margin: 0 0 13px 0;
}
/* 
.logo-area .company_info ul li:last-child:before {
    display: none;
} */
.certificate_part {
    display: flex;
    gap: 35px 20px;
    margin: 115px 0 110px 0;
    align-items: flex-start;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    border: 4px solid #b38f49;
    padding: 50px 30px 60px 36px;
    position: relative;
}
.cer_1 {
    margin-top: 0;
}
.cer_2 {
}
.cer_img h2 {
    font-size: 36px;
    font-weight: 600;
    color: #373c87;
    text-transform: uppercase;
    font-family: "Vollkorn", serif;
    margin-bottom: 28px;
}
.page-content .temp-page h4 {
    color: #373c87;
    font-size: 28px;
    font-style: italic;
}

.page-content .temp-page h4 span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #b38f49;
    text-transform: uppercase;
    font-family: "Vollkorn", serif;
    margin: 0;
    line-height: 1.1;
    margin-top: 12px;
}

.logo-area .company_info p img {
    max-width: 20px;
    margin-right: 10px;
}
.certificate_part h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: -30px 0 0 0;
    background-color: #fcfcfb;
    max-width: fit-content;
    padding: 12px 15px 12px 15px;
    color: #444444;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 20px;
    color: #373c87;
    text-transform: uppercase;
    font-family: "Vollkorn", serif;
}
.certificate_part .cer_img {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
    /* .certificate_part .cer_img img {
        mix-blend-mode: multiply;
        object-fit: contain;
        max-height: 90px;
    } */
    .certificate_part .cer_img img {
        mix-blend-mode: multiply;
        object-fit: contain;
        max-height: 90px;
        padding: 15px;
        box-shadow: 0 0 20px 1px rgb(0 0 0 / 9%);
    }
    /* .certificate_part span {
        width: calc(50% - 20px);
    } */
    @media only screen and (max-width: 1399px) {
        .slide_1 {
            right: calc(3% + 0px);
        }
        .text_style {
            font-size: 46px;
        }
        .page-content .temp-page {
            padding: 0px 40px 40px 40px;
        }
        a.logo img {
            max-width: 190px;
        }
        a.logo {
            padding: 20px 25px 20px 25px;
        }
        .logo-area {
            gap: 33px;
            align-items: flex-start;
        }
        .logo-area .company_info h3{
            padding-top: 20px;
        }
        .page-content .temp-page h4 span {
            font-size: 50px;
        }
        .certificate_part {
            margin: 95px 0 90px 0;

        }
        .certificate_part h2 {
            margin: -28px 0 0 0;
            font-size: 26px;
        } 
    }
    @media only screen and (max-width: 1199px) {
        .slide_1 {
            top: calc(12% - 0px);
        }
        .certificate_part h2 {
            margin: -26px 0 0 0;
            font-size: 23px;
            padding: 12px 12px 12px 12px;
        }
        .certificate_part {
            margin: 45px 0 40px 0;
            padding: 40px 22px 45px 28px;
        }
        .page-content .temp-page h4 span {
            font-size: 40px;
        }
        .page-content .temp-page h4 {
            font-size: 25px;
        }
    }

    @media only screen and (max-width: 1299px) {
        .page-details h4 {
            flex-direction: column;
        }
        .page-details h4 span {
            margin-left: 0;
        }
        .page-content .temp-page .page-details .details-area {
            padding: 30px 30px 30px;
        }
    }
    @media only screen and (max-width: 991px) {
        ul.contact-details p,
        ul.contact-details a {
            white-space: unset;
        }
        .page-details h4 {
            font-size: 22px;
        }
        .page-details h4 span {
            font-size: 35px;
        }
        .page-content .temp-page .page-details .logo {
            width: 240px;
        }
        .page-content .temp-page .page-details .logo .logo-icon {
            margin: auto;
        }
        ul.contact-details li {
            padding: 0 0 20px;
        }
        .page-content #bg-slider {
            width: 100%;
            position: relative;
            height: auto;
            z-index: unset;
        }
        .page-content #bg-slider .item img {
            width: 100%;
            height: unset;
            object-fit: unset;
        }
        .page-content .temp-page {
            height: auto;
        }
        .page-content {
            width: 100%;
            height: auto;
            overflow: unset;
        }
        .page-content .temp-page .page-details {
            padding: 0 0 45px 0;
        }
        .slide_1 {
            right: calc(9% + 0px);
        }
    }
    @media only screen and (max-width: 575px) {
        .page-content .temp-page .page-details .details-area {
            padding: 30px 20px;
        }
        .page-content .temp-page .page-details .details-area h2 {
            margin: 0 0 10px 0;
            font-size: 28px;
        }
        .page-details h4 {
            font-size: 19px;
            margin: 35px 0 0;
        }
        .page-details h4 span {
            font-size: 30px;
        }
        .page-content .temp-page .page-details .logo .logo-name {
            margin: 12px 0 0 0;
            width: 160px;
        }
        .page-content .temp-page .page-details .logo {
            width: 200px;
            padding: 20px 16px 20px 16px;
        }
        .page-content .temp-page .page-details {
            padding: 0 0 35px 0;
        }
        .text_style {
            font-size: 32px;
        }
        .slide_1 {
            top: calc(10% - 0px);
            right: calc(4% + 0px);
        }
        .slide_3 {
            bottom: calc(20% - 0px);
            left: calc(13% - 0px);
        }
        .page-content .temp-page {
            padding: 0px 20px 30px 20px;
        }
        .logo-area .company_info h3 {
            padding-top: 8px;
        }
        .certificate_part h2 {
            margin: -20px 0 0 0;
            font-size: 19px;
            padding: 8px;
            left: 12px;
        }
        .certificate_part {
            margin: 30px 0 30px 0;
            padding: 30px 22px 35px 24px;
        }
        .certificate_part .cer_img{
            gap: 10px;
        }
        .certificate_part .cer_img img {
            max-height: 75px;
            padding: 10px;
        }
        .page-content .temp-page h4 span {
            font-size: 35px;
        }
    }
    @media only screen and (max-width: 359px) {
        .certificate_part h2 {
            margin: -19px 0 0 0;
            font-size: 17px;
            padding: 8px 5px 8px 5px;
            left: 6px;
        }
        .certificate_part .cer_img img {
            max-height: 65px;
        }
        .page-content .temp-page h4 span {
            font-size: 32px;
        }
    }
