#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;
    margin-bottom: 95px;
}

.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-title1 {
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.slide-title {
    width: 720px;
    /* max-width: 50rem; */
    text-align: center;
    font: normal normal bold 55px/50px Poppins;
    letter-spacing: -1.65px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 40px;
}

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

.slide-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 50px;
    background: #135E9E 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: #FFFFFF;
    opacity: 1;
    transition: ease 0.3s;
    border: 1px solid #135E9E;
}

.slide-btn:hover {
    color: #135E9E;
    background: #FFFFFF;
}

.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: 80px;
    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: #0C87F0 0% 0% no-repeat padding-box;
    opacity: 1;
}

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

@keyframes fade {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

.hsec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 76px; */
    margin-bottom: 48px;

}

.hsec2 h3 {
    text-align: center;
    font: normal normal normal 13px/20px Poppins;
    letter-spacing: 0px;
    color: #135E9E;
    text-transform: uppercase;
    opacity: 1;
}

.hsec2 h1 {
    text-align: center;
    font: normal normal bold 38px/44px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 10px;
}

.hsec2 p {
    text-align: center;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 536px;

}

.hsec2pic {
    display: flex;
    gap: 60px;
    margin-bottom: 85px;
}

.hsec2pic>div {
    width: 577px;
    height: 553px;
}

.hsec2pic>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-home-wrap {
    display: flex;
    flex-direction: column;
}

.services-home-wrap a {
    text-decoration: none;
}

.hone-serv1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
    opacity: 1;

}

.hone-serv2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.hone-serv3 {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.servh1 {
    text-align: left;
    font: normal normal bold 18px/27px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 8px;
}

.servp {
    text-align: left;
    font: normal normal 300 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.services-home-wrap a:hover .servh1 {
    color: #0C87F0;
}

.services-home-wrap a:hover .servp {
    color: #0C87F0;
}

.services-home-wrap a:hover .hone-serv1 {
    border-bottom: 1px solid #0C87F0;
}

.services-home-wrap a:hover .hone-serv2 {
    border-bottom: 1px solid #0C87F0;
}

.services-home-wrap a:hover .hone-serv3 {
    border-bottom: 1px solid #0C87F0;
}

.services-home-wrap a:hover .dott1>div {
    background-color: #0C87F0;
}

#servp2 {
    margin-bottom: 10px;
}

.dotts-wraps {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    margin-bottom: 29px;
}

.dott1 {
    display: flex;
    gap: 11px;
    margin-bottom: 6px;
    align-items: center;
}

.dott1>div {
    width: 9px;
    height: 9px;
    background: #00BF0F 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 35px;
}

#servp {
    margin-bottom: 25px;
}

.h11 {
    margin-top: 13px;
    margin-bottom: 10px;
}

.p11 {
    margin-bottom: 19px;
}

.sec3h {
    display: flex;
    gap: 60px;
    margin-top: 85px;
    margin-bottom: 94px;
}

.abt-pic-right {
    width: 577px;
    height: 792px;
}

.abt-pic-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt-h-left {
    width: 522px;
}

.sec3-h1-1 {
    text-align: left;
    font: normal normal bold 28px/42px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 10px;
}

.sec3-h1-2 {
    text-align: left;
    font: normal normal bold 22px/33px Poppins;
    letter-spacing: -0.44px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-top: 37px;
    margin-bottom: 13px;
}

.abth1 {
    text-align: left;
    font: normal normal bold 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.abt-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.toptitle1 {
    display: flex;
    flex-direction: column;
}

.sec4phil {
    display: flex;
    gap: 60px;
}

.sec4phil .left {
    width: 577px;
    height: 433px;
}

.sec4phil .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.sec4phil .right {
    width: 529px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}


.phil-list2 {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.philh1 {
    text-align: left;
    font: normal normal bold 28px/42px Poppins;
    letter-spacing: -0.84px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    margin-bottom: 20px;
}

#newy {
    margin-top: 80px;
}

.philh10 {
    text-align: left;
    font: normal normal bold 28px / 42px Poppins;
    letter-spacing: -0.84px;
    color: #000000;
    text-transform: capitalize;
    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:1600px) {
    .slide-content {
        position: absolute;
        top: 42px;
        left: 12%;
        z-index: 5;
        width: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        /* gap: 1rem; */
        text-align: center;
        /* padding: 1rem; */
    }

    .slide-title {
        text-align: left;
    }
}

@media (max-width:1400px) {
    .slide-content {
        left: 8%;
    }

}

@media (max-width:1300px) {
    .slide-content {
        left: 6%;
    }

}

@media (max-width:1250px) {
    .slide-content {
        left: 5%;
    }

}

@media (max-width:1200px) {
    .slide-content {
        left: 3%;
    }

}

@media (max-width:1160px) {
    .slide-content {
        left: 2%;
    }

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


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

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

    } */

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

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

    .hsec2pic>div {
        height: 663px;
    }

    .abt-pic-right {
        height: 734px;
    }


}

@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 {
        flex-wrap: wrap;
    }

    .abt-pic-right {
        height: 772px;
    }

    .sec4phil .left {

        height: 469px;
    }

}

@media(max-width:870px) {

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

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

    .experiances-wrap {
        width: 100%;

    }

    .abt-pic-right {
        height: 837px;
    }

    .sec4phil .left {

        height: 515px;
    }
}

@media (max-width:760px) {
    .slide-content {
        position: absolute;
        top: 50px;
        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 {
        text-align: center;
    }

    .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%;
        font: normal normal bold 28px / 36px Poppins;
    }

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

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

    .pp1 {
        width: 95%;
    }

    .slide-image {
        height: 788px;
    }

    .hsec2pic {
        align-items: center;
        display: flex;
        gap: 30px;
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }

    .hsec2pic>div {
        width: 100%;
        height: auto;
    }

    .hsec2 p {
        width: 100%;
    }

    .sec3h {
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .abt-pic-right {
        width: 100%;
        height: auto;
    }

    .abt-h-left {
        width: 100%;
    }

    .sec4phil {
        flex-direction: column-reverse;
        gap: 30px;
    }

    #newy {
        flex-direction: column;
        margin-top: 50px;
    }

    .sec4phil .left {
        width: 100%;
        height: auto;
    }

    .sec4phil .right {
        width: 100%;

    }

    #sec02 {
        margin-top: 60px;
    }

    .experiances-wrap {

        margin-top: 45px;
        margin-bottom: 55px;
    }
}