/********** Template CSS **********/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Ensure box-sizing is border-box for all elements */
html {
    box-sizing: border-box;
}

@font-face {
    font-family: "chocolatebox";
    src: url("/assets/fonts/ChocolateBoxDecorative.otf");
}

@font-face {
    font-family: "Garcedo";
    src: url("/assets/fonts/Garcedo\ Alt.otf");
}

@font-face {
    font-family: "helloParisBold";
    src: url("/assets/fonts/HelloParisSerif-Medium.woff");
}

@font-face {
    font-family: "helloParisLight";
    src: url("/assets/fonts/HelloParisSerif-Light.woff");
}

@font-face {
    font-family: "Prida1";
    src: url("/assets/fonts/Prida01Black.otf");
}

@font-face {
    font-family: "Prida1-bold";
    src: url("/assets/fonts/Prida01Bold.otf");
}

@font-face {
    font-family: "Bridgnorth-Bold";
    src: url("/assets/fonts/Bridgnorth-Bold.ttf");
}

@font-face {
    font-family: "Bridgnorth-Regular";
    src: url("/assets/fonts/Bridgnorth-Regular\ 2.ttf");
}

@font-face {
    font-family: "Ambassador";
    src: url("/assets/fonts/Ambassador\ Script\ Regular.ttf");
}

@font-face {
    font-family: "QuinoaSC";
    src: url("/assets/fonts/QuinoaSC-Semibold.ttf");
}

@font-face {
    font-family: "QuinoaSC-medium";
    src: url("/assets/fonts/QuinoaSC-Medium.ttf");
}
@font-face {
    font-family: "QuinoaSC-light";
    src: url("/assets/fonts/QuinoaSC-Regular.ttf");
}

@font-face {
    font-family: "QuinoaSC-bold";
    src: url("/assets/fonts/QuinoaSC-Bold.ttf");
}

@font-face {
    font-family: "BurgoyneInitials";
    src: url("/assets/fonts/BurgoyneInitials.otf");
}

:root {
    --primary: #355efc;
    --secondary: #e93c05;
    --tertiary: #555555;
    --light: #dfe4fd;
    --dark: #011a41;
}

body {
    overflow-x: hidden;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    box-shadow: none !important;
}

section {
    /* padding: 95px 0px 95px 0px; */
}

.section-bg {
    background-color: #f5f6f7;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
    color: #333333;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: 0.5s;
    font-weight: 500;
}

.btn-custom {
    background-color: #6fc16e !important;
    color: white !important;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #5c9e58 !important;
    color: white !important;
}

.btn-custom-grey {
    background-color: #838893;
    color: white;
}

.btn-social-media {
    color: white;
    border: none;
    background-color: #bf935b;
}

.btn-social-media:hover {
    border: none;
    background-color: #d4b792;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    color: white;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-color: #bf935b;
    border: none;
}

.btn-lg-square:hover {
    background-color: #5c9e58;
    color: white !important;
}

/*** Navbar ***/
.fixed-top {
    transition: 0.5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, 0.07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        background: #ffffff;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
/* 
.carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
  } */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust the last parameter for the opacity of the black overlay */
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
} */

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .overlay {
        background-color: rgba(0, 0, 0, 0.6);
        /* Adjust the last parameter for the opacity of the black overlay */
    }
  
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--tertiary);
}

/*** Facts ***/
.facts {
    background: linear-gradient(
            rgba(238, 95, 52, 0.95),
            rgba(238, 95, 52, 0.95)
        ),
        url(../images/bg.png);
    background-position: center;
    background-attachment: fixed;
}

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(
            rgba(124, 185, 122, 0.95),
            rgba(124, 185, 122, 0.95)
        ),
        url(../images/bg.png);
    z-index: -1;
}

/*** Feature ***/
.feature .feature-box {
    border: 1px solid #cccccc;
}

.feature .feature-box,
.feature .feature-box * {
    transition: 0.5s;
}

.feature .feature-box:hover {
    background: #6fc16e;
    border-color: #6fc16e !important;
}

.feature .feature-box:hover * {
    color: #ffffff !important;
}

.text-primary {
    color: #6fc16e !important;
}

.text-subheading {
    color: #838893 !important;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

/*** Service ***/
.service .nav .nav-link {
    transition: 0.5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #ffffff !important;
}

.service .nav .nav-link.active h5 i {
    color: #ffffff !important;
}

/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: 0.5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: 0.5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: 0.5s;
}

.project-item:hover .project-title h4 {
    color: #ffffff;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: 0.5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4.5rem 0px 4em 0px;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: 0.5s;
}

.team-item:hover .team-text h4 {
    color: #ffffff;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #ffffff;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
    border: 1px solid rgb(204, 204, 204);
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(204, 204, 204);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #ffffff transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #6fc16e;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: #9dda9c;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: #5c9e58;
}

.testimonial-carousel .owl-dot.active::after {
    background: #5c9e58;
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #6fc16e;
    letter-spacing: 1px;
    box-shadow: none;
    background-color: white;
}

/* section 1------------------------------------------------------------- start */
.bg1 {
    background-color: #ffffff;
    padding: 0px !important;
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* border: 3px solid blue; */
}

.flex-containerrow1 {
    display: flex;
    flex-direction: row;
    padding: 6px 0px 6px 0px;
}

.flex-item1 {
    /* padding: 5px 7px 0px 120px; */
    align-self: center;
}

.flex-item1para {
    display: inline;
}

.flex-item1 i {
    color: #555555;
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.flex-item1para a {
    font-family: "Poppins", sans-serif;
    color: var(--color-secondary);
    font-size: 15px;
}

.flex-item1para a:hover {
    color: #5c9e58;
}

.flex-item1:hover i {
    color: #6fc16e;
    animation: shake 0.5s ease;
}

.flex-item2 {
    /* padding-top: 5px; */
    align-self: center;
    padding: 0px 5px 0px 5px;
}

.flex-item2 i {
    /* color: #555555; */
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.flex-item2para {
    display: inline;
    color: var(--color-secondary);
}

.flex-item2para a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--color-secondary);
}

.subheader-phone:hover {
    color: #6fc16e;
    animation: shake 0.5s ease;
}

.flex-item2para a:hover {
    color: #5c9e58;
}

.subheader-icon1,
.subheader-icon2,
.subheader-icon3,
.subheader-icon4 {
    background-color: #6fc16e;
    color: white;
    padding: 8px;
    border-radius: 25px;
}

.subheader-icon1:hover,
.subheader-icon2:hover,
.subheader-icon3:hover,
.subheader-icon4:hover {
    background-color: #9dda9c;
    color: #5c9e58 !important;
    animation: shake 0.5s ease infinite;
}

/* .subheader-icon1:hover{
    color: #6FC16E;
    animation: shake 0.5s ease infinite;
}
.subheader-icon2:hover{
    color: #6FC16E;
    animation: shake 0.5s ease infinite;
}
.subheader-icon3:hover{
    color: #6FC16E;
    animation: shake 0.5s ease infinite;
}
.subheader-icon4:hover{
    color: #6FC16E;
    animation: shake 0.5s ease infinite;
} */

@keyframes shake {
    0%,
    100% {
        transform: rotate(0);
    }

    20%,
    50%,
    80% {
        transform: rotate(-10deg);
    }

    40%,
    60% {
        transform: rotate(10deg);
    }
}

.flex-containerrow2 {
    display: flex;
    flex-direction: row;
    padding: 6px 0px 6px 0px;
}

@media only screen and (max-width: 768px) {
    .flex-containerrow2 {
        display: none;
    }

    .flex-item1 {
        padding: 5px 7px 0px 5px;
    }

    .flex-item1 i {
        color: var(--color-secondary);
        animation: shake 0.5s ease infinite;
    }
}

/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */

/* section 1------------------------------------------------------------------------------ end */

