@font-face {
    font-family: 'Copperplate';
    src: url(../fonts/Copperplate.otf);

}

.abt-wrap1 {
    background: url(../res/about/aboutbanner1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 399px;
}

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

.about-text1 h1 {
    text-align: center;
    font: normal normal bold 43px/45px Copperplate;
    /* letter-spacing: -4.3px; */
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 20px;
}

.about-text1 p {
    text-align: center;
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 537px;
}

.scrolldown {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-top: 29px;
    align-items: center;
    justify-content: center;
}

.scrolldown h3 {
    text-align: center;
    font: normal normal normal 9px/13px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.scrolldown img {
    width: 20px;
    height: 28px;
}

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

}

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

.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;

}

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

#sec03 {
    margin-top: 102px;
    margin-bottom: 71px;
}

.boats-wrap-abt {
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
}

.buttons-abt {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 106px;

}

.buttons-abt a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font: normal normal 400 14px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    opacity: 1;
    padding: 0px 44px;
    border: 1px solid #000000;
    border-radius: 100px;
    opacity: 1;
    height: 50px;
    transition: 0.4s;

}

.buttons-abt a:hover {
    background: transparent linear-gradient(101deg, #000000 0%, #808080 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    opacity: 1;
    text-align: center;
    font: normal normal medium 14px/21px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

@media (max-width:760px) {
    .buttons-abt {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin-bottom: 106px;
    }
    .about-text1 p{
        width: 96%;
    }
}