body {
    font-size: 16px;
    font-weight: 400;
    color: #848383;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.firstSection {
    background-image: url('./img/error-bg-1-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    font-size: 60px;
    margin-top: -0.23em;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#countdown {
    font-size: 2.25rem;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    justify-content: center;
    color: #97AC8F;
}

.custom-input {
    display: flex;
    align-items: center;
    border: 1px solid #E5E7EB;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
}
.custom-input i {
    margin-right: 0.5rem;
    color: #9CA3AF;
}

#btnFrom {
    overflow: hidden;
    display: inline-block;
    position: relative;
    border: none;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    /* background-color: rgb(213 99 112); */
    background-color: #97AC8F;
    color: #fff;
    padding: 17px 39px;
    text-transform: capitalize;
}

#btnFrom:hover {
    border-color: transparent;
    color: #fff;;
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
#btnFrom:after, #btnFrom:before {
    content: '';
    position: absolute;
    left: -0%;
    bottom: -0%;
    width: 0;
    height: 0;
    z-index: -1;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

#btnFrom:hover:after, #btnFrom:hover:before {
    width: calc(50% + 1px);
    height: 100%;
}
#btnFrom:after {
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
}

.reservation-img-shape {
    position: absolute;
    left: -19.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.feature-icon {
    font-size: 3rem;
    color: #97AC8F;
}
.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
}
.feature-description {
    color: #6B7280;
}
.secondSection {
    background: url('./img/bg-flower-1.jpg') no-repeat center center;
    background-size: cover;
    height: 24em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}





.gallery-top .swiper-slide {
    height: fit-content;
    margin-right: 0px;
    overflow: hidden;
}

.swiper-pagination-current{
  color: black;
}
.gallery-top .swiper-slide .swiper-box {
  opacity: 0;
  transform: scale(1);
}
.gallery-top .swiper-slide-active .swiper-box {
  transform: scale(0.9);
  opacity: 1;
}

.swiper-wrapper {
    padding: 24px;
    background: #fcf5f2;
    border: 1px solid #ecc2b4;
}

@media (max-width: 1920px){
  .gallery-top .swiper-slide-active .swiper-box{
    opacity: 1;
  }
}

.grow{
    visibility: visible;
    animation-duration: 0.6s;
    animation-delay: 0.8s;
    animation-name: fadeInUp;
} 

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.swiper-slide img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 4.5em;
}

.swiper-slide:hover img {
    -webkit-transform: scale(1.2) rotate(-6deg);
    transform: scale(1.2) rotate(-6deg);
}

.titleDiv{
    background: url('./img/about-leaf-two.png') no-repeat;
    background-size: contain;
    background-position: left;
}

.spanTitle{
    font-weight: 600;
    color: #97AC8F;
}

input:focus, select:focus, textarea:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: #97AC8F!important;
}
/* responsive */

@media (min-width: 200px) and (max-width: 800px) { 

    body {
        font-size: 18px;
    }

    .firstSection {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .firstSection h1 {
        position: relative;
        background-color: rgba(255, 255, 255, 0.6); /* Blanc avec 60% d'opacité */
        padding: 10px;
    }


    .firstSection h1 {
        margin-top: -1em;
        line-height: 0.7em;
    }

    .firstSection p {
        line-height: 0.9em;
        position: relative;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px;
    }

    #sectionPix{
        padding-top: 0.5em;
    }
    .titleDiv {
        margin-top: 21em;
    }

    .swiper-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0;
        align-items: center;
    }

    .reservation-img-shape img {
        max-width: 78%;
        position: relative;
        bottom: -20em;
    }

    .swiper-slide .img1 {
        width: 5em !important;
    }

    .swiper-slide .img2 {
        width: 5em !important;
    }

    .sectionInfo {
        margin-top: 57em;
    }
    .secondSection {
        margin-top: 12em;
        background-position: right;
    }
    .divSecond{
        margin-bottom: 3em;
        background: #ede8e88a;
    }

    .formSection{
        margin-top: 1em;
    }

    .formSection h1 {
        font-size: 1.5em;
    }

    .formSection .container {
        padding: 0;
    }

    #divDuForm {
        display: flex;
        flex-direction: column;
        margin-top: 7em;
    }
    #shou {
        width: 50%!important;
    }
    
    #countdown {
        margin-bottom: 0.5em;
    }
}