*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
body{
    background-color: #080808;
    color: #fff;
}


/* ///////// */

.mainHeader{
    padding: 10px 10px;
}
.menu{
    display: flex;
    justify-content:center;
    /* align-items: center; */
    margin-top: 30px;
}

.menu  li{
    margin: 0px 15px;
    list-style-type: none ;

}

.menu li a{
    margin: 0px 15px;
    text-decoration: none;
    color: white;
}
.menu li a:hover{
    border-bottom:5px solid #28E98C;
    transition: 0.5s;
    font-size: 20px;
}
.menu li a::after{
    position: absolute;
    width: 0;
    height: 3px;
    content: '';
    /* background: #ff04ff; */
    background: #28E98C;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}
.fa-bars {
    display: none !important;
}
.header-text{
    margin: 40px 0px 20px;
    padding-left: 5%;
    font-size: 30px;
    text-align: start;
    /* max-width: 800px; */
}

/* ////////////// */
#header{
    width: 100%;
    background-image: url('images/coding wallpaper.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro{
    font-size: 20px;
    width: 50%;
    padding: 10px;
    margin: 10px auto;
    color: #fff; 
}
/* nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px;
   
   
} */


.logo{
    width: 140px;
     

 
}

.projectImg{
    height: 150;
    width: 300;
}
/* 
nav ul li{
    display: inline-block;
    list-style: none;                                                                                  
    margin: 10px 20px;
}

nav ul li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    cursor: pointer;

    
}
nav ul li a::after{
    position: absolute;
    width: 0;
    height: 3px;
    content: '';
    /* background: #ff04ff; 
    background: #28E98C;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
}
nav ul li a:hover::after {
width: 100%;
} */

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
.header-text p{

    animation: typing 1s forwards;
}
.header-text h2{
    font-size: 60px;
    margin-top: 20px;
}
.header-text h2 span{
    /* color: #ff04ff; */
    color: #28E98C;
}
#about{
    padding: 20px 0;
    color: ababab;
}

.aboutImg div img{
    width: 100%;
    border-radius:5px;
}
.aboutImg div h1 {
    font-size: 60px;
}
.aboutImg div p {
    font-size: 16px;
    line-height: 28px;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
/* .about-col-1{
    flex-basis: 35%;
} */
.about-col-1 img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.about-col-2{
    flex-basis: 60%;
}
.about-col-2 h3{
    color: #ababab;
    margin: 10px 0 10px;
    font-size: 20px;
}

/* .sub-title{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
} */
.tab-titles{
    display: flex;
    margin: 20px 0 30px;
}
.tab-links{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
    cursor: pointer;
}
.tab-links::after{
    content: "";
    left: 0;
    bottom: -8px;
    /* background: #ff04ff; */
    background: #28E98C;

    height: 3px;
    width: 0;
    position: absolute;
    transition: 0.5s;
}
.tab-links.active-link::after
{
width: 50%;
}

.tab-contents ul li {
list-style: none;
margin: 10px 0;
border-radius: 12px;
/* border-color: #B54769; */
/* border-color: #28E98C; */
border-color: #8e8e8ea8;
border-style: groove;
border-width: 1px;
padding: 8px;
padding-left: 10px;
stroke-width: 2px;
}
.tab-contents ul li:hover{
    border-color:#28E98C ;
}
.tab-contents a{
    text-decoration: none;
    color: white;
    
}
    
.tab-contents ul li span{
    /* color: #B54769; */
    color: #28E98C;
    font-size: 14px;
}
.tab-contents{
    display: none;
}
.tab-contents.active-tab{
    display: block;
}
#services{
    margin: 30px 0;
}
.services-list{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 40px;
margin-top: 50px;
}
.services-list div{
    background: #262626;
    padding: 40px;
    font-size: 13px;
    font-weight: 300;
    border-right: 10px;
    border-radius: 12px;
    /* box-shadow: outset 0; */
    /* border-color: #28E98C; */
    /* border-width: 1px; */
    transition: 1.5s;

    
}

.services-list div:hover {
    background: linear-gradient(45deg, #28e98c, transparent);
    transform: translateY(-20px);


}



.services-list div i{
    font-size: 50px;
    margin-bottom: 30px;
}
.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
   

}
.services-list div a{
    text-decoration: none;
    color:#9be6c1;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
}
/* -----------------------------portfolio------------------------ */
#portfolio{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 40px;
    margin-top: 60px;

}
.work-list{
    margin-top: 20px;
    display: flex;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}
