@font-face {
    font-family: 'cardo';
    src: url('../fonts/Baskervville-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ysabeau';
    src: url('../fonts/YsabeauOffice-VariableFont_wght.ttf') format('truetype');
}

body {
    font-family: 'ysabeau', sans-serif;
}

#more {display: none;}
#moreright {display: none;}

#locationmore {display: none;}
#locationmoreright {display: none;}


.gap-10{
    gap: 10px;
    align-items: center;
}
.nav-small {
    display: none;
}
.logo1{
    display: none;
}
.logo2{
    display: flex;
}
/* Custom CSS for the short line below the text */
.with-line {
    position: relative;
    display: inline-block;

}

.with-line::after {
    content: "";
    position: absolute;
    bottom: -15px; /* Adjust the value to position the line relative to the text */
    left: 0;
    right: 0; /* Set the right property to 0 to make the line stretch full width */
    margin: 0 auto; /* Center the line horizontally */
    width: 50px; /* Adjust the value to set the length of the line */
    border-bottom: 2px solid #61a920; /* Adjust the color and thickness of the line */
}

.link-href {
    padding: 10px 20px;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    transition: color 0.3s ease;

}

.link-href:hover {
    color: #61a920 !important;
    /* Change to a darker shade on hover */
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.gradient {
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.23012955182072825) 0%, rgba(0, 6, 1, 0.7483368347338936) 58%);
    /* z-index: -1; */
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}


.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 60px;
}

.overlay a {
    font-size: 20px
}

.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
}


.center-margin {
    margin: 0 auto;
}

.icons-section-3 {
    font-size: 50px;
    color: #61a920;
}

.logo-img {
    height: 50px;
}

.width {
    width: 45%;
}

.width-button-section-3 {
    width: 20%;
}

.width-section-3 {
    margin: 0 auto;
    width: 80%;
}

.margin-top-bottom {
    margin: 20px 0;
}

.border-responsive {
    border-right: 1px solid #ccc;
    padding: 40px;
}



.video {
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    object-fit: cover;
}

.image-container {
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

nav.navbar.navbar-expand-lg.bg-transparent.navbar-light {
    position: fixed;
    width: 100%;
    height: 100px;
}

.navbar-item {
    flex: 1;
    max-width: 25%;
    /* Set a fixed width for each component */
}

.navbar.scrolled {
    background-color: white !important;
    transition: background-color 0.3s ease;
    /* Other styles for the scrolled state */
}

.nav-color {
    background-color: black !important;
    /* Other styles for the scrolled state */
}

.nav-top {
    z-index: 100;
    padding: 0 30px;
}

.btn-custom {
    border: solid 1px #61a920;
    background-color: #61a920;
    color: white;
}

.btn-custom:hover {
    border: solid 1px #61a920;
    background-color: #61a920;
    color: white;
}

.btn-scrolled {
    border: solid 1px #61a920;
    background-color: #61a920;
    color: white;
}

/* Custom CSS for the beautiful list */
.custom-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    width: 80%;
    text-align: start;
}

.custom-list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.custom-list li:before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #3a6c0e;
}

/* .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .flex-item {
   width: 25%;
   height: ;
  }
  .flex-item > img{
  object-fit: cover;
  } */



.logo {
    flex-grow: 1;
    /* Allow the logo to grow to occupy remaining space */
    text-align: center;
    text-align: -webkit-center;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 24px;
    z-index: 1;
}

