@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    color: #555;
    list-style: none;
    text-decoration: none;
   
}
*::selection{
    color: #fff;
    background-color: rgb(154, 186, 24);
}

section{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
}

html {
    scroll-behavior: smooth;    
}

body{
    background-color: #f1f1f1;
    height: 100vh;
    width: 100%;
    place-items: center;
}
.navbar {
    position: fixed;
    top: 0;
    height: 90px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 99;  
}

.logo img{
    position: relative;
    width: 18%;
    height: 100%;
    padding: 3px;
    margin-left: 10px;
}

.navbar .sidebar{
    position: fixed;
    right: -250px;
    width: 250px;
    top: 0px;
    height: 100%;
    background-color: #2f2f2f;
    transition: all .5s ease;
    
}

.navbar .sidebar ul a{
    display: block;
    height: 100%;
    width: 100%;
    margin-top: 40px;
    line-height: 2px;
    font-size: 15px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding-left: 40px;
    box-sizing: border-box;
    transition: 0.3s;
}
.navbar .sidebar li:hover a{
    color: rgba(203, 240, 83, 0.815);
}

.navbar #check{
    display: none;
    right: 0;
}
.navbar label #btn, label #cancel{
    position: absolute;
    right: 0;
    cursor: pointer;
    
    border-radius: 3px;
}
.navbar label #btn{
    right: 20px;
    top: 25px;
    font-size: 30px;
    color: #2f2f2f;
    padding: 6px 12px;
    transition: all 0.5s;    
}
.navbar label #cancel{
    z-index: 1111;
    right: 50px;
    top: 27px;
    font-size: 30px;
    color: #fff;
    padding: 4px 9px;
    opacity: 0;
    transition: all 0.5s ease;
}
.navbar #check:checked ~ .sidebar{
    right: 0;
}
#check:checked ~ label #btn{
    right: 250px;
    opacity: 0;
    pointer-events: none;
}
#check:checked ~ label #cancel{
    right: 10px;
    opacity: 100;    
}
.navbar .sidebar h1{
    position: relative;
    padding: 10px 37px;
    margin-top: 10vh;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    
}
.navbar .sidebar p{
    position: relative;
    margin-left: 37px;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    line-height: 20px;
    
}
.navbar .sidebar i{
        position: relative;
        margin-left: 37px;
        margin-top: 12vh;
        font-size: 14px;
        color: #9a9a9a;
        transition: 0.5s ease;        
}

.navbar .sidebar i:hover{
    color: rgba(203, 240, 83, 0.815);
}


/* image slider start*/
/* Slideshow container */
.slideshow-container {
    max-width: 95.3%;
    position: relative;
    margin: auto;
    margin-top: 120px;
    
  }
  
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    margin-top: 50px;
    
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
        
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  .btn1{
    position: relative;
    margin-left: 50px;
    margin-top: -80px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #2f2f2f;
    color: #fff;
    font-family:  'Lato', sans-serif;
    cursor: pointer;
}
/*map*/

