@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');



:root {
    --primary: #D2AC87;
    --light: #F1F8FF;
    --dark: #0F172B;
}
.bg-dark p{
    color:#fff !important;
}
.btn-primary {
    color: #fff;
    background-color: #17232f;
    border-color: #17232f;
}
.me-3 {
    color:#fff;
}
.product-details h6{
    color:#0f172b;
    font-weight:bold;
        text-transform: uppercase;

}
.product-details a{
        border-bottom: 3px solid #d2ac87;
    font-weight: bold;
    line-height:4;
    padding-bottom: 8px;

}

.product-details2 a {
    border-bottom: 3px solid #d2ac87;
    font-weight: bold;
    /* line-height: 4; */
    padding-bottom: 0px;
}
body{
font-family: 'Didact Gothic' !important;
}
}
.btn-primary:hover {
    color: #000;
    background-color: red !important;
    border-color: trasperant !important;
}
ul li{
    list-style: none !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;
}
.tttt{
      background: #17232f;
      color:#fff;
}
.tttt h4{
    color:#d2ac87 !important;
}
.dff h2 {
    font-size: 39px;
    color: #17232f !important;
    font-weight: bold;
}
.images-star img{
        border: 2px solid #17232f;
    margin-top: 30px;
    padding: 20px;
    height:80vh;
}
.dff ul li{
    font-size:22px;
       list-style: disc !important;
}
/*** 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;
        background: #17232f;
        
    border: 1px solid #17232f;
}

.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;
}
/**
* Appointment Button *
*/
.appointment-btn {
    margin-left: 25px;
    background: #d2ac87;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    /*float: right;*/
    margin-top: 34px;
}

.appointment-btn:hover {
    background: #166ab5;
    color: #fff;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #D2AC87;
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}





/*sidenav*/
#sideNav {
    width: 387px;

    position: fixed;
    right: -400px;
    top: 0;
   background-image: linear-gradient(rgb(213 141 60), #342d25), url(../img/sidebar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    transition: .5s;
}
#sideNav h6{
    color:#fff;
}

.sidebar {
    margin: 90px 20px;
}

#menuBtn {
  width: 30px;
    position: fixed;
    right: 44px;
    top: 26px;
    z-index: 2;
    cursor: pointer;
}



.sidebar h5 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.sidebar p {
    color: #fff;
    font-size: 13px;
}

/*swiper*/

.banner.swiper {
    width: 100%;
    height: 70vh;
}
/*
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: -52;
}
*/

.banner.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;

    object-fit: cover;

}
.bi-whatsapp {
    
    background: greem;
    color: white;
    background-color: green;
    padding: 3px;
}
.bi-envelope-fill {
   
    background: #f44336;
    color: white;
    background-color: #f44336;
    padding: 3px;
}
.bi-globe {
    
    background: blue;
    color: white;
    background-color: blue;
    padding: 3px;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/*.contact-info h6{*/
/*        color: #888;*/
/*    font-weight: normal;*/
/*    line-height: 2;*/
/*}*/
/*about*/

.contact-info h5{
    font-size: 15px;
}
.about p {
    font-size: 16px;
    color: #000;
}
.about-container {

    padding: 30px;

    z-index: 999;
}
.about {
    /*    background-color: #181123;*/
}

.about h3 {
    color: #dc3545;
    font-size: 25px;
    font-weight: bold;
}

.about span {
    color: #dc3545;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 2rem
}
@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #d2ac87;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }


    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #d2ac87;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

@media (max-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #d2ac87;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .display-3 {
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.2;
}
.bg-dark img{
    width:130px !important;
}
    .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: -2.75rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
    .card-body {

    text-align: center;
}


    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #d2ac87;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #d2ac87;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #d2ac87;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

/*offeer*/
.offer {
    background: #17232f;
}
.offer p{
    color:#ddd;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    transition:0.7s;

}


/* Wobble Top */
@keyframes wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
.wobble-top i {
  display: inline-block;
  transform-origin: 0 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-top:hover {
  animation-name: wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}



.section-title {
    margin-bottom: 38px
}


.subscription-wrapper {
    border: 1px solid blue;
}

/*gallary*/



.image-gallary .cont {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
  justify-items: center;
  grid-gap: 7px;
    padding: 30px 50px;
}

 .image-gallary .item {
  width: 100%;
  overflow: hidden;
  background: #000;
}

 .image-gallary img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}

 .image-gallary img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.icon-primary {
    color: #d2ac87;
}

.icon-bg-circle {
    position: relative
}

.icon-lg {
    font-size: 50px
}

.icon-bg-circle::before {
    z-index: 1;
    position: relative
}

.icon-bg-primary::after {
    background: #d2ac87 !important
}

.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: .1
}


.icon-bg-yellow::after {
    background: #d2ac87 !important
}

.icon-bg-purple::after {
    background: #d2ac87;
}

.icon-yellow {
    color: #d2ac87;
}

.icon-purple {
    color: #d2ac87;
}

.icon-cyan {
    color:#d2ac87;
}

.icon-bg-cyan::after {
    background: #d2ac87;
}

.icon-bg-red::after {
    background: #d2ac87;
}

.icon-red {
    color: #d2ac87;
}

.icon-bg-green::after {
    background: #d2ac87;
}

.icon-green {
    color: #d2ac87;
}

.offer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;

}

.offer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

/*PRODUCT*/
.product h3 {
    color: #1d2c57;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    
}

.card:hover{
    transform: translateY(-20px);
}


/*counter*/



.counter-box {
    display: block;
    background: #f6f6f6;
    padding: 10px 5px 10px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #dc3545;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.counter-section {
    /*    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../img/4.jpg);*/
    width: 100%;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #17232f;
}

