/********** Template CSS **********/
:root {
    --primary: #C5A46D;
    --light: #F1F8FF;
    --dark: #0F172B;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf")
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy Black.otf");
    font-weight: 900
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy Bold.otf");
    font-weight: 700
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy Medium.otf");
    font-weight: 500
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy Regular.otf");
    font-weight: 400
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy Light.otf");
    font-weight: 300
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/SVN-Gilroy SemiBold.otf");
    font-weight: 600
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
    z-index: 1;
}

body {
    font-family: "Gilroy",sans-serif;
    text-align: justify-all;
}

a {
    text-decoration: none !important;
}
a:hover{
    color: gray !important;
}

p,li {
    font-size: 16px !important;
}

.container1 h1, .h1, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: font-family: "Gilroy",sans-serif !important;
    
} 

.p4{
        padding: 1rem !important;
}
.text-primary {
    color: #C5A46D !important;
}

.btn-primary {
    /*    color: #000 !important;*/
    background-color: #C5A46D;
    border-color: #C5A46D;
}

.btn-primary:hover {
    color: #000 !important;
    background-color: white;
    border-color: #C5A46D;
}

.shadow {
    box-shadow: 0px 0rem 0.8rem -5px rgba(0, 0, 0, 0.15) !important;
}

.fab:hover {
    color: red;
}

.bg-primary {
    background-color: #C5A46D !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.imgsld img{
    width: 100%;

}

.center {
    justify-content: center;
    margin-top: 20px;
}

small, .small {
    font-size: 0.8rem;
}

.colL {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
}

.column {
    flex: 1;
    padding: 20px;
    border: 1px solid #C5A46D;
    margin: 10px;
}

.column1 {
    flex: 1;
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary, .btn.btn-secondary {
    color: #FFFFFF;
}

.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 {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
    bottom: 15%;
}

/*** Navbar ***/
.nav-wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto;
    width: 100;
    height: 70px;
    /* border-radius: 0 0 15px 15px; */
    padding: 0 25px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 60px;
    margin-right: 10rem;
}

.nav-tabs {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    list-style: none;
    border-bottom: 0;
    text-transform: uppercase;
    font-family: "Playfair Display",serif;
}

.nav-tabs a:hover {
    color: gray !important;
}

.nav-tab:not(:last-child) {
    padding: 10px 25px;
    margin: 0;
    border-right: 1px solid #eee;
}

.nav-tab:last-child {
    padding: 10px 0 0 25px;
}

.nav-tab, .menu-btn {
    cursor: pointer;
}

.hidden {
    display: none;
}

.nav-wrapper.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

@media screen and (max-width: 460px) {
  .nav-wrapper.fixed{
        width: 100%;
    }
    .a50{
        /* width: 100% !important; */
        flex-wrap:wrap;
    }
    .b50{
        /* width: 100% !important; */
    }
       .figure {
        max-width: 400px;
        min-width: 300px;
    }



}





@media screen and (max-width: 768px) {

    .nav-wrapper {
        display: flex;
        position: relative;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        width: 100%;
        height: 80px;
        border-radius: 0 0 15px 15px;
        padding: 0 25px;
        z-index: 2;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
  

    .nav-container {
        position: fixed;
        display: none;
        overflow-y: auto;
        z-index: -1;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: #fff;
        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
    }

    .nav-tabs {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 80px;
        width: 100%;
    }

    .nav-tab:not(:last-child) {
        padding: 20px 25px;
        margin: 0;
        border-right: unset;
        border-bottom: 1px solid #f5f5f5;
    }

    .nav-tab:last-child {
        padding: 15px 25px;
    }

    .menu-btn {
        position: relative;
        display: block;
        margin: 0;
        width: 40px;
        height: 30px;
        cursor: pointer;
        z-index: 2;
        padding: 10px;
        border-radius: 10px;
        /* background-color: black; */
    }

    .menu-btn .menu {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: #111;
    }

    .menu-btn .menu:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }

    .menu-btn .menu:nth-child(3) {
        margin-top: 4px;
    }

    #menuToggle:checked + .menu-btn .menu {
        transition: transform 0.2s ease;
    }

    #menuToggle:checked + .menu-btn .menu:nth-child(1) {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }

    #menuToggle:checked + .menu-btn .menu:nth-child(2) {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    #menuToggle:checked + .menu-btn .menu:nth-child(3) {
        transform: translate3d(0, -6px, 0) rotate(-45deg);
    }

    #menuToggle:checked ~ .nav-container {
        z-index: 1;
        display: flex;
        animation: menu-slide-left 0.3s ease;
    }

    @keyframes menu-slide-left {
        0% {
            transform: translateX(200px);
        }

        to {
            transform: translateX(0);
        }
    }
}

