*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}


.navbar{
    background-image: url(images/4.jpg);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
       
}

.navbar__container{
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbar__logo{
background-color: #ff8177;
background-image: linear-gradient(to top,rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%);
background-size: 100%;
background-clip: text;
width: 250px;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
display: flex;
align-items: center;
cursor: pointer;
text-decoration: none;
font-size: 2rem;
}

.fa-gem{
    margin: 0.5rem;
}

.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item{
    height: 80px;
}

.navbar__links{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px;
    height: 100%;
}

.navbar__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #f77062;
    color: #fff;
}
.button:hover{
    background: #2b1ed6;
    transition: all 0.3s ease;
}

.navbar__links:hover{
    color: #62e6f7;
    transition: all 0.3s ease;
}

.link{
    position: relative;
    align-items: center;
    color: #62e6f7;
}

.link p{
    position: relative;
    font-size: 16px;
    color:#fff
}

@media screen and (max-width:960px){
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
       justify-items: center;
        margin: 0;
        margin-left: -20%;
        width: 100%;
        position: absolute;
        top: -100%;
        opacity: 0;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
    }

    .navbar__menu.active{
        background: #131313;
        width: 30vh;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 90;
        height: 40vh;
        font-size: 1.0rem;
    }

    #navbar__logo{
        padding-left: 25px;
    }
    .navbar__toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;        
    }

    .navbar__item{
        width: 100%;        
    }

    .navbar__links{
        text-align: center;
        padding: 1rem;
        width: 100%;
        display: table;
    }

    #mobile-menu{
        position: absolute;
        top: 20%;
        right: 5%;
        transition: translate(5%, 20%);
    }

    .navbar__btn{
        padding-bottom: 2rem;
    }

    .button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }

    .navbar__toggle .bar{
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
}

.main__container{
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    margin: 0 auto;
    height: 90vh;
    background-color: transparent;
    z-index: 1;
    width: 300vh;
    max-width: 1300px;
    padding: 0 auto;
}

.main__content h1{
    font-size: 4rem;
   background-color: #160a0a;
    background-size: 100%;
    background-clip: text;
    -moz-background-clips: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
} 

.text{
    font-size: 20px;
    color: #e60707;
    margin: 50px;    
    height: 10px;
    margin-top: 30vh;
    align-items: center;
    text-align: center;
    position: absolute;
    justify-self: center;
    font-family: 'Helvetica', sans-serif;
}
   
.text p{
    align-items: center;
    margin: 0;
    padding-left: 0%;
    text-align: left;
}

.text span:nth-child(2){
    animation-delay: .5s;
}

.text span:nth-child(3){
    animation-delay: .25s;
}

.text span:nth-child(4){
    animation-delay: .15s;
}

.text span{
    color: #fdd009 #093dfb;
    opacity: 0;
    animation: animate 2.5s forwards infinite;
    transform: translate(-300px, 0) scale(0);
}
@keyframes animate{
    100%{
        transform: translate(0) scale(1);
        color: #fff;
        opacity: 1;
    }
} 

/* Service*/

.main__container1 {
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    color: rgb(7, 0, 0);
    justify-self: center;
    margin: 0 auto;
    height: 1200px;
    background-color: rgba(14, 114, 139, 0.685);
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    padding: 0 50px;
}

.main__content2 h2{
    font-size: 1.5rem;
    background-color: hsl(44, 95%, 45%);
    border-radius: 20px;
    text-align: center;
    width: 580px;
} 

.main__content2 p{
    margin: 5px;
    padding: 10px;
    position: relative;
    font-family: sans-serif;
    text-align: auto;
    text-wrap: 10px;
    color: #cdd0d3;
    gap: 10px;
}

/*--------------Development------------*/

#picture{
    position: relative;
    align-items: center;
    display: flex;
    padding: 20px;
    padding-bottom: 50px;
    color: #fbfbfd;
}

.constr img{
    width: 800px;
    height: 12  0px;
    margin-left: 800px;
    margin-top: 140px;
}


.gallery{    
    top: 10px;
    align-items: center;
    position: relative;
    padding: 10px;
    background-color: rgba(23, 24, 24, 0.534);
    max-width: 1244px;
    margin: auto;
    height: auto
}
.gallery h1{
    text-align: center;
    color: #fffefe;
    padding-bottom: 10px;
}

.column{
    position: relative;
    align-items: center;
    padding: 20px;
    padding-bottom: 50px;
    color: #fbfbfd;
}

.photo{
    display: flexS;
    margin-top: 25px;
    }
.photo .img-box{
    opacity: 1;
    display: block;
    position: relative;
}
.photo .img-box img{
    filter: grayscale(1);
}
.photo .img-box img:hover{
    filter: grayscale(0);
    cursor: pointer;
}
.photo h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
    

.row{
    display: flex;
    flex-direction: row;
    padding: 40px;
    gap: 30px;
}




/*--------------Contact_us----------*/

        /*------Team Members------*/
