html, body{
    margin: 0;
    padding: 0;
}

img:hover{
    transform: scale(1.01);
}




/*Navbar and Footer*/
nav{
    background-color: #AAD998;
    width: 100%;
}

.navbar-brand{
    padding: 20px;
}

.navbar-toggler{
    margin-left: auto;
    margin-right: auto;
}

.navbar-collapse{
    text-align: center;
}

.center-div{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.logo{
    width: auto;
    height: 200px;
}

.momo-trust-display-regular{
    font-family: "Momo Trust Display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer{
    background-color: white;
}




/*Index*/
.bottom-info{
    background-color: white;
    padding: 20px;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 1080px){
    .hidden-img-mobile{
        display: none;
    }
}

@media screen and (min-width: 1280px){
    .bottom-header{
        margin-top: 600px;
    }
    .barn-img-mobile{
        display: none;
    }
}

.bottom-header{
    padding-top: 40px;
    padding-bottom: 40px;
    color: #AEC4A5;
}

.bottom-header-text{
    width: 50%;
    margin-left: 25%;
}

.bottom-info-left{
    float: left;
    background-color: white;
}

.bottom-info-right{
    float: right;
    background-color: white;
}

.bottom-images1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
}

.bottom-images2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
}

.bottom-img{
    width: auto;
    height: 300px;
    margin: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.hidden{
    visibility: hidden;
}

.footer{
    padding-top: 15px;
    padding-bottom: 5px;
}



/*Details*/
.dm-serif-text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    color: #AEC4A5;
}

.dm-serif-text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
}

.details{
    margin-top: 160px;
    padding-top: 10px;
    float: left;
    background-color: #F8F8F8;
    transform: translateX(50px);
    border-radius: 10px;
}

@media screen and (max-width: 1080px){
    .hidden-img-mobile{
        display: none;
    }
}

.details-header{
    margin-left: 28px;
}

.text-underline{
    text-decoration: underline;
}

ul li::marker{
    font-size: 0.8rem;
}

ul.list{
    padding-top: 20px;
    list-style-position: inside;
    line-height: 20px;
    text-align: left;
}

.details-images{
    float: right;
    transform: translateX(150px);
}

.d-img{
    width: auto;
    height: 300px;
}

.d-img-top{
    margin-top: 20px;
}

.d-img-bottom{
    margin-bottom: 20px;
}

.iframe{
    padding: 20px 70px 20px 70px;
    background-color: #AEC4A5;
}

@media screen and (max-width: 1280px){
    .iframe{
        display: none;
    }
}




/*Pricing*/
.card-container{
    display: flex;
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 25px;
    border-radius: 5px;
}

.card-title{
    background-color: #AEC4A5;
    padding: 20px;
    color: white;
    font-size: 40px;
    border-radius: 5px;
}

.card-title:hover{
    transform: scale(1.05);
}

.card-text{
    margin-top: 20px;
    font-size: 30px;
    padding: 15px;
}

.book-btn-text{
    font-size: 30px;
    text-decoration: none;
    color: white;
}

.book-btn-text:hover{
    color: white;
}

.book-btn{
    background-color: #AEC4A5;
    border-radius: 5px;
}

.book-btn:hover{
    transform: scale(1.05);
}

.hidden-txt{
    opacity: 0;
}


/*Contact*/
.contact-info{
    background-color: #F8F8F8;
    width: 1000px;
    margin-top: 130px;
    padding: 20px;
    text-align: center;
    border: 3px solid #AEC4A5;
    transform: scale(1.3);
    border-radius: 10px;
}