@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap');
@font-face {
    font-family: 'ToJapan';
    src: url(../fonts/ToJapan.otf);
}
body{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 600;
    color: #1A3659;
}
h1,h2,h3,h4{
    line-height: 1.3;
    position: relative;
}
h1 {
    font-size: 64px;
    color: #FF5249;
    font-weight: 700;
}
h2{
    color: #FF5249;
    font-weight: 800;
    font-size: 48px;
}
h2.title {
    color: #1A3659;
    font-size: 42px;
}
h3 {
    color: #FF5249;
    font-weight: 800;
    font-size: 32px;
}
h4{
    font-size: 28px;
    font-weight: 600;
}
ul {
    padding: 0;
}
ul li{
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
nav ul li{margin-bottom: 0px;}
section{
    overflow: hidden;
    position: relative;
    padding: 70px 0px;
}
.primary-color{
    color: #FF5249;
}
.secondary-color{
    color: #1A3659;
}
.third-color{
    color: #4F80DC;
}
.bg1{
    background-color: #FF5249;
}
.bg2{
    background-color: #4F80DC;
}
.bg3{
    background-color: #13D0C9;
}
.divider{
    background-image: url(../img/line-dash.png);
    background-position: center;
    height: 13px;
    margin: auto;
}
.btn{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    width: 231px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 20px 0px;
}
header a.nav-link {
    color: #4F80DC;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 20px !important;
}
a.BookNow {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    background-color: #4F80DC;
    border-radius: 15px;
    padding: 12px 31px;
}
input::placeholder, textarea::placeholder{
    font-size: 24px;
}

/* hero */
.hero{
    background-image: url(../img/bg-1.png);
    background-size: cover;
    background-position: bottom center;
}
.hero a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    background-color: #FF5249;
    border-radius: 15px;
    padding: 23px 37px;
    display: inline-block;
    position: relative;
}
.hero a::before{
    content: '';
    background-image: url(../img/img-shine.png);
    width: 56px;
    height: 46px;
    position: absolute;
    top: 97%;
    left: -41px;
}
img.topLeft {
    position: absolute;
    left: 0;
    top: 0;
}
img.topRight {
    position: absolute;
    top: 0;
    right: 0;
}
img.topArrow {
    position: absolute;
    top: 131px;
    right: 15%;
}
img.starYellow {
    position: absolute;
    top: 121px;
    right: 71px;
}
img.starGreen {
    position: absolute;
    bottom: 131px;
    left: 30px;
}
img.star1 {
    position: absolute;
    left: 71px;
    top: 31%;
}
img.star2 {
    position: absolute;
    bottom: 17%;
    left: 35%;
}
img.star3 {
    position: absolute;
    right: 101px;
    bottom: 27%;
}
img.imgAir {
    position: absolute;
    right: 15%;
    bottom: 16%;
}
img.img1y {
    position: absolute;
    right: -91px;
    transform: translate(0, -50%);
    top: 47%;
}