.counter-section h2 {
    margin-top: 40px;
    color: #fff;
    font-weight: lighter;
}
.counter-section2 {
    /*    background-color: rgb(0 0 0 / 13%);*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/plants-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;


}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 6.25rem;
    color: #fff;
    text-align: center;
}
.display-3 {
   font-size: 32px;
    font-weight: normal;
    line-height: 1.2;
    /*font-family: 'Courgette', cursive;*/
    font-family: 'Didact Gothic' !important;
}

/*downlode button*/

.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 46px;
    background-color: #d2ac87;
    color: white;
    /* font-family: sans-serif; */
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    /* text-indent: -6px; */
}


.buttonDownload:hover {
    background-color: #333;
    color: white;
}

.buttonDownload:before,
.buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
}

/* Download box shape  */
.buttonDownload:before {
    width: 16px;
    height: 3px;
    border-style: solid;
    border-width: 0 2px 2px;
}

/* Download arrow shape */
.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;

    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;

    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:before {
    border-color: #4CC713;
}

.buttonDownload:hover:after {
    border-top-color: #4CC713;
    animation-play-state: running;
}

/* keyframes for the download icon anim */
@keyframes downloadArrow {

    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }

    0.001% {
        margin-top: -15px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        margin-top: 0;
        opacity: 0;
    }
}


/*client*/
.client {
    margin-bottom: 40px;
}

.client .swiper {
    width: 100%;
    height: 100%;
}

.client.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.client.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client img {
    border: 1px solid #adb5bd;
}

.client .swiper-pagination {
    margin-top: 100px !important;
}

/*footer*/

footer {
    background-color: #181123;
}

.product-details {
    /*margin-top: 60px;*/
}

.product-details.swiper {
    width: 100%;
    height: 100%;
}

.product-details .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-details .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product-details .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-details .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-details.mySwiper2 {
    height: 80%;
    width: 100%;
}

.product-details .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-details .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.product-details .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-details .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-details table {
    border-top: 3px solid #cda984;
}

.small-div {
    background-image: url(../img/plants-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;

}

.small-div h2 {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
        text-transform: uppercase;
}



.title h4 {
    letter-spacing: 1px;
    color: #0f172b;
    FONT-WEIGHT: BOLD;
    font-size: 17px;
    text-transform: uppercase;
}
/*why us section*/

.why-us-section {
    background-color: #0f172b;
    background-size: cover;
    background-position: center;
    padding: 40px 20px;



}

.about-inner {
    padding: 40px 20px;
  
}

.about-inner p {
    font-size: 14px;
    color: #000;
    
}

.about-inner h2 {
    color: #d2ac87;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
}

.why-us-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
}

.why-us-section p {
    color: #fff;
}

.services .card-body {
    padding: 0rem 0rem;
}




/*
---------------------------------------------
reservation
---------------------------------------------
*/

#reservation .section-heading {
    margin-bottom: 30px;
}

#reservation .section-heading h6 {
    color: #fff;
}

#reservation .section-heading h2 {
    color: #fff;
    font-weight: 700;
}

#reservation .section-heading h6:before {
    background-color: #fff;
}

#reservation p {
    color: #fff;
    margin-bottom: 65px;
}



#reservation .phone,
#reservation .message {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

#reservation .phone i,
#reservation .message i {
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    background-color: #fb5849;
    border-radius: 50%;
    font-size: 24px;
    margin-top: -35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#reservation .phone h4,
#reservation .message h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}

#reservation .phone span a,
#reservation .message span a {
    font-size: 14px;
    color: #2a2a2a;
    transition: all .3s;
}

#reservation .phone span a:hover,
#reservation .message span a:hover {
    color: #fb5849;
}

#contact {
  padding: 24px 1px;
    background-color: #fff;
    border-radius: 5px;
}
#contact h4 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 30px;
}

.datepicker-days {
    padding: 30px;
    cursor: pointer;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #2a2a2a;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 15px;
}
a {
    color: #0f172b;
    text-decoration: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: #fb5849;
}

.contact-form button {
    margin-top: -10px;
    font-size: 13px;
    color: #fff;
    background-color: #d2ac87;
    padding: 12px 25px;
    width: 100%;
    box-shadow: none;
    border: none;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}

.contact-form button:hover {
    opacity: .9;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #2a2a2a;
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2a2a2a;
}

.contact-form ::placeholder {
    color: #2a2a2a;
}
.bg-dark {
    background-color: #17232f !important;
}
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #17232f;

    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #CCC;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #CCC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}


.card-title {
    margin-bottom: 0.5rem;
    color: #17232f;
    font-weight: bold;
}












a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #17232f;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
        COLOR: #d2ac87;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 50px;
  height: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #424242;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  padding: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  background: rgba(83, 83, 83, 0.4);
  border-radius: 3px;
  padding: 2.5px 10px;
  margin: 0 5px 5px 0;
  cursor: default;
  user-select: none;
  transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
  background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-70deg, #424242, transparent 50%);
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
    .tx-logo img{
        width: 241px;
    }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    padding: 3rem;
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    /*background: #18151f;*/
  }

  .postcard.light .postcard__text:before {
    background: #e1e5ea;
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #79dd09;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #0076bd;
}

.blue .postcard__title:hover {
  color: #0076bd;
}

.blue .postcard__bar {
  background-color: #0076bd;
}

.blue::before {
  background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

.red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}


/*home new*/




  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0;
    }


    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../img/banner-03.jpg);
  }

  .slider .item-second {
    background-image: url(../img/banner-01-01.jpg);
  }

  .slider .item-third {
    background-image: url(../img/banner-01.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }
footer a{
    color:#d2ac87;
}