.about img {
    width: 6 00px;
    height: 400px;
    margin: 2rem 20%
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(15, 23, 43, .7);*/
    z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.w100 {
    /*height: 780px ;*/
}

@media (max-width: 768px) {
    .w100 {
        height: 500px ;
    }

    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about img {
        width: 500px;
        height: 400px;
        margin: 0.5rem 0;
    }

  
}

.page-header {
    background-image: url(../img/14.jpg);
    background-position: 49% 25%;
    background-size: cover;
}

.overflow-hidden {
    /*max-height: 500px;*/
}

.page-header-inner {
    /*    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/14.jpg)*/
    /*   background-image: url(../img/14.jpg);
   background-position: center;
   background-size: cover;*/
    /*   -webkit-filter: blur(5px);  Safari 6.0 - 9.0 
    filter: blur(5px);*/
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.booking {
    position: relative;
    margin-top: -100px !important;
    z-index: 1;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before, .section-title.text-end::after {
    display: none;
}

/*** Service ***/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 30px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
}

.service-item i, .service-item h5, .service-item p {
    transition: .5s;
}

.service-item:hover i, .service-item:hover h5, .service-item:hover p {
    color: #FFFFFF !important;
}

/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    /* min-height: 500px; */
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/14.jpg);
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    padding-left: 65px;
    padding-right: 65px;
}

.testimonial-carousel .testimonial-item {
    padding: 30px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: white;
    border-radius: 2px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: #FFFFFF;
}

/*** Team ***/
.team-item, .team-item .bg-primary, .team-item .bg-primary i {
    transition: .5s;
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

/*** Footer ***/
.newsletter {
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    margin-top: 5rem;
    padding-top: 50px;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
    background-color: white;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    background-color: #f1e5ac;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .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 {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid black;
}

 .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xxl {
        max-width: 100%;
    }

    .container-xl {
        /*background-color:#d6d3d4;*/
    }
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }

    @media (min-width: 992px) {
        .col-lg-9 {
            width: 84%;
        }

        .col-lg-3 {
            width: 16%;
        }
    }

    .col3 {
        width: 25%;
    }
}

.h800 {
    max-height: 800px !important;
}

.display-3 {
    background: white;
    text-shadow: 8px 2px 4px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dropdown-item:active {
    background-color: var(--primary);
}

.dropdown-item.active {
    background-color: var(--primary);
}

a {
    color: #c5a46d;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: ;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /*max-width: 1360px;*/
}

.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 20s linear infinite;
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 18);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

/*.img-fluid {
    max-height: 278px;
}*/
.bg-dark {
    background-color:#a48a36  !important;
}

.white{
    color: white !important;
}


a h2:hover {
    color: #f1e5ac !important;
}
.h2hover:hover{
    color: white !important;
}

h1, .h1, .h2, h2   {
    font-family: "Playfair Display",serif;
    /* color: #565a64 !important; */
}

