@import url(./reset.css);

@font-face {
    font-family: PlovdivFont;
    src: url(../fonts/PlovdivDisplay-Regular.otf);
}

* {
    font-family: PlovdivFont;
}

body {
    background-color: #111216d9;
}

hr {
    color: white;
    width: 100%;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

p {
    color: #b0aac0;
    font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

.green {
    color: #80db66;
}

.menuUl {
    display: none;
    justify-content: space-evenly;
    width: 40%;
}


.menuUl li a {
    color: white;
}

.menuBar { 
    color: white;
    font-size: 30px;
    cursor: pointer;
}

@media (min-width: 800px) { 
    .menuUl { 
        display: flex;
    }

    .menuBar { 
        display: none !important;
    }

    aside { 
        display: none !important;
    }
}

@media (max-width: 800px) { 
    .image-about { 
        flex-direction: column;
    }

    .about-div { 
    padding: 20px;
    text-align: center;
    }
}
.menuBar { 
        padding-right: 20px;
    font-size: 35px;
}

nav ul li {
    font-size: 24px;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.logo-img {
    height: 55px;
    border-radius: 35px;
}


header {
      width: 100%;
    background-color: #25262f;
    padding: 4px;
    box-shadow: 6px 2px 30px #00000033;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
}

.image-about {
    padding-top: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.custom-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.service-box {
    background-color: #444550;
    padding: 25px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    width: 48%;

}

.service-box img {
    height: 100px;
}

@media (max-width: 800px) { 
    .service-box { 
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    align-items: center;
    text-align: center;
    }
}

.titles {
    text-align: center;
    margin: 0px auto 35px;
}

.sap-bania-img {
    width: 50%;
    float: right;
    border-radius: 8px;
    box-shadow: 6px 6px 8px 0px #00000080;
}

@media (max-width: 800px) { 

    .sap-bania-img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 6px 6px 8px 0px #00000080;
}

.services-details-two__img { 
    padding: 30px;
}

}

.side-mobile-menu {
    transform: translate(-100%, 0px);
    width: 380px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    background: #80db66;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

@media screen and (max-width: 767px) {
    .side-mobile-menu {
        width: 70%;
    }
}

.fa-times { 
        position: absolute;
    top: 7px;
    right: 15px;
    font-size: 45px;
}

aside {
    top: 0;
    left: 0;
    height: 100vh;
    background: white;
    max-width: 312px;
    position: fixed;
    width: 300px;
    z-index: 9999999;
}

aside ul {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 26px;
}


footer {
    background-color: #111216;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-container {
    display: flex;
    justify-content: center;
    gap: 30px;

}

.footer-box {
    width: 33%;
}

.footer-container a {
    color: white;
    font-size: 22px;
}

.footer-container a:hover {
    text-decoration: underline;
}

@media (max-width: 800px) { 
    .footer-container { 
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-box { 
           width: 100%;
        padding: 25px;
        text-align: center;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
}