.hero {
    background: #EDEDE8;
    position: relative;
    height: 846px;
}
@media (max-width: 1200px) {
    .hero {
        height: 600px;
        padding: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .hero {
        height: 700px;
        padding: 50px 20px;
    }
}
.hero .container-fluid {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.hero .content {
    padding: 160px 150px;
}
@media (max-width: 1640px) {
    .hero .content {
        padding: 160px 50px;
    }
}
@media (max-width: 1200px) {
    .hero .content {
        z-index: 2;
        position: relative;
        background: #EDEDE8;
        padding: 20px;
    }
}
.hero .content h1 {
    color: #1E293B;
    font-family: "EB Garamond";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.hero .content p {
    color: #1E293B;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
.hero .content p strong {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 390;
    line-height: normal;
}
.hero .content .click {
    margin-top: 40px;
}
.hero .slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    padding: 0;
    z-index: 1;
}
@media (max-width: 1200px) {
    .hero .slider {
        width: 100%;
    }
}
.hero .slider img {
    height: 846px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .hero .slider img {
        height: 600px;
    }
}
@media (max-width: 500px) {
    .hero .slider img {
        height: 700px;
    }
}
.hero .slick-autoplay-toggle-button {
    display: none;
}

@media(max-width:500px){
    .hero .btn{
        width: 100%;
        margin: 0 auto;
    }
    .hero .btn:first-of-type{
        margin-bottom: 10px;
    }
}