@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;600;700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    width: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
    user-select: none;
    scroll-behavior: smooth;
}

section .text_box{
    margin-top: 100px;
    height: fit-content;
}

section .text_box h3{
    font-size: 42px;
    line-height: 1.23;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    padding-bottom: 50px;
    text-align: center;
}
section .text_box .text{
    font-size: 24px;
    line-height: 1.5;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.btn_book{
    color: #ffffff;
    background-color: #ffbe49;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    width: 250px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.box .case a.btn_book{
    color: #ffffff;
    background-color: #ffbe49;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    width: 250px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    line-height: 50px;
}

.a_link{
    text-decoration: none;
}
a.btn_book{
    color: #ffffff;
    background-color: #ffbe49;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    width: 250px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'IBM Plex Sans', sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    line-height: 60px;
}


#Header{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
}
#Header .ul{
    display: flex;
    width: 35%;
}   
#Header .left{
    padding-left: 20px;
}
#Header .right{
    padding-right: 20px;
    justify-content: flex-end;
}
#Header .ul .li{
    list-style: none;
    padding: 0 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}
#Header .ul .li:hover, #Header .ul .li a:hover{
    color: #ffbe49;
    cursor: pointer;
}
#Header .ul .li a{
    text-decoration: none;
    color: #ffffff;
}
#Header .h2{
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
}  

#app{
    width: 100%;
    will-change: transform;
}

#app section{
    width: 100%;
    height: 100vh;
}
#WelcomePage{
    background-color: #00000080;
    background-image: url(../assets/photo/nathan-oakley-UJWFy-.jpg);
    background-blend-mode: darken;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    will-change: transform;
}

#WelcomePage .header_text_case{
    color: #ffffff;
    text-align: center;
    width: 80%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 100px;
}
#WelcomePage .header_text_case_2{
    height: 45%;
}
#WelcomePage .header_text_case h1{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 62px;
    line-height: 1.17;
}
#WelcomePage .header_text_case p{
    font-size: 22px;
    line-height: 1.55;
}
#WelcomePage .header_text_case a{
    margin-top: 30px;
    
}
#WelcomePage .header_text_case a:hover{
    outline-style: solid;
    outline-color: #fff;
    outline-width: medium;
}


#WelcomePage .arrow{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 48px;
    height: 75px;
}
#WelcomePage .arrow svg{
    fill: #ffffff;
    transform: rotate(-90deg);
    cursor: pointer;
}   

/*--------------------Services--------------------*/

#app #Services{
    height: 130vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#Services .text_box{
    margin-top: 100px;
    height: fit-content;
}

#Services .text_box h3{
    font-size: 42px;
    line-height: 1.23;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    padding-bottom: 50px;
}
#Services .text_box .text{
    font-size: 24px;
    line-height: 1.5;
    max-width: 560px;
    margin: 0 auto;
}

#Services .box{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
    padding-top: 50px;
}
#Services .box .case{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#Services .box .case img{
    width: 100px;
    height: auto;
    max-width: 100%;
    margin-bottom: 25px;
}
#Services .box .case .p_name{
    font-size: 18px;
    line-height: 1.35;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 25px;
}

#Services .box .case .p_text{
    font-size: 14px;
    line-height: 1.55;
    height: 70px;
}

/*--------------------Costs--------------------*/

#app #Costs{
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f0f0f0;
}
#app #Costs .text_box{
    margin-top: 150px;
    margin-bottom: 150px;
}
#Costs .box{
    width: 100%;
    height: 600px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}
#Costs .box:last-child{
    margin-bottom: 150px;
}
#Costs .box .case{
    width: 30%;
    height: 560px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 9px;
    
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 30px;
    transition: all 0.5s;
}
#Costs .box .case:hover{
    width: 35%;
    height: 600px;
    transition: all 0.5s;
    padding: 40px 30px;
    box-shadow: 0 0 50px 30px #00000011;
}
#Costs .box .case .p_name{
    font-size: 22px;
    line-height: 1.35;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 30px;
}

#Costs .box .case .p_price{
    font-size: 42px;
    line-height: 1.23;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
    padding-bottom: 30px
}
#Costs .box .case .ul_text{
    font-size: 16px;
    line-height: 1.55;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    color: #000000;
    width: 80%;
}
#Costs .box .case .ul_text li{
    list-style: none;
    font-size: 16px;
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 2em;
}
#Costs .box .case .ul_text li .tooltip:hover{
    color: #ffbe49;
}
#Costs .box .case .ul_text li .tooltip{
    color: #000000;
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 15s;
}
@keyframes blink2 {
    0%{
        color: #000000;
    }
    48%{
        color: #000000;
    }
    50%{
        color: #ffbe49;
    }
    53%{
        color: #000000; 
    }
    100%{
        color: #000000;
    }
}

