@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');

*{
    padding: 0px;
    margin: 0px;
}

.home {
    padding: 0;
  }

.boot-app{
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.container{
    position: relative;
    z-index: 2;
}

@media (max-width: 768px){
    .container{
        padding: 0 30px;
    }
}

.boat-banner .boat-main-title-frame{
    display: flex;
    align-items: center;
    height: 100vh;
}

.boat-banner .boat-main-title-frame .boat-main-title{
    width: 100%;
}

.boat-bg-1{
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    position: absolute;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boat-bg-1 div{
    width: 100%;
    position: relative;
}

.boat-bg-1 div::after{
    content: "";
    height: 40vw;
    width: 300%;
    background-color: #f9fafc;
    position: absolute;
    top: 500px;
    left: -100%;
    transform: rotate(-30deg);
}

.greeting{
    display: inline-block;
    padding: 2px 10px;
    background-color: #f2f3f5;
    font-size: 14px;
    font-weight: 700;
    color: #231e41;
}

.boat-mb-30{
    margin-bottom: 30px !important;
}

h1{
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 60px;
    letter-spacing: -3px;
}

h1 span{
    background-color: #f3f4f7;
}

.heading_p{
    font-size: 25px;
    letter-spacing: 2px;
}

p .boat-text{
    color: #6f6f87;
    margin: 0;
    font-size: 15px;
}

.boat-text.boat-text-lg{
    font-size: 16px;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover{
    text-decoration: none;
    color: inherit;
}

.boat-btn{
    opacity: 1;
    border: none;
    padding: 0 5px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    transform: scale(1);
    height: 55px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ff5959;
    transition: 0.3s ease-in-out;
}

.boat-btn .boat-icon{
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 !important;
    margin: 0;
    width: 55px;
    height: 55px;
}

.boat-btn .boat-icon img{
    width: 35px;
}

.boat-span{
    white-space: nowrap;
    line-height: 55px;
    display: inline-block;
    padding: 0px 20px 0px 0px;
    font-weight: 500;
}

.boat-btn:hover{
    background-color: #fe8f8f;
}

.boat-btn.boat-btn-gray{
    background-color: #f9fafc;
    box-shadow: 0 0 0 2px #fff;
    font-weight: bold;
}

.boat-btn.boat-btn-gray:hover{
    filter: brightness(102%);
}

.boat-btn.boat-btn2{
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.boat-btn.boat-btn-2 .boat-icon{
    background-color: #ff5959;
    transform: scale(0.95);
}

.boat-btn.boat-btn-2 .boat-icon:hover{
    background-color: #fe8f8f;
}

.boat-btn.boat-btn2 span{
    padding: 0 0 0 15px;
}

.boat-btn.boat-btn-2.about-btn-gray{
    background-color: transparent;
}

.boat-btn.boat-btn-2.about-btn-gray .boat-icon{
    background-color: #f2f3f5;
    box-shadow: 0 0 0 2px #fff;
}

.boat-btn.boat-btn-2.about-btn-gray:hover{
    filter: brightness(102%);
}

.boat-btn:focus{
    outline: inherit;
}

.boat-illustration-fix{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.boat-illustration-1-2{
    position: relative;
    padding-bottom: 110%;
    width: 100%;
    float: right;
}

.boat-illustration-1-2 .boat-boat-1,
.boat-illustration-1-2 .boat-boat-2,
.boat-illustration-1-2 .boat-boat-3{
    position: absolute;
    width: 50%;
}

.boat-illustration-1-2 .boat-boat-1{
    top: 18%;
    left: -5%;
    animation: anima1 3s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-boat-2{
    top:-2%;
    right: 0%;
    animation: anima1 2s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-boat-3{
    bottom: 3%;
    right: 0%;
    animation: anima1 4s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-pik-1,
.boat-illustration-1-2 .boat-pik-2,
.boat-illustration-1-2 .boat-pik-3,
.boat-illustration-1-2 .boat-pik-4{
    position: absolute;
    width: 13%;
}

.boat-illustration-1-2 .boat-illu-dialog-1{
    top: 10%;
    right: 20%;
    margin-right: -30%;
    animation: message 0.4s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.boat-illustration-1-2 .boat-illu-dialog-2{
    bottom: 35%;
    left: 20%;
    margin-right: -30%;
    animation: message 0.4s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes message{
    0%{
        opacity: 0;
        transform: translateX(30px);
    }

    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

.boat-illustration-1-2 .boat-illu-dialog-1,
.boat-illustration-1-2 .boat-illu-dialog-2{
    white-space: nowrap;
    opacity: 0;
    background-color: #fff;
    display: block;
    padding: 5px 30px 10px;
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 20px;
    box-shadow: 0 2px 46px 0 rgba(0, 0, 0, 0.36);
}

.boat-illustration-1-2 .boat-illu-dialog-1 span,
.boat-illustration-1-2 .boat-illu-dialog-2 span{
    display: inline-block;
    margin-right: 15px;
    font-size: 26px;
    transform: translateY(45deg);
}

.boat-illustration-1-2 .boat-illu-dialog-1::after,
.boat-illustration-1-2 .boat-illu-dialog-2::after{
    transform: rotate(45deg);
    content: "";
    position: absolute;
    z-index: 9;
    bottom: -5px;
    right: 30px;
    background-color: #fff;
    height: 10px;
    width: 10px;
}

.boat-illustration-1-2 .boat-circle-1{
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 22px solid #fff;
    right: 0;
    top: 35%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
                0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima3 3s 1s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-circle-2{
    position: absolute;
    height: 25px;
    width: 25px;
    top: 20%;
    left: 20%;
    background-color: #ff5959;
    border-radius: 50%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
                0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima3 2s 3s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-circle-3{
    position: absolute;
    height: 55px;
    width: 55px;
    bottom: 15%;
    right: 52%;
    background-color: #ff5959;
    border-radius: 50%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
                0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima1 3s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-circle-4{
    position: absolute;
    height: 15px;
    width: 15px;
    bottom: 35%;
    right: 0%;
    background-color: #ff5959;
    border-radius: 50%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
                0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima1 3s 4s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-circle-5{
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 30%;
    left: 15%;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09),
                0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima3 3s 1.5s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-pik-1{
    top: 5%;
    left: 36%;
    animation: anima2 3s 2s infinite ease-in-out; 
}

.boat-illustration-1-2 .boat-pik-2{
    right: 8px;
    bottom: -25px;
    animation: anima2 2s 1s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-pik-3{
    left: 22%;
    bottom: 18%;
    animation: anima2 3s infinite ease-in-out;
}

.boat-illustration-1-2 .boat-pik-4{
    left: 53%;
    bottom: 50%;
    animation: anima2 3s infinite ease-in-out;
}

@keyframes anima1{
    0%{
        transform: translateY(0) scale(1);
    }

    50%{
        transform: translateY(-5px) scale(1.05);
    }

    0%{
        transform: translateY(0) scale(1);
    }
}

@keyframes anima2{
    0%{
        transform: translateY(0) scale(1) rotate(0);
    }

    25%{
        transform: translateY(-5px) scale(1.1) rotate(-5deg);
    }

    75%{
        transform: translateY(-5px) scale(1.1) rotate(5deg);
    }

    0%{
        transform: translateY(0) scale(1) rotate(0);
    }
}

@keyframes anima3{
    0%{
        transform: translateY(0);
    }

    25%{
        transform: translateY(-5px);
    }

    75%{
        transform: translateY(5px);
    }

    0%{
        transform: translateY(0);
    }
}

@media (max-width: 768px){
    h1{
        font-size: 54px;
        letter-spacing: -2px;
    }
}

@media (max-width: 450px){
    h1{
        font-size: 46px;
    }
}

@media (max-width: 992px){
    .boat-banner .boat-main-title-frame{
        height: auto;
        padding: 70px 0 30px;
    }

    .boat-banner .boat-main-title-frame .boat-main-title{
        text-align: center;
    }
}

@media (max-width: 758px){
    .boat-bg-1{
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .boat-bg-1 div::after{
        height: 50vh;
        top: 450px;
    }
}

@media (max-width: 992px){
    .boat-illustration-fix{
        padding: 0;
        height: auto;
    }
}

@media (max-width: 768px){
    .boat-illustration-1-2 .boat-illu-dialog-1{
        top: 15%;
    }

    .boat-illustration-1-2 .boat-illu-dialog-2{
        bottom: 15%;
    }

    .boat-illustration-1-2 .boat-circle-1{
        height: 60px;
        width: 60px;
        border: 15px solid #fff;
    }

    .boat-illustration-1-2 .boat-circle-2{
        top: 5%;
        left: 5%;
    }

    .boat-illustration-1-2 .boat-circle-3{
        bottom: 5%;
        left: 15%;
        width: 30px;
        height: 30px;
    }

    .boat-pik-3{
        left: 0;
        bottom: 18%;
    }
}

@media (max-width: 500px){
    .boat-illustration-1-2 .boat-illu-dialog-1,
    .boat-illustration-1-2 .boat-illu-dialog-2{
        display: none;
    }

}