.slickSlide h2::before{
    content: '';
    background-image: url(../img/line-dash.png);
    background-repeat: repeat;
    background-size: contain;
    width: 171px;
    height: 7px;
    position: absolute;
    right: calc(100% - -20px);
    transform: translate(0%, 50%);
    top: 50%;
}
.imgBox {
    padding: 350px 20px 20px;
    background-size: cover;
    background-position: center;
    margin: 0px 10px;
    border-radius: 25px;
}
.imgBox a{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    background-color: #4F80DC;
    border: none;
    border-radius: 50px;
    width: 193px;
    margin: auto;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.slick-arrow {
    background-color: #4F80DC !important;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.socialLinks {
    text-align: center;
}
.socialLinks img {
    max-width: 53px;
    margin-left: 21px;
}
img.cloudRight {
    max-width: 471px;
    width: 80%;
    position: absolute;
    right: 0;
    bottom: -101px;
}

/* kohtakt */
img.cloudLeft {
    max-width: 301px;
    width: 80%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.kohtakt h2.title {
    background-image: url(../img/title-bg-blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px 71px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 471px;
    height: 181px;
    margin: auto;
}
.yellowBg{
    background-image: url(/img/bg-2.png);
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    text-align: center;
    padding: 101px 107px;
}
input.form-control, textarea.form-control {
    border: 5px solid #FF5249;
    border-radius: 10px;
    padding: 23px 31px;
}
input.form-control:focus {
    outline: none;
    box-shadow: none;
}
.formP:before {
    content: '';
    background-image: url(../img/img-shine.png);
    background-size: contain;
    width: 56px;
    height: 48px;
    position: absolute;
    left: -50px;
    top: 100%;
}
button.btn-submit {
    font-size: 32px;
    font-weight: 700;
    background-color: #13D0C9;
    border-radius: 35px;
    color: #fff;
    width: 100%;
    height: 97px;
    max-width: 276px;
    position: relative;
}
button.btn-submit:before {
    content: 'FREE';
    position:absolute;
    font-family: ToJapan;
    color: #58CCB5;
    top: -20px;
    right: -48px;
    transform: rotate(45deg);
    font-size: 24px;
    font-weight: 400;
}

/* ytobli */
.ytobli li img{
    height: auto;
    width: 91px;
}
.info {
    display: flex;
    align-items: baseline;
}
.info .divNum {
    background-image: url(../img/img-num-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 48px;
    margin-right: 20px;
}
/* bbipatb  */
.bbipatb h2 span{
    background-image: url(../img/title-circle.png);
    background-size: 100% 100%;
    padding: 7px 13px;
}

/* hekotopble */
.hekotopble{
    background-image: url(../img/bg-3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.hekoBox {
    max-width: 331px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 101px 41px 31px;
    text-align: center;
}
.hekoBox .box1 {
    transform: rotate(3deg);
}
.hekoBox .box2 {
    transform: rotate(-3deg);
}
.hekoBox .box3 {
    transform: rotate(3deg);
}
.hekoBox .box4 {
    transform: rotate(-3deg);
}
.hekoBox p{
    font-size: 20px;
    color: #000;
}
.newsletter{
    background-image: url(../img/bg-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 70px;
    margin-top: -70px;
}
.newsBox{
    background-image: url(../img/bg-5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 131px 100px;
}
button.btn-subscribe {
    width: 131px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: -21px;
}
.btn-subscribe img {
    transform: rotate(90deg) scaleX(-1);
}
.newsBox input {
    border: none;
    border-bottom: 4px solid rgba(26, 54, 89, 0.87);
    border-radius: 0px;
    background-color: transparent;
    padding: 0px !important;
}
.inform {
    width: 100%;
    max-width: 451px;
}
p.leftBar{
    padding-left: 27px;
    font-weight: 400;
}
p.leftBar:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 118px;
    background-color: #03989E;
    top: 5px;
    left: 0;
}
.kakLeft{
    max-width: 701px;
    width: 95%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.kakRight{
    max-width: 701px;
    width: 95%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
img.stary2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 191px;
}
.greentBg{
    background-image: url(../img/img-12.png);
    background-size: 100% 100%;
    padding: 3px 17px;
}
.planBox {
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 25%);
    padding: 50px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.planBox h3 {
    font-size: 36px;
    color: #343A41;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}
.planBox .cost {
    font-size: 64px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
}
sub, sup {
    font-size: .6em;
}
.planBox img {
    margin-right: 17px;
}
a.btnPrice {
    background-color: #4F80DC;
    font-size: 20px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 9px;
}
.planBox .disabled {
    background-color: #D9D9D9;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

.recommend {
    color: #fff;
    padding: 20px;
    text-align: center;
    width: calc(100% - 40px);
    max-width: 231px;
    position: absolute;
    top: -69px;
    transform: translate(-50%, 0px);
    left: 50%;
}

/* gapahtna */
.gapahtna{
    background-image: url(../img/bg-6.png);
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
}
img.tlShine {
    position: absolute;
    left: -30px;
    top: -30px;
    transform: rotate(90deg);
}
img.starRight{
    position: absolute;
    right: 0px;
    top: -30px;
    width: 121px;
}
img.blShine{
    position: absolute;
    left: -7px;
    bottom: -7px;
}

/* review */
.review{
    background-image: url(../img/bg-7.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.reviewBox {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 40px;
    height: 100%;
}
.head {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.head img {
    border-radius: 50%;
    margin-right: 25px;
}
.head p.role {
    font-size: 20px;
    font-weight: 400;
}

/* faq */
.faq {
    margin-top: -200px;
}
.faq .cloudLeft{
    top: 300px; 
    max-width: 451px;
}
.faq h2.title {
    background-image: url(../img/title-bg-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px 71px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 471px;
    height: 181px;
    margin: auto;
}
.accordion-item {
    border-bottom: 1px solid #1A3659;
    padding: 20px 0px;
    background-color: transparent;
}
.accordion-button {
    color: #1A3659 !important;
    font-size: 29px;
    font-weight: 600;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 15px 0px;
}
footer{
    background-image: url(../img/bg-footer.png);
    background-size: cover;
    background-position: top center;
    padding: 100px 0px 0px;
}
footer p {
    font-size: 32px;
    color: #4F80DC;
}
.socialIcons i {
    font-size: 56px;
    margin: 0px 20px;
    color: #4F80DC;
}
p.copywriter {
    font-size: 20px;
    margin-top: 70px;
}
.ctatn h3{
    font-weight: 600;
}
img.cloudRight2 {
    position: absolute;
    right: 0;
    bottom: 5%;
}
p.planSubtext {
    margin-bottom: 70px;
}

@media (max-width: 1650px){
    img.topArrow {
        right: 7%;
        top: 105px;
    }
    img.topLeft {
        max-width: 121px;
    }
    img.topRight{
        max-width: 131px;
    }
    .navbar-brand img {
        transform: scale(.8);
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1530px;
    }
    .head h3 {
        font-size: 36px;
    }
    .reviewBox p.content {
        font-size: 32px;
    }
}
@media (max-width: 1400px){
    h2{
        font-size: 45px;
    }
    .kakLeft{
        max-width: 561px;
    }
    .kakRight {
        max-width: 561px;
    }
    footer p {
        font-size: 25px;
    }
    h1 {
        font-size: 55px;
    }
    img.img1y, img.img1pink, img.img1p {
        width: 67%;
    }
}
@media (max-width: 1200px){
    body{
        font-size: 21px;
    }
    h1 {
        font-size: 45px;
    }
    h2{
        font-size: 41px;
    }
    h3 {
        font-size: 27px;
    }
    input::placeholder, textarea::placeholder{
        font-size: 21px;
    }
    header a.nav-link {
        font-size: 16px;
        padding: 10px 10px !important;
    }
    
    .kakLeft{
        max-width: 471px;
    }
    .kakRight {
        max-width: 471px;
    }
    footer p {
        font-size: 21px;
    }
    section{
        padding: 50px 0px;
    }
    .plans .col-md-12.position-relative {
        margin-top: 71px;
    }
    .recommend {
        top: -65px;
    }
    .hero a {
        font-size: 21px;
    }
    p.planSubtext {
        margin-bottom: 30px;
    }
    a.BookNow {
        padding: 7px 7px;
    }
}
@media (max-width: 991px){
    body{
        font-size: 18px;
    }
    h1 {
        font-size: 27px;
    }
    h2{
        font-size: 23px;
    }
    h4{
        font-size: 19px;
    }
    .navbar-brand img {
        transform: scale(.9);
    }
    .navbar>.container {
        max-width: 100%;
        justify-content: center;
    }
    ul.navbar-nav {
        background-color: #fbeabd;
        border-top: 18px solid #13D0C9;
        border-bottom: 18px solid #FF5249;
    }
    ul.navbar-nav a {
        border-bottom: 0.3px solid #343a4180;
        width: 100%;
        line-height: 2;
    }
    img.topLeft,
    img.topRight{
        max-width: 121px;
    }
    img.starYellow {
        top: 71px;
        right: 25px;
        width: 35px;
    }
    img.star1, img.star2, img.star3{
        width: 37px;
    }
    img.imgAir {
        right: 20px;
        bottom: 10px;
        width: 101px;
    }
    .hero a {
        font-size: 19px;
    }
    .yellowBg {
        padding: 71px 50px;
    }
    .ytobli li img{
        width: 61px;
    }
    
    .kakLeft{
        max-width: 561px;
        top: 141px;
        width: 87%;
    }
    .newsBox {
        padding: 70px 20px;
    }
    .newsBox input{
        width: 100% !important;
    }
    button.btn-subscribe {
        justify-content: center;
        border: 1.5px solid #FF5249;
        border-radius: 25px !important;
        margin: 21px auto 0px !important;
    }
    .plans .col-md-12.position-relative {
        margin-top: 71px;
    }
    .kakRight {
        max-width: 561px;
        top: 0px;
        width: 87%;
    }
    .pohakomtechi h2.subt{
        font-size: 23px;
    }
    .pohakomtechi h3{
        font-size: 19px;
    }
    .reviewBox {
        padding: 30px 20px;
    }
    .accordion-button{
        font-size: 24px;
    }
    footer p {
        font-size: 21px;
    }
    .faq {
        margin-top: 0px;
    }
    .faq .cloudLeft {
        top: 50px;
        max-width: 281px;
        width: 50%;
    }
    h2.title {
        font-size: 31px;
    }
}
@media (max-width: 767px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0px 25px;
    }
    body{
        font-size: 16px;
    }
    h1 {
        font-size: 16px;
        max-width: 181px;
        margin: auto;
    }
    h2{
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    h4{
        font-size: 15px;
    }
    .btn {
        font-size: 16px;
        width: 101px;
        height: 41px;
        border-radius: 15px;
        margin: auto;
    }
    .divider {
        height: 7px;
    }
    section {
        padding: 30px 0px;
    }
    .hero a {
        font-size: 15px;
    }
    .ytobli li img{
        width: 41px;
    }
    .info{
        flex-direction: column;
        align-items: center;
        margin: 2em 0;
    }
    .hekotopble{
        background-size: cover;
    }
    .gapahtna{
        padding: 70px 0px;
    }
    .pohakomtechi h2.subt{
        font-size: 18px;
    }
    .pohakomtechi h3{
        font-size: 15px;
    }
    .review{
        padding: 100px 0px;
        background-size: cover;
    }
    .accordion-button{
        font-size: 15px;
    }
    footer p {
        font-size: 19px;
    }
    .recommend {
        top: -61px;
    }
    footer{
        background-image: url(../img/bg-footer-m.png);
        padding: 50px 0px 0px;
        background-size: 100% 100%;
    }
    .cloudRight{
        display: none;
    }
    .yellowBg {
        border-radius: 0px;
        padding: 30px;
    }
    input.form-control, textarea.form-control {
        border: 1px solid #FF5249;
        border-radius: 5px;
        padding: 11px 10px;
    }
    input::placeholder, textarea::placeholder{
        font-size: 8px;
    }
    button.btn-submit {
        font-size: 11px;
        border-radius: 5px;
        height: 20px;
        max-width: 141px;
    }
    button.btn-submit:before {
        top: -9px;
        right: -19px;
        font-size: 6px;
    }
    .formBox{
        background: #EFF7FF;
        border-radius: 15px;
        padding: 30px 50px;
        width: calc(100% - 30px);
    }
    .TArrowBLine {
        max-width: 17px;
    }
    .newsBox input {
        width: 100% !important;
        border: none !important;
        border-bottom: 2px solid #1a3659de !important;
        border-radius: 0px !important;
        text-align: center;
    }
    .newsBox input::placeholder{
        text-align: center;
    }
    .pohakomtechi .tlShine,
    .pohakomtechi .blShine{
        display: none;
    }
    .faq img.starRight {
        top: 41px;
        right: 20px;
        width: 43px;
    }
    .airImg{
        max-width: 81px;
    }
    .ftLogo{
        max-width: 95px;
    }
    footer h3 {
        font-size: 15px;
    }
    footer p{
        font-size: 13px;
    }
    .socialIcons i {
        font-size: 24px;
        margin: 0px 5px;
    }
    p.copywriter {
        font-size: 13px;
        margin-top: 37px;
    }
    img.topLeft, img.topRight {
        max-width: 75px;
    }
    a.logo img {
        max-width: 112px !important;
    }
    .hero a {
        border-radius: 5px;
        padding: 12px 25px;
    }
    .slickSlide h2::before {
        display: none;
    }
    .kohtakt .container {
        padding: 0px 10px;
    }
    .box123{
        padding: 0px 25px;
    }
    .hekoBox {
        max-width: 237px;
        padding: 97px 25px 30px;
    }
    h2.title {
        font-size: 25px;
    }
    p.leftBar:before{
        width: 3px;
        height: 65px;
    }
    p.planSubtext {
        margin-bottom: -20px;
    }
    p.planSubtext {
        margin-bottom: 0px;
    }
    
}
@media (max-width: 475px){
    body {
        font-size: 13px;
    }
    .pohakomtechi h2.subt{
        font-size: 11px;
    }
    .pohakomtechi h3{
        font-size: 10px;
    }
    .carouselBox{
        max-width: 277px;
    }
    .slick-initialized .slick-slide {
        width: 209px !important;
    }
    .imgBox {
        padding: 350px 5px 20px;
    }
    .socialLinks p span:first-child {
        display: flex;
        justify-content: center;
    }
    .socialLinks img {
        max-width: 24px;
        margin: 15px !important;
    }
    .hekoBox p {
        font-size: 13px;
        color: #000;
    }
    button.btn-subscribe {
        width: 65px;
        height: 25px;
    }
    .btn-subscribe img{
        max-width: 15px;
    }
    .kakLeft {
        top: 189px;
        width: 75%;
    }
    .kakRight {
        width: 75%;
    }
    .planBox {
        margin: 0 20px;
        padding: 17px 30px;
    }
    .planBox h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .planBox .cost {
        font-size: 38px;
        margin-bottom: 25px;
    }
    a.btnPrice {
        font-size: 16px;
        font-weight: 800;
        padding: 6px;
    }
    .faq .cloudLeft {
        top: 17px;
        max-width: 151px;
    }
    .accordion-button{
        font-size: 12px;
    }
    footer h3 {
        font-size: 13px;
    }
    footer p{
        font-size: 11px;
    }
    p.copywriter {
        font-size: 11px;
        margin-top: 31px;
    }
    h2.title {
        font-size: 20px;
    }
    .stary2{
        display: none;
    }
    .plans .col-md-12.position-relative {
        margin-top: 50px;
    }
    .recommend {
        top: -42px;
        font-size: 20px;
        font-weight: 800;
        padding: 8px;
    }
    .faqHeading {
        font-size: 0px;
    }
    .faqHeading span{
        font-size: 20px;
    }
    .accordion-item {
        padding: 0px;
    }
}