/* =========================navbar-dropdown-column========================= */
.navbar-dropdown-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.navbar-dropdown-column {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.navbar-dropdown-column li a {
    font-family: "QuinoaSC-medium", sans-serif !important;
    font-size: 20px !important;
    color: #976f3b !important;
    font-weight: bold !important;
    letter-spacing: 2.7px;
}

/*--------------------------------------------------------------
# Header Navbar
--------------------------------------------------------------*/
.header-navbar {
    /* z-index: 997; */
    z-index: 10;
    /* position: relative; */
    position: absolute;
    /* padding: 15px 0; */
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    /* border: 4px solid green; */
    background-color: transparent;

    /* box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.16), 0 25px 21px -5px rgba(0, 0, 0, 0.1) !important; */
}

.header-navbar-2 {
    /* z-index: 997; */
    z-index: 10;
    /* position: relative; */
    position: fixed;
    /* padding: 15px 0; */
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    /* border: 4px solid green; */
    background-color: white;

    /* box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.16), 0 25px 21px -5px rgba(0, 0, 0, 0.1) !important; */
}

.header-navbar-3 {
    /* z-index: 997; */
    z-index: 100;
    /* position: relative; */
    position: fixed;
    /* padding: 15px 0; */
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 60%;
    margin: auto;
}

.header-navbar .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.header-navbar .logo h1 {
    font-size: 24px;
    font-weight: 700;
    color: black;
    margin-bottom: 0;
    font-family: var(--font-primary);
}

.header-navbar .logo h1 span {
    color: var(--color-primary);
}

/* =====================navbar sticky=============================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fixed-top {
    background-color: white !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    opacity: 1;
    animation: fadeIn 0.5s ease;
    /* Apply the fadeIn animation */
    box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 17px -9px rgba(0, 0, 0, 0.75);
}

.fixed-top.active {
    opacity: 1;
}

.hero-heading {
    margin-top: -120px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .navbar {
        padding: 0;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        white-space: nowrap;
        padding: 10px 0 10px 20px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-family: "BurgoyneInitials", sans-serif;
        font-size: 20px;
        /* color: #BF935B; */
        color: #976f3b;
        /* text-transform: uppercase;
        white-space: nowrap; */
        transition: 0.3s;
        position: relative;
        letter-spacing: 3.2px;
        /* font-weight: bold; */
    }

    .navbar a i,
    .navbar a:focus i {
        /* font-size: 12px; */
        line-height: 0;
        margin-left: 5px;
    }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -4px;
        left: 0;
        background-color: #bf935b;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 24px;
    }

    .navbar a:hover:before,
    .navbar li:hover > a:before,
    .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        /* color: var(--primary); */
    }

    /* real */
    /* .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 28px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    } */

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: -35pc;
        top: calc(100% + 30px);
        margin: 0;
        /* padding: 10px 0; */
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 10px;
        padding: 25px;
    }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        /* color: var(--color-default); */
        color: #555555;
        font-weight: 400;
    }

    .navbar .dropdown ul a i {
        font-size: 12px;
    }

    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        /* top: 100%; */
        top: calc(100% + 20px);
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 800px) {
    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1100px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        /* padding: 70px 0 10px 0; */
        margin-top: 70px;
        padding: 0px 0 7pc 0;
        /* margin: 0; */
        /* background: white; */
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;

        display: flex;
        flex-direction: column;
        align-items: center;
        list-style: none;

        /* border: 3px solid red;

        height: 100vh; */
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: "BurgoyneInitials", sans-serif;
        font-size: 22px;
        font-weight: 500;
        /* color: rgba(255, 255, 255, 0.7); */
        color: #976f3b;
        white-space: nowrap;
        text-transform: initial;
        transition: 0.3s;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover > a {
        color: #bf935b;
        /* border-bottom: #5C9E58 1px solid ; */
    }

    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
        position: static;
        display: block;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #222428;
    }

    .navbar .dropdown > .dropdown-active,
    .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .mobile-nav-show {
        position: relative;
        color: #333333;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }

    .mobile-nav-hide {
        color: black;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        /* right: 20px; */
        right: initial;
        top: 20px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .navbar {
        right: 0;
    }

    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        /* background: rgba(0, 0, 0, 0.6); */
        background: white;
        z-index: 9996;
    }
}

.request-btn1 {
    color: #555555 !important;
    font-size: 16px !important;
    /* background-color: #1977CC!important; */
    padding: 7px 20px 7px 20px !important;
    border-radius: 4px !important;
    /* margin-top: 10px; */
    transition: 0.4s;
    margin-left: 20px;
    /* background-color: #EE5F34; */
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.16),
        0 25px 21px -5px rgba(0, 0, 0, 0.1);
    border-radius: 24px !important;
}

.request-btn1:hover {
    background-color: #6fc16e;
    color: white !important;
    border: none !important;
}

.request-btn2 {
    color: white !important;
    font-size: 16px !important;
    /* background-color: #1977CC!important; */
    padding: 7px 20px 7px 20px !important;
    border-radius: 4px !important;
    /* margin-top: 10px; */
    transition: 0.4s;
    margin-left: 20px;
    background-color: #ee5f34;
    border-radius: 24px !important;
}

.request-btn2:hover {
    background-color: #d34c26;
    color: white !important;
    border: none !important;
}

