@font-face {
    font-family: azonix;
    src: url(../../Fonts/Azonix.otf);
}
@font-face {
    font-family: futura;
    src: url(../../Fonts/Futura_Light.ttf);
}

html, body {
    margin: 0%;
    padding-top: 0%;
    font-family: futura;
    background-color: #ffff;
    color: #353839;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: #353839;
}
button, a {
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
img {
    user-select: none;
}

.navbar{
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    height: 100px;
    overflow: hidden;
    align-items: center;
}
.navbar .logo{
    position: absolute;
    margin-top: 25px; left: 0;
    width: auto;
    height: 50px;
    display: flex;
    gap: 5px;
    overflow: hidden;
}
.navbar .logo img{
    margin-top: 4px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.navbar .logo h2{
    margin-top: 10px;
    cursor: pointer;
}
.navbar .rnvb{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100px;
    display: flex;
    gap: clamp(0px, 2vw, 20px);
    text-align: center;
    align-items: center;
}
@media screen and (max-width: 670px){
    .navbar .rnvb a{
        display: none;
    }
}
.navbar .rnvb button{
    padding: 15px;
    background-color: #A1C6EA;
    border: none;
    border-radius: 5px;
}
.navbar .rnvb button:hover{
    background-color: #3F3D56;
    color: #FAFAFA;
}

.hdr{
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    height: 400px;
    background-color: #FAFAFA;
    overflow: hidden;
}
.hdr h1{
    width: 50%;
    position: relative;
    margin-top: 100px;
    font-size: clamp(2rem, 7vw, 3rem);
}
.hdr span{
    color: #A1C6EA;
}
.hdr button{
    padding: 15px;
    background-color: #A1C6EA;
    border: none;
    border-radius: 5px;
}
.hdr button:hover{
    background-color: #3F3D56;
    color: #FAFAFA;
}
.hdr img{
    position: absolute;
    right: 5%;
    top: -30%;
    width: auto;
    height: 140%;
}

.clts{
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    height: 191px;
    overflow: hidden;
    text-align: center;
}
.clts .container{
    position: relative;
    width: 100%;
    height: 75px;
    display: flex;
    gap: 20px;
}
.container .comp{
    position: relative;
    width: 75px;
    height: 75px;
}
.comp img{
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.srvcs{
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.srvcs .s-container{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}
.srvcs .sbox{
    width: 250px;
    height: auto;
    background-color: #A1C6EA;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 5px;
    box-shadow: 0 0 40px rgba(161, 198, 234, 0.9);
}
.srvcs .sbox:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.abts{
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    min-height: 400px;
    overflow: hidden;
    background-color: #fafafa;
    padding-top: 100px; padding-bottom: 100px;
}
.abts img{
    position: absolute;
    left: 5%;
    top: 0%;
    width: auto;
    height: 100%;
    max-height: 400px;
}
.abts h1, .abts p{
    position: relative;
    left: 50%;
    width: 50%;
}
.abts p{
    text-align: justify;
}
.abts button{
    position: relative;
    left: 50%;
    padding: 15px;
    background-color: #A1C6EA;
    border: none;
    border-radius: 5px;
}
.abts button:hover{
    background-color: #3F3D56;
    color: #FAFAFA;
}

.comment{
    display: none;
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    min-height: 400px;
    overflow: hidden;
    padding-top: 10px; padding-bottom: 10px;
}
.comment img{
    position: absolute;
    top: 50%; left: 5%;
    transform: translate(0%, -50%);
    width: 30%;
    height: 60%;
}
.comment p{
    position: relative;
    margin-left: 40%;
    text-align: justify;
}
.comment h4{
    position: relative;
    margin-left: 40%;
}
.comment h5{
    position: relative;
    margin-left: 40%;
}

.temps{
    display: none;
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    min-height: 400px;
    background-color: #fafafa;
    overflow: hidden;
    padding-top: 10px; padding-bottom: 10px;
    text-align: center;
}
.temps h3{
    text-align: center;
    width: 70%;
    margin-left: 15%;
}
.temps .container{
    min-height: 250px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0 20px;
}
.temps .box{
    position: relative;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.temps img{
    height: 80%;
    width: auto;
    border-radius: 10px;
    border: none;
}
.temps .wrt{
    position: absolute;
    bottom: 5%; left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 150px;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
}

.btm{
    background-color: #353839;
    position: relative;
    top: 0; left: 0;
    width: 100vw;
    height: 250px;
    overflow: hidden;
    padding: 20px 20px;
    color: #fafafa;
}
.btm .container{
    display: flex;
    justify-content: space-evenly;    
}
.btm .box{
    width: 200px;
    height: 250px;
    overflow: hidden;
}
.btm a, .btm p{
    font-size: 0.85rem;
    color: #fafafa;
}
.btm a{
    display: block;
}
.btm .logo{
    position: relative;
    margin-top: 25px; left: 0;
    width: auto;
    height: 50px;
    display: flex;
    gap: 5px;
    overflow: hidden;
}
.btm .logo img{
    margin-top: 4px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
@media screen and (max-width: 470px){
    .btm .logo img{
        display: none;
    }
}
.btm .logo h2{
    margin-top: 10px;
    cursor: pointer;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.middle{
    position: relative;
    left: 50%;
    height: auto;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%,0%);
}

@media screen and (max-width: 500px){
    .hdr img{
        z-index: -1;
        top: -55%;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 200%;
        filter: brightness(80%);
        opacity: 0.6;
    }
    .comment img {
        display: none;
    }
    .hdr, .comment{
        text-align: center;
    }
    .hdr h1{
        width: 100%;
    }
    .comment p, .comment h4, .comment h5{
        margin-left: 0;
    }
}
@media screen and (max-width: 800px){
    .abts img{
        z-index: -1;
        left: 50%;
        transform: translate(-50%, 0%);
        height: 100%;
        filter: brightness(80%);
        opacity: 0.6;        
    } 
    .abts{
        text-align: center;
    }
    .abts h1, .abts p{
        left: 0;
        width: 100%;
    }
    .abts button{
        left: 0;
    }
}