#Costs .box .case .ul_text li .tooltip::before,
#Costs .box .case .ul_text li .tooltip::after{
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: All 0.3s;
    left: 50%;
}

#Costs .box .case .ul_text li .tooltip::before{
    content: attr(data-title);
    width: 100%;
    bottom: 50px;
    
    margin-left: -50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    background-color: #ffffff;
    border: 2px solid #ffbe49;
    box-shadow: 0 0 10px -5px;
    color: #000000;
    border-radius: 5px;
    
}
#Costs .box .case .ul_text li .tooltip:hover::before,
#Costs .box .case .ul_text li .tooltip:hover::after{
    opacity: 1;
    visibility: visible;
}
#Costs .box .case .ul_text li .tooltip::after{
    content: "";
    border-top: 10px solid #ffbe49;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 40px;
    margin-left: -10px;
}

#Costs .box .case .btn_book{
    height: 50px;
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    transition: all 0.25s;
    font-size: 14px;
}
#Costs .box .case .btn_book:hover{
    outline-style: solid;
    outline-color: #f0f0f0;
    outline-width: medium;
    transition: all 0.25s;
}

#ServicesDescription{
    height: auto !important;
}


/*--------------------Steps--------------------*/

#app #Steps{
    padding-top: 50px;
    padding-bottom: 50px;
    height: 150vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Steps .case{
    width: 60%;
    height: auto;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Steps .case .line{
    width: 2px;
    height: 100px;
    background-color: #f5f5f5;
    z-index: -1;
    margin-left: 39px;
    align-self: flex-start;
}
#Steps .case .point{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
#Steps .case .point img{
    width: 80px;
    height: 80px;
    outline-width: 2px;
    outline-style: solid;
    outline-color: rgb(255, 190, 73);
    border-radius: 50%;
}
#Steps .case .point .p_case{
    width: 82%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#Steps .case .point .p_case .p_name{
    font-size: 18px;
    line-height: 1.35;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    color: #000000;
}
#Steps .case .point .p_case .p_text{
    font-size: 14px;
    line-height: 1.55;
}

/*----------------Contacts----------------*/
    
#Contacts{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Contacts .text_box {
    margin-top: 0px;
    height: fit-content;
}
#Contacts .links{
    padding: 50px 0;
}
#Contacts .links p{
    font-size: 18px;
    line-height: 2.0;
}
#Contacts .links a{
    text-decoration: none;
    color: #000000;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-duration: 5s;

    width: fit-content;
    display: block;
    margin: 0 auto;
}

.myName{
    animation: none;
}
.myName:hover{
    color: #000000 !important;
    cursor: auto !important;
}
@keyframes blink {
    0%{
        color: #000000;
    }
    25%{
        color: #000000;
    }
    50%{
        color: #ffbe49;
    }
    75%{
        color: #000000;
    }
    100%{
        color: #000000;
    }
}
#Contacts .links p:hover{
    color: #ffbe49;
    cursor: pointer;
}
#Contacts .links strong {
    font-weight: 700;
     font-size: 18px;
    line-height: 1.55;
}

#Contacts .time{
    font-size: 18px;
    line-height: 1.55;
}

.toTop{
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    left: 90%;
    bottom: 2%;
    padding: 5px;
    cursor: pointer;
}
#Footer{
    
}

#Header_mobile{
    display: none;
    z-index: 1;
}

#menu_list{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 2;
}

#menu_list .menu_exit{
    position: absolute;
    top: 60px;
    right: 60px;
    border: none;
    background-color: transparent;
    width: 60px;
    height: 60px;
    display: fixed;
    justify-content: center;
    align-items: center;
}
#menu_list .ul {
list-style: none;
width: 80%;
height: 50%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#menu_list .ul li{
 font-size: 25px;
}
#menu_list .ul li a{
    color: #000000;
}

#menu_list .menu_exit img{
    width: 40px;
    height: 40px;
}

.close{
    transform: translateX(-100%);
    transition: 0.3s;
}
.open{
    transform: translateX(0%);
    transition: 0.3s;
    overflow: hidden;   
}
.no-scroll{
    overflow: hidden;
}

.bold{
    font-weight: 700;
}