@media (max-width: 1310px) {
    .request-btn1 {
        width: max-content;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .request-btn2 {
        width: max-content;
        margin-bottom: 15px;
    }
}

/* .home-sec1 { */
/* background-image: url("../images/Landing\ page\ new\ frame.001.png");
    background-size: cover;
    
    width: 100%;
    height: 100vh; */

/* background-image: url("../images/Landing\ page\ new\ frame.001-left.png"), url("../images/Landing\ page\ new\ frame.001-right.png"); */
/* background-size: contain; */
/* position: fixed; */
/* background-attachment: fixed; */
/* background-position: left, right; */
/* background-repeat: no-repeat; */
/* z-index: 800;
    width: 100%;
    height: 100vh;
} */

/* .home-sec1-img-row { */
/* display: flex;
    flex-direction: column;
    align-items: center; */
/* padding-top: 70px; */

/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
/* width: 100%; */
/* padding-top: 5px;
    padding-bottom: 5px; */
/* height: auto; */
/* } */

/* 
.home-sec1-img-row img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
} */

.home-sec1 {
    z-index: 800;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 3px solid greenyellow; */
    box-sizing: border-box;
    /* Ensure padding is included in height calculation */

    /* background-image: url("../images/mobile-img/Double\ frame\ flowers.png"); */
}

.home-sec1-img-row {
    /* padding-top: 50pc;
    padding-bottom: 50pc; */
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 3px solid cyan; */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 10;
}

/* .crown-img {
    position: absolute;
    width: 12.1% !important;
    top: calc(100vh - 95vh);
    margin-left: -45px;
} */

/* .home-sec1-img-row-img {

    width: 82% !important;
    max-width: 100%;
    height: auto;

    z-index: 10;
    margin-top: -0.6pc;

} */

.home-sec1-foorter {
    position: fixed;
    bottom: 0;
    padding: 15px;
}

@media (min-width: 1396px) and (max-width: 1600px) {
    .home-sec1-img-row-img {
        width: 82% !important;
        max-width: 100%;
        height: auto;
        z-index: 10;
        /* border: 3px solid green; */
        margin-top: -0.6pc;
    }

    @-moz-document url-prefix() {
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .home-sec1-img-row-img {
        width: 85% !important;
        max-width: 100%;
        height: auto;
        z-index: 10;
        /* border: 3px solid orange; */
        margin-top: -0.8pc;
    }
}

@media (min-height: 745px) and (max-height: 920px) {
    .home-sec1-img-row-img {
        width: 90% !important;
        max-width: 100%;
        height: auto;
        z-index: 10;
        /* border: 3px solid palevioletred; */
        margin-top: -0.6pc;
    }
}

@media (min-width: 1210px) and (max-width: 1395px) {
    .home-sec1-img-row-img {
        margin-top: -0.6pc !important;
        width: 84%;
        max-width: 100%;
        height: auto;
        z-index: 300;
        /* border: 3px solid red; */
    }

    .copyright {
        width: 60% !important;
    }
}

.contact-sec1 {
    /* background-image: url("../images/FRAME\ bright-2.png");
    background-size: cover; */
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */
}

.contact-left-pillar-img {
    position: fixed;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.contact-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.contact-sec1-img-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 70px;
}

.contact-sec1-img-row h1 {
    /* font-family: "helloParisBold", sans-serif;
    font-size: 5pc;
    letter-spacing: 5px; */
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 15px;
    color: #976f3b;
}

.contact-column1 {
    display: flex;
    /* flex-direction: column;
    align-items: center; */

    flex-direction: row;
    justify-content: space-evenly;
}

.term-column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first,
.second {
    /* max-width: 60%; */
    width: 40%;
    height: max-content;
    border: none;
    background-color: white;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* padding-block: 5vh;
    padding-inline: 5vh; */

    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    margin-top: 35px;
    margin-bottom: 35px;

    z-index: 0;
}

.header1,
.header2 {
    text-align: center;
    /* font-size: clamp(24px, 2vw, 40px); */
    margin-bottom: 3vh;
    font-weight: 400;
    color: #976f3b;
    margin-top: 15px;
    font-family: "helloParisLight", sans-serif;
    font-size: 3.5pc;
    text-align: center;
    margin-top: 0px;
}

.first p {
    font-size: 16px;
    margin-top: 15px;
    color: #976f3b;
}

.fill-form {
    padding: 15px 15px 10px 15px;
    width: 85%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #bf935b;
    color: #bf935b;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.3s;
    /* font-family: "Prida1", sans-serif !important; */
    /* font-family: "QuinoaSC-medium", sans-serif; */
    font-size: 16px;
    /* font-weight: bold; */
    /* text-transform: lowercase; */
}

.fill-form::placeholder {
    color: #bf935b;
}

.fill-form:focus {
    border: none;
    border-bottom: 2px goldenrod solid !important;
}

.message-box {
    padding: 15px 15px 10px 15px;
    width: 85%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #bf935b;
    color: #bf935b;
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.message-box::placeholder {
    color: #bf935b;
}

.message-box:focus {
    border: none;
    border-bottom: 2px goldenrod solid !important;
}

.first button {
    padding: 10px 30px 10px 30px;
    border-radius: 25px;
    /* font-size: clamp(18.5px, 1.5vw, 30px); */
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    background-color: #bf935b;
    border: none;
    transition: 0.3s;
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.first button:hover {
    background-color: #d2b48c;
}

.newsletter {
    text-align: center;
}

.newsletter h1 {
    /* font-size: clamp(24px, 2vw, 40px); */
    font-family: "helloParisLight", sans-serif;
    font-size: 2pc;
    /* letter-spacing: 3px; */
    margin-bottom: 10px;
    color: #976f3b;
}

.newsletter-para {
    /* font-size: 18px; */
    margin-bottom: 15px;
    color: #976f3b;
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.newsletter-form input {
    padding: 15px 15px 10px 15px;
    width: 85%;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #bf935b;
    color: #bf935b;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.3s;
    font-family: "QuinoaSC-medium", sans-serif;
    font-weight: bold;
}

.newsletter-form input::placeholder {
    color: #bf935b;
}

.newsletter-form input:focus {
    border: none;
    border-bottom: 2px goldenrod solid !important;
}

.newsletter-form button {
    padding: 5px 30px 10px 30px;
    border-radius: 25px;
    border: none;
    /* font-size: clamp(18.5px, 1.5vw, 30px); */
    color: white;
    font-weight: bold;
    background-color: #bf935b;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.newsletter-form button:hover {
    background-color: #d2b48c;
}

.inner {
    font-size: clamp(18.3px, 1.5vw, 30px);
    text-align: center;
}

.address {
    margin-bottom: 15px;
    font-size: 18px;
    color: #976f3b;
    font-family: "QuinoaSC-medium", sans-serif;
    font-weight: bold;
}

.terms-sec1 {
    /* background-image: url("../images/FRAME\ bright-2.png");
    background-size: cover; */
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */
}

.terms-left-pillar-img {
    position: fixed;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.terms-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.terms-sec1-img-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 70px;
}

.terms-sec1-img-row h1 {
    font-family: "helloParisBold", sans-serif !important;
    font-size: 4.4pc;
    letter-spacing: 3px;
    color: #976f3b;
    margin-bottom: 10px;
}

.condition-accordation {
    width: 70%;
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    margin-top: 30px;
}

.accordion-item {
    background: transparent !important;
    background-color: transparent;
}

.accordion-body {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    background: transparent !important;
    background-color: transparent;
    color: #bf935b !important;
}

.accordion-body a {
    color: #bf935b;
    font-weight: bold;
    font-size: 17px;
}

.accordion-body h3 {
    color: #bf935b;
}

.accordion-button {
    font-size: 18px !important;
    padding: 15px !important;
    background: transparent !important;
    background-color: transparent;
    border-bottom: 2px solid white !important;
    color: #976f3b !important;
    font-family: "QuinoaSC-medium", sans-serif;
    font-weight: bold;
}

.accordion-body strong {
    font-size: 1.8pc;
    color: #bf935b;
    font-family: "QuinoaSC-medium", sans-serif;
    font-weight: bold;
}

.condition-para {
    font-size: 18px;
    color: #bf935b;
    font-family: "QuinoaSC-medium", sans-serif;
    font-weight: bold;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2.25rem !important;
    height: 2.25rem !important;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23976f3b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-size: 2rem !important;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23976f3b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.about-sec1 {
    background-color: white;
    background-size: cover;
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */

    padding-top: 60px;
}

.about-row1 {
    display: flex;
    flex-direction: row;
}

.about-row1 img {
    width: 100%;
    height: auto;
}

.about-column1 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.about-row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-left: -15pc;
}

.about-row2 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 3pc;
    text-transform: capitalize;
    letter-spacing: 6px;
    text-align: center;
}

.about-row2 img {
    width: 20%;
    margin-right: 20px;
}

.about-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.about-row3 p {
    /* font-size: 20px; */
    /* font-family: "Prida1", sans-serif !important; */
    font-size: 18px;
    font-family: "QuinoaSC-lighter", sans-serif;
    color: #976f3b;
 /* letter-spacing: 1px; */

    margin-left: 7pc;
}

.about-row3 img {
    width: 18%;
    height: auto;
    position: relative;
    right: -7pc;
}

.about-row3-span1 {
    font-size: 28px;
    font-weight: bolder;
    font-family: "Ambassador", sans-serif;
    margin-left: 40px;
}

.about-row4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -22pc;
    /* border: 3px solid red; */
}

.about-row4-img1 {
    width: 18% !important;
    height: auto;
    margin-left: 20px;
}

.about-row4-img2 {
    width: 21% !important;
    height: auto;
    margin-right: 20px;
}

.about-row4-img1-mob {
    display: none !important;
}

.about-row4-img2-mob-2 {
    display: none !important;
}

.about-column2 {
    display: flex;
    flex-direction: column;
    align-items: left;
    max-width: 650px;
    
    margin-top: -4pc ;
    margin-left: -13pc ;
      padding-top: 90px;
}

.about-column2 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    color: #976f3b;
   
    letter-spacing: 1px;
    /* width: max-content; */
    text-align: left;
    /* padding-left: 10px; */

}

.about-column2-para2 span {
    font-family: "Bridgnorth-Bold", sans-serif;
    color: #976f3b;
}

.about-column2-para2 {
    /* font-family: "Prida1-bold", sans-serif !important;
    color: #976f3b; */
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    color: #976f3b;
    font-weight: bold;
    text-align: left;
 
}

.about-column2-para3 {
    /* font-family: "Prida1-bold", sans-serif !important;
    color: #976f3b; */
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    color: #976f3b;
    font-weight: bold;
}

.about-row4-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* margin-top: -22pc; */
    /* border: 3px solid red; */
}

.about-row4-2 img {
    width: 22%;
    height: auto;
    /* margin-left: -130px; */
}

.about-row5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 95px;
}

.about-row5-img1 {
    width: 100%;
    height: auto;
    margin-left: -30px;
}

.about-row5-img2 {
    width: 100%;
    height: auto;
}

