
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Handle */
::-webkit-scrollbar {
  width: 7px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #183A1D; 
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#183A1D; 
}
html {
    scroll-behavior: smooth;
}
body{
    background: #FEFBE9;
}


#about{
    height: auto;
}
#work{
    height: auto;
}
#contact{
    height: auto;
}

/* navbar */
nav {
    position: fixed;
    top: 15px;
    right: 0;
    left: 0;
    width:250px;
    margin: auto;
    background: #FEFBE9;
    border-radius: 30px;
    height: 60px;
    z-index: 999;
}
/* .scrolled{
    background: #E1EEDD;
    border-radius: 30px;
    height: 55px;
} */
.animate-bar {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.animate-bar ul li {
    display: inline-block;
    border-radius: 5px;
    margin-top: 2px;
}

.animate-bar ul li a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    color: black;
    font-size: 18px;
}

.animate-bar ul li.active {
    background-color: #183a1d;
    border-radius: 30px;
    transition: 0.3s;
}

.animate-bar ul li.active a {
    color: #ffffff;
}

/*  about start */
.rw{
    margin-top: 70px;
    height:100%; 
    border: 0px solid pink;
}
.box{
    border: 0px solid red;
    margin-top: 50px;
}

.tarun{
    font-size: 80px;
}
.name{
     font-size:50px;
     margin-top:12px;
     font-weight:bold;
     color: #183A1D;
     text-align: center;
}
.name h4{
    margin-top:10px;
    font-size: 32px;
    font-weight: 600;
}
.name p{
    width: 70%;
    margin: auto;
    margin-top:18px;
    font-size:20px;
    font-weight: normal;
    border: 0px solid red;
}

.flex{
    width: 100%;
    display: flex;
    border: 0px solid red;
    justify-content: center;
    margin-top: 10px;
}
.child{
    width:50px;
    height: 50px;
    background:none;
    margin: 5px;
    position: relative;
    border: 0px solid red;
}


.icons{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
}

/* work start */
.rw1{
    border: 0px solid red;
    margin-top:15px;
}

.works{
    font-size: 30px;
    color:#183A1D;
    text-align: center;
    font-size:50px;
    font-weight:bold;
    margin-top: 50px;
}

.port{
    border: 0px solid blue;
    width:100%;
    height:100%;
    margin: auto;
    overflow: hidden;
    padding: 0px!important;
    margin-top:20px;
}

/* start overlay */

.containers {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 96%;
    height: 100%;
    margin-left: 2%;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left:2%;
    right: 0;
    background-color:#000000;
    overflow: hidden;
    width:96%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  
  .containers:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .visit{
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border:1px solid #E1EEDD;
    background: none;
    padding: 5px 32px;
    border-radius:5px ;
  }
  .visit a{
    color:#E1EEDD!important;
  }
  .visit:hover{
    background:#E1EEDD;
  }
  .visit:hover a{
    color: black!important;
    text-decoration: none!important;
  }
  /* end overlay */


  /* contact start */
.rw2{
    border: 0px solid green;
    margin-top: 50px;
}
  .sq{
    width: 100%;
    height: 350px;
    background: #183A1D;
    margin-top: 80px;
    border-radius:5px;
    transform: rotate(2.5deg);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 50px;
}
.sqs{
    width: 100%;
    height: 350px;
    background:#E1EEDD;
    margin-top: 80px;
    border-radius:5px;
    transform: rotate(-2.5deg);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 50px;
}

.lets{
    text-align: center;
    position:relative;
    top: 15px;
    font-weight: bold;
    font-size: 50px;
    color: #183A1D;

}

/* form start */
.let{
    width: 40%;
    border: 0px solid red;
    margin: auto;
    margin-top: 10px;
}

label{
    width: 100%;
    color: #183A1D;
    padding-top: 5px;
}
input{
    width: 100%;
    height: 38px;
    font-size: 15px;
}
input:focus{
    outline-style:none;
    padding-left:3px;
}
.submi{
   width: 100%;
   margin-top: 20px;
   border: none;
   background: #183A1D;
   color: #E1EEDD;
   height: 38px;
   font-size:18px;
}

/* footer start */
.footer{
    color: #183A1D;
    height: 50px;
    width: 100%;
    text-align: center;
}
.made{
    line-height: 50px;
    font-size: 20px;
 }


@media only screen and (max-width:768px){
    .rw{
     border: 0px solid red;
     margin: 0;
     margin-top:30px;
    }
    .cv{
     margin-left: 0;
     margin-top: 20px;
    }
    .name{
     border:0px solid blue;
     margin-top: 10px;
     font-size: 30px;
    }
    .name h4{
     font-size:25px;
     margin-top: 5px;
    }
    .tarun{
        font-size: 40px;
    }
    .name p{
     width:100%;
     padding: 0;
     padding-bottom: 10px;
    }
    #work{
        margin: 0;
        margin-top: 10px;
    }
    .let{
      width: 80%;
    }
    .text{
     font-size: 17px;
     width: 100%;
     top: 35%;
    }
 }
 