:root {
    --headingfont: "Playfair Display", serif;
    --parafont: "Inter", sans-serif;
    --blue-txt: #0A192F;
    --grey-txt: #4D4D4D;
}

body {
    margin: 0;
    padding: 0;
}

.cust-cont {
    max-width: 1280px;
    margin: auto;
}

.butn {
    background: #0A192F;
    font-family: var(--parafont);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 15px 10px;
    display: block;
    max-width: 230px;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
}

.section-yp {
    padding: 120px 0;
}

.section-tp {
    padding-top: 120px;
}

.section-bp {
    padding-bottom: 120px;
}

.section-heading {
    font-family: var(--headingfont);
    color: var(--blue-txt);
    font-size: 35px;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
}

.section-para {
    font-family: var(--parafont);
    font-weight: 400;
    color: var(--grey-txt);
    font-size: 16px;
    line-height: 24px;
}


/* -----hero bnr start--- */

.hero-bnr {
    padding: 320px 0 260px;
    /* background: url(images/hero-bnr.png) center center no-repeat; */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.hero-bnr .hero-details {
    max-width: 870px;
    margin: auto;
    /* text-align: center; */
}

.hero-bnr .bnr-heading {
    font-family: var(--headingfont);
    color: #fff;
    font-size: 75px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0 4px 4px #7e7c7c;
    line-height: 80px;
}

.hero-bnr .bnr-btn {
    margin: 40px auto 0;
}


/* -----hero bnr end--- */


/* ----about section start--- */

.about {
    /* position: relative; */
}

.about .about-vdo-wrapper {
    border: 8px solid #fff;
    position: relative;
}

.about .play-btn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .about-heading {
    margin-bottom: 40px;
    font-style: italic;
}

.about .about-para {
    margin-bottom: 22px;
}

.about .about-txt-wrapper {
    margin-bottom: 50px;
}


/* ----about section end--- */


/* ---post about section start--- */

.post-about-sec {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 300px 0 !important;
    margin-top: -150px !important;
}


/* ---post about section end--- */


/* ------work type start---- */

.work-sec .work-sec-h {
    margin-bottom: 40px;
    font-style: italic;
}

.work-sec .work-sec-para {
    max-width: 890px;
}

.work-sec .work1-full-width {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 500px 0 !important;
}

.work-sec .work2-full-width {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 500px 0 !important;
}

.work-sec .work3-full-width {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 500px 0 !important;
}

.work-sec .work-sec-heading-wrapper {
    margin-bottom: 70px;
}


/* ------work type end---- */


/* ---our partner start---- */

.our-partner .partner-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
}

.our-partner .our-partner-h {
    margin-bottom: 38px;
    font-style: italic;
    text-align: center;
}


/* ---our partner end---- */


/* -----contact start---- */

.contact-us {
    /* background: url(images/contact-us.png) center center no-repeat; */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 128px 0 !important;
}

.contact-us .contact-sech {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
}

.contact-us .contact-ul {
    margin-top: 60px;
    padding: 0;
}

.contact-us .contact-li {
    list-style-type: none;
    margin-bottom: 30px;
    font-family: var(--parafont);
    font-size: 16px;
    font-weight: 400;
    color: #dfdfdf;
    line-height: 24px;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 22px;
}

.contact-us .contact-li i {
    font-size: 20px;
    color: #fff;
}

.contact-us .contact-form {
    width: 100%;
    height: 100%;
}

.contact-us .contact-form-box {
    width: 100%;
    max-width: 512px;
    margin: auto;
    padding: 40px;
    background: rgb(255 255 255 / 39%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .15);
}

.contact-us .contact-form-title {
    color: #fff;
    font-size: 15px;
    font-family: var(--parafont);
    letter-spacing: 4px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.contact-us .contact-form-group {
    margin-bottom: 32px;
}

.contact-us .contact-form-label {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--parafont);
}

.contact-us .contact-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #747A81;
    border-radius: 0;
    color: #354353;
    font-size: 18px;
    padding: 10px 10px 12px;
    box-shadow: none !important;
}

.contact-us .contact-form-control::placeholder {
    color: #4f5c68;
    opacity: 1;
}

.contact-us .contact-form-control:focus {
    background: transparent;
    border-color: #6d7a87;
}

.contact-us .contact-form-textarea {
    min-height: 120px;
    resize: none;
}

.contact-us .contact-form-btn {
    width: 100%;
    height: 56px;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #0A192F;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-family: var(--parafont);
    font-weight: 500;
    transition: .3s;
    margin-top: 10px;
}

.contact-us .contact-form-btn:hover {
    background: #f3f3f3;
    color: #000;
}

.contact-us .contact-form-btn:focus {
    box-shadow: none;
}

.contact-us .contact-row {
    align-items: center;
}
.for-without-bg-navmenu .cust-header .navbar-ul .nav-link{
color: var(--blue-txt);
}

/* -----contact end---- */


/* -----footer start---- */

.footer {
    padding: 70px 0 50px;
}

.footer .footer-menu {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: start;
}

.footer .footer-menu-link {
    font-family: var(--parafont);
    font-weight: 500;
    color: var(--blue-txt);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-decoration: none;
}

.footer .social-wrapper-main {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: end;
}