.work{

    border-radius: 10px;
  
}
.work video{
    width: 100%;
    border-radius: 10px;
    display: block;
}
.layer{
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(0,0,0,0.6),#9be6c1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h3{
    font-weight: 500;
    margin-bottom: 20px;
}
.layer a{
    margin-top: 20px;
    color: #ff004f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;

}
.work :hover video{
    transform: scale(1.1);

}
.work :hover .layer{
    height: 100%;
}
.btn{
    display: block;
    border-radius: 6px;
    margin: 50px auto;
    width: fit-content;
    border:1px solid #ff004f;
    padding:14px 50px
}
/* -----------------------contact css-------------------------- */
.contact-left{
    flex-basis: 35%;
}
.contact-right{
    flex-basis: 60%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    margin-right: 15px;
    font-size: 25px;
    color: #28E98C;
}
.social-icons  {
    margin-top: 30px;
}
.social-icons a{
    margin-right: 15px;
    color: #aaaaaa;
    text-decoration: none;
    display: inline-block;
   
    font-size: 30px;
    transition: transform.0.5s;
}
.social-icons a :hover{
    color: #28E98C;
    transform: translateY(-5px);
}

.btn.btn2{
    display: inline-block;
    background: #28E98C;
   border-color: #9be6c1;
   color: #0e0d0d;
   text-decoration: none;
}
.contact-right form{
    width: 100%;

}
form input , form textarea{
    width: 100%;
    outline: none;
    border: 0;
    background: #262626;
    padding: 15px;
    margin: 15px 0;
    font-size: 18px;
    border-radius: 6px;
    color: #fff;
}
form .btn2{
    cursor: pointer;
    padding: 14px 60px;
    margin-top: 20px;
    font-size: 18px;
}
.copyright{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-weight: 300;
    margin-top: 20px;
    background: #262626;
}
.copyright i{
    color: #f00707;
}
button.navbar-toggler {
    display: none;
}
navbar-toggler{
    display: none;
}
#menuToggle{
    display: none;
}
#msg{
    color: #28E98C;
    margin-top: -10px;
    display: block;
}
/* -----------------responsive------------------ */
@media only screen and (max-width:430px) {


a {
  text-decoration: none;
  color: #1E1E23;
  opacity:1;
  font-family: 'work sans', sans serif;
  font-size: 1.5em;
  font-weight: 400;
  transition: 200ms;
}
a:hover {
  opacity:0.5;
}
ul {
  padding: 0;
  list-style-type: none;
}



.container {
  margin-top: 50px; 
  Display: flex;
  justify-content: center;
  align-items: center;
}
.phone {
  background-color: #36383F;
  border-radius: 40px;
  width: 300px;
  height: 600px;
  Display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 30px 50px 100px #85888C;
}
.content {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #F5F6FA;
  overflow: hidden;
}
nav {
  background-color: #1E1E23;
  height: 65px;
}


#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 180px;
  height: 400px;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}
 
/* >>>>>>>>>>>>>>>> */
button.navbar-toggler {
    display: block;
    position: absolute;
    top: -60px;
    right: 16px;
    float: right;
}
navbar-toggler{
    display: block;
}
.mainHeader{
    padding: 0px;
}

.menu{
    display: none;
}
.phoneMenu {
display: block;
padding-left: 0px;
}
.phoneMenu li{
list-style: none;
    display: block;
    margin: 20px ;
}

.phoneMenu li a{
color: white;
text-decoration: none;
}
.fa-bars {
    display: block !important;
    position: absolute;
    right: 50px;
    top: 30px;
}

.offcanvas{
    color:white;
    background-color: #363434;
}
.tab-links{
    margin-right: 30px;

}
.tab-titles{
    display: block;
}
.tab-contents ul {
    padding: 0px;
}
/* >>>>>>>>>>>>>>>> */


    #header{
        /* background-image: url(images/shallubgsm.png); */
        background-size: contain;
    }
    .header-text {
        margin: 140px 0px;
        font-size: 16px;
    } 
    .aboutImg div h1 {
        font-size: 40px;
    }
    .header-text h1{
        font-size: 30px;
    }
    .nav{
        display: none;
    }
    .work{
        width: 95%;
        margin: auto;
    }
    nav .fas{
        display:block;
        font-size: 25px;
    }
    #about {
        padding: 30px 0;}
    /* nav ul{
        position: fixed;
        top: 0;
        right: 0;
        background:#28E98C;
        width: 200;
        height: 100vh;
        padding-top: 50px;
    }
     */
}