.about-column3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-column3 h1 {
    font-size: 3pc;
    font-family: "helloParisBold", sans-serif !important;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.about-column3 img {
    width: 22%;
    height: auto;
}

.about-column4 {
    display: flex;
    flex-direction: column;
    margin-top: -21pc;
}

.about-row6 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /* margin-top: 75px; */
    margin-top: 110px;
}

.about-column5 {
    display: flex;
    flex-direction: column;
}

.about-column5 strong {
    font-size: 23px;
    font-weight: bold;
    color: #976f3b;
    font-family: "helloParisBold", sans-serif !important;
}

.about-column5 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #976f3b;
    font-weight: bold;
}

.about-column5-span1 {
    font-size: 28px;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-family: "Ambassador", sans-serif;
}

.about-column6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.about-column6 p {
    line-height: 1.3;
    font-size: 20px;
    color: #976f3b;
    font-family: "Prida1-bold", sans-serif !important;
}

.about-row7 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 50px;
    align-items: center;
}

.about-row7-img1 {
    /* margin: auto; */
    /* margin-top: -15px; */
    height: 280px;
    width: 27%;
}

.about-row7-img2 {
    margin-right: 30px;
    width: 55%;
    height: auto;
    margin-top: 20px;
}

.about-row8 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
}

.about-row8 img {
    width: 15%;
    height: auto;
}

.about-row8 h1 {
    position: absolute;
    font-size: 2.9pc;
    font-family: "helloParisBold", sans-serif !important;
    margin-top: 85px;
}

.about-column7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.about-column7 p {
    /* text-align: center;
    font-family: "QuinoaSC", sans-serif;
    font-size: 18px; */
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 19px;
    color: #976f3b;
    font-weight: bold;
    text-align: center;
}

.about-column7 h2 {
    text-align: center;
    font-family: "QuinoaSC-bold", sans-serif;
    font-weight: 800;
}

.about-column7 h4 {
    text-align: center;
    font-family: "helloParisBold", sans-serif;
    font-size: 2pc;
}

.about-row9 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -23pc;
}

/* .about-column8{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.about-column8 p{
    text-align: center;
} */

.about-row9-img1 {
    width: 15%;
    margin-left: 20px;
    height: auto;
}

.about-row9-img2 {
    width: 15%;
    margin-right: 20px;
    height: auto;
}

.about-row10 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 7pc;
}

.about-row10-img1 {
    width: 12%;
    /* height: fit-content; */
    height: auto;
}

.about-row10-img2 {
    width: 25%;
    height: auto;
}

.about-row10-img3 {
    width: 14%;
    height: auto;
}

.about-sec2-row1 {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    justify-content: space-between;
    margin-top: 40px;
}

.about-sec2-row1-img1 {
    width: 18%;
    height: auto;
}

.about-sec2-row1-img2 {
    width: 15%;
    height: 220px;
    /* height: auto; */
    margin-left: -70px;
}

.about-sec2-row1-img3 {
    width: 18%;
    height: 300px;
    margin-right: -40px;
}

.about-sec2-row1 h1 {
    position: absolute;
    font-size: 2.9pc;
    font-family: "helloParisBold", sans-serif !important;
    margin-top: 85px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.about-sec2-column1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin-top: -26pc;
}

.about-sec2-column1 p {
    text-align: center;
    line-height: 1.8;
}

.about-sec2-column1 p {
    /* text-align: center;
    font-family: "QuinoaSC", sans-serif;
    font-size: 18px; */
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 19px;
    color: #976f3b;
    font-weight: bold;
    text-align: center;
}

.about-sec2-column1 h2 {
    text-align: center;
    font-family: "QuinoaSC-bold", sans-serif;
    font-weight: 800;
}

.about-sec2-column1 h4 {
    text-align: center;
    font-family: "helloParisBold", sans-serif;
    font-size: 2pc;
}

.about-sec2-row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about-sec2-row2-img1 {
    width: 17%;
    height: auto;
}

.about-sec2-row2-img2 {
    width: 30%;
    height: auto;
}

.about-sec2-row2-img3 {
    width: 17%;
    height: auto;
}

.about-royal-collection-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 70px;
}

.about-royal-collection-row h1 {
    text-align: center;
    font-family: "helloParisBold", sans-serif;
    font-size: 4pc;
}

.about-royal-collection-row img {
    width: 18%;
    height: auto;
}

.about-royal-collection-row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-top: 0px;
}

.about-royal-collection-row2 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 24px;
    color: #976f3b;
    font-weight: bold;
    text-align: center;
}

.about-royal-collection-row3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.about-royal-collection-row3-img1 {
    width: 16%;
    height: auto;
}

.about-royal-collection-row3-img2 {
    width: 12%;
    height: auto;
}

.about-royal-collection-row3-img3 {
    width: 15%;
    height: auto;
}

.project-sec1 {
    /* background-image: url("../images/Frame\ olab\ pages.png");
    background-size: cover; */
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */
}

.project-left-pillar-img {
    position: fixed;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.project-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.project-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 90px;
}

.project-row1 img {
    width: 15%;
    ;
}

.project-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.project-row2 h1 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    letter-spacing: 6px;
}

.project-row2 h3 {
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
}

.project-row2-span {
    font-family: "helloParisLight", sans-serif;
    font-size: 3pc;
    margin-left: 4px;
}

.project-row3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    max-width: 650px;
    margin: 0 auto;
    padding-left: 20px;
}

.project-row3 p {
    font-size: 18px;
    text-align: left;
    /* color: #976f3b;
    font-family: "QuinoaSC", sans-serif; */
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
}

.project-row4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
     max-width: 650px;
    margin: 0 auto;
    padding-left: 20px;
}

.project-row4 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 3pc;
}

.project-row4 p {
    font-size: 20px;
    text-align: left;
    /* color: #976f3b;
    font-family: "QuinoaSC", sans-serif; */
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
}

.partner-sec1 {
    /* background-image: url("../images/Frame\ olab\ pages.png");
    background-size: cover; */
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */
}

.partner-left-pillar-img {
    position: fixed;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.partner-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.partner-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 110px;
    align-items: center;
}

.partner-row1 h2 {
    /* font-family: "helloParisBold", sans-serif !important;
    font-size: 3.8pc;
    letter-spacing: 6px; */
    font-family: "helloParisLight", sans-serif;
    font-size: 3pc;
    /* text-align: center; */
    letter-spacing: 5px;
}

.partner-row1 img {
    width: 20%;
}

/* .partner-row1 h1{
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
} */

.partner-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  
    max-width: 650px;
    margin: 30px auto 0 auto;
}

.partner-row2 h3 {
    margin-bottom: 10px;
    font-family: "helloParisLight", sans-serif;
    font-size: 2.5pc;
}

.partner-row2 p {
    font-size: 25px;
    text-align: center;
    padding: 0 50px;
    /* color: #976f3b; */
    margin-top: 0px;
    /* font-family: "Prida1", sans-serif; */
    font-family: "QuinoaSC-bold", sans-serif;
    color: #976f3b;
    letter-spacing: 1px;
  
}

.partner-row3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    max-width: 650px;
    margin: auto;
    padding-left: 20px;
}

.partner-row3 p {
    font-size: 18px;
    text-align: left;
    /* color: #976f3b;
    font-family: "Prida1", sans-serif; */
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
    letter-spacing: 1px;
    
}


.licence-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    max-width: 650px;
    margin: 100px auto 0 auto;
}

.licence-row2 h1 {
    font-family: "helloParisLight", sans-serif;
    font-size: 2.3pc;
    letter-spacing: 4px;
    text-align: center;
}

.licence-row2 h3 {
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
}

.licence-row2-span {
    font-family: "helloParisLight", sans-serif;
    font-size: 2pc;
    margin-left: 4px;
      color: #614118;
}

.licence-row3 {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-top: 30px;
    max-width: 650px;
    margin: 0 auto;
    padding-left: 20px;
}
.licence-row3 h3{
    margin-bottom: 30px;
    text-align: center;
}