.hover03 a:hover {
    color: red !important;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover03 figure img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover03 figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.txt1 {
    height: 0.5rem !important;
}

.txt2 {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        margin-right: 15px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 14px;
        text-transform: uppercase;
        outline: none;
    }
}

#gallery ul {
    list-style: none;
}

#gallery img {
    max-width: 100%;
    height: 200px;
}

#gallery {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.galleryfilter ul {
    list-style: none;
}

.galleryfilter img {
    max-width: 100%;
    height: auto;
}

.filter-menu {
    margin-bottom: 20px;
}

.filter-menu li {
    display: inline-block;
    padding: 10px 18px;
    background: #C5A46D;
    color: #fff;
    cursor: pointer;
}

.filter-menu li:hover, .filter-menu li.current {
    background: white;
    color: gray;
    font-weight: bold;
    border: solid 1px #C5A46D;
}

.filter-item li {
    width: 50%;
    padding: 2px;
    float: left;
}

.filter-item li.active {
    width: 50%;
    padding: 2px;
    transition: all 0.5s ease;
}

.filter-item li.delete {
    width: 0%;
    padding: 0;
    transition: all 0.5s ease;
}

.filter-item img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .filter-item li.active, .filter-item li {
        width: 33.33%;
    }
}

@media screen and (min-width: 1280px) {
    .filter-item li.active, .filter-item li {
        width: 25%;
    }
}

.gallery img {
  max-width: 100%;

  vertical-align: top;
}
.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
 
}
.gallery__thumb img{
     max-height: 100px;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
}

.row1 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.figure {
    background: #1d1d1d;
    display: inline-block;
    margin: 10px;
    max-width: 235px;
    min-width: 235px;
    min-height: 450px;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.figure * {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media screen and (max-width: 768px) {
    .figure {
        max-width: 349px;
        min-width: 300px;
    }
}

/* Section 3 - Hovering Effect #03 */
.section-3 .figure {
    background-color: #1d1d1d;
    color: #efefef;
}

.section-3 .figure img {
    max-width: 128%;
    vertical-align: top;
}

.section-3 .figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    padding: 0 0px 10px 15px;
}

.section-3 .figure h3 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    margin: 3px 0;
}

.section-3 .figure .title2 {
    color: #ffdca3 !important;
    font-size: 1.3rem;
}

.section-3 .figure a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-3 .figure:hover img, .section-3 .figure.hover img {
      -webkit-transform: scale(1.3) rotate(-3deg);
    transform: scale(1.3) rotate(-3deg);

}

.section-3 .figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid red;
    /*border-radius: 1.5rem;*/
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: translate(0, 0);
}

.section-3 .figure:hover::before {
    opacity: 1;
    /*transform: translate(-.5rem,-.5rem);*/
}

.i1 {
    /* width: 500px; */
    height: 300px;
}

.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    flex-direction: row;
    justify-content: center;
}

.pagination ul li {
    color: #c5a46d;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.pagination ul li.numb {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
}

.pagination li.active, .pagination ul li.numb:hover, .pagination ul li:first-child:hover, .pagination ul li:last-child:hover {
    color: #fff;
    background: #c5a46d;
}

.n1 img {
    max-width: 80%;
    max-height: 400px;
}

.clm {
    display: flex;
    max-width: 1180px;
    /* margin: 2rem auto; */
    z-index: 1;
}

.c30 {
    flex: 1;
    /*background-color: lightblue;*/
}

.c70 {
    flex: 3;
    /*background-color: lightgreen;*/
}

.c1 {
    flex: 2;
    height: 100%;
    /*background: red;   */
}

.c1 img {
    max-width: 100%;
    /* height: 429px; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.c2 {
    flex: 1;
    height: 100%;
    margin-right: 2rem;
    /* background: red; */
}