.map{
    position: relative;
    width: 80%;
    margin: 30px auto;
    margin-top: 80px; 
    
}
/*About*/
.container{
    width: 95.3%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.left{
    width: 50%;
    height: 470px;
    background: url(img/homeImg.jpg) no-repeat center / cover;
}
.right {
    width: 50%;
    height: 470px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    /*margin-left: -150px;*/
}
.right h1{
    font-size: 43px;
    margin: 20px 0;
}
.right h2{
    font-size: 35px;
    font-weight: lighter;
}
.right hr{
    width: 200px;
    height: 3px;
    margin: 20px 0;
    background-color: #363636;
}
.right p{
    font-size: 15px;
    margin: 30px 0;    
}
.right a{
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f1f1f1 ;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
}

.right a:hover{
    background-color: rgba(203, 240, 83, 0.815);
    
}

/*our work*/
.our-work h2{
    position: relative;
    font-size: 30px;
    margin-top: 80px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: gray;
    font-weight: lighter;
}
.our-work h2 span{
    font-family:  'Lato', sans-serif;
    color: #2f2f2f;
    font-weight: 1000;
}

.portfolio-container{
    width: 95.3%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: hidden;
}
.portfolio-container .container-box{
    position: relative;
    box-shadow: 0 0 1rem var(--second-bg-color);
    overflow: hidden;
    display: flex;
}
.container-box img{    
        width: 100%;
        transition: 0.5s ease;
}
.content{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.6s;
}
.content h1{
    font-size: 20px;
    font-family:  'Lato', sans-serif;
    letter-spacing: 1px;
    color: #fff;
}

.content:hover{
    opacity: 1;
    border: 5px solid #fff;
    color: #fff;
}

/*button*/
button{
    position: relative;
    margin: 20px;
    margin-left: 45%;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #2f2f2f;
    color: #fff;
    font-family:  'Lato', sans-serif;
    cursor: pointer;
}
/*marquee*/
marquee{
    width: 95%;
    margin-left: 30px;
    padding: 20px;         
}

/*footer*/
.footerContainer{
    width: 100%;
    padding: 30px 10px 5px;
    background-color: #2f2f2f;
}
.socialIcon {
    display: flex;
    justify-content: center;
}
.socialIcon a{
    text-decoration: none;
    margin: 10px;
}
.socialIcon a i{
    color: #fff;
    font-size: 17px;
    transition: 0.3s ease-in-out;
}
.socialIcon a i:hover{
    color: rgba(203, 240, 83, 0.815);
    font-size: 17px;
}

.footerNav{
    margin: 10px 0;
}
.footerNav ul{
    display: flex;
    justify-content: center;
}
.footerNav ul li a{
    text-decoration: none;
    margin: 10px;
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    transition: 0.3s ease-in-out;
}
.footerNav ul li a:hover{
    color: rgba(203, 240, 83, 0.815);
}
.footerBottom{
    background-color: #000;
    padding: 10px;
    text-align: center;
}
.footerBottom p{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.7rem;
}
.footerBottom p span{
    color: rgba(203, 240, 83, 0.815);
    text-transform: uppercase;
    font-size: 0.7rem;
    font-family: 'Lato', sans-serif;
}

/*up arrow*/

.back-to-top{
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #717171;
    z-index: 99999;
}


/*Conatc Form*/

form{
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    border-radius: 20px;
    margin-left: 50px;
}

form  input, form textarea{
    width: 500px;
    border: 0;
    margin: 10px 0;    
    padding: 15px;
    outline: none;
    background: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
form button{
    padding: 11px;
    background: #353535;
    color: #fff;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;
    transition: 0.5s ease;
}
form button:hover{
    background: rgba(203, 240, 83, 0.815);
    color: #353535;    
}


.box-2 h1{
    width: 70%;
    margin: 10px auto;   
    font-size: 40px;
    font-weight: lighter;
}
.box-2 h2{
    width: 70%;
    margin: 20px auto;
    font-size: 25px;
    font-weight: lighter;
}
.box-2 p{
    width: 70%;
    margin: 20px auto;
    font-size: 15px;
}


/*About us*/
section{
    width: 80%;
    margin: 30px auto;
    align-items: center;
    justify-content: center;
}
.about-content h1{
    font-size: 70px;
    text-align: center;    
}
.about-content p{
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
    line-height: 25px;   
}
.about-content h2{
    font-size: 20px;
    text-align: center;
    padding: 30px;  
}

.divide-2{
    min-height: 70vh;
    width: 95.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    background-color: #fff;
}
.leftside img{
    height: 95vh;
    width: 101.5vh;
    display: flex;
    object-fit: cover;
}
.rightside h1{
    padding: 0px 30px;
    font-size: 40px;
}
.rightside hr{
    width: 100px;
    height: 4px;
    margin: 30px;
    background-color: #555;   
}
.rightside p{
    padding: 0px 30px;
    font-size: 15px;
    font-weight: lighter;    
    line-height: 25px;
}
.divide-3{
    min-height: 70vh;
    width: 95.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    flex-direction: row-reverse;
    background-color: #fff;
}


/*what we do*/
section{
    width: 97.3%;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
}
.about-content h1{
    font-size: 75px;
    margin-top: 35px;
    text-align: center;
    font-weight: lighter;   
}
.about-content h1 span{
    font-size: 80px;
    text-align: center;
    font-weight: bold;
}

.about-content p{
    font-size: 22.6px;
    text-align: center;
    font-weight: lighter;
    line-height: 30px;
    margin: 20px; 
}
.about-content h2{
    font-size: 32px;
    text-align: center;
    font-weight: lighter;
}

.wrapper{
    padding: 5px;
    max-width: 1200px;
    width: 97.3%;
    margin: 20px auto;
}
/*.columns{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}*/
.column{
    flex: 1;
    margin: 20px;
    
}

.column h2{
    font-size: 20px;
    margin:     10px 0;
}

li{
    font-size: 14px;
    line-height: 30px;
}

.client-wrap{
    width: 94.3%;
    height: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.client-wrap h1{ 
    font-size: 50px;
    color: #555;
}
.client-wrap hr{
    width: 15%;
    height: 4px;
    border: none;
    background: rgba(203, 240, 83, 0.815);
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.client-in{
    width: 95.3%;
    height: auto;
    margin: 30px;
}
.client-in ul{
    width: 95.3%;
    padding: 0;
    margin: 0;
    
}
.client-in ul li{
    list-style: none;
    display: inline-block;
    width: 150px;
    height: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 5px #dcdcdc;
    transition: 0.5s;
    margin: 10px 20px;
}

.client-in ul li img{ 
    width: 90%;
    height: 90%;
}

.client-in ul li img:nth-child(1){ 
    transform: translateY(0);
    transition: 0.5s;
}
.client-in ul li img:nth-child(2){ 
    transform: translateY(0);
    transition: 0.5s;
}

.client-in ul li:hover img:nth-child(1){ 
    transform: translateY(-120%);
    transition: 0.5s;
}
.client-in ul li:hover img:nth-child(2){ 
    transform: translateY(-120%);
    transition: 0.5s;
}

.about{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    
    padding-bottom: -2rem;
}
.heading{
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
span {
    color: #313131;
}
.about-img{
    position: relative;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img img{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 0.2rem solid #fff;
}
.about-img .circle-spin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-top: 0.2rem solid #7b7b7b;
    border-bottom: 0.2rem solid #7b7b7b;
    border-left: 0.2rem solid #b6df48;
    border-right: 0.2rem solid #b6df48;
    animation: aboutSpinner 8s linear infinite;
}
.about-content{
    text-align: center;
}
.about-content h3{
    font-size: 1.5rem;
}
.about-content p{
   
    font-size: 1rem;
    margin: 1rem 0 3rem;
}
.btn-box.btns{
    display: inline-block;
    width: 15rem;
}


/* Preloader*/

#preloader{
    background: #fff url(img/Loading_icon.gif) no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;position: fixed;
    z-index: 100;
}


@media (max-width:600px) {
    .navbar {
        height: 60px;                
    }
    .navbar .logo img{
        width:35vw;
        margin-left: 10px;
        margin-top: 10px;
    }

    .navbar label #btn{
        right: 20px;
        top: 15px;
        font-size: 25px;
    }
    .navbar label #cancel{
        right: 50px;
        top: 27px;
        font-size: 25px;        
    }
    
    .slideshow-container{
        max-width: 95.3%;
        position: relative;
        margin: auto;
        margin-top: 90px;        
    }
    .btn1{
        position: relative;
        display: inline-block;
        font-size: 12px;
        margin-left: -1px;
        margin-top: -20px;
        align-items: center;
        justify-content: center;    
    }
    .dot{
        height: 10px;
        width: 10px;
        margin-top: auto;
    }
    .container{
        flex-direction: column;        
    }
    .left{
        width: 100%;        
    }
    .right{
        width: 100%;     
    }    
    .portfolio-container{
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
    }
    button{
        font-size: 20px;
        margin-left: 30%;       
    }
    marquee{
        margin-left: 10px;
        padding: 10px;         
    }
    .footerNav ul{
        flex-direction: column;
    }
    .footerNav ul li{
        width: 100%;
        text-align: center;
        margin: 8px;
    }
    .divide-2{
        flex-direction: column;
    }
    .divide-3{
        flex-direction: column;
    }
    section{
        display: inline-block;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .leftside img{
        height: 75vh;
        width: 95vw;
        display: flex;
        object-fit: cover;
    }
    form  input, form textarea{
        width: 400px;        
        margin-left: -10vw;    
        font-size: 14px;
        font-family: 'Lato', sans-serif; 
    }
    .about-content p{   
        font-size: 1rem;
    }
    .about-content h1 {
        font-size: 50px;        
    }
    .about-content h2 {
        font-size: 30px;
              
    }    
}

@media (max-width:400px){
    .client-in ul li {
        width: 125px;
        height: 85px;       

}
}

