@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;700&display=swap');

body{
    font-family: 'Montserrat', sans-serif; 
    padding: 0;
    margin: 0;
}

.input__check{
    text-align: left;
    margin-bottom: 10px;
}

#slider__title2{
    display: none;
}

#slider__title3{
    display: none;
}

#slider__subtitle2{
    display: none;
}

#slider__subtitle3{
    display: none;
}

#headerRowHamburger{
    display: none;
}

#flags__language__en{
    display: none;
}

.nav__hamburger__icon{
    display: block;
    padding: 10px;
    font-size: 35px;
    color: white;
    margin-left: 25px;
}

.header__row{
    display: flex;
    justify-content: space-between;
}

.header{
    height: 750px;
    position: relative;
    z-index: 5;
    background-image: url(../assets/bgs/bgheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.header::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #021f54;
    opacity: .68;
}

.header__privacy{
    position: relative;
    z-index: 5;
    background-image: url(../assets/bgs/bgheader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.header__privacy::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #021f54;
    opacity: .68;
}

.asva{
    display: flex;
    align-items: center;
    align-content: center;
    height: 100px;
    margin-left: 100px;
}

.asva__img{
    width: 160px;
    height: 100px;
    background-image: url(../assets/img/ASVA_2023.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.navbar__page{
    display: flex;
    height: 100px;
    margin-right: 100px;
}

.navbar__page ul{
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
}

.navbar__page ul li{
    list-style: none outside none;
    border-right: 1px solid #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}

.navbar__page ul li:last-child{
    border-right: none;
}

.navbar__page ul li a{
    text-decoration: none;
    font-weight: bold;
    color: white;
}


.switches{
    display: inline-block;
}

.switches__hamburger{
    display: inline-block;
}

.flags{
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flags__img{
    display: block;
    cursor: pointer;
}

.flags__item{
    width: 30px;
    border: 1px solid #021f54;
}

.header__info{
    display: flex;
    height: 525px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header__title{
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 50px;
}

.header__subtitle{
    margin-bottom: 50px;
    color: white;
    text-align: center;
    font-size: 25px;
}

.header__about{
    color: white;
    text-align: center;
    text-transform: uppercase;
    
}

.header__about a{
    color: white;
    border: 1px solid white;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}

.header__privacy__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.privacy__title{
    font-size: 40px;
    color: white;
}

.privacy__subtitle{
    font-size: 20px;
    color: #a1a1a1;
    margin: auto;
    margin-top: -30px;
}

.privacy__logo{
    width: 200px;
    opacity: 0.1;
}

.privacy__body{
    margin-top: 30px;
    text-align: justify;
    margin-bottom: 30px;
}

.privacy__body__tree{
    list-style: decimal;
}

.privacy__body__subtree{
    padding: 10px;
    list-style: lower-alpha;
    font-weight: normal;
}

.privacy__body__li{
    font-weight: bold;
}

.about__icon{
    font-size: 40px;
    margin-top: 10px;
}

.contact__icon{
    color:#021f54;
}

.about__icon i{
    background-color: #021f54;
    padding: 8px 20px;
    border-radius: 50%;
    color: white;
}

.about__title{
    text-align: center;
    color: #021f54;
}

.container{
    width: 75%;
    margin: auto;
    text-align: center;
}

.services{
    display: flex;
    justify-content: space-around;
}

.services__col{
    margin-top: 50px;
    width: 30%;
    height: 250px;
}

.services__icon i{
    font-size: 30px;
    background-color: rgb(226, 226, 226);
    padding: 15px;
    border-radius: 15px;
}

.services__title{
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #021f54;
}

.slider__separator{
    background: white;
    height: 2px;
    width: 200px;
    display: block;
    margin: auto;
}

.services__subtitle{
    margin: 0px;
    cursor: pointer;
}

.slider{
    padding: 50px;
    background-image: url(../assets/bgs/dedicated.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    transition: 0.6s ease;
}

.slider__info{
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.slider__title{
    color: white;
}

.slider__subtitle{
    color: white;
    font-weight: bold;
}

.touch{
    width: 75%;
    margin: auto;
}

.touch__title{
    text-align: center;
    color: #021f54;
}

.input__large input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    margin: 5px 0px;
}

.input__short{
    display: flex;
    justify-content: space-between;
}

.input__short input{
    width: 49%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    margin: 5px 0px;
}

.input__textarea textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    margin: 5px 0px;
    height: 100px;
}

.input__button input{
  background-color: #021f54;
  border: 0;
  color: white;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 15px 30px;
  border-radius: 5px;
  border: 2px solid #011130;
}

.footer{
    background-color: #f7f6f6;
    margin-top: 30px;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer__title{
    color: #021f54;
    text-align: center;
}

.footer__copyright{
    color: gray;
    font-size: smaller;
    text-align: center;
}

@media (max-width: 480px) {
    .text{
        padding: 0px 35px;
    }
    .header{
        background-attachment: initial;
    }
    .header__privacy{
        background-attachment: initial;
    }
    .slider{
        padding: 0px;
        background-attachment: initial;
    }
    .touch{
        width: 100%;
    }
    .imgslider{
        display: none;
    }
    #headerRowHamburger{
        display: block;
    }
    #headerRow{
        pointer-events: none;
    }
    .nav__hamburger {
        display: block;
        height: 64px;
    }
    .header__row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .navbar__page{
        display: none;
    }
    .asva{
        margin-left: 0px;
    }
    .services{
        display: none;
    }
    .header__privacy__logo{
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .text{
        padding: 0px 35px;
    }
    .header{
        background-attachment: initial;
    }
    .header__privacy{
        background-attachment: initial;
    }
    .slider{
        padding: 0px;
        background-attachment: initial;
    }
    #headerRowHamburger{
        display: block;
    }
    #headerRow{
        pointer-events: none;
    }
    .nav__hamburger {
        display: block;
        height: 64px;
    }
    .header__row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .navbar__page{
        display: none;
    }
    .asva{
        margin-left: 0px;
    }
    .services{
        display: none;
    }
    .header__privacy__logo{
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .text{
        padding: 0px 35px;
    }
    .header{
        background-attachment: initial;
    }
    .header__privacy{
        background-attachment: initial;
    }
    .slider{
        padding: 0px;
        background-attachment: initial;
    }
    .header__row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .asva{
        margin-left: 0px;
    }
    
    .navbar__page{
        margin-right: 0px;
    }
    .header__privacy__logo{
        display: none;
    }

    .header__privacy__title{
        text-align: center;
        margin: auto;
    }
}