#team{
    position: relative;
    align-items: center;
    display: flex;
    padding: 20px;
    padding-bottom: 50px;
    color: #fbfbfd;
}
.container2{
    
    top: 10px;
    align-items: center;
    position: relative;
    padding: 10px;
    background-color: rgba(23, 24, 24, 0.534);
    max-width: 1244px;
    margin: auto;
    height: auto
}
h1{
    text-align: center;
    color: #fffefe;
    padding-bottom: 10px;
}
h1::after{
    content: '';
    background: #a8d0fa;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}

.profile-pic{
    display: flexS;
    margin-top: 25px;
    }
.profile-pic .img-box{
    opacity: 1;
    display: block;
    position: relative;
}
.profile-pic .img-box img{
    filter: grayscale(1);
}
.profile-pic .img-box img:hover{
    filter: grayscale(0);
    cursor: pointer;
}
.profile-pic h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
    
#team .fa{
    
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background: #31aef7;
    padding: 4px;
    border-radius: 50%;
}
.row{
    display: flex;
    flex-direction: row;
    padding: 40px;
    gap: 30px;
}
.img-box ul{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 20%;
    transform: translateX(-80%);
    opacity: 5px;
}
.img-box ul li{
    padding: 5px;
    display: inline-block;    
}
.img-box:hover ul{
    opacity: 1;
}
.img-box ul, .img-box ul li{
    transition: 0.5s;
}

.address{
    display: flexbox;
    position: relative;
    background-color: rgb(253, 253, 252);
    width: 1850px;
    text-align: center;
    justify-items: center;

}
.image_icon{
    padding: 5px;   
    display: flex;
    position: relative;
    color: #030300;
    margin-left: 80px;   
}
.image_icon img{
    width: 20px; 
}



/*About_us*/


.container3{
    font-size: 22px;
    margin: 10px;
    padding: 10px;  
    margin-top: 10vh;
    text-align: left;
    position: relative;
    justify-self: center;
    font-family: 'Helvetica', sans-serif;
    width: 800px;
    height: 1000px;
     border-radius: 30px;
    background-color: rgba(247, 247, 248, 0.637);
  }
.container3 h1{
    color: #030300;
}

.container1{
   
    justify-items: center;
}

.container1 h4{
    margin: 5px;
    padding: 5px;
    font-family: Arial;
    text-align: auto;
    text-wrap: 10px;
}

.container1 p{
    margin: 5px;
    padding: 5px;
    position: relative;
    font-family: sans-serif;
    text-align: auto;
    text-wrap: 10px;
    color: blue;
}


img{
    width: 200px;
    max-width: 400px;
    object-fit: cover;
    vertical-align: middle;    
}


/* Sign up*/
.regform{
    width: 900px;
    background-color: hsl(0, 0%, 2%);
    margin: auto;
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;

}

.main1{
    background-color: rgba(0, 1, 36, 0.863);
    width: 900px;
    margin: auto;
    height: 700px;
}

form{
    padding: 10px;
}
#name{
    width: 100%;
    height: 100px;
}

.title{
    position: relative;
    font: 1em sans-serif;
    color: white;
    left: 40px;
    top: 20px;
}

.Mr{
    position: relative;
    font: 1em sans-serif;
    color: white;
    left: 60px;
    top: 20px;
}

.Ms{
   position: relative;
    font: 1em sans-serif;
    color: white;
    left: 80px;
    top: 20px;
}

.PhD{
    position: relative;
    font: 1em sans-serif;
    color: white;
    left: 100px;
    top: 20px;
}

.first_names{
    position: relative;
    left: 20px;
    top: 40px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.surname{
    position: relative;
    left: 40px;
    top: 40px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.company{
    position: relative;
    left: 75px;
    top: 60px;
    line-height: 30px;
    width: 480px;
    border-radius: 6px;
    padding: 0 20px;
    color: white;
}

.company1{
    position: relative;
    left: 20px;
    top: 60px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 20px;
    color: white;
}

.email{
    position: relative;
    left: 20px;
    top: 100px;
    line-height: 30px;
    width: 480px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.mobile{
    position: relative;
    left: 20px;
    top: 140px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.code{
    position: relative;
    left: 24px;
    top: 140px;
    line-height: 30px;
    width: 70px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.number{
    position: relative;
    left: 24px;
    top: 140px;
    line-height: 30px;
    width: 180px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

 .area_code{
    position: relative;
    color: #f7f7f7;
    text-transform: capitalize;
    font-size: 14px;
    left: 100px;
    top: 170px;
    
}

.phone_number{
    position: relative;
    color: #f7f7f7;
    text-transform: capitalize;
    font-size: 16px;
    left: 180px;
    top: 170px;
}

.quantity{
    position: relative;
    left: 90px;
    top: 160px;
    width: 70px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.quantity1{
    position: relative;
    left: 20px;
    top: 160px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.choose{
    position: relative;
    left: 20px;
    top: 240px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

 .first_time{
    position: relative;
    left: 20px;
    top: 260px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.regular{
    position: relative;
    left: 30px;
    top: 260px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.comment{
    position: relative;
    left: 20px;
    top: 120px;
    line-height: 80px;
    width: 480px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

.file{
    position: relative;
    left: 20px;
    top: 200px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
    color: white;
}

 .reset{
    position: relative;
    left: 60px;
    top: 220px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
}

 .submit{
    position: relative;
    left: 80px;
    top: 220px;
    line-height: 30px;
    border-radius: 6px;
    padding: 0 22px;
}


.copyright{
    font-size: 22px;
    top: auto;
    bottom: auto;
    position: initial;
    justify-self: center;
    font-family: 'Helvetica', sans-serif;
    color: #e60707;
    background-color: aquamarine;
}