.footer .social-wrapper-main span {
    font-family: var(--parafont);
    font-size: 18px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--blue-txt);
}

.footer .social-link {
    text-decoration: none;
}

.footer .social-link i {
    font-size: 20px;
    color: #061A30;
}

.footer .social-link-wrapper {
    display: flex;
    gap: 15px;
}

.footer .footer-hr {
    margin: 30px 0;
    border: 1px solid #C4C4C4;
}

.footer .bottom-footer-menu-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 35px;
}

.footer .bottom-footer-menu-wrapper .bottom-footer-menu {
    font-family: var(--parafont);
    font-weight: 500;
    color: var(--grey-txt);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    text-decoration: none;
}

#scrollTopBtn {
    position: fixed;
    bottom: 105px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--blue-txt);
    border: 2px solid #061A30;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 999;
    transition: all 0.3s ease;
}


/* -----footer end---- */


/* ----header start---- */

.flx-navbar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cust-header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-cont {
    display: block !important;
    width: 100%;
}

.navbar-ul {
    gap: 30px;
    margin-top: 25px;
}

.navbar-ul .nav-link {
    font-family: var(--parafont);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fff;
    font-weight: 400;
    padding: 0 0 1px;
}

.navbar-ul .nav-link.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.after-scroll-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 5px 45px #ededed;
}

.after-scroll-navbar-wrapper {
    display: flex;
    flex-direction: row;
}

.after-scroll-header #navbarSupportedContent {
    width: 100%
}

.after-scroll-header .navbar-ul {
    justify-content: end;
    margin-top: 0;
}

.after-scroll-header .nav-link {
    font-family: var(--parafont);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-weight: 400;
    color: var(--blue-txt);
}

.after-scroll-header .header-cont {
    max-width: 1650px;
    margin: auto;
}

.after-scroll-header .navbar-ul .nav-link.active {
    color: var(--blue-txt);
    border-bottom: 1px solid var(--blue-txt);
}


/* ----header end---- */


/* -----inner banner start--- */

.inr-bnr {
    padding: 260px 0 150px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    background-position: center center !important;
    position: relative;
}

.inr-bnr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#00000002, #000000a1);
}

.inr-bnr-heading {
    font-family: var(--headingfont);
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}

.inr-bnr-details {
    text-align: center;
    position: relative;
    z-index: 100;
}


/* -----inner banner end--- */


/* -------------blog listing page start------------ */

.bloglist-pg.blog-listing-sec .blog-listing-subh {
    font-style: italic;
}

.bloglist-pg.blog-listing-sec .blog-listing-btn {
    margin-top: 30px;
}

.bloglist-pg.blog-listing-sec .blog-date {
    display: block;
    font-family: var(--parafont);
    color: var(--grey-txt);
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 20px;
}

.bloglist-pg.blog-listing-sec .blog-listing-row {
    align-items: center;
    margin-bottom: 100px;
}

.bloglist-pg.blog-listing-sec .blog-listing-img {
    max-width: 580px;
}


/* -------------blog listing page end------------ */


/* ---------contact page start---------- */

.contact-pg.contactpg-contct-us {
    padding: 120px 0 50px !important;
    background: transparent;
}

.contact-pg.contactpg-contct-us .contactpg-blue-wrapper {
    padding: 70px 50px;
    background: var(--blue-txt);
}

.contact-pg.contactpg-contct-us .contactpg-h {
    font-size: 35px;
    font-style: italic;
}


/* ---------contact page end---------- */


/* -------company page start------ */

.company-pg.ourpartner-sec {
    padding-bottom: 50px;
}


/* -------company page end------ */


/* ----------gallery page start--------- */

.galry-pg.glry-sec .masonry {
    column-count: 4;
    column-gap: 16px;
}

.galry-pg.glry-sec .masonry-item {
    break-inside: avoid;
    margin-bottom: 16px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 160px;
}

.galry-pg.glry-sec .masonry-item.tall {
    height: 380px;
}

.galry-pg.glry-sec .masonry-item.wide {
    height: 120px;
}

.galry-pg.glry-sec .masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.galry-pg.glry-sec .masonry-item span {
    position: absolute;
    top: 10px;
    left: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.4);
    padding: 2px 8px;
    border-radius: 6px;
}


/* ----------gallery page end--------- */


/* -------blog details page start--------- */

.blog-detail-pg.blog-dtl-sec {
    padding-bottom: 50px;
}

.blog-detail-pg.blog-dtl-sec .blog-dtl-h {
    font-style: italic;
    margin-bottom: 25px;
}

.blog-detail-pg.blog-dtl-sec .blog-dtl-date {
    font-family: var(--parafont);
    font-weight: 500;
    font-size: 16px;
    color: var(--grey-txt);
    margin-bottom: 30px;
    display: block;
}

.blog-detail-pg.blog-dtl-sec .blog-dtl-img {
    margin: 30px 0;
}

.blog-detail-pg.blog-dtl-sec .blog-dtl-subh {
    font-family: var(--parafont);
    font-size: 20px;
    color: var(--blue-txt);
    font-style: italic;
    margin: 30px 0 20px;
    font-weight: 500;
}


/* -------blog details page end--------- */