.licence-row3 p {
    font-size: 18px;
    text-align: left;
    /* color: #976f3b;
    font-family: "QuinoaSC", sans-serif; */
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: 600;
    letter-spacing: 0.5px;
 
}
 
.franchise-sec1 {
    /* background-image: url("../images/Frame\ olab\ pages.png"); */
    /* background-size: cover; */
    width: 100%;
    height: max-content;
    /* background-attachment: fixed; */
    /* overflow-y: scroll; */
}

.Franchise-left-pillar-img {
    position: fixed;
    z-index: 10;
    width: max-content;
    height: 100vh;
}

.Franchise-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    width: max-content;
    height: 100vh;
}

.franchise-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-top: 100px; */
    padding-top: 35px;
}

.franchise-row1 h1 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    letter-spacing: 4px;
}

.franchise-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.franchise-row2 h3 {
    margin-bottom: 0px;
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
    /* font-family: "Prida1", sans-serif; */
    /* font-size: 3pc;
    letter-spacing: 5px; */
}

.franchise-row2 p {
    font-size: 22px;
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
    margin-top: 0px;
    /* font-family: "Prida1", sans-serif; */
}

.franchise-row3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}

.franchise-row3 p {
    font-size: 18px;
    text-align: center;
    /* color: #976f3b;
    font-family: "Prida1", sans-serif; */
    font-family: "QuinoaSC-medium", sans-serif;
    color: #976f3b;
    font-weight: bold;
}

.franchise-row4 {
    display: flex;
    flex-direction: column;
    align-items: center;
 max-width: 650px;
    margin: 30px auto 0 auto;
}

.franchise-row4 img {
    border-radius: 6px;
    width: 100%;
    /* box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.75); */
}

.concept-sec1 {
    /* background-image: url("../images/left side Landing.png"), url("../images/right side LANDING.png"); */
    /* background-size: contain; */
    /* position: fixed; */
    /* background-attachment: fixed; */
    /* background-position: left, right; */
    /* background-repeat: no-repeat; */
    z-index: 1000;
    width: 100%;
    height: max-content;
}

.home-left-pillar-img {
    position: fixed;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.home-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.about-left-pillar-img {
    position: fixed;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.about-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.concept-left-pillar-img {
    position: fixed;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.concept-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    width: initial;
    height: 100vh;
}

.left-pillar-img {
    position: fixed;
    z-index: 1;
    width: initial;
    height: 100vh;
}

.right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 1;
    width: initial;
    height: 100vh;
}

.concept-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 80px;
}

.concept-row1-img1 {
    width: 20%;
    height: auto;
}

.concept-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    /* margin-top: 30px; */
}

/* .concept-row2 h1 span{
    font-family: "helloParisBold", sans-serif;
    font-size: 3pc;
    text-align: center;
} */
.concept-row2 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 5pc;
    text-align: center;
    letter-spacing: 10px;
}

.concept-row2-img-2 {
    width: 6%;
    height: auto;
}

.concept-row2-img-3 {
    width: 6%;
    height: auto;
}

.concept-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
    margin-top: -5pc !important;
    align-items: center;
}

.concept-row3 img {
    width: 7%;
    height: auto;
    margin-bottom: 55px;
}

.concept-row3 h3 {
    font-family: "QuinoaSC", sans-serif;
    /* font-size: 18px; */
}

.concept-row3 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-row4 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
    /* margin-top: -5pc!important; */
    align-items: center;
}

.concept-row4 div {
    text-align: center;
}

.concept-row4 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-row4 img {
    width: 6%;
    height: auto;
    margin-bottom: 55px;
}

.concept-row5 {
    display: flex;
    flex-direction: row;
    /* justify-content: end; */
    justify-content: center;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    /* align-items: center; */
}

.concept-row5 p {
    text-align: center;
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-row6 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 95%;
    margin: auto;
    align-items: center;
}

.concept-row6-mob {
    display: none;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    margin: auto;
    align-items: center;
    margin-top: 25px;
}

.concept-row6-img1 {
    width: 25%;
    height: auto;
}

.concept-row6-img2 {
    width: 15%;
    height: auto;
}

.concept-row6-img3 {
    width: 15%;
    height: auto;
}

.concept-row6-img4 {
    width: 15%;
    height: auto;
}

.concept-row6-img2-mob {
    width: 30%;
    height: auto;
}

.concept-row6-img3-mob {
    width: 30%;
    height: auto;
}

.concept-row6-img4-mob {
    width: 30%;
    height: auto;
}

.mission-row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 50%;
    margin: auto;
    margin-top: 7pc;
}

.mission-row1 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    text-align: center;
    letter-spacing: 8px;
}

.mission-row2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -7pc;
}

.mission-row2 img {
    width: 25%;
}

.mission-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /* width: 95%; */
    margin: auto;
    align-items: center;
    /* position: absolute; */
    /* margin-top: 9pc; */
}

.mission-row3 img {
    width: 25%;
    height: auto;
    /* margin-left: 32px; */
}

.misson-column1,
.misson-column2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.misson-column1 h3,
.misson-column2 h3 {
    text-align: center;
    font-family: "QuinoaSC", sans-serif;
}

.misson-column1 p,
.misson-column2 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
    text-align: center;
}

.misson-column3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -5pc;
    text-align: center;
}

.misson-column3 h3 {
    text-align: center;
    font-family: "QuinoaSC", sans-serif;
}

.misson-column3 p {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
    text-align: center;
}

.mission-row4 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 70px;
}

.mission-row4 img {
    width: 25%;
    height: auto;
}

.concept-product-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 7pc;
}

.concept-product-row1 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    text-align: center;
    letter-spacing: 8px;
}

.concept-product-row1 img {
    width: 23%;
    height: auto;
}

.concept-product-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 35px;
    width: 95%;
    margin: auto;
}

.concept-product-column1,
.concept-product-column2,
.concept-product-column3,
.concept-product-column4 {
    display: flex;
    flex-direction: column;
}

.concept-product-column1 li,
.concept-product-column2 li,
.concept-product-column3 li,
.concept-product-column4 li {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-product-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 70px;
    align-items: center;
}

.concept-product-row3-img1 {
    width: 17%;
    height: auto;
}

.concept-product-row3-img2 {
    width: 35%;
    height: auto;
}

.concept-product-row3-img3 {
    width: 17%;
    height: auto;
}

.concept-product1-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6pc;
}

.concept-product1-row1 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 5pc;
    text-align: center;
    letter-spacing: 8px;
}

.concept-product1-row1 img {
    width: 25%;
    height: auto;
}

.concept-product1-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: -4pc;
    align-items: center;
}

.concept-product1-column1,
.concept-product1-column2 {
    display: flex;
    flex-direction: column;
}

.concept-product1-column1 li,
.concept-product1-column2 li {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-product1-row3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 70px;
    align-items: center;
}

.concept-product1-row3-img1 {
    width: 58%;
    height: auto;
}

.concept-product1-row3-img2 {
    width: 15%;
    height: auto;
}

.concept-product2-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 6pc;
}

.concept-product2-row1 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    text-align: center;
    letter-spacing: 10px;
}

.concept-product2-row1 img {
    width: 23%;
    height: auto;
}

.concept-product2-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: -4pc;
    align-items: center;
}

.concept-product2-column1,
.concept-product2-column2,
.concept-product2-column3 {
    display: flex;
    flex-direction: column;
}

.concept-product2-column1 li,
.concept-product2-column2 li,
.concept-product2-column3 li {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
}

.concept-product2-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 70px;
    align-items: center;
}

.concept-product2-row3-img1 {
    width: 17%;
    height: fit-content;
}

.concept-product2-row3-img2 {
    width: 38%;
    height: fit-content;
}

.concept-product2-row3-img3 {
    width: 17%;
    height: fit-content;
}

.ventes-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* width: 95%;
    margin: auto; */
    margin-top: 5pc;
    margin-left: 7pc;
}

.ventes-row1 h2 {
    font-family: "helloParisLight", sans-serif;
    font-size: 4pc;
    text-align: center;
    letter-spacing: 7px;
}

