html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Lato', sans-serif;
    min-width: 1366px;
}
header{
    color: #636363 !important;
    background-color: white;
}

#welcome{
    border-radius: 0 400px 400px 0;
    background: linear-gradient(217deg, #75d0f8 0%, #3db3e7 100%);
}
.font_style_36{
    font-size: 36px;
}
.font_style_48{
    font-size: 48px;
}
#welcome_btn{
    width: 231px;
    height: 51px;
    border-radius: 24px;
    background-color: #b16cec;
    border: 2px solid #ffffff;
}
#motto{
    margin-top: -55px;
}
.font_style_24{
    font-size: 24px;
}
.font_style_18{
    font-size: 18px;
}
#motto_line4{
    font-size: 18px;
}
.font_style_16{
    font-size: 16px;
}
.text_color_1{
    color: #565655;
}
.text_color_2{
    color: #3eb4e8;
}
.line_high_26{
    line-height: 26px;
}
.font_style_30{
    font-size: 30px;
}
.icon_box{
    width: 25%;
    transition:  all 2s;
}
a:hover{
    text-decoration: none;
}
.icon_box:hover{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
#offer{
    border-radius: 0 400px 400px 0;
    background: linear-gradient(217deg, #75d0f8 0%, #3db3e7 100%);
}
.offer_btn {
    width: 414px;
    height: 42px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
    color: white;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}
.offer_btn:hover{
    background-color: #ffde59;
    color: #3eb4e8;
}
.offer_collapse{

    min-width: 560px;
    min-height: 368px;
}

#offercheck_btn{
    width: 189px;
    height: 42px;
    border-radius: 20px;
    background-color: #3eb4e8;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}
#contact_form{
    background: linear-gradient(235deg, #75d0f8 0%, #3db3e7 100%);
    border-radius: 400px 0 0 400px;
}
#form_info{
    width: 30%;
}
#form_input{
    width: 70%;

}
.no_style{
    background: none;
    border: none;
}
.line_high_30{
    line-height: 30px;
}
.form-group{
    border-bottom: 1px solid white;
}
::placeholder {
    color: white !important;
}
#form_btn{
    width: 189px;
    height: 42px;
    border-radius: 20px;
    background-color: #3ee8d6;
    border: 2px solid #ffffff;
}
.form_btn_con{
    width: 100%;
}

footer{
    font-size: 14px;
    color: #555555;
    font-weight: 300;
    text-align: center;
}
#accept-cookies-checkbox{
    text-decoration: none;
    cursor: pointer;
    background: rgb(61, 179, 231);
    color: rgb(0, 0, 0); 
    padding: 12px 30px; 
    display: flex; 
    border-radius: 0.3rem; 
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

#cookies-message{
    font-size: 12px;
    z-index: 9999;
    position: fixed;
    inset: auto 0px 0px;
    background: #ffffff;
    padding: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cookies-message-txt{
    padding-top: 12px;
    padding-left: 3px;
}


@media only screen and (max-width: 360px) {
    body{
        min-width: 358px;
    }
    nav{
        justify-content: space-around !important;
    }
    #logo{
        width: 240px;
    }
    #navbarNav{
        text-align: end;
    }
    #welcome{
        border-radius: 60px;
    }
    .font_style_36{
        font-size: 24px;
    }
    .font_style_48{
        font-size: 36px;
    }
    #motto{
        margin-top: 0;
    }
    .icon_box{
        width: 100%;
        transition:  all 2s;
        text-align: center;
    }
    .font_style_24{
        font-size: 18px;
    }
    .font_style_30{
        font-size: 24px;
    }
    #offer{
        border-radius: 60px;
    }
    .offer_btn {
        width: 330px;
        font-size: 20px;
        padding-top: 5px;
        text-align: center;
    }
    #offer_m{
        text-align: center;
    }
    .offer_collapse{
        min-width: auto;
        min-height: auto;
    }
    #contact_form{

        border-radius: 60px;
    }
    #form_info{
        width: 100%;
    }
    #form_input{
        width: 100%;
    }
    footer{
        font-size: 10px;
    }

}