body {
    font-size: 18px;
    color: #0e0e0e;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}


/* default css */

.scrollup {
    position: fixed;
    color: #FFF;
    bottom: 40px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 99;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    padding: 0px 10px;
    background: linear-gradient(180deg, #e2b55b 0%, #c38b35 100%);
    border-color: #c38b35;
    overflow: hidden;
    display: none;
    border-color: #c38b35;
}

.scrollup:hover {
    color: #FFF;
    background: linear-gradient(180deg, #c38b35 0%, #c38b35 100%);
    border-color: #c38b35;
}

.wrapper {
    position: relative !important;
    overflow: hidden;
    padding: 100px 0px;

}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.overflow {
    overflow: hidden;
}

.btn {
    font-size: 15px;
    text-transform: uppercase;
    transition: ease-in 400ms;
    font-weight: 600;
    padding: 10px 20px;
    overflow: hidden;
    border-radius: 10px !important;
}

.btn-1 {
    color: #FFF;
    background: rgb(225, 163, 64);
    background: linear-gradient(180deg, #e2b55b 0%, #c38b35 100%);
    border-color: #c38b35;
    transition: 300ms;
}

.btn-1:hover {
    color: #FFF;
    background: linear-gradient(180deg, #c38b35 0%, #c38b35 100%);
    border-color: #c38b35;
}

.padding-1 {
    padding: 100px 0px;
}

.a-link {
    background-color: #c38b35;
    padding: 5px 10px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}

.fs-7 {
    position: relative;
    font-size: 90px;
    line-height: 80px;
    font-weight: 500;
}

.bg-lighten {
    background-color: #f4f8ff;
}

.text-orange {
    color: #c38b35;
}

.bg-gr {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(180deg, rgba(225, 163, 64, 0) 0%, rgba(225, 163, 64, 0.1) 100%);
}

.bg-orange {
    background: linear-gradient(180deg, #e2b55b 0%, #c38b35 100%);
}

@media screen and (max-width: 992px) {

    .wrapper {
        position: relative;
        padding: 50px 0px;
    }


    .fs-7 {
        font-size: 40px;
        line-height: 34px;
    }

    .btn {
        font-size: 14px;
        text-transform: uppercase;
        transition: ease-in 400ms;
        font-weight: 600;
        padding: 10px 10px;
        border-radius: 4px;
    }

    .mb-margin {
        margin-bottom: 30px;
    }

}


/* end default css*/


/* Start Header CSS */
.header-wrapper {
    position: relative;
    background-color: #030706;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.navbar-brand img {
    width: 160px;
}

.nav-item {
    margin: 0px 15px;
    text-transform: uppercase;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #FFF !important;
}

.nav-link:hover {
    color: #c38b35 !important;
}

.nav-link.active {
    color: #c38b35 !important;
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #FFF !important;
}

.dropdown-item {
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    color: #0e0e0e !important;
    transition: 300ms;
}


.dropdown-item:hover {
    background-color: #fff5e6 !important;
    color: #c38b35 !important;

}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        box-shadow: none !important;
    }
}



/* End Header CSS */


/* Start Slider */
.slider-wrapper {
    position: relative;
    z-index: 99;
}

.slider-v-wrapper {
    position: relative;
    height: 75vh;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.slider-v-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.slider-container {
    position: relative;
    z-index: 10;
}

.slider-container-inner {
    position: relative;
    z-index: 10;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.slider-content {
    display: block;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 75vh;
}

.slider-content h1 {
    display: block;
    font-size: 120px;
    line-height: 110px;

}

.br-rd-top-left {
    border-top-left-radius: 24px;
}

.overlay-card-wr-slider {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.overlay-card-ct-slider {
    position: relative;
    padding: 50px 0px 0px 50px;
}

.overlay-card-ct-slider .btn {
    padding: 15px 40px;
    font-size: 18px;
}

.overlay-card-wr {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.left-radi-slider {
    position: absolute;
    bottom: 0px;
    width: 34px;
    left: -34px;
}

.top-radi-slider {
    position: absolute;
    top: -34px;
    width: 34px;
    right: 0px;
}



@media screen and (max-width: 992px) {
    .slider-content {
        padding: 0px 20px;
    }

    .overlay-card-ct-slider {
        position: relative;
        padding: 20px 0px 0px 20px;
    }

    .overlay-card-ct-slider .btn {
        padding: 10px 20px;
        font-size: 16px;
    }


    .slider-content h1 {
        display: block;
        font-size: 40px;
        line-height: 40px;
    }


}

/* End Slider */


/* Start Main Content */


.overlay-card-ct {
    position: relative;
    padding: 20px 0px 0px 20px;
}

.left-radi {
    position: absolute;
    bottom: 0px;
    width: 32px;
    left: -30px;
}

.top-radi {
    position: absolute;
    top: -30px;
    width: 32px;
    right: 0px;
}

.overlay-card-ct-2 {
    position: relative;
    padding: 20px 0px 0px 20px;
}



.post-card-1 {
    position: relative;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.post-card-2 {
    position: relative;
    height: 50vh;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.left-radi-2 {
    position: absolute;
    bottom: 0px;
    width: 26px;
    left: -24px;
}

.top-radi-2 {
    position: absolute;
    top: -26px;
    width: 26px;
    right: 0px;
}

.top-radi-3 {
    position: absolute;
    top: -24px;
    width: 26px;
    right: 0px;
}

.left-radi-3 {
    position: absolute;
    bottom: 0px;
    width: 26px;
    left: -24px;
}

.listed {
    line-height: 34px;
}

.listed li {
    padding: 5px 0px;
    border-bottom: 1px solid #e2d1b6;
}

@media screen and (max-width: 992px) {
    .post-card-1 {
        position: relative;
        height: 50vh;
    }
}

/* End Main Content */


/* footer */

.footer-wrapper {
    position: relative;
    padding: 70px 0px 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #030706;
}

.footer {
    position: relative;
}

.footer-img {
    position: relative;
    z-index: 5;
    width: 140px;
    background: url(../images/Shap-1.png) no-repeat center center;
    background-size: 100px;
}


.footer-img img {
    width: 140px;
}

.footer ul li {
    line-height: 48px;
}

.footer ul li a {
    color: #FFF;
    font-weight: 300 !important;
    text-decoration: none !important;
}

.footer p {
    font-weight: 300;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    list-style: none;
    display: block;
    margin-right: 15px;
}

.social-media ul li a {
    color: #c38b35;
    text-decoration: none;
    transition: 300ms;
}

.social-media ul li a:hover {
    color: #e8ebff;
}

.copy-wrapper {
    position: relative;
    padding: 70px 0px 30px;
}

.gallery-cards img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: top;
}

/* end footer*/