.ventes-row1 img {
    width: 25%;
    height: auto;
}

.ventes-row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.ventes-column1,
.ventes-column2,
.ventes-column3 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ventes-column2 {
    margin-top: -20px;
}

.ventes-column2 h3 {
    font-family: "QuinoaSC-medium", sans-serif;
}

.ventes-column1 li,
.ventes-column2 li,
.ventes-column3 li {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
    list-style: none;
}

.ventes-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
}

.ventes-column4,
.ventes-column5 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.ventes-column4 li,
.ventes-column5 li {
    font-family: "QuinoaSC-medium", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #976f3b;
    font-weight: bold;
    list-style: none;
}

.brand-sec1 {
    /* background-image: url("../images/Landing\ page\ new\ frame.001.png");
    background-size: cover;
    
    width: 100%;
    height: 100vh; */

    display: flex;

    background-image: url("../images/Landing\ page\ new\ frame.001-left.png"),
        url("../images/Landing\ page\ new\ frame.001-right.png");
    background-size: contain;
    /* position: fixed; */
    background-attachment: fixed;
    background-position: left, right;
    background-repeat: no-repeat;
    z-index: 1000;
    width: 100%;

    height: 100vh;
}

.news-left-pillar-img {
    position: fixed;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.news-right-pillar-img {
    position: fixed;
    right: 0;
    z-index: 10;
    /* width: max-content; */
    width: initial;
    height: 100vh;
}

.news-row1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 90px;
}

.news-row1 img {
    width: 15%;
}

.news-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}

.news-row2 h1 {
    font-family: "helloParisBold", sans-serif;
    font-size: 4pc;
    letter-spacing: 6px;
}

.news-row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.copyright {
    /* color: white; */
    /* background: transparent; */
    /* box-shadow: 0 -2px 25px -5px rgba(0, 0, 0, 0.12), 0 -25px 21px -5px rgba(0, 0, 0, 0.08) !important; */
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    width: 56%;

    border-radius: 100px 100px 0px 0px;
    -webkit-border-radius: 100px 100px 0px 0px;
    -moz-border-radius: 100px 100px 0px 0px;
}

.copyright a {
    /* font-family: "chocolatebox", sans-serif; */
    font-family: "BurgoyneInitials", sans-serif;

    font-size: 18px;
    /* color: #BF935B; */
    color: #976f3b;
    transition: 0.3s;
    /* font-weight: bold; */
    letter-spacing: 2.2px;
    padding: 0.375rem 0.75rem;
}

.copyright a:hover {
    color: #976f3b;
}

