#sec01 {
    margin-top: 66px;
    margin-bottom: 55px;
}

#sec02 {
    margin-top: 85px;

}

#sec03 {
    margin-top: 113px;
    margin-bottom: 99px;

}

/* @keyframes slider {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} */

.experiances-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 68px;
}

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

}

.exp1 img {
    width: 86px;
    height: 86px;
}

.exp1 h1 {
    text-align: center;
    font: normal normal 600 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-top: 12px;
    margin-bottom: 12px;
}

.exp1 p {
    text-align: center;
    font: normal normal 300 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 256px;
}

.banner2-wrap {
    background: url(../res/home/banner2h.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 349px;
    margin-top: 100px;
}

.banner2-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner2-text h1 {
    text-align: center;
    font: normal normal bold 30px/31px Copperplate;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.banner2-text p {
    text-align: center;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 718px;
}

.banner2-text a {
    width: 155px;
    height: 50px;
    text-decoration: none;
    background: #FFD800 0% 0% no-repeat padding-box;
    border-radius: 67px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    transition: 0.4s;
    /* border: 1px solid #FFD800; */
}

.banner2-text a:hover {
    background: #000000;
    /* border: 1px solid #FFD800; */
    color: #FFD800;
}

.aa1 {
    text-decoration: none;
    width: 155px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 67px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    margin-top: 28px;
}

.aa1:hover {
    background: #000000;
    color: #FFFFFF;
}

.boats-wrap1 {
    display: flex;
    flex-direction: column;

}

/* image overlay effect */
.containerbox {
    position: relative;
    width: 318px;
    height: 325px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containerbox:hover .image {
    /* opacity: 0.3; */
    filter: brightness(50%);
}

.containerbox:hover .middle {
    opacity: 1;
}

.aa2 {
    text-decoration: none;
    width: 155px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 67px;
    opacity: 1;
    text-align: center;
    font: normal normal medium 13px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerbox span {
    text-align: left;
    font: normal normal bold 50px/76px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    bottom: 14px;
    left: 25px;
}

.boat1-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
    width: 355px;


}

.boat1-title-wrap p span {
    text-align: left;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
}

.boat1-title-wrap p {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    width: 315px;

}

.bt1-top {
    display: flex;
    margin-top: 24px;
}

.title-left-bt1 {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #707070;

}

.title-left-bt1 h1 {
    text-align: left;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;


}

.title-left-bt1 h3 {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-right: 48px;
}

.title-right-bt1 h3 {
    text-align: right;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-left: 35px;
}

.title-right-bt1 h3 span {
    text-align: right;
    font: normal normal 600 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;

}

.wrapper {
    max-width: 1450px;
    width: 100%;
    position: relative;

}

/* .wrapper i {
    height: 50px;
    width: 50px;
    background: rgb(118, 233, 118);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 1.25 rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

}

.wrapper i:first-child {
    left: -22px;

}

.wrapper i:last-child {
    right: -22px;

} */

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 0px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: 451px;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    width: 106%;
    /* padding-bottom: 15px; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.slider-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.slide {
    width: 100%;
    display: none;
}

.slide-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    filter: brightness(0.6);
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* gap: 1rem; */
    text-align: center;
    /* padding: 1rem; */
}

.slide-title {
    width: 100%;
    /* max-width: 50rem; */
    text-align: center;
    font: normal normal bold 53px/55px Copperplate;
    letter-spacing: -1.7px;
    color: #FFFFFF;
    opacity: 1;
}

.slide-desc {
    width: 537px;
    text-align: center;
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 28px;
    margin-bottom: 30px;
}

.slide-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 50px;
    background: #FFD800 0% 0% no-repeat padding-box;
    border-radius: 67px;
    opacity: 1;
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    transition: ease 0.3s;
}

.slide-btn:hover {
    color: #FFD800;
    background: #000000;
}

.slide-number-container {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 5;
    font-size: 1.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgba(211, 211, 211, 0.788);
    letter-spacing: 0.2rem;
}

.slide-number-container hr {
    width: 3rem;
    transform: rotate(130deg);
    border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.slider-nav-btn {
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0.226);
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}

.slider-nav-btn:hover {
    background-color: white;
    color: black;
}

.dot-container {
    position: absolute;
    bottom: 110px;
    left: 0;
    z-index: 4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.dot {
    cursor: pointer;
    width: 12px;
    height: 12px;
    /* background-color: rgba(211, 211, 211, 0.226); */
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    opacity: 1;
    display: inline-block;
    transition: ease 0.3s;
}

.active,
.dot:hover {
    background: #FFD800 0% 0% no-repeat padding-box;
    opacity: 1;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1240px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 4) - -44px);
    }
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);

    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;

    }
}

@media (max-width:1160px) {
    .experiances-wrap {
        width: 60%;
        flex-wrap: wrap;
    }


    /* .img-slider-heading-wrap {
        width: 993px;
    } */

    /* .test-wrap {
        width: 993px;

    } */

    .testimonials-wrap {
        flex-direction: column;
    }

    .ouetr-box1 {
        flex-direction: row;
    }



}

@media (max-width: 1048px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - 18px);
    }
}

@media (max-width:993px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 3) - -32px);
    }

    .experiances-wrap {
        width: 80%;
        flex-wrap: wrap;
    }

}

@media(max-width:870px) {

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 14px);
    }

    .banner2-text p {
        width: 480px;
    }
}

@media (max-width:760px) {
    .dot-container{
       bottom: 43px;
    }
    /* .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - -41px);
    } */


    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - -132px);
    }

    .boat1-title-wrap {

        width: 318px;
    }

    .testimonials-wrap {
        flex-direction: column;
    }


    .slide-desc {
        width: 90%;
    }

    .slide-title {
        width: 97%;
    }

    .banner2-text p {
        width: 95%;
    }

    .experiances-wrap {
        width: 91%;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .pp1 {
        width: 95%;
    }
}