:root{

}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }
.developmentMargin{
    margin-top: 500px;
}
@font-face{
    font-family: "hoves";
    src: url("../fonts/Hoves_Regular.otf");
}
@font-face{
    font-family: "sf";
    src: url("../fonts/SF_medium.OTF");
}
.wrapper{
    width: 1440px;
    margin: auto;
    padding: 0px 135px;
}
.minimizedMenuButton{
    display: none;
}
.body{
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
body::-webkit-scrollbar{
    display: none;
}
.headerSection{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-height: 102px;
    align-items: center;
    padding-right: 269px;
}
.activeNavBarLink{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.headerLogoContainer{
    width: 69px;
    height: 56px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    
}
.logoLogo{
    width: 69px;
    height: 56px;
    object-fit: cover;
}
.logoTitle{
    width: 69px;
    height: 12px;
    position: absolute;
    bottom: 5px;
}   
.navBar{
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 637px;
    gap: 60px;
}
.navBar li{
    display: inline-block;
}
.navBar li a{
    color: #333;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
}
.homePageProjectSectionWrapper{
    width: 100%;
}
.homePageProjectSection{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.projectImageContainer{
    width: 770px;
    height: 829px;
    position: relative;
}
.projectSectionImage{
    width: 770px;
    height: 829px;
    object-fit: cover;
}
.projectSectionLink{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 222px;
    height: 71px;
    background: #fff;
    color: #333;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projectSectionLink img{
    margin-left: 10px;
}
.infoField{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 800px;
    width: 100%;
}
.infoField h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px; 
    text-transform: uppercase;
}
.infoField h2{
    color: #333;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}
.arrowsContainer{
    position: absolute;
    left: 0px;
    bottom: 200px;
    height: 53px;
    width: 100%;
    display: flex;
    align-items: center;
}
.arrowContainer{
    border: 1px solid #F2F2F2;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    margin-right: 23px;
}
.darkerArrowContainer{
    background: #F9F9F9;
}
.leftArrow{
    transform: scaleX(-1);
}
.lineSeparator{
    position: absolute;
    bottom: 225px;
    left: 129px;
    width: 271px;
    height: 1px;
    background: #F2F2F2;
}
.slideContainer{
    position: absolute;
    left: 0px;
    bottom: 106px;
    width: 142px;
    height: 31px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.slideContainer h3{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.slideSeparator{
    border-bottom: solid 2px #E0E0E0;
    width: 44px;
    height: 0px;
    transform: rotate(-45deg);
}
.arrowContainer:hover{
    cursor: pointer;
}
.aboutCompanySectionWrapper{
    width: 100%;
    margin-top: 120px;
}
.aboutCompanySection{
    min-height: 500px;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 100px;
}
.aboutCompanySection::before{
    content: "";
    background: #FBFBFB;
    min-height: 435px;
    position: absolute;
    z-index: -1;
    left: 0px;
    display: block;
    width: 100%;
    height: 90%;
    
}
.firstAboutColumn{
    width: 270px;
    min-height: 500px;

}
.firstAboutColumn .img1{
    height: 265px;
    width: 270px;
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}
.firstAboutColumn .img2{
    height: 140px;
    width: 270px;
    object-fit: cover;
}
.secondAboutColumn{
    width: 270px;
    height: 345px;
    margin: 60px 30px 0px 30px;
}
.secondAboutColumn img{
    width: 270px;
    height: 345px;
}
.thirdAboutColumn{
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    padding-top: 30px;
}
.thirdAboutColumn h1{
    width: 500px;
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
}
.thirdAboutColumn p{
    width: 400px;
    height: 200px;
    color: #000;
    font-family: hoves;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}
.thirdAboutColumn a{
    width: 222px;
    height: 71px;
    background: #FFF;
    color: #333;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thirdAboutColumn a img{
    margin-left: 10px;
}
.goalsSectionWrapper{
    width: 100%;
    margin-top: 120px;
}
.goalsSection{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 60px;
}
.goalsSection h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
}
.goalWrapper{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.goal{
    width: 48%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 30px;
    align-items: center;
}
.goal h1{
    width: 104px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
    font-family: sf;
    font-size: 200px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.goal p{
    color: #333;
    font-family: hoves;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}
.firstGoalP{
    width: 280px;
}
.ourProjectsSectionWrapper{
    width: 100%;
    margin-top: 120px;
}
.ourProjectsSection{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.ourProjectsSection h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
}
.projectListContainer{
    margin: 60px 0px 30px 0px;
    min-height: 500px;
}
.ourProjectsLinkContainer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.ourProjectsLinkContainer a{
    width: 222px;
    height: 71px;
    background: #333;
    color: #FFF;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.ourProjectsLinkContainer a img{
    margin-left: 10px;
    filter: invert(1);
}
.projectListContainer{
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}
.ourProjectImg{
    object-fit: cover;
}
.firstOurProjectImg{
    width: 569px;
    height: 225px;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 60px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    
    background: rgba(51, 51, 51, 0.8);
}
.firstOurProjectImg::before{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    content: "";
    background-image: url("../img/ourProject1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.firstOurProjectImg h1{
    color: #FFF;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.firstProjectLinkContainer{
    color: #FFF;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
}
.firstProjectLinkContainer img{
    filter: invert(1);
}
.secondOurProjectImg{
    width: 569px;
    height: 225px;
}
.thirdOurProjectImg{
    width: 269px;
    height: 255px;
}
.fourthOurProjectImg{
    width: 469px;
    height: 255px;
}
.fifthOurProjectImg{
    width: 370px;
    height: 255px;
}
.connectSection{
    position: relative;
}
 .connectSectionWrapper{
    width: 100%;
    margin-top: 120px;
 }
 .connectSection h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    margin-bottom: 22px;
 }
 .connectSection p{
    position: absolute;
    bottom: 100px;
 }
 .connectMainSection{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.connectMainSection img{
    width: 749px;
    height: 369px;
    object-fit: cover;
} 
.formSection {
    width: 391px;
}
.formSection form{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 10px;
    width: 391px;
}
.formSection form input{
    width: 391px;
    height: 46px;
    background: #F3F3F3;
    display: block;
    border: none;
    padding: 14px 21px;
    color: #8D8D8D;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.formSection form textarea{
    width: 391px;
    height: 147px;
    background: #F3F3F3;
    display: block;
    border: none;
    padding: 14px 21px;
    color: #8D8D8D;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    resize: none;
}
.connectSection p{
    color:#333;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    padding-left: 40px;
    width: 350px;
}
.connectSection button{
    width: 222px;
    height: 71px;
    background: #333;
    color: #FFF;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: none;
    margin-top: 22px;
}
.connectSection button:hover{
    cursor:pointer;
}
.connectSection button img{
    filter: invert(1);
    margin-left: 10px;
}
footer{
    width: 100%;
    background: #2C2C2C;
    margin-top: 120px;
    padding-top: 60px;
}
.topSide{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 100px;
    margin-bottom: 60px;
}
.footerCol h3{
    color: #FFF;
    font-family: hoves;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}
.column1{
    width: 145px;
}
.column2{
    width: 150px;
}
.column2 ul{
    list-style: none;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}
.column2 li a{
    color: #FFF;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.42px;
    text-decoration: none;
}
.column3{
    width: 300px;
}
.column4{
    width: 200px;
}
.footerDivider{
    width: 100%;
    height: 1px;
    border: solid 1px rgba(255, 255, 255, 0.1);
}
.bottomSide{
    width: 100%;
    color: rgba(200, 200, 200, 0.50);
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.svgContainer{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}
.contactContainer{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 32px;
}
.contactRow{ 
    display: flex;
    flex-flow: row nowrap;
    gap: 19px;
}
.contactRow p{
    color: #FFF;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.42px;
}
.gallerySectionWrapper{
    width: 100%;
    margin-top: 63px;
}
.gallerySection h1{
    color: var(--Gray-4, #BDBDBD);
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    text-transform: uppercase;
}
.gallerySection h2{
    color: var(--Gray-1, #333);
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}
.photoGalleryContainer{
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin-top: 61px;
}
.photoContainer{
    width: 210px;
    height: 260px;
    position: relative;
}
.globalPhoto{
    background-position: center;
    position: relative;
}
.photo1{
    background-image: url("../img/photoGallery/photo1.jpg");
}
.photo2{
    background-image: url("../img/photoGallery/photo2.jpg");
}
.photo3{
    background-image: url("../img/photoGallery/photo3.jpg");
}
.photo4{
    background-image: url("../img/photoGallery/photo4.jpg");
}
.photo5{
    background-image: url("../img/photoGallery/photo5.jpg");
}
.photo6{
    background-image: url("../img/photoGallery/photo6.jpg");
}
.photo7{
    background-image: url("../img/photoGallery/photo7.jpg");
}
.photo8{
    background-image: url("../img/photoGallery/photo8.jpg");
}
.photo9{
    background-image: url("../img/photoGallery/photo9.jpg");
}
.photo10{
    background-image: url("../img/photoGallery/photo10.jpg");
}
.photoContainer::after{
    content: "Description or explanation of the image.";
    color: rgba(255, 255, 255, 0.0);
    position: absolute;
    bottom: 0px;
    padding: 10px 10px;
    width: 100%;
    height: 0px;
    transition: ease-in-out 0.2s;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.photoContainer:hover::after{
    content: "Description or explanation of the image.";
    color: #333;
    position: absolute;
    bottom: 0px;
    padding: 10px 10px;
    width: 190px;
    height: 30%;
    background: #FBFBFB;
}
.slideContainer2{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin-top: 60px;
}
.inActiveSlide{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.activeSlide{
    color: #333;
    font-family: hoves;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.ourProjectsSection2{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.ourProjectsSection2 h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    text-transform: uppercase;
}
.ourProjectsSection2 h2{
    color: #333;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
}
.projectSeparator{
    width: 1170px;
    height: 1px;
    background: #F2F2F2;
    margin: 30px 0px;
}
.projectListContainer2{
    display: flex;
    flex-flow: column nowrap;
    gap: 60px;
}
.projectCard{
    width: 1170px;
    height: 435px;
    background: #FBFBFB;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.projectCard img{
    width: 670px;
    height: 435px;
}
.projectInfoContainer{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.projectInfoContainer h1{
    width: 440px;
    color: #BDBDBD;
    font-family: hoves;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.projectInfoContainer p{
    width: 400px;
    color: #000;
    font-family: hoves;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 40px 64px 0px;
}
.projectInfoContainer a{
    display: block;
    width: 222px;
    height: 71px;
    background: #FFF;
    color: #333;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projectInfoContainer a img{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.certificatesSectionWrapper{
    width: 100%;
    margin-top: 120px;
}
.certificatesSection{
    display: flex;
    flex-flow: column nowrap;
}
.certificatesSection h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    text-transform: uppercase;
}
.certificatesSection h2{
    color: var(--Gray-1, #333);
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; 
    text-transform: uppercase;
}
.certificateContainer{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 42px;
}
.certificateContainer img{
    width: 337px;
    height: 450px;
}
.certificateControlContainer{
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.contactSectionWrapper{
    width: 100%;
    position: relative;
    margin-top: 120px;
    min-height: 42vh;
}
.contactSectionWrapper img{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 800px;
    height: 501px;
    object-fit: cover;
}
.contactSectionWrapper svg{
    position: absolute;
    right: 290px;
    top: 210px;
    width: 55px;
    height: 55px;
    z-index: 33;
}
.contactSection{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.contactSection h1{
    color: #BDBDBD;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 64px;
    text-transform: uppercase;
}
.contactSection h2{
    color: #333;
    font-family: hoves;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.contactSection h3{
    color: #333;
    font-family: hoves;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contactSection p{
    color: #333;
    font-family: hoves;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140.8%;
    margin-bottom: 43px;
}
.contactSection h4{
    color: #333;
    font-family: hoves;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 52px;
}
.contactSection button{
    width: 222px;
    height: 71px;
    background: #333;
    border: none;
    color: #FFF;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.contactSection button:hover{
    cursor: pointer;
}
.backdrop{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(51, 51, 51, 0.8);
    z-index: 99;
}
.askQuestion{
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    width: 469px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 26px 39px;
}
.askQuestion h1{
    color: #333;
    font-family: hoves;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.84px;
    margin-bottom: 25px;
}
.askQuestion form{
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
}
.askQuestion form input{
    width: 391px;
    height: 46px;
    background: #F3F3F3;
    color: #8D8D8D;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    border: none;
    padding: 14px 21px;
}
.askQuestion form textarea{
    width: 391px;
    height: 147px;  
    background: #F3F3F3;
    color: #8D8D8D;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    border: none;
    padding: 14px 21px;
    border: none;
    resize: none;
}
.askQuestion p{
    color: #333;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    width: 330px;
    position: absolute;
    bottom: 90px;
    left: 80px;
}
.sendQuestionButton{
    width: 391px;
    height: 42px;   
    color: #FFF;
    background: #333;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: 12px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0px;
    border: none;
    margin-top: 25px;
}
.sendQuestionButton:hover{
    cursor: pointer;
}
.closeFormButton{
    border: none;
    background: none;
    position: absolute;
    top: 35px;
    right: 40px;
}
.closeFormButton:hover{
    cursor: pointer;
}
.formSection form input[type="checkbox"]{
    width: 24px;
    height: 24px;
    accent-color:#F3F3F3;
    z-index: 33;
}
.askQuestion form input[type="checkbox"]{
    width: 24px;
    height: 24px;
    accent-color:#F3F3F3;
}
.hidden{
    display: none;
}
.successMessage{
    width: 516px;
    height: 421px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    text-align: center;
    background: #fff;
}
.successMessage svg{
    width: 142px;
    height: 142px;
    margin-top: 44px;
    margin-bottom: 24px;
}
.successMessage h1{
    color: #333;
    font-family: hoves;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
    letter-spacing: 0.72px; 
}
.successMessage p{
    color: #4F4F4F;
    text-align: center;
    width: 426px;
    font-family: hoves;
    font-size: 14px;
    font-style: normal;
    width: 400px;
    margin: auto;
    font-weight: 600;
    line-height: 26px; 
    letter-spacing: 0.42px;
    margin-top: 27px;
    margin-bottom: 41px;
}
.successMessage button{
    width: 391px;
    height: 42px;
    background: #333;
    color: #FFF;
    font-family: hoves;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border: none;
    padding: 15px auto;
}
.successMessage button:hover{
    cursor: pointer;
}
.hideMenu{
    display: none;
}
/* Media queries */


@media (max-width: 1399px){ 
    .wrapper{
        width: 990px;
        padding: 0px 10px;
    }
    .projectSectionImage{
        width: 650px;
    }
    .thirdAboutColumn h1{
        width: 270px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .thirdAboutColumn p{
        width: 270px;
        line-height: 18px;
    }
    .secondOurProjectImg{
        width: 370px;
        height: 225px;
    }
    .thirdOurProjectImg{
        width: 303px;
        height: 255px;
    }
    .fourthOurProjectImg{
        width: 303px;
        height: 255px;
    }
    .fifthOurProjectImg{
        width: 303px;
        height: 255px;
    }
    .projectCard img{
        width: 500px;
    }
    .projectCard{
        width: 970px;
    }
    .projectInfoContainer{
        width: 450px;
    }
    .projectSeparator{
        width: 100%;
    }
    .certificateContainer img{
        width: 30%;
    }
    #mapImage{
        width: 500px;
        right: 0px;
    }
    #mapTag{
        right: 150px;
    }
    .minimizedMenu{
        display: none;
    }
}

@media (max-width: 992px){ 
    .wrapper{
        width: 769px;
        padding: 0px 10px;
    }
    .projectSectionImage{
        width: 410px;
    }
    .aboutCompanySection{
        flex-flow: column wrap;
        height: 500px;
        padding: 0px 10px;
    }
    .secondAboutColumn{
        display: none;
    }
    .connectMainSection img{
        width: 350px;
    }
    .column3{
        width: 130px;
    }
    .column4 .svgContainer {
        flex-flow: column;
    }
    .firstOurProjectImg{
        width: 350px;
    }
    .secondOurProjectImg{
        width: 350px;
    }
    .thirdOurProjectImg{
        width: 350px;
    }
    .fourthOurProjectImg{
        width: 350px;
    }
    .fifthOurProjectImg{
        display: none;
    }
    .projectCard img{
        width: 380px;
    }
    .projectCard{
        width: 755px;
    }
    .projectCard p{
        width: 300px;
    }
    .projectCard h1{
        width: 340px;
    }
    .certificateContainer{
        flex-flow: row wrap;
        justify-content: center;
    }
    .certificateContainer img{
        width: 40%;
    }
    #mapImage{
        width: 450px;
        height: 330px;
        top: 130px;
    }
    #mapTag{
        transform: scale(0.5);
        top: 260px;
        right: 140px;
    }
    
}
@media (max-width: 768px){ 
    .wrapper{
        width: 375px;
    }
    .navBar{
        display: none;
    }    
    #minimizedMenu{
        position: absolute;
        top: 35px;
        left: 60%;
        transform: translateX(-50%);
        flex-flow: column nowrap;  
        z-index: 999;
        background: #FBFBFB;
        border-radius: 2px;
        padding: 5px;
    }
    #minimizedMenu li{
        display: block; 
        padding: 5px 0px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #minimizedMenu li a{
        color: #333;
        font-family: hoves;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
        text-decoration: none;  
    }
    .minimizedMenuButton{
        display: block;
        border: none;
        background: none;
        z-index: 999;
    }
    .minimizedMenuButton img{
        width: 40px;
    }
    .hideMenu{
        display: none;
    }
    .showMenu{
        display: block;
    }
    .projectImageContainer{
        position: absolute;
        z-index: -1;
        width: 360px
    }
    .projectImageContainer img{
        width: 100%;
    }
    .projectSectionLink img{
        width: 30px;
    }
    .headerSection{
        z-index: 800;
    }
    .firstAboutColumn{
        display: none;
    }
    .goalWrapper{
        flex-flow: column;
        width: 350px;
        gap: 30px;
    }
    .goal{
        width: 100%;
        flex-flow: row nowrap;
        justify-content: flex-start;
        gap: 0px;
    }
    .goal h1{
        width: 180px;
    }
    .goal p{
        width: 350px;
    }
    .connectMainSection img{
        display: none;
    }
    .formSection{
        width: 360px;
    }
    .formSection  form{
        width: 100%;
    }
    .formSection  form input{
        width: 100%;
    }
    .formSection  form textarea{
        width: 100%;
    }
    .topSide{
        gap: 0px;
    }
    .column1{
        display: none;
    }
    .contactRow svg{
        display: none;
    }  
    .column2{
        width: 100px;
    }
    .column3{
        width: 170px;
    }
    .column4{
        flex-flow: column nowrap;
        width: 80px;
        justify-content: flex-start;
    }
    .column4 h3{
        flex-flow: column nowrap;
        width: 80px;
        margin: 0px;
        text-align: center;
        margin-bottom: 10px;
    }
    .column4 .svgContainer{
        flex-flow: column nowrap;
        gap: 20px;
        width: 80px;
    }
    .lineSeparator{
        width: 230px;
    }
    .photoGalleryContainer{
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
    .galleryControlContainer{
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }
    .projectCard{
        flex-flow: column nowrap;
        height: 750px;
        width: 360px;
    }
    .projectCard img{
        width: 358px;
    }
    .ourProjectsSectionWrapper{
        width: 100%;
    }
    .projectInfoContainer{
        width: 100%;
    }
    .ourProjectsSection2{
        width: 100%;
    }
    .certificatesSection h1{
        font-size: 50px;
    }
    .certificatesSection h2{
        font-size: 50px;
    }
    .certificateContainer{
        flex-flow: column nowrap;
        align-items: center;
    }
    .certificateContainer img{
        width: 90%;
    }
    #mapImage{
        display: none;
    }
    #mapTag{
        display: none;
    }
    .contactSection h1{
        font-size: 50px;
    }
    .contactSection h2{
        font-size: 50px;
    }
    .askQuestion{
        width: 95%;
    }
    .askQuestion form{
        width: 100%;
    }
    .askQuestion form input{
        width: 100%;
    }
    .askQuestion form textarea{
        width: 100%;
    }
    .askQuestion p{
        width: 70%;
    }
    .askQuestion button{
        width: 100%;
    }
    .closeFormButton{
        right: -40%;
    }
    .successMessage{
        width: 90%;
    }
    .successMessage p{
        width: 100%;
    }
    .successMessage button{
        width: 90%;
    }
}



@media (max-width: 375px){ 
    .wrapper{
        display: none;
    }
    footer{
        display: none;
    }
    header{
        display: none;
    }
    body{
        display: block;
    }
    body::after{
        display: block;
        content: "BUY NEW PHONE";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        color: #333;
        font-family: hoves;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px;
        text-transform: uppercase;
    }
}