.c2 img {
    max-width: 100%;
    height: 400px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.a50 {
    /* width: 500px; */
}

.a50 img {
    /* width: 100%; */
    /* height: 207px; */
    margin-bottom: 1rem;
    margin-left: 1rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.a30 img {
    width: 600px;
    height: 215px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.b50 img {
    height: 213px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.frow {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.titleline {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.titleline::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #c0b186;
    bottom: 0;
    left: 0%;
}

.titleline h2, .titleline h3, .titleline h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 300;
    color: #333333;
    text-transform: uppercase;
}

.container1 {
    display: grid;
    grid-template-columns: 15rem 2.5fr 1fr 2rem;
    margin-top: 2rem;
    grid-column-gap: 2rem;
    width: 1380px;
    margin: 2rem;
}

.header1 {
    grid-column: 1/ 4;
    margin-bottom: 1.5rem;
}

.header1 img {
    width: 100%;
    height: 30rem;
    margin-bottom: 2rem;
}

.heading {
    color: #c5a46d !important;
}

.subheading {
    letter-spacing: 0.1rem;
    font-size: smaller;
    color: #455A64;
}

.subheading1 a {
    letter-spacing: 0.1rem;
    color: gray ;
}

.subheading1 a:hover {
    letter-spacing: 0.1rem;
    color: #c5a46d !important ;
}

.content {
    grid-column: 1 / 3;
    font-size: 1.1rem;
    line-height: 2;
}

.content img {
    margin: 10px 200px;
    height: 400px;
    width: 600px;
}



.aside .heading {
    margin: 0;
    font-weight: 600;
}

.card img {
    height: 300px;
    width: 300px;
}

.meta {
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .container1 {
        grid-template-columns: 2rem 3fr 1fr 2rem;
        width: 768px;
        margin: 1rem;
    }

    .header1 img {
        width: 100%;
        height: 20rem;
        margin-bottom: 2rem;
    }

    .content {
        grid-column: 1 / 4;
    }

    .aside {
        grid-column: 1 / 4;
        margin-top: 1rem;
        text-align: center;
    }

    .content img {
        margin: 10px 100px;
        height: 400px;
        width: 500px;
    }

    .card {
        width: 70%;
        height: 15rem !important;
        margin: 2rem auto !important;
    }

    .card img {
        height: 100%;
        width: 100%;
        margin-right: 0.5rem;
    }

    .frow {
        flex-direction: column;
        align-items: center;
    }

    .clm {
        flex-direction: column;
    }

    .c1 {
        margin: 2rem 0;
    }

    .video {
        width: 720px;
    }
}

.card {
    height: 16rem;
    display: flex;
    /*align-items: center;*/
    text-transform: capitalize;
    margin: 1rem 0;
    cursor: pointer;
}

.card p {
    margin: 0;
}

.card .title {
    font-size: 0.8rem;
    margin: 0.5rem;
}

.card .author {
    font-size: small;
}

/*
 .home-about-us   {
    position: relative;
 }
 .home-about-us1{
    position: relative;
 }

 .home-about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 75%;
    background: rgb(255 246 221);
    background-size: cover;
    z-index: -1;
}
 .home-about-us1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 48%;
    background: rgb(255 246 221);
    background-size: cover;
    z-index: -1;
}*/
.but {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 1rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #c5a46d;
  border: none;
  /* border-radius: 5px; */
}

.but:hover {
  color: black;
}

.but:focus {
  outline: none;
}

.but:active {
  background-color: #0056b3;
  transform: translateY(1px);
}

 .hot {
            position: fixed;
            bottom: 45px;
            left: 15px;
            border: 1px solid #c5a46d;
            padding: 5px;
            border-radius: 5px;
            z-index:2;
        }
        .hot .fa.fa-phone {
            transform: rotate(79deg);
             color: #c5a46d;
              font-size: 17px;
            }
        .gif-img {
            width: 30px;
        }

        .hot .a-hot {
            font-size: 15px;
            border: none;
            color: #c5a46d;
            margin: 20px;
            font-weight: 600;
        }


.blog-item{
    height: 400px;
}
