*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
}

.navbar{
    background-color: #0077b6;
    padding-right: 5%;
    padding-left: 5%;
}

.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    scale: 115%;
    margin: 3%;
}

li{
    list-style: none;
    display: inline-block;
}

header .navbar .navdiv ul li a{
    color: whitesmoke;
    font-size: 140%;
    font-weight: bold;
    padding: 30px;
    transition: transform 0.3s ease;
    display: block;
}

header .navbar .navdiv ul li a:hover{
    transform: translateY(-7px);
}

.container{
    padding: 20px 30%;
}

.container .box{
    border-radius: 5px;
    background: #0077b6;
    text-align: center;
    padding: 50px 30px;
    margin-top: 10%;
}

.container .box h3{
    color: whitesmoke;
    font-size: 140%;
    padding: 10px 0;
}

.container .box p{
    color: rgb(221, 221, 221);
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.container .box a{
    color: whitesmoke;
    background: none;
    padding-top: 10px;
    display: inline-block;
    font-size: 20px;
    border-radius: 25px;
    border: 2px solid whitesmoke;
    padding: 6px 20px;
}

.container .box a:hover{
    letter-spacing: 1px;
    background: whitesmoke;
    color: #0077b6;
    transition: 1s;
}

.container .box:hover{
    transform: scale(1.02);
    transition: 0.5s;
}

.pricing{
    width: 100%;
    height: 400px;
    background-color: #0077b6;
    margin-top: 50px;
}

.pricing .nazev2{
    text-align: center;
    padding-top: 3%;
    color: whitesmoke;
    font-size: 225%;
}

.pricing .box-container-pricing{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap:  10px;
}

.pricing .box-container-pricing .prc-box{
    background: none;
    text-align: center;
    padding: 20px 10px;
    transform: scale(1.3);
}

.pricing .box-container-pricing .prc-box h3{
    color: whitesmoke;
    font-size: 120%;
    padding: 10px 0;
}

.pricing .box-container-pricing .prc-box h5{
    color: rgb(255, 153, 0);
    font-size: 150%;
    padding: 1%;
}

.pricing .box-container-pricing .prc-box p{
    color: rgb(221, 221, 221);
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.pricing .box-container-pricing .prc-box:hover{
    transform: scale(1.42);
    transition: 0.5s;
}

.pricing .pricing .prc-included{
    color: whitesmoke;
    margin: 5%;
    font-size: 130%;
}

.content{
    margin-top: 10%;
}

.content .nazev3{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 225%;
}

.content .content-box{
    text-align: center;
    background: #0077b6;
    color: whitesmoke;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 5px;
}

.content .content-box h3{
    padding-top: 4%;
    padding-bottom: 1%;
}

.content .content-box p{
    color: rgb(221, 221, 221);
    padding-bottom: 4%;
}

.content .content-box .hover-box:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.mentors{
    margin-top: 5%;
    height: 925px;
    background-color: #0077b6;
}

.mentors .nazev4{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 225%;
    color: whitesmoke;
}

.mentors .wrapper{
    margin-left: 20%;
    margin-top: 3%;
    width: 70%;
}

.mentors .wrapper .text-box{
    color: whitesmoke;
}

.mentors .wrapper .text-box h3{
    font-size: 150%;
}

.mentors .wrapper .text-box p{
    font-size: 17px;
    margin-right: 30%;
    padding-top: 1%;
}

.mentors .wrapper img{
    max-width: 250px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.mentors .mentors-bdy{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentors .wrapper2{
    margin-left: 20%;
    margin-top: 3%;
    width: 70%;
}

.mentors .wrapper2 .text-box2{
    color: whitesmoke;
}

.mentors .wrapper2 .text-box2 h3{
    font-size: 150%;
}

.mentors .wrapper2 .text-box2 p{
    font-size: 17px;
    margin-right: 30%;
    padding-top: 1%;
}

.mentors .wrapper2 img{
    max-width: 250px;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.mentors .mentors-bdy2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactUs .nazev5{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 10px;
    color: whitesmoke;
    font-size: 225%;
}

.contactUs{
    background: #0077b6;
    width: 100%;
    height: 600px;
}

.contactUs .containerContact{
    width: 50%;
    margin: 50px auto;
}

.contactUs .containerContact .contactBox{
    background: white;
    display: flex;
    border: #000000 solid 5px;
}

.contactUs .containerContact .contactBox .contactLeft{
    flex-basis: 50%;
    padding: 40px 60px;
}

.contactUs .containerContact .contactBox .contactRight{
    flex-basis: 50%;
    padding: 40px;
    background: #ffffff;
}

.contactUs .containerContact .contactBox .contactRight h3{
    font-size: 130%;
}

.contactUs .containerContact .contactBox .contactLeft h3{
    font-size: 130%;
}

tr td:first-child{
    padding: 20px;
    color: rgb(27, 27, 27);
}

.clock{
    background: #0077b6;
    justify-content: center;
    align-items: center;
    display: flex;
}

.clock .datetime{
    color: whitesmoke;
    width: 340px;
    padding: 15px 10px;
    border: 5px solid whitesmoke;
    border-radius: 5px;
}

.clock .datetime .date{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}

.clock .datetime .time{
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clock .datetime .time span:not(:last-child){
    position: relative;
    margin: 0 6px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}

.clock .datetime .time span:last-child{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0 5px;
}

.clock .datetime:hover{
    color: #0077b6;
    background: whitesmoke;
}

.creator{
    background: #0077b6;
}

.creator p{
    color: whitesmoke;
    text-align: center;
    font-size: 150%;
    padding: 5%;
}



@media (max-width:768px){
    .navdiv {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        margin: 0;
    }

    .navdiv ul {
        padding: 0;
        margin: 10px 0;
    }

    .navdiv ul li {
        display: block;
        margin: 5px 0;
    }

    .container {
        padding: 10px 5%;
    }

    .container .box {
        padding: 20px 15px;
        margin-top: 5%;
    }

    .container .box h3 {
        font-size: 120%;
    }

    .container .box p {
        font-size: 15px;
    }

    .container .box a {
        font-size: 18px;
        padding: 5px 15px;
    }

    .pricing {
        height: auto;
        padding: 20px 10px;
    }

    .pricing .box-container-pricing {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pricing .box-container-pricing .prc-box {
        transform: scale(1.3);
        padding: 10px;
    }

    .pricing .box-container-pricing .prc-box h3 {
        font-size: 100%;
    }

    .pricing .box-container-pricing .prc-box h5 {
        font-size: 120%;
    }

    .pricing .box-container-pricing .prc-box p {
        font-size: 15px;
    }

    .pricing .prc-included {
        margin: 10%;
        font-size: 100%;
    }

    .mentors {
        height: auto;
        padding: 20px 10px;
    }

    .mentors .wrapper, .mentors .wrapper2 {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        padding-top: 10%;
    }

    .mentors .wrapper .text-box p, .mentors .wrapper2 .text-box2 p {
        margin-right: 0;
        padding-top: 1%;
    }

    .contactUs .nazev5 {
        font-size: 180%;
    }

    .contactUs {
        height: auto;
        padding: 20px 10px;
    }

    .contactUs .containerContact {
        width: 90%;
    }

    .contactUs .containerContact .contactBox {
        flex-direction: column;
        align-items: center;
    }

    .contactUs .containerContact .contactBox .contactLeft,
    .contactUs .containerContact .contactBox .contactRight {
        padding: 20px;
        width: 100%;
    }

    .contactUs .containerContact .contactBox .contactRight img {
        width: 100%;
        height: auto;
    }

    .contactUs .creator p {
        font-size: 120%;
    }

}