.image-section {
    position: relative;
    height: 100vh;
    /* Set the desired height for the image section */
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Overlay color */
    color: #fff;
    /* Text color */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.image-overlay h2 {
    margin-top: 0;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-section-3 {
    font-size: 30px;
}

.text-title-descriptions {
    font-size: 30px;
    margin-bottom: 30px;
    /* text-align: center; */
    font-family: 'cardo', sans-serif;

}
.donny-text-title-descriptions {
    font-size: 30px;
    margin-bottom: -30px;
    /* text-align: center; */
    font-family: 'cardo', sans-serif;

}
.second-text-title-descriptions {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 50px;
    /* text-align: center; */
    font-family: 'cardo', sans-serif;

}
.text-justify{
    text-align: justify;
}
.section-3-text {
    font-size: 18px;
    font-family: 'cardo', sans-serif;

}

.gap-custom {
    gap: 20px;
}

.text-title-descriptions-card {
    font-size: 30px;
    font-family: 'cardo', sans-serif;
    text-align: center;

}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.flex-custom {
    flex-direction: row;
}

.custom-hidden {
    display: fixed;
}
/* Custom CSS for the short line below the text */
.short-line {
    position: relative;
    display: inline-block;
  }
  
  .short-line::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Adjust the value to position the line relative to the text */
    left: 0;
    right: 0; /* Set the right property to 0 to make the line stretch full width */
    margin: 0 auto; /* Center the line horizontally */
    width: 50px; /* Adjust the value to set the length of the line */
    border-bottom: 2px solid #61a920; /* Adjust the color and thickness of the line */
  }

.image-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ananda-image-custom {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.custom-width {
    width: 100%;
    height: 400px;
    /* Set the desired height for the container */
}

/* Custom CSS for Carousel Control Position */
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
}

.carousel-control-prev-icon {
    background-position: center;
    left: -20px;
}

.carousel-control-next-icon {
    background-position: center;
    right: -20px;
}

.section-4 {
    margin: 30px 0;
}

.text-invid {
    font-size: 50px;
    width: 100%;
    font-family: 'cardo', sans-serif;
}

.btn-custom-descriptions {
    border: solid 1px #61a920;
    color: black;
}

.container-width {
    max-width: 100%;
}

.btn-custom-descriptions:hover {
    border: solid 1px #61a920;
    background-color: #61a920;
    color: white;
}

.btn-custom-descriptions-section-3 {
    border: solid 1px #61a920;
    background-color: #61a920;
    color: white;
}

.btn-custom-descriptions-section-3:hover {
    border: solid 1px rgb(31, 126, 234);
    background-color: rgb(31, 126, 234);
    color: white;
}

.font-email {
    font-size: 17px;
}

.section-2 {
    padding: 100px 0;
}

.section-4 {
    padding: 100px 0;
    margin: 0 auto;
}

.section-5 {
    background-color: #f0ede5;
    padding: 50px 0;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.content {
    position: relative;
    height: 100%;
    cursor: pointer;
    /* overflow: hidden; */
}

.content .content-overlay {
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(24, 47, 52, 0.3477766106442577) 0%, rgba(111, 235, 116, 1) 100%, rgba(9, 121, 11, 1) 100%, rgba(0, 212, 255, 1) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.slider-card {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.slider-card .card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.slider-card .card:hover {
    transform: scale(1.1);
}

/* ini icon navbar humberger animation */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

/* Icon 2 */

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 30%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(4) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: -1px;
    top: 6px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 19px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -1px;
    top: 20px;
}

#nav-icon2.open span:nth-child(4) {
    left: calc(50% - 18px);
    top: 20px;
}

/* end */



/* scroll down */
.down-arrow {
    position: absolute;
    top: calc(100vh - 60px);
    left: calc(50% - -1px);
    width: 0;
    height: 30px;
    color: white;
    border: 2px solid;
    border-radius: 2px;
}

.down-arrow:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -8px;
    width: 16px;
    height: 16px;
    color: white;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.down-arrow {
    /* // rest of the styles from above */
    animation: jumpInfinite 1.5s infinite;
}

#myCarousel {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.myCarousel .carousel-inner .carousel-item.active,
.myCarousel .carousel-inner .carousel-item-start,
.myCarousel .carousel-inner .carousel-item-next,
.myCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}


@media (max-width: 720px) {
    .logo1{
        display: flex;
    }
    .logo2{
        display: none;
    }
    .donny-text-title-descriptions {
        font-size: 40px;
        margin-bottom: -30px;
        /* text-align: center; */
        font-family: 'cardo', sans-serif;
    
    }
    .second-text-title-descriptions {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 50px;
        /* text-align: center; */
        font-family: 'cardo', sans-serif;
    
    }
    .hidden {
        display: none;
    }

    .flex-container {
        flex-direction: column;
    }

    .flex-item {
        width: 100%;
        /* Each image will take the full width in a column */
    }

    /* Custom CSS for the short line below the text */
    .with-line {
        position: relative;
    display: inline-block;

    }

    .with-line::after {
        content: "";
        position: absolute;
        bottom: -15px; /* Adjust the value to position the line relative to the text */
        left: 0;
        right: 0; /* Set the right property to 0 to make the line stretch full width */
        margin: 0 auto; /* Center the line horizontally */
        width: 50px; /* Adjust the value to set the length of the line */
        border-bottom: 2px solid #61a920; /* Adjust the color and thickness of the line */
    }

    .bg-transparent {
        background-color: white !important;
    }

    #nav-icon2>span {
        background-color: black;
    }

    .nav-small {
        display: block;
    }

    .text-title-descriptions {
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
        font-family: 'cardo', sans-serif;
    }

    .text-invid {
        font-size: 25px;
        width: 100%;
    }

    .border-responsive {
        border-bottom: 1px solid #ccc;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
    }

    .nav-top {
        z-index: 100;
        padding: 0 5px;
    }

    .center-the-button {
        align-items: center;
        padding-bottom: 30px;
    }


    .margin-top-bottom {
        margin: 20px 0;
    }

    .width {
        width: 55%;
    }

    .width-section-3 {
        width: 95%;
    }

    .width-button-section-3 {
        width: 80%;
    }

    .btn-custom {
        font-size: 14px;
    }

    .logo-img {
        height: 30px;
    }

    .flex-custom {
        flex-direction: column;
    }

    .custom-hidden {
        display: none;
    }

}