.copyright2 {
    /* color: white; */
    /* background: transparent; */
    /* box-shadow: 0 -2px 25px -5px rgba(0, 0, 0, 0.12), 0 -25px 21px -5px rgba(0, 0, 0, 0.08) !important; */
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.copyright2 a {
    /* font-family: "chocolatebox", sans-serif; */
    font-family: "BurgoyneInitials", sans-serif;

    font-size: 18px;
    /* color: #BF935B; */
    color: #976f3b;
    transition: 0.3s;
    /* font-weight: bold; */
    letter-spacing: 2.2px;
    padding: 0.375rem 0.75rem;
}

.copyright2 a:hover {
    color: #976f3b;
}

@media (max-width: 1310px) {
    .about-column3 h1 {
        font-size: 2.7pc;
    }
}

/* ================Page Animations================  */
.about-animation {
    opacity: 0;
    transform: translateY(100px);
}

.concept-animation {
    opacity: 0;
    transform: translateY(100px);
}

.partner-animation {
    opacity: 0;
    transform: translateY(100px);
}

.project-animation {
    opacity: 0;
    transform: translateY(100px);
}

.contact-animation {
    /* opacity: 0;
    transform: translateY(100px); */
}

.animate__delay {
    animation-delay: 1s;
}

.home-mob-left-pillar-img,
.home-mob-right-pillar-img {
    display: none;
}

.home-sec1-img-row-img-mob {
    display: none;
}

.brand-mobile-frame {
    display: none;
}

.product-mobile-frame {
    display: none;
}

.term-mobile-frame,
.term-mobile-frame-2 {
    display: none;
}

.partner-mob-br {
    display: none;
}

.partner-mob-left-pillar-img,
.partner-mob-right-pillar-img {
    display: none;
}

.partner-mobile-frame {
    display: none;
}

.project-mobile-frame,
.project-mobile-frame-2 {
    display: none;
}

.project-mob-br {
    display: none;
}

.about-mob-br2 {
    display: none;
}

.about-mobile-frame {
    display: none;
}

.concept-mobile-frame {
    display: none;
}

.mobile-nav-footer-link {
    display: none;
}

.product-dropdown-icon-div {
    display: none;
}

.concept-product1-row1-mobile-img {
    display: none;
}

.concept-product2-row1-mobile-img {
    display: none;
}

.zeno-mobile-frame {
    display: none;
}

@media (max-width: 768px) {
    body {
        /* overflow-y: hidden; */
    }

    .header-navbar-mobile {
        background-color: transparent;
    }

    .header-navbar-2 {
        background-color: transparent;
    }

    .header-navbar-3 {
        background-color: transparent;
    }

    .home-sec1-foorter {
        display: none;
    }

    .home-sec1-img-row {
        width: 100%;
        height: 100%;
    }

    .home-left-pillar-img {
        display: none;
    }

    .home-right-pillar-img {
        display: none;
    }

    .home-mob-left-pillar-img {
        display: block;
        position: fixed;
        z-index: 9;
        width: initial;
        height: 100vh;
    }

    .home-mob-right-pillar-img {
        display: block;
        position: fixed;
        right: 0;
        z-index: 9;
        width: initial;
        height: 100vh;
    }

    .home-sec1-img-row-img {
        display: none;
    }

    .home-sec1-img-row-img-mob {
        display: block;
        width: 90%;
        max-width: 100%;
        height: auto;
        /* object-fit: cover; */
        /* border: 3px solid red; */
        padding-bottom: 20px;

        /* margin-top: -95px; */
    }

    .brand-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1 !important;
    }

    .brand-title {
        overflow-y: hidden;
        /* height: 100vh; */
        /* border: 3px solid red; */
    }

    .brand-sec1 {
        display: flex;

        background-image: none !important;
        background-size: initial;
        background-attachment: initial;
        background-position: initial;
        background-repeat: no-repeat;
        z-index: 10;
        width: 100%;

        /* height: 100vh; */
        flex-direction: column;
    }

    .product-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .terms-left-pillar-img {
        display: none;
    }

    .terms-right-pillar-img {
        display: none;
    }

    .term-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
    }

    .term-mobile-frame-2 {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        bottom: 0;
    }

    .terms-sec1-img-row h1 {
        font-size: 38px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 100px;
    }

    .terms-sec1-img-row {
        padding-top: 30px;
    }

    .condition-accordation {
        width: 93%;
    }

    .terms-sec1 {
        overflow-y: scroll;
        width: 100%;
        height: 100%;
    }

    .term-column1 {
        padding-bottom: 90px;
    }

    .partner-left-pillar-img {
        display: none;
    }

    .partner-right-pillar-img {
        display: none;
    }

    /* .partner-mob-left-pillar-img {
        display: block;
        position: fixed;
        z-index: 1;
        width: initial;
        height: 100vh;
    }

    .partner-mob-right-pillar-img {
        display: block;
        position: fixed;
        right: 0;
        z-index: 1;
        width: initial;
        height: 100vh;
    } */

    .partner-row1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 95px;
        align-items: center;
        margin-top: 50px;
    }

    .partner-row1 h2 {
        font-size: 35px;
        text-align: center;
        letter-spacing: 4px;
    }

    .partner-row1 img {
        width: 40%;
    }

    .partner-mob-br {
        display: block;
    }

    .partner-row2 {
        margin-top: 10px;
        font-size: 22px;
    }

    .partner-row2 h3 {
        margin-bottom: 10px;
        font-family: "helloParisLight", sans-serif;
        font-size: 1.5pc;
        text-align: center;
    }

    .partner-row2 p {
        text-align: left;
    }

    .partner-row3 {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .partner-row3 p {
        text-align: left;
    }

    .franchise-row1 h1 {
        font-family: "helloParisLight", sans-serif;
        font-size: 3.5pc;
        letter-spacing: 3px;
    }

    .partner-row3 p span {
        display: none;
    }

    .franchise-row2 p {
        text-align: center;
    }

    .franchise-row3 p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .franchise-row4 img {
        display: none;
    }

    .partner-animation {
        opacity: 1;
        transform: none;
    }

    .partner-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
    }

    .project-left-pillar-img {
        display: none;
    }

    .project-right-pillar-img {
        display: none;
    }

    .project-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
    }

    .project-mobile-frame-2 {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        bottom: 0;
    }

    .project-sec1 {
        width: 100%;
        height: max-content;
        overflow-y: scroll;
    }

    .project-animation {
        opacity: 1 !important;
        transform: none;
    }

    .project-row1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 35px;
        margin-top: 150px;
    }

    .project-row1 img {
        width: 90%;
    }

    .project-mob-br {
        display: block;
    }

    .project-row2 h1 {
        font-family: "helloParisLight", sans-serif;
        font-size: 35px;
        letter-spacing: 5px;
        line-height: 1;
    }
    .licence-row2{
max-width: 300px;

    }
    .licence-row2 h1 {
        font-family: "helloParisLight", sans-serif;
        font-size: 2pc;
        letter-spacing: 5px;
        line-height: 1;
        margin-top: 20px;
        text-align: center;
    }

    .project-row3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }

    .project-row3 p span br {
        display: none;
    }

    
    .licence-row3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }

    .licence-row3 p span br {
        display: none;
    }
    .project-row4 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 35px;
        text-align: center;
    }

    .project-row4 p {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-left-pillar-img {
        display: none;
    }

    .contact-right-pillar-img {
        display: none;
    }

    .contact-sec1-img-row {
        padding-top: 15px;
        margin-top: 150px;
    }

    .contact-sec1-img-row h1 {
        font-size: 38px;
    }

    .first,
    .second {
        max-width: 100%;
        width: 90%;
        padding: 0px;
    }

    .newsletter h1 {
        margin-top: 15px;
    }

    .inner {
        margin-bottom: 15px;
    }

    .about-left-pillar-img {
        display: none;
    }

    .about-right-pillar-img {
        display: none;
    }

    .about-animation {
        opacity: 1;
        transform: none;
    }

    .about-row2 {
        flex-direction: row;
        justify-content: center;
        margin-left: 0;
    }

    .about-row1 {
        display: flex;
        flex-direction: column;
    }

    .about-row1 img {
        width: 40%;
        height: auto;
        position: absolute;
        top: 18pc;
    }

    .about-row2 h2 {
      font-size: 30px;
      margin-top: 50px;
        text-align: center;
        letter-spacing: 4px;
    }
.about-sec1{
    padding-top: 20px;
}
    .about-row2 img {
        width: 45%;
        position: initial !important;
        display: block !important;
        margin-right: 0px;
    }

    .about-row3 {
        margin-top: 20px;
    }

    .about-row3 img {
        display: none;
    }

    .about-row3 p {
        margin-left: 0pc;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-row3 p span br {
        display: none;
    }

    .about-column2 {
        width: 100%;
        margin-top: 0pc;
        margin-left: 0pc;
        padding-top: 30px;
    }

    .about-column2 p {
        width: 100%;
        padding: 0px 15px;
    }

    .about-column2 p span br {
        display: none;
    }

    .about-column2-para2,
    .about-column2-para3 {
        width: 100%;
        padding: 0px 15px;
    }

    .about-column2-para2 p span br,
    .about-column2-para3 p span br {
        display: none;
    }

    .about-mob-br1 {
        display: none;
    }

    .about-row4 {
        margin-top: 0pc;
    }

    .about-row4-img1 {
        display: none;
    }

    .about-row4-img2 {
        display: none;
    }

    .about-row4-img1-mob {
        display: block !important;
        height: auto;
        width: 28%;
        margin-left: 15px;
    }

    .about-row4-img2-mob-2 {
        display: block !important;
        height: auto;
        width: 30%;
        margin-right: 15px;
    }

    .about-row4-2 {
        margin-top: 50px;
    }

    .about-row4-2 img {
        width: 65%;
        height: auto;
        margin-left: 0px;
    }

    .about-row5 {
        flex-direction: column;
        justify-content: center;
        margin-top: 75px;
        width: 100%;
    }

    .about-row5-img1 {
        display: none;
    }

    .about-mob-br2 {
        display: block;
    }

    .about-column3 h1 {
        font-size: 32px;
        text-align: center;
    }

    .about-column3 img {
        width: 50%;
        height: auto;
    }

    .about-row5-img2 {
        width: 55%;
        height: auto;
        position: absolute;
        right: 0;
        margin-top: 50px;
    }

    .about-column4 {
        margin-top: 0pc;
    }

    .about-row6 {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .about-column5 {
        padding: 0px 15px;
    }

    .about-column5 p span br {
        display: none;
    }

    .about-column5 strong {
        font-size: 22px;
    }

    .about-column6 {
        padding: 0px 15px;
    }

    .about-row7 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 5px;
    }

    .about-row7-img1 {
        display: none;
    }

    .about-row7-img2 {
        margin-right: 0px;
        width: 90%;
        height: auto;
        margin-top: 10px;
    }

    .about-row8 img {
        width: 50%;
        height: auto;
    }

    .about-row8 h1 {
        position: absolute;
        font-size: 38px;
        font-family: "helloParisBold", sans-serif !important;
        margin-top: 70px;
    }

    .about-column7 {
        margin-top: 0px;
        padding: 0px 15px;
    }

    .about-row9 {
        margin-top: 0pc;
    }

    .about-row9-img1,
    .about-row9-img2 {
        width: 35%;
    }

    .about-row10 {
        margin-top: 3pc;
    }

    .about-row10-img1 {
        display: none;
    }

    .about-row10-img2 {
        width: 85%;
        height: auto;
    }

    .about-row10-img3 {
        display: none;
    }

    .about-sec2-row1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .about-sec2-row1-img3 {
        display: none;
    }

    .about-sec2-row1 h1 {
        position: absolute;
        font-size: 38px;
        margin-top: 95px;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
        text-align: center;
    }

    .about-sec2-row1-img1 {
        width: 35%;
        height: auto;
        position: absolute;
        left: 0;
        display: none;
    }

    .about-sec2-row1-img2 {
        width: 50%;
        height: auto;
        margin-left: 0px;
    }

    .about-sec2-column1 {
        padding: 0px 15px;
        margin-top: 0pc;
    }

    .about-sec2-row2 {
        padding: 0px 10px;
    }

    .about-sec2-row2-img1 {
        width: 22%;
        height: auto;
    }

    .about-sec2-row2-img2 {
        width: 55%;
        height: auto;
    }

    .about-sec2-row2-img3 {
        width: 22%;
        height: auto;
    }

    .about-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
    }

    .concept-left-pillar-img,
    .concept-right-pillar-img {
        display: none;
    }

    .concept-mobile-frame {
        display: block;
        width: 100%;
        height: auto;
    }

    .concept-animation {
        opacity: 1;
        transform: none;
    }

    .concept-row1 {
        padding-top: 30px;
    }

    .concept-row3 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        margin-top: 0pc !important;
        align-items: center;
        padding: 0px 15px;
    }

    .concept-row2-img-2 {
        display: none;
    }

    .concept-row2-img-3 {
        display: none;
    }

    .concept-row2 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 4pc;
        text-align: center;
        letter-spacing: 7px;
        margin-top: 50px;
    }

    .concept-row1-img1 {
        width: 50%;
        height: auto;
    }

    .concept-row3 p span br {
        display: none;
    }

    .concept-row3 img {
        width: 25%;
        height: auto;
        margin-bottom: 15px;
    }

    .concept-row4 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 0pc !important;
        align-items: center;
        padding: 0px 15px;
    }

    .concept-row4 img {
        width: 25%;
        height: auto;
        margin-bottom: 10px;
    }

    .concept-row5 {
        width: 100%;
        margin-top: 20px;
        padding: 0px 15px;
    }

    .concept-row6-img1 {
        width: 60%;
        height: auto;
    }

    .concept-row6-img2,
    .concept-row6-img3,
    .concept-row6-img4 {
        display: none;
    }

    .concept-row6 {
        flex-direction: column;
    }

    .concept-row6-mob {
        display: none;
    }

    /* .concept-row6-img2-mob,
    .concept-row6-img3-mob,
    .concept-row6-img4-mob {
        
    } */

    .mission-row1 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        margin-top: 5pc;
    }

    .mission-row2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 8pc;
    }

    .mission-row3 {
        display: flex;
        flex-direction: column;
    }

    .mission-row1 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 40px;
        text-align: center;
        letter-spacing: 6px;
    }

    .mission-row3 img {
        width: 60%;
        height: auto;
        margin-left: 0px;
        position: absolute;
        margin-top: -22pc;
    }

    .misson-column3 {
        margin-top: 0pc;
    }

    .misson-column3 p {
        padding: 15px;
        text-align: center;
    }

    .mission-row4 {
        margin-top: 10px;
    }

    .mission-row4 img {
        width: 85%;
    }

    .mission-row4-img1,
    .mission-row4-img3 {
        display: none;
    }

    .concept-product-row1 {
        display: flex;
        flex-direction: column;
        margin-top: 4pc;
    }

    .concept-product-row2 {
        display: flex;
        flex-direction: column;
        margin-top: 3pc;

        padding-left: 30px;
        margin-left: 0px;
    }

    .concept-product-row1 img {
        display: none;
    }

    .concept-product1-row1-mobile-img {
        display: block !important;
        width: 50% !important;
        height: auto;
        /* display: none; */
        /* position: absolute;
        margin-top: 15pc; */

        margin-bottom: -50px;
        margin-top: -30px;
    }

    .concept-product-row1 h2 {
        font-size: 46px;
        text-align: center;
        letter-spacing: 6px;
        line-height: 1;
        margin-bottom: 0px;
    }

    .concept-product-column1,
    .concept-product-column2,
    .concept-product-column3,
    .concept-product-column4 {
        /* text-align: center; */
        margin-bottom: 20px;
    }

    .concept-product-row3 {
        justify-content: space-around;
        margin-top: 30px;
    }

    .concept-product-row3-img1 {
        width: 35%;
    }

    .concept-product-row3-img3 {
        width: 35%;
    }

    .concept-product-row3-img2 {
        display: none;
    }

    .concept-product1-row1 {
        display: flex;
        flex-direction: column;
        margin-top: 5pc;
    }

    .concept-product1-row1 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 52px;
        text-align: center;
        letter-spacing: 6px;
        margin-bottom: -3pc;
    }

    .concept-product1-row1 img {
        width: 55%;
        height: auto;
    }

    .concept-product1-row1-h2-2 {
        margin-bottom: 0px !important;
        margin-top: -4pc;
    }

    .concept-product1-row2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3pc;
    }

    .concept-product1-column1,
    .concept-product1-column2 {
        padding: 0px 5px 0px 30px;
        margin-bottom: 25px;
    }

    .concept-product1-row3 {
        margin-top: 10px;
        align-items: center;
    }

    .concept-product1-row3-img1 {
        width: 95%;
        height: auto;
    }

    .concept-product1-row3-img2 {
        display: none;
    }

    .concept-product2-row1 {
        flex-direction: column;
        align-items: center;
        margin-top: 3pc;
    }

    .concept-product2-row1 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 48px;
        text-align: center;
        letter-spacing: 6px;
        margin-bottom: 0px;
    }

    .concept-product2-row1 img {
        display: none;
    }

    .concept-product2-row1-mobile-img {
        display: block !important;
        width: 55% !important;
        height: auto;
        /* position: absolute;
        margin-top: 15pc; */
        margin-bottom: -50px;
        margin-top: -30px;
    }

    .concept-product2-row2 {
        display: flex;
        flex-direction: column;
        margin-top: 3pc;
        align-items: start;
        padding: 0px 5px 0px 35px;
    }

    .concept-product2-column1,
    .concept-product2-column2,
    .concept-product2-column3 {
        margin-bottom: 25px;
    }

    .concept-product2-row3 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 0px;
        align-items: center;
    }

    .ventes-row1 {
        flex-direction: column;
        margin-left: 0pc;
    }

    .ventes-row1 h2 {
        font-family: "helloParisLight", sans-serif;
        font-size: 52px;
        text-align: center;
        letter-spacing: 5px;
    }

    .ventes-row1 img {
        width: 50%;
        height: auto;
        margin-bottom: -50px;
        margin-top: -50px;
    }

    .ventes-row2 {
        display: flex;
        flex-direction: column;
    }

    .ventes-column2 {
        margin-top: 0px;
    }

    .ventes-column1,
    .ventes-column2,
    .ventes-column3 {
        margin-bottom: 25px;
    }

    .ventes-row3 {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    .ventes-column4,
    .ventes-column5 {
        margin-bottom: 25px;
    }

    .about-royal-collection-row img {
        display: none;
    }

    .about-royal-collection-row {
        margin-top: 5px;
    }

    .about-royal-collection-row h1 {
        font-size: 54px;
        line-height: 1;
    }

    .about-royal-collection-row2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 10px;
    }

    .about-royal-collection-row2 p {
        padding: 0px 15px;
        line-height: 1.3;
    }

    .about-royal-collection-row3-img1 {
        width: 30%;
        height: auto;
    }

    .about-royal-collection-row3-img2 {
        width: 35%;
        height: auto;
    }

    .about-royal-collection-row3-img3 {
        width: 25%;
        height: auto;
    }

    .mobile-nav-footer-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-dropdown-row {
        display: flex;
        flex-direction: row;
        justify-content: start;
    }

    .dropdown {
        display: flex;
        flex-direction: column;
    }

    .product-dropdown-icon-div {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .product-dropdown-icon {
        padding: 0px !important;
        z-index: 800 !important;
    }

    .product-dropdown-icon i {
        font-size: 20px !important;
        align-self: center;
        /* border: 3px solid red; */
    }

    .product-mobile-dropdown-ul {
        border: none !important;
        height: max-content !important;
        width: 300px;
        box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 20px -6px rgba(0, 0, 0, 0.75);
        border-radius: 14px !important;
    }

    .product-link-desktop {
        display: none !important;
    }

    .nav-open-icon {
        width: 20%;
        margin: auto;
        padding-right: 0px;
        margin-top: 10px !important;
    }

    .nav-close-icon {
        width: 13%;
        margin: auto;
        padding-right: 0px;
        margin-top: -7px !important;
        height: auto;
    }

    .nav-open-icon-2 {
        width: 30%;
        margin: auto;
        margin-top: auto;
        padding-right: 0px;
        margin-top: 4pc !important;
        z-index: 100;
    }

    .nav-open-icon-3 {
        width: 18%;
        margin: auto;
        padding-right: 0px;
        margin-top: 3pc !important;
    }

    .nav-open-icon-4 {
        width: 30%;
        margin: auto;
        padding-right: 0px;
        margin-top: 3pc !important;
    }

    .nav-open-icon-scroll {
        width: 18%;
        margin: auto;
        padding-right: 0px;
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .product-mobile-dropdown-ul::-webkit-scrollbar {
        height: 7px;
    }

    .product-mobile-dropdown-ul::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .product-mobile-dropdown-ul::-webkit-scrollbar-thumb {
        background: #bf935b;
        border-radius: 10px;
    }

    .product-mobile-dropdown-ul::-webkit-scrollbar-thumb:hover {
        background: #976f3b;
    }

    .contact-column1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* ====================================product pages==================================== */
    .left-pillar-img {
        display: none !important;
    }

    .right-pillar-img {
        display: none !important;
    }

    .zeno-mobile-frame {
        display: block !important;
        width: 100%;
        height: auto;
    }
}
