@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&display=swap');

:root {
    --main-color1: #eee;
    --main-color2: #000000;
    --main-color3: #179e97;
  }

.awards{
    position: absolute;
    top: 35%;
    left: -280px;
    width: 280px;
    height: auto;
    padding: 10px;
    z-index: 10000;
    background-color: #ffffff;
    border: 1px solid var(--main-color3);
    border-radius: 0 10% 10% 0;
}

.awards_opener {
    cursor: pointer
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    overflow: hidden;
    font-family: poppins!important;
    background-color: var(--main-color1);
}

.main {
    height: 100vh;
    width: 100%;
    background-color: #F0F8FF;
    overflow-y: auto;
}


.main-data{
    max-width: 1800px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.tweenmax1 {
    margin:50px 0
}

.tweenmax1, .tweenmax2 {
    text-align: justify;
}

.tweenmax1 h3, .tweenmax2 h3 {
    text-align: center;
    margin:30px 0
}

.tweenmax1 ul li {
    padding: 10px;
    list-style-type: disclosure-closed;
    cursor:pointer;
}

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }



/* social box */

/* nav */

.navbar {
    background: #eee;
}

.navbar-brand img{
    width: 20%;
}

.nav-item a, .navbar-brand {
    color: inherit
}
.tweenmax1 ul li::after,
.tweenmax2 ul li::after,
.nav-link::after,
.dropdown-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: var(--main-color3)!important;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .tweenmax1 ul li:hover::after,
  .tweenmax2 ul li:hover::after,
  .nav-link:hover::after,
  .nav-link:focus::after,
  .dropdown-item:hover::after,
  .dropdown-item:focus::after{
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
  }

.tweenmax1 ul li::after,
.tweenmax2 ul li::after,
.nav-link::after,
.dropdown-item::after,
.dropdown-toggle::after,
footer a::after{
    background-color: var(--main-color3)!important;
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
  }
  
.tweenmax1 ul li:hover::after
.tweenmax2 ul li:hover::after
.nav-link:hover::after,
.nav-link:focus::after,
.dropdown-toggle:focus::after
.dropdown-item:hover::after,
.dropdown-item:focus::after{
    transform: scale(1);
}

/* nav */

.main-img img {
    margin-top: -20px;
    width: 50%;
    height: auto;
    z-index: -1;
}


.social {
    position: absolute;
    top: 35%;
    right: 0;
    padding: 20px 0;
    z-index: 10000;
}

.social ul {
    margin: 0!important;
    padding: 0;
}

.social ul li{
    list-style: none;
    padding: 20px 30px;
}

.social ul li a{
    text-decoration: none;
    color: inherit;
}

.social ul li:hover,.social-mobile ul li:hover{
    color: var(--main-color3);
    font-size: 1.5rem;
    animation: tilt-shaking 0.35s infinite;
}

.social-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: aliceblue;
}

.social-mobile ul li:first-child {
    padding: 10px 20px 10px 0;
}

.social-mobile ul li {
    float: left;
    list-style: none;
    padding: 10px 20px; 
}

.social-mobile ul li a {
    color: var(--main-color2)
}

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }


.title-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Anton;
    font-size: 90px;
    color: rgba(0,0,0,0);
    font-style: italic;
    text-transform: uppercase;
    z-index: -1;
    -webkit-text-stroke: 2px var(--main-color3);
    opacity: 0;
    z-index:1
}

.title-1 {
    position: absolute;
    top: 38%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-family: Anton;
    font-size: 90px;
    color: var(--main-color3);
    padding-right: 20px;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
    /* -webkit-text-stroke: 2px orange; */
}

.content {
    position: absolute;
    top: 64%;
    left: 57%;
    width: 36%;
    color: var(--main-color2);
    font-weight: lighter;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
}

.button {
    padding: 10px 15px;
    background-color: var(--main-color3);
    color: var(--main-color1);
}

.button:hover {
    text-decoration: none;
    background-color: var(--main-color1);
    color: var(--main-color3);
    border: 1px solid var(--main-color2);
    transition: 0.6s;
    cursor:pointer;
}

.button_denied {
    padding: 10px 15px;
    background-color: var(--main-color2);
    color: var(--main-color1);
}

.button_denied:hover {
    text-decoration: none;
    background-color: var(--main-color2);
    color: var(--main-color3);
    border: 1px solid var(--main-color1);
    transition: 0.6s;
    cursor:pointer;
}

.cookie-div {
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 20px auto;
}


