@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&family=Orbitron&family=Oswald:wght@300;400&family=Oxygen&display=swap');
@import 'https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap';
@import url('https://fonts.cdnfonts.com/css/lt-binary-neue');
@import url('https://fonts.cdnfonts.com/css/aureola');
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Audiowide&family=Bruno+Ace&family=Chakra+Petch:wght@300&family=Gemunu+Libre:wght@200;300&family=Geo&family=Goldman&family=Kdam+Thmor+Pro&family=Michroma&family=Oxanium:wght@300&family=Roboto+Mono&family=Sarpanch&family=Skranji&family=Teko:wght@300&family=Turret+Road:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Gemunu Libre', sans-serif;
    scroll-behavior: smooth;
    font-size: 162.5%;

}

a {
    text-decoration: none;
}

body {
    line-height: 1.5;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}


/* NavBar Section */

.navbar {
    width: 100%;
    height: 15vh;
    background-color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
}

.navbar-links {
    width: 47.5%;
}

/* .navbar-links ul li:nth-child(6) {
    background: #d0ff7b;
    width: 95px;
    height: 55px;
} */
.material-symbols-outlined {
    color: #d0ff7b;
    font-size: 14px;
}

.logo img {
    max-width: 210px;
    margin-top: 6%;
    margin-left: 10%;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links ul li {
    list-style: none;
    display: block;
    padding: .5rem;
    line-height: 100px;
    text-transform: uppercase;
}

.navbar-links ul li a {
    color: #424242;
    font-size: 21px;
    padding: 5px;
}

.navbar-links ul li:hover a {
    color: #d0ff7b;
}

.toggle-button {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 60px;
    height: 40px;
}

.toggle-button .hmbrgbar {
    width: 100%;
    height: 7px;
    background-color: #d0ff7b;
    border-radius: 10px;
}

/* .languageEN {
    font-size: 18px;
    border: none;
    position: absolute;
    right: 1%;
    top: 57%;
    width: 55px;
    height: 30px;
    background-color: #d0ff7b;
    cursor: pointer;
    padding: 1px 18px;
    color: #424242;
} */

/* End NavBar Section */


/* Main Page Section */
.mainPage {
    height: 85vh;
    width: 100%;
    background-image: url(images/B1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainPageText {
    position: relative;
    top: 45%;
    left: 4%;
}

.mainPage .line1,
.line2,
.line3 {
    font-size: 67px;
    font-family: orbitron;
    color: #d0ff7b;
    letter-spacing: 3px;
    line-height: 70px;
}

.mainPage .line1color,
.line2color,
.line3color {
    color: #fff;
}

.line2font {
    font-family: 'Gemunu Libre';
    font-size: 80px;
}

.btnPortfolio {
    display: inline-block;
    padding: 6px 20px;
    color: white;
    border: 2px solid #d0ff7b;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-top: 5px;
    transition: 0.9s ease;
}

.btnPortfolio:hover {
    color: #d0ff7b;
}

/* End Main Page Section */




/* Project Section  */
.projectsPage {
    height: auto;
    width: 100%;
}

.projectsContainer {
    width: 100%;
    margin-top: 5%;
    margin-left: 5%;
    position: relative;
    overflow-wrap: break-word;
}

.projectsPage h1 span {
    font-size: 3.6rem;
}

.projectsPage h1 {
    font-family: orbitron;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 10px;
    line-height: 1.2;
    text-align: right;
    width: 100%;
    height: 25vh;
    background-color: #f1f1f1;
    padding: 5.5% 5.5% 0% 0%;
}

.projectsPage h1::first-letter {
    content: "";
    background-color: #d0ff7b;
    display: inline-block;
}

.projectsDivs {
    width: 26%;
    height: 350px;
    display: inline-block;
    box-sizing: border-box;
    overflow-wrap: break-word;
    vertical-align: top;
    margin-bottom: 80px;
    margin-right: 5%;
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8,
.img9,
.img10,
.img11,
.img12,
.img13,
.img14,
.img15,
.img16,
.img17,
.img18,
.img19,
.img20,
.img21 {
    width: 100%;
    height: 240px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.img1 {
    background-image: url(images/P1.jpg);
}

.img2 {
    background-image: url(images/P2.png);
}

.img3 {
    background-image: url(images/P3.jpg);
}

.img4 {
    background-image: url(images/P4.jpg);
}

.img5 {
    background-image: url(images/P5.jpg);
}

.img6 {
    background-image: url(images/P6.jpg);
}

.img7 {
    background-image: url(images/P7.png);
}

.img8 {
    background-image: url(images/P8.jpg);
}

.img9 {
    background-image: url(images/P9.jpg);
}

.img10 {
    background-image: url(images/P10.png);
}

.img11 {
    background-image: url(images/P11.jpg);
}

.img12 {
    background-image: url(images/P12.jpg);
}

.img13 {
    background-image: url(images/P13.png);
}

.img14 {
    background-image: url(images/P14.jpg);
}

.img15 {
    background-image: url(images/P15.jpg);
}

.img16 {
    background-image: url(images/P16.jpg);
}

.img17 {
    background-image: url(images/P17.jpg);
}

.img18 {
    background-image: url(images/P18.jpg);
}

.img19 {
    background-image: url(images/P19.jpg);
}

.img20 {
    background-image: url(images/P20.jpg);
}

.img21 {
    background-image: url(images/P21.jpg);
}

.projectsDivs h2 {
    font-size: 30px;
    margin-top: 10px;
    color: #424242;
    text-align: left;
}

.btnFOM {
    width: 150px;
    height: 35px;
    padding: 5px 15px;
    background-color: #d0ff7b;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.btnFOM:hover {
    opacity: 0.8;
}

.projectsDetailsPage {
    height: 85vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f1f1;
}

.projectsDetailsPage i {
    font-size: 60px;
    color: #d0ff7b;
    cursor: pointer;
}

.projectsDetailsContainers {
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    position: relative;
}

.leftProjectContainer {
    width: 40%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 4%;
    margin-left: 10%
}

.leftProjectContainer h2 {
    font-family: orbitron;
    font-size: 1.05rem;
    text-align: center;
    margin-top: 2%;
}

.detailedProjectImg1,
.detailedProjectImg2,
.detailedProjectImg3,
.detailedProjectImg4,
.detailedProjectImg5,
.detailedProjectImg6,
.detailedProjectImg7,
.detailedProjectImg8,
.detailedProjectImg9,
.detailedProjectImg10,
.detailedProjectImg11,
.detailedProjectImg12,
.detailedProjectImg13,
.detailedProjectImg14,
.detailedProjectImg15,
.detailedProjectImg16,
.detailedProjectImg17,
.detailedProjectImg18,
.detailedProjectImg19,
.detailedProjectImg20,
.detailedProjectImg21 {
    width: 90%;
    max-width: 700px;
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.detailedProjectImg1 {
    background-image: url(images/P1.jpg);
}

.detailedProjectImg2 {
    background-image: url(images/P2.png);
}

.detailedProjectImg3 {
    background-image: url(images/P3.jpg);
}

.detailedProjectImg4 {
    background-image: url(images/P4.jpg);
}

.detailedProjectImg5 {
    background-image: url(images/P5.jpg);
}

.detailedProjectImg6 {
    background-image: url(images/P6.jpg);
}

.detailedProjectImg7 {
    background-image: url(images/P7.png);
}

.detailedProjectImg8 {
    background-image: url(images/P8.jpg);
}

.detailedProjectImg9 {
    background-image: url(images/P9.jpg);
}

.detailedProjectImg10 {
    background-image: url(images/P10.png);
}

.detailedProjectImg11 {
    background-image: url(images/P11.jpg);
}

.detailedProjectImg12 {
    background-image: url(images/P12.jpg);
}

.detailedProjectImg13 {
    background-image: url(images/P13.png);
}

.detailedProjectImg14 {
    background-image: url(images/P14.jpg);
}

.detailedProjectImg15 {
    background-image: url(images/P15.jpg);
}

.detailedProjectImg16 {
    background-image: url(images/P16.jpg);
}

.detailedProjectImg17 {
    background-image: url(images/P17.jpg);
}

.detailedProjectImg18 {
    background-image: url(images/P18.jpg);
}

.detailedProjectImg19 {
    background-image: url(images/P19.jpg);
}

.detailedProjectImg20 {
    background-image: url(images/P20.jpg);
}

.detailedProjectImg21 {
    background-image: url(images/P21.jpg);
}

.rightProjectContainer {
    width: 50%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.rightProjectContainer .projectsInfoTable1,
.rightProjectContainer .projectsInfoTable2,
.rightProjectContainer .projectsInfoTable3,
.rightProjectContainer .projectsInfoTable4,
.rightProjectContainer .projectsInfoTable5,
.rightProjectContainer .projectsInfoTable6,
.rightProjectContainer .projectsInfoTable7,
.rightProjectContainer .projectsInfoTable8,
.rightProjectContainer .projectsInfoTable9,
.rightProjectContainer .projectsInfoTable10,
.rightProjectContainer .projectsInfoTable11,
.rightProjectContainer .projectsInfoTable12,
.rightProjectContainer .projectsInfoTable13,
.rightProjectContainer .projectsInfoTable14,
.rightProjectContainer .projectsInfoTable15,
.rightProjectContainer .projectsInfoTable16,
.rightProjectContainer .projectsInfoTable17,
.rightProjectContainer .projectsInfoTable18,
.rightProjectContainer .projectsInfoTable19,
.rightProjectContainer .projectsInfoTable20,
.rightProjectContainer .projectsInfoTable21 {
    margin: 0%;
    position: absolute;
    top: 31%;
    left: 57%;
}

.projectsDetailsContainers .rightProjectContainer table th {
    padding: 15px 15px 15px 0px;
    font-size: .8rem;
    border-right: 5px solid #d0ff7b;
    text-align: right;
    width: 560px;
}

.projectsDetailsContainers .rightProjectContainer table td {
    padding: 15px 0 15px 15px;
    font-size: .8rem;
    font-weight: lighter;
    width: 1100px;
}

/* End Projects Section  */


/* Services Section  */
.servicesPage {
    height: auto;
    width: 100%;
}

.servicesContainer {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: row;
    margin-top: 0%;
    background-color: #f1f1f1;
}

.leftServicesContainer {
    width: 60%;
    height: 85vh;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #424242;
    margin-top: 0%;
    margin-bottom: 0%;
    z-index: 5;
    position: absolute;
    left: 41%;
    top: 13vh;
}

.leftServicesContainer h1 span {
    color: #d0ff7b;
    font-size: 50px;
}

.leftServicesContainer h1 {
    font-size: 32px;
    color: #424242;
    letter-spacing: 0px;
    position: absolute;
    top: 5%;
    left: 3%;
}

.leftServicesContainer h2 {
    font-size: 23px;
    color: #424242;
    position: absolute;
    top: 15%;
    left: 3%;
}

.leftServicesContainer h1,
h2 {
    text-align: left;
}

.leftServicesContainer h2::after {
    content: "";
    width: 325px;
    height: 10px;
    background-color: #d0ff7b;
    display: block;
    position: absolute;
    top: 100%;
    left: 0%;
    display: inline-block;
}

.servicesText {
    width: 85%;
    position: absolute;
    top: 31%;
    left: 3%;
}

.servicesText p {
    text-align: left;
    font-size: 21px;
    line-height: 25px;
    color: #424242;
    margin-bottom: 2%;
    margin-left: 0%;
    border-bottom: 1px dotted #424242;

}

.rightServicesContainer {
    width: 40%;
    height: 85vh;
    background-image: url(images/S1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    position: absolute;
    left: 0%;
}

/* End Services Section  */



/* About Section  */

.aboutPage {
    min-height: 85vh;
    width: 100%;
    position: relative;
}

.aboutContainer {
    width: 100%;
    min-height: 85vh;
    display: flex;
    flex-direction: row;
    overflow-wrap: break-word;
    background-color: #f1f1f1;
}

.leftAbout {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-indent: 30px;
    color: #424242;
    text-align: right;
    height: auto;
    margin-left: 3%;
}

.leftAbout .aboutText {
    margin-top: 20%;
    margin-bottom: 40px;
    font-size: 22px;
}

.leftAbout .mep29 {
    font-size: 27px;
    font-weight: bold;
}

.leftAbout h1 {
    font-size: 27px;
}

.leftAbout h1 span {
    color: #d0ff7b;
    font-weight: bolder;
    font-size: 45px;
}

.leftAbout h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 7px double #d0ff7b;
    border-width: 1.5vh;
}

.rightAbout {
    width: 50%;
    background-image: url(images/A1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-left: 2%;
}

/* End About Section  */



/* Contact Section */
.contactPage {
    height: 75vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
}

.contactContainer {
    width: 100%;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.contactTitle {
    background-color: #d0ff7b;
    width: 100%;
    height: 13vh;
    display: flex;
    text-align: right;
    align-items: flex-end;
    margin-bottom: 10%;
}

.contactTitle1 {
    font-family: 'aureola', sans-serif;
    width: 100%;
    margin-right: 10%;
    letter-spacing: 10px;
    font-size: 3.3rem;
}


.contactInfo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 60%;
}

.phoneInfo,
.adressInfo,
.mailInfo {
    margin-left: 35px;
    margin-right: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 23px;
    color: black;
}

.contactmail {
    font-family: Arial, Helvetica, sans-serif;
}

.phoneInfo i,
.adressInfo i,
.mailInfo i {
    color: #d0ff7b;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}

/* Footer */
footer {
    width: 100%;
    height: 10vh;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    opacity: 0.8;
}

.copyright {
    font-size: 16px;
    margin-top: 0px;
    padding-top: 19px;
    line-height: 20px;
}

.designedby {
    font-size: 16px;
    margin-bottom: 5px;
}

.d-by {
    font-size: 20px;
}

/* End Footer */
/* End Contact Section */



/* FOR 1280px  */
/* 1280px Home */
@media only screen and (max-width:1280px) {
    .toggle-button {
        display: none;
    }

    .logo img {
        max-width: 190px;
        margin-top: 6%;
        margin-left: 10%;
    }

    .navbar-links {
        width: 45%;
    }

    .navbar-links ul li a {
        font-size: 18px;
        padding: 0;
    }

    .mainPageText {
        top: 53%;
        left: 3%;
    }

    .mainPage .line1,
    .line2,
    .line3 {
        letter-spacing: 4px;
        font-size: 48px;
        line-height: 55px;
    }

    .line2font {
        font-size: 60px;
    }

    .btnPortfolio {
        font-size: 1rem;
        padding: 0px 15px;
    }



    /* End 1280px Home */

    /* 1280px Project */

    .projectsPage h1 span {
        font-size: 90px;
    }

    .projectsPage h1 {
        height: 27vh;
        height: 23vh;
        line-height: 1.5rem;
        padding: 6.75% 6% 0% 0%;
    }

    .projectsContainer {

        padding: 0% 5% 5% 0%;
    }

    .projectsDivs {
        width: 29%;
        height: 350px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7,
    .img8,
    .img9,
    .img10,
    .img11,
    .img12,
    .img13,
    .img14,
    .img15,
    .img16,
    .img17,
    .img18,
    .img19,
    .img20,
    .img21 {
        width: 100%;
        max-width: 350px;
        height: 220px;
    }

    .projectsDivs h2 {
        font-size: 25px;
    }

    .btnFOM {
        font-size: 19px;
    }

    .projectsDetailsContainers {
        align-items: center;
        justify-content: center;
        margin-top: 2%;
        margin-left: 5%;
    }

    .leftProjectContainer {
        width: 90%;
        height: 55vh;
        margin-left: 3%;
    }

    .leftProjectContainer h2 {
        font-size: .9rem;
    }

    .detailedProjectImg1,
    .detailedProjectImg2,
    .detailedProjectImg3,
    .detailedProjectImg4,
    .detailedProjectImg5,
    .detailedProjectImg6,
    .detailedProjectImg7,
    .detailedProjectImg8,
    .detailedProjectImg9,
    .detailedProjectImg10,
    .detailedProjectImg11,
    .detailedProjectImg12,
    .detailedProjectImg13,
    .detailedProjectImg14,
    .detailedProjectImg15,
    .detailedProjectImg16,
    .detailedProjectImg17,
    .detailedProjectImg18,
    .detailedProjectImg19,
    .detailedProjectImg20,
    .detailedProjectImg21 {
        max-width: 600px;
        height: 300px;
    }

    .rightProjectContainer {
        width: 100%;
        height: 350px;
    }

    .rightProjectContainer .projectsInfoTable1,
    .rightProjectContainer .projectsInfoTable2,
    .rightProjectContainer .projectsInfoTable3,
    .rightProjectContainer .projectsInfoTable4,
    .rightProjectContainer .projectsInfoTable5,
    .rightProjectContainer .projectsInfoTable6,
    .rightProjectContainer .projectsInfoTable7,
    .rightProjectContainer .projectsInfoTable8,
    .rightProjectContainer .projectsInfoTable9,
    .rightProjectContainer .projectsInfoTable10,
    .rightProjectContainer .projectsInfoTable11,
    .rightProjectContainer .projectsInfoTable12,
    .rightProjectContainer .projectsInfoTable13,
    .rightProjectContainer .projectsInfoTable14,
    .rightProjectContainer .projectsInfoTable15,
    .rightProjectContainer .projectsInfoTable16,
    .rightProjectContainer .projectsInfoTable17,
    .rightProjectContainer .projectsInfoTable18,
    .rightProjectContainer .projectsInfoTable19,
    .rightProjectContainer .projectsInfoTable20,
    .rightProjectContainer .projectsInfoTable21 {
        width: 100%;
        margin: 0%;
        position: absolute;
        top: 18%;
        left: 36%;
    }

    .projectsDetailsContainers .rightProjectContainer table th {
        font-size: .9rem;

    }

    .projectsDetailsContainers .rightProjectContainer table td {
        font-size: .9rem;
    }

    .projectsDetailsPage i {
        font-size: 45px;
        margin-top: 0%;
    }

    /* End 1280px Projects */

    /* 1280px Services */
    .servicesPage {
        height: auto;
        width: 100%;
    }

    .servicesContainer {
        width: 100%;
        height: 85vh;
        display: flex;
        flex-direction: row;
        margin-top: 0%;
        background-color: #f1f1f1;
    }

    .leftServicesContainer {
        width: 60%;
        height: 85vh;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        color: #424242;
        margin-top: 0%;
        margin-bottom: 0%;
        z-index: 5;
        position: absolute;
        left: 41%;
        top: 13vh;
    }

    .leftServicesContainer h1 span {
        color: #d0ff7b;
        font-size: 45px;
    }

    .leftServicesContainer h1 {
        font-size: 32px;
        color: #424242;
        letter-spacing: 0px;
        position: absolute;
        top: 5%;
        left: 3%;
    }

    .leftServicesContainer h2 {
        font-size: 23px;
        color: #424242;
        position: absolute;
        top: 15%;
        left: 3%;
    }

    .leftServicesContainer h1,
    h2 {
        text-align: left;
    }

    .leftServicesContainer h2::after {
        content: "";
        width: 300px;
        height: 10px;
        background-color: #d0ff7b;
        display: block;
        position: absolute;
        top: 100%;
        left: 0%;
        display: inline-block;
    }

    .servicesText {
        width: 85%;
        position: absolute;
        top: 31%;
        left: 3%;
    }

    .servicesText p {
        text-align: left;
        font-size: 21px;
        line-height: 25px;
        color: #424242;
        margin-bottom: 2%;
        margin-left: 0%;
        border-bottom: 1px dotted #424242;

    }

    .rightServicesContainer {
        width: 40%;
        height: 85vh;
        background-image: url(images/S1.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        position: absolute;
        left: 0%;
    }

    /* End 1280px Services */

    /* 1280px About */

    .leftAbout .aboutText {
        margin-top: 20%;
        margin-bottom: 20px;
        font-size: 25px;
    }

    .leftAbout span {
        font-size: 37px;
    }

    .leftAbout h1 {
        font-size: 27px;
    }

    .leftAbout h3 {
        border-width: 1.4vh;
    }

    /* End 1280px About */
    /*1280px Contact*/
    .contactContainer {
        width: 100%;
    }

    .contactTitle1 {
        letter-spacing: 10px;
    }

    .phoneInfo,
    .adressInfo,
    .mailInfo {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 25px;
    }

    /* Footer */
    footer {
        width: 100%;
        height: 10vh;
        background-color: #fff;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0.8;
    }

    .copyright {
        font-size: 16px;
        margin-top: 0px;
        padding-top: 19px;
        line-height: 20px;
    }

    .designedby {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .d-by {
        font-size: 20px;
    }
}

/*End 1280px Contact*/

/* FOR 992px  */
/* 992px Home */
@media only screen and (max-width:992px) {
    .toggle-button {
        display: flex;
    }

    /* .languageEN {
        display: flex;
    } */

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul li:nth-child(6) {
        background: none
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 20%;
        height: 75vh;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        position: absolute;
        top: 100%;
        left: 80%;
        background-color: #d0ff7b;
    }

    .navbar-links ul li {
        height: 20px;
    }

    .navbar-links ul li a {
        padding: 0px;
        width: 100%;
        color: #424242;
    }

    .navbar-links ul li:hover a {
        color: #fff;
    }

    .material-symbols-outlined {
        color: #424242;
    }

    .navbar-links.active {
        display: flex;
    }

    .mainPageText {
        top: 62%;
        left: 5%;
    }

    .mainPage .line1,
    .line2,
    .line3 {
        font-size: 38px;
        letter-spacing: 2px;
        line-height: 45px;
    }

    .line2font {
        font-size: 46px;
    }

    .btnPortfolio {
        font-size: .7rem;
        padding: 2px 15px;
    }

    .logo img {
        max-width: 175px;
        margin-top: 6%;
        margin-left: 10%;
    }

    .toggle-button {
        width: 50px;
        top: 1rem;
        right: 5%;
        height: 37px;
    }

    /* .languageEN {
        width: 60px;
        height: 30px;
        font-size: 18px;
        padding: 2px 15px;
        position: absolute;
        right: 1.2rem;
        top: 65%;
    } */

    /*End 992px Home*/
    /* 992px Project */
    .projectsPage h1 span {
        font-size: 60px;
    }

    .projectsPage h1 {
        font-size: 1.5rem;
        letter-spacing: 5px;
        text-align: center;
        width: 100%;
        height: 18vh;
        margin: 0%;
        padding: 7% 0% 0% 0%;
    }

    .projectsContainer {
        padding: 5% 0% 5% 2%;
    }

    .projectsDivs {
        width: 85%;
        height: 500px;
        margin-bottom: 0%;
    }

    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7,
    .img8,
    .img9,
    .img10,
    .img11,
    .img12,
    .img13,
    .img14,
    .img15,
    .img16,
    .img17,
    .img18,
    .img19,
    .img20,
    .img21 {
        width: 100%;
        max-width: 800px;
        height: 300px;
    }

    .projectsDivs h2 {
        font-size: 32px;
        margin-top: 0px;
    }

    .btnFOM {
        font-size: 22px;
    }

    .btnFOM:hover {
        opacity: 0.8;
    }

    .projectsDetailsContainers {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 3%;
        margin-left: 5%;
        margin-right: 8%;
    }

    .leftProjectContainer {
        width: 80%;
        height: 40 vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0%;
    }

    .detailedProjectImg1,
    .detailedProjectImg2,
    .detailedProjectImg3,
    .detailedProjectImg4,
    .detailedProjectImg5,
    .detailedProjectImg6,
    .detailedProjectImg7,
    .detailedProjectImg8,
    .detailedProjectImg9,
    .detailedProjectImg10,
    .detailedProjectImg11,
    .detailedProjectImg12,
    .detailedProjectImg13,
    .detailedProjectImg14,
    .detailedProjectImg15,
    .detailedProjectImg16,
    .detailedProjectImg17,
    .detailedProjectImg18,
    .detailedProjectImg19,
    .detailedProjectImg20,
    .detailedProjectImg21 {
        width: 100%;
        max-width: 500px;
        height: 210px;
    }

    .leftProjectContainer h2 {
        font-size: .8rem;
        text-align: center;
        margin-top: 1%;
    }

    .rightProjectContainer {
        width: 100%;
        height: 45vh;
    }

    .rightProjectContainer .projectsInfoTable1,
    .rightProjectContainer .projectsInfoTable2,
    .rightProjectContainer .projectsInfoTable3,
    .rightProjectContainer .projectsInfoTable4,
    .rightProjectContainer .projectsInfoTable5,
    .rightProjectContainer .projectsInfoTable6,
    .rightProjectContainer .projectsInfoTable7,
    .rightProjectContainer .projectsInfoTable8,
    .rightProjectContainer .projectsInfoTable9,
    .rightProjectContainer .projectsInfoTable10,
    .rightProjectContainer .projectsInfoTable11,
    .rightProjectContainer .projectsInfoTable12,
    .rightProjectContainer .projectsInfoTable13,
    .rightProjectContainer .projectsInfoTable14,
    .rightProjectContainer .projectsInfoTable15,
    .rightProjectContainer .projectsInfoTable16,
    .rightProjectContainer .projectsInfoTable17,
    .rightProjectContainer .projectsInfoTable18,
    .rightProjectContainer .projectsInfoTable19,
    .rightProjectContainer .projectsInfoTable20,
    .rightProjectContainer .projectsInfoTable21 {
        width: 100%;
        margin: 0%;
        position: absolute;
        top: 63%;
        left: 6%;
    }

    .projectsDetailsContainers .rightProjectContainer table th {
        padding: 0px 10px 0px 35px;
        font-size: .7rem;
        width: 900px;
    }

    .projectsDetailsContainers .rightProjectContainer table td {
        padding: 6px 35px 6px 15px;
        font-size: .7rem;
    }

    .projectsDetailsPage i {
        font-size: 35px;
        margin-top: 70%;
    }

    /* End 992px Projects */

    /*992px Services*/
    .servicesPage {
        height: auto;
        width: 100%;
    }

    .servicesContainer {
        width: 100%;
        height: 85vh;
        display: flex;
        flex-direction: row;
        margin-top: 0%;
        background-color: #f1f1f1;
    }

    .leftServicesContainer {
        width: 60%;
        height: 85vh;
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        color: #424242;
        margin-top: 0%;
        margin-bottom: 0%;
        z-index: 5;
        position: absolute;
        left: 41%;
        top: 15vh;
    }

    .leftServicesContainer h1 span {
        color: #d0ff7b;
        font-size: 40px;
    }

    .leftServicesContainer h1 {
        font-size: 27px;
        color: #424242;
        letter-spacing: 0px;
        line-height: 55px;
        position: absolute;
        top: 2%;
        left: 3%;
    }

    .leftServicesContainer h2 {
        font-size: 20px;
        color: #424242;
        position: absolute;
        top: 10%;
        left: 3%;
    }

    .leftServicesContainer h1,
    h2 {
        text-align: left;
    }

    .leftServicesContainer h2::after {
        content: "";
        width: 260px;
        height: 10px;
        background-color: #d0ff7b;
        display: block;
        position: absolute;
        top: 100%;
        left: 0%;
        display: inline-block;
    }

    .servicesText {
        width: 85%;
        position: absolute;
        top: 23%;
    }

    .servicesText p {
        text-align: left;
        font-size: 17px;
        line-height: 25px;
        color: #424242;
        margin-bottom: 2%;
        margin-left: 0%;
        border-bottom: 1px dotted #424242;

    }

    .rightServicesContainer {
        width: 40%;
        height: 85vh;
        background-image: url(images/S1.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        filter: grayscale(100%);
        position: absolute;
        left: 0%;
    }

    /*End 992px Services*/

    /* 992px About */

    .aboutContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .leftAbout {
        width: 100%;
        height: auto;
        text-align: end;
        margin-top: 5%;
    }

    .leftAbout .aboutText {
        font-size: 25px;
        margin: 5%;
        margin-bottom: 20px;
    }

    .leftAbout .mep29 {
        font-size: 22px;
    }

    .leftAbout h1 {
        font-size: 25px;
        text-align: right;
        padding-right: 5%;
    }

    .leftAbout h3 {
        text-align: right;
        padding-right: 5%;
        border-bottom: none;
    }

    .leftAbout h3::after {
        content: none;
    }

    .rightAbout {
        width: 90%;
        height: 40vh;
        margin-top: 2%;
        margin-bottom: 4%;
    }

    /* End 992px About */

    /*992px Contact*/
    .contactContainer {
        width: 100%;
    }

    .contactTitle1 {
        letter-spacing: 10px;
        font-size: 3.2rem;
    }

    .contactInfo {
        width: 100%;
    }

    .phoneInfo,
    .adressInfo,
    .mailInfo {
        width: 33%;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 24px;
    }

    /* Footer */
    footer {
        width: 100%;
        height: 10vh;
        background-color: #fff;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
        opacity: 0.8;
    }

    .copyright {
        font-size: 13px;
        margin-top: 0px;
        padding-top: 19px;
        line-height: 20px;
    }

    .designedby {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .d-by {
        font-size: 16px;
    }

    /*End 992px Contact*/
}




/* FOR 768px */
/* 768px Home */
@media only screen and (max-width:768px) {
    .toggle-button {
        display: flex;
    }

    /* .languageEN {
        display: flex;
    } */

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 25%;
        height: 75vh;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        position: absolute;
        top: 100%;
        left: 75%;
        background-color: #d0ff7b;
    }

    .navbar-links ul li {
        height: 20px;
    }

    .navbar-links ul li a {
        padding: 0px;
        width: 100%;
        color: #424242;
        font-size: 18px;
    }

    .navbar-links ul li:hover a {
        color: #fff;
    }

    .material-symbols-outlined {
        color: #424242;
    }

    .navbar-links.active {
        display: flex;
    }

    .mainPageText {
        top: 63%;
        left: 6%;
    }

    .mainPage .line1,
    .line2,
    .line3 {
        font-size: 35px;
        letter-spacing: 1px;
        line-height: 45px;
    }

    .line2font {
        font-size: 43px;
    }

    .btnPortfolio {
        font-size: .7rem;
        padding: 0px 10px;
    }

    .logo img {
        max-width: 175px;
        margin-top: 6%;
        margin-left: 10%;
    }

    .toggle-button {
        width: 47px;
        right: 5%;
        top: 1.3rem;
        height: 33px;
    }

    .hmbrgbar {
        height: 5.5px;
    }

    /* .languageEN {
        width: 60px;
        height: 30px;
        font-size: 18px;
        padding: 2px 15px;
        position: absolute;
        right: .7rem;
        top: 65%;
    } */

    /* End 768px Home */
    /* 768px Project */
    .projectsPage h1 span {
        font-size: 50px;
    }

    .projectsPage h1 {
        font-size: 1.2rem;
        letter-spacing: 4px;
        text-align: center;
        width: 100%;
        height: 12vh;
        margin: 0%;
        padding: 4.5% 0% 0% 0%;
    }

    .projectsContainer {
        margin: 0%;
        padding: 10% 0% 5% 9%;
    }

    .projectsDivs {
        width: 85%;
        height: 350px;
        margin-bottom: 10%;
    }

    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7,
    .img8,
    .img9,
    .img10,
    .img11,
    .img12,
    .img13,
    .img14,
    .img15,
    .img16,
    .img17,
    .img18,
    .img19,
    .img20,
    .img21 {
        width: 100%;
        max-width: 610px;
        height: 250px;
    }

    .projectsDivs h2 {
        font-size: 30px;
        margin-top: 0px;
    }

    .btnFOM {
        font-size: 20px;
    }

    .btnFOM:hover {
        opacity: 0.8;
    }

    .projectsDetailsContainers {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 8%;
    }

    .leftProjectContainer {
        width: 90%;
        height: 40vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .detailedProjectImg1,
    .detailedProjectImg2,
    .detailedProjectImg3,
    .detailedProjectImg4,
    .detailedProjectImg5,
    .detailedProjectImg6,
    .detailedProjectImg7,
    .detailedProjectImg8,
    .detailedProjectImg9,
    .detailedProjectImg10,
    .detailedProjectImg11,
    .detailedProjectImg12,
    .detailedProjectImg13,
    .detailedProjectImg14,
    .detailedProjectImg15,
    .detailedProjectImg16,
    .detailedProjectImg17,
    .detailedProjectImg18,
    .detailedProjectImg19,
    .detailedProjectImg20,
    .detailedProjectImg21 {
        width: 100%;
        max-width: 600px;
        height: 320px;
    }

    .leftProjectContainer h2 {
        font-size: .8rem;
        text-align: center;
        margin-top: 1%;
    }

    .rightProjectContainer {
        width: 100%;
        height: 45vh;
    }

    .rightProjectContainer .projectsInfoTable1,
    .rightProjectContainer .projectsInfoTable2,
    .rightProjectContainer .projectsInfoTable3,
    .rightProjectContainer .projectsInfoTable4,
    .rightProjectContainer .projectsInfoTable5,
    .rightProjectContainer .projectsInfoTable6,
    .rightProjectContainer .projectsInfoTable7,
    .rightProjectContainer .projectsInfoTable8,
    .rightProjectContainer .projectsInfoTable9,
    .rightProjectContainer .projectsInfoTable10,
    .rightProjectContainer .projectsInfoTable11,
    .rightProjectContainer .projectsInfoTable12,
    .rightProjectContainer .projectsInfoTable13,
    .rightProjectContainer .projectsInfoTable14,
    .rightProjectContainer .projectsInfoTable15,
    .rightProjectContainer .projectsInfoTable16,
    .rightProjectContainer .projectsInfoTable17,
    .rightProjectContainer .projectsInfoTable18,
    .rightProjectContainer .projectsInfoTable19,
    .rightProjectContainer .projectsInfoTable20,
    .rightProjectContainer .projectsInfoTable21 {
        width: 100%;
        margin: 0%;
        position: absolute;
        top: 60%;
        left: 11%;
    }

    .projectsDetailsContainers .rightProjectContainer table th {
        padding: 0px 10px 0px 5px;
        font-size: .7rem;
        width: 750px;
    }

    .projectsDetailsContainers .rightProjectContainer table td {
        padding: 6px 35px 6px 15px;
        font-size: .7rem;
    }

    .projectsDetailsPage i {
        margin-top: 20%;
        font-size: 35px;
    }

    /* End 768px Projects */

    /*768px Services*/

    .servicesPage {
        height: auto;
    }

    .servicesContainer {
        height: 100vh;
        flex-direction: column;
        margin-top: 0%;
        background-color: #f1f1f1;
    }

    .leftServicesContainer {
        width: 100%;
        height: 85vh;
        margin-bottom: 0%;
        margin-top: 0%;
        z-index: 5;
        position: absolute;
        left: 0%;
        top: 2%;
    }

    .leftServicesContainer h1 span {
        font-size: 38px;
    }

    .leftServicesContainer h1 {
        font-size: 27px;
        letter-spacing: 0px;
        text-align: left;
        color: #fff;
        position: absolute;
        left: 5%;
        top: 41%;
    }

    .leftServicesContainer h2 {
        font-size: 19px;
        color: #fff;
        text-align: left;
        position: absolute;
        left: 5%;
        top: 49%;
    }


    /* .leftServicesContainer h2::after {
        content: "";
        width: 1030px;
        height: 10px;
        background-color: #d0ff7b;
        position: absolute;
        left: 0%;
        top: 100%;
        display: inline-block;
    } */

    .servicesText {
        width: 90%;
        text-align: left;
        position: absolute;
        left: 5%;
        top: 58%;
    }

    .servicesText p {
        margin: 0;
        font-size: 18px;
        text-align: left;
        line-height: 25px;
        border-bottom: 1px dotted #424242;
        margin-bottom: 2%;
    }

    .rightServicesContainer {
        width: 100%;
        height: 35vh;
    }

    /*End 768px Services*/

    /* 768px About */

    .aboutContainer {
        flex-direction: column;
    }

    .leftAbout {
        width: 100%;
        height: auto;
        text-align: end;
        margin-top: 0;
    }

    .leftAbout .aboutText {
        font-size: 22px;
        margin: 8%;
        margin-bottom: 15px;
        margin-top: 8%;
        margin-right: 5%;
    }

    .leftAbout .mep29 {
        font-size: 21px;
    }

    .leftAbout h1 {
        font-size: 22px;
        text-align: right;
        padding-right: 5%;
    }

    .leftAbout h1 span {
        font-size: 33px;
    }

    .leftAbout h3 {
        font-size: 16px;
        text-align: right;
        padding-right: 5%;
        border-bottom: none
    }

    .leftAbout h3::after {
        content: none;
    }

    .rightAbout {
        width: 90%;
        height: 40vh;
        margin-right: 3%;
        margin-bottom: 8%;
        margin-top: 2%;
    }

    /* End 768px About */


    /* 768px Contact */
    .contactPage {
        height: 75vh;
    }

    .contactTitle {
        letter-spacing: 3px;
        margin-top: -25%;
    }

    .contactTitle1 {
        font-size: 2.5rem;
    }

    .contactInfo {
        flex-direction: column;
        margin-top: -15%;
    }

    .phoneInfo,
    .adressInfo,
    .mailInfo {
        width: 100%;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .phoneInfo i,
    .adressInfo i,
    .mailInfo i {
        font-size: 25px;
        margin-bottom: 5px;
    }

    /* Footer */

    .copyright {
        font-size: 12px;
        padding-top: 20px;
    }

    .designedby {
        font-size: 12px;
    }

    .d-by {
        font-size: 15px;
    }
}

/* End Footer */
/* End 768px Contact */






/* FOR 480px  */
/* 480px Home */
@media only screen and (max-width:480px) {
    .toggle-button {
        display: flex;
    }

    /* 
    .languageEN {
        display: none;
    } */

    .navbar {
        height: 12vh;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 40%;
        height: 75vh;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
        position: absolute;
        top: 100%;
        left: 60%;
        background-color: #d0ff7b;
    }

    .navbar-links ul li a {
        padding: 0px;
        width: 100%;
        color: #424242;
        font-size: 16px;
    }

    .navbar-links ul li:hover a {
        color: #fff;
    }

    .material-symbols-outlined {
        color: #424242;
    }

    .navbar-links.active {
        display: flex;
    }

    .mainPage {
        height: 88vh;
    }

    .mainPageText {
        top: 65%;
        left: 6%;
    }

    .mainPage .line1,
    .line2,
    .line3 {
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .line2font {
        font-size: 29px;
    }

    .btnPortfolio {
        font-size: .6rem;
        padding: 0px 5px;
    }

    .logo img {
        max-width: 135px;
        margin-top: 6%;
        margin-left: 10%;
    }

    .toggle-button {
        top: .9rem;
        right: 5%;
        width: 40px;
        height: 27px;
    }

    .toggle-button .hmbrgbar {
        height: 5.5px;
    }

    s */
    /* End 480px Home */
    /* 480px Project */

    .projectsPage h1 span {
        font-size: 40px;
    }

    .projectsPage h1 {
        font-size: .8rem;
        letter-spacing: 2px;
        text-align: center;
        width: 100%;
        height: 12vh;
        background-color: #f1f1f1;
        padding: 8% 0% 0% 0%;
    }

    .projectsPage h1::first-letter {
        content: "";
        background-color: #d0ff7b;
        display: inline-block;
    }

    .projectsContainer {
        margin: 0%;
        padding: 10% 10% 5% 10%;
    }

    .projectsDivs {
        width: 100%;
        height: 250px;
    }

    .img1,
    .img2,
    .img3,
    .img4,
    .img5,
    .img6,
    .img7,
    .img8,
    .img9,
    .img10,
    .img11,
    .img12,
    .img13,
    .img14,
    .img15,
    .img16,
    .img17,
    .img18,
    .img19,
    .img20,
    .img21 {
        width: 95%;
        max-width: 340px;
        height: 165px;
    }

    .projectsDivs h2 {
        font-size: 23px;
        margin-top: 0px;
    }

    .btnFOM {
        font-size: 18px;
        padding: 4px 10px;
    }

    .btnFOM:hover {
        opacity: 0.8;
    }

    .projectsDetailsPage {
        height: 90vh;
    }

    .projectsDetailsContainers {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 8%;
    }

    .leftProjectContainer {
        margin-top: 5%;
        width: 90%;
        height: 35vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .leftProjectContainer h2 {
        font-size: .6rem;
        text-align: center;
        margin-top: 2%;
    }

    .rightProjectContainer {
        width: 100%;
        height: 40vh;
    }

    .rightProjectContainer .projectsInfoTable1,
    .rightProjectContainer .projectsInfoTable2,
    .rightProjectContainer .projectsInfoTable3,
    .rightProjectContainer .projectsInfoTable4,
    .rightProjectContainer .projectsInfoTable5,
    .rightProjectContainer .projectsInfoTable6,
    .rightProjectContainer .projectsInfoTable7,
    .rightProjectContainer .projectsInfoTable8,
    .rightProjectContainer .projectsInfoTable9,
    .rightProjectContainer .projectsInfoTable10,
    .rightProjectContainer .projectsInfoTable11,
    .rightProjectContainer .projectsInfoTable12,
    .rightProjectContainer .projectsInfoTable13,
    .rightProjectContainer .projectsInfoTable14,
    .rightProjectContainer .projectsInfoTable15,
    .rightProjectContainer .projectsInfoTable16,
    .rightProjectContainer .projectsInfoTable17,
    .rightProjectContainer .projectsInfoTable18,
    .rightProjectContainer .projectsInfoTable19,
    .rightProjectContainer .projectsInfoTable20,
    .rightProjectContainer .projectsInfoTable21 {
        width: 100%;
        margin: 0%;
        position: absolute;
        top: 62%;
        left: 8%;
    }

    .projectsDetailsContainers .rightProjectContainer table th {
        padding: 0px 10px 0px 15px;
        font-size: .6rem;
        width: 800px;
    }

    .projectsDetailsContainers .rightProjectContainer table td {
        padding: 6px 20px 6px 15px;
        font-size: .6rem;
    }

    .projectsDetailsPage i {
        font-size: 35px;
        margin-top: 85%;
    }

    /* End 480px Projects */

    /*480px Services*/

    .servicesPage {
        height: auto;
        margin: 0%;
    }

    .servicesContainer {
        height: 120vh;
        flex-direction: column;
        margin: 0%;
        background-color: #f1f1f1;
    }

    .leftServicesContainer {
        width: 100%;
        height: 85vh;
        margin-bottom: 0%;
        margin-top: 0%;
        z-index: 5;
        position: absolute;
        top: 5.5%;
    }

    .leftServicesContainer h1 span {
        font-size: 40px;
    }

    .leftServicesContainer h1 {
        font-size: 25px;
        letter-spacing: 1px;
        text-align: left;
        position: absolute;
        right: 5%;
        top: 30%;
        color: #fff;
    }

    .leftServicesContainer h2 {
        font-size: 14px;
        letter-spacing: 1px;
        text-align: left;
        position: absolute;
        right: 5%;
        top: 37.5%;
        color: #fff;
    }

    /* .leftServicesContainer h2::after {
        width: 600px;
        height: 8px;
        position: absolute;
        left: 0%;
        top: 100%;
    } */

    .servicesText {
        width: 95%;
        text-align: left;
        position: absolute;
        top: 44%;
    }

    .servicesText p {
        width: 95%;
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 2%;
        margin-left: 0%;
        text-align: left;
    }

    .servicesText p {
        border-bottom: 1px dotted #424242;
    }

    .rightServicesContainer {
        width: 100%;
        height: 30vh;
        margin-top: 0%;
    }

    /*End 480px Services*/

    /* 480px About */
    .aboutPage {
        height: auto;
    }

    .aboutContainer {
        flex-direction: column;
        margin-top: 0%;
        height: auto;
    }

    .leftAbout {
        width: 100%;
        height: auto;
        text-align: right;
        margin-top: 0%;
    }

    .leftAbout .aboutText {
        font-size: 18px;
    }

    .leftAbout .mep29 {
        font-size: 18px;
    }

    .leftAbout h1 {
        font-size: 21px;
        text-align: right;
    }

    .leftAbout h3 {
        font-size: 15px;
        text-align: right;
        border-bottom: none
    }

    .leftAbout h3::after {
        content: none;
    }

    .rightAbout {
        width: 90%;
        height: 30vh;
        background-image: url(images/A1.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-top: 0%;
        margin-bottom: 8%;
    }

    /* End 480px About */

    /* 480px Contact */
    .contactPage {
        height: 80vh;
    }

    .contactContainer {
        margin-top: 0%;
    }

    .contactTitle {
        letter-spacing: 1px;
        height: 12vh;
        margin-top: -60%;
    }

    .contactTitle1 {
        font-size: 2rem;
        letter-spacing: 5px;
        text-align: center;
        margin-right: 0%;
        margin-bottom: 3%;
    }

    .contactInfo {
        flex-direction: column;
        margin-top: -22%;
    }

    .phoneInfo,
    .adressInfo,
    .mailInfo {
        width: 100%;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .phoneInfo i,
    .adressInfo i,
    .mailInfo i {
        font-size: 25px;
        margin-bottom: 5px;
    }

    /* Footer */

    .copyright {
        font-size: 12px;
        padding-top: 10px;
    }

    .designedby {
        font-size: 12px;
    }

    .d-by {
        font-size: 17px;
    }

    /* End Footer */
    /* End 480px Contact */
}