.pricing-table {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.price-table{
    background-color: var(--main-color1);
    color: var(--main-color3);
    font-weight: 800;
    margin: 50px auto;
    border: 1px solid var(--main-color2);
}

.price-table tr {
    border-bottom: 1px solid var(--main-color2);
}

.price-table tr:first-child {
    border-top: 1px solid var(--main-color2);
}

.price-table tr td {
    padding: 15px;
}

.price-table tr td:nth-child(2) {
    border-left: 1px solid var(--main-color2);
}

.cards {
    justify-content: center;
    align-items: center;
}

.card {
    margin: 30px;
    height: 100%;
}

.card-header {
    background-color: var(--main-color3)!important;
    color: var(--main-color2)!important;
    font-weight: 400;
}

.card-body{
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}


footer {
    border-top: 1px solid #000000;
    background-color: var(--main-color1);
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--main-color2)
}

.adatvedelem {
    display: block!important;
    max-width: 1200px;
    text-align: justify;
    padding: 0 20px;
    margin-bottom: 50px;
}

footer a{
    color: inherit;
}

footer a:hover{
    color: inherit;
    text-decoration: none;
}

@media(max-width: 1624px) {
    .card {
        height: initial;
    }
}

@media(max-width: 1562px) {

    .title-1 {
       
        top: 25%;
    }

    .title-2 {
       
        top: 40%;
        z-index: 1;
    }
    .content {
        top: 50%;
        left: 50%;
        width: 45%;
    }
   
    .main-img{
        position: absolute;
        top: 14%;
     }

     .main-img img{
        width: 70%;
     }
}

@media(max-width: 1380px) {
    .content {
        left: 40%;
        width: 50%;
        
    }

    .main-img{
        display: none;
        position: absolute;
        top: 18%;
     }

     .main-img img{
        width: 50%;
     }
}

@media(max-width: 1040px) {
    .title-1, .title-2 {
        font-size: 50px;
    }

    
    .price-img-logo {
        display: none;
    }

}

@media(max-width: 992px) {

    .adatvedelem {
        margin-bottom: 0;
    }

    .social {
        display: none;
    }

    .social-mobile {
        display: flex;
    }

    html{
        height: -webkit-fill-available;
    }

    body {
        height: -webkit-fill-available;
        overflow: auto;
    }

    .row {
        margin: 0!important;
    }

    footer{
        position: initial;
    }


    
    /*.main-img {
        display: none;
        
    }*/

    .navbar {
        z-index: 1000;
    }

    .navbar {
        background-color: #eee;
        border-bottom: 1px solid var(--main-color2);
    }

    .navbar-brand img{
        width: 20%;
    }
    
    .awards {
        display: none;
    }


    .cookie-div{
        display: block!important;
    }

    .cookie-div > .button{
        padding: 10px 2px!important
    }

    .cookie-div > .button_denied{
        padding: 10px 2px!important
    }


}

@media(max-width: 900px) {

    .card {
        width: 100%;
    }


    .title-1, .title-2 {
        font-size: 50px;
    }

    .title-1 {
        left: 20%;
        top: 20%;
    }

    .title-2 {
        left: 40%;
        top: 35%;
        z-index: 1;
    }
    .content {
        top: 65%;
        left: 10%;
        width: 80%;
    }

    .line-one, .line-two {
       display: none;
    }

    .social{
        left: 20%;
        top: inherit;
        bottom: 35px;
        padding: 0;
    }

    .social ul li{
        float: left
    }

    .adatv {
        display: block!important;
    }

}

@media(max-width: 555px) {
    .title-1, .title-2 {
        font-size: 30px;
    }

    .adatvedelem {
        overflow-x: hidden;
    }

    .title-1 {
        left: 10%;
        top: 15%;
    }

    .title-2 {
        left: 50%;
        top: 20%;
        z-index: 1;
    }
    /*.content {
        top: 25%;
        width: 80%;
        
    }*/
    
    .main-img {
        display: block;
        position: absolute;
        top: 30%;
        left: 22%;
    }

    .main-img img {
        width: 70%
    }

    .line-one, .line-two {
       display: none;
    }

    .social{
        left: 35%;
        top: inherit;
        bottom: 50px;
        padding: 0;
    }

    .social ul li{
        float: left;
        padding: 10px 10px
    }

    .navbar-brand {
        font-size: 12px;
    }


}

.slidedown {
    animation: slidedown 1.5s ease-in-out;
}

.slideup {
    display: block!important;
    animation: slideup 1.5s ease-in-out;
}

@keyframes slidedown {
    
    0% {
        /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
        bottom: 0px;
    }
    100% {
        /* we end at 0, which will be the bottom of the parent divs height */
        bottom: -120px;
    }  

}

@keyframes slideup {

    0% {
        /* since the .foo class is set to bottom: 0, we will start at 0% to 160px*/
        bottom: -120px;
    }
    100% {
        /* we end at 0, which will be the bottom of the parent divs height */
        bottom: 0;
    }
}