
body{
  font-family: 'Aboreto', cursive;
font-family: 'Bebas Neue', cursive;
font-family: 'source sans pro', sans-serif;
font-family: 'Ubuntu', sans-serif;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior:smooth;
}
.back{ 
   background-image: url(/image/bg6.jpg);
   width: 100%;
   height: 85Vh;
   border: 1px solid white;
   border-radius: 10px 10px;
   
}
.container1{
  background-color:transparent;
  width: 100%;
  height: 50%;
}
/* .img1 img{
  width: 80px;
  height: 50px;
  padding-left: 20px;
} */
.nav{
  width: 95%;
  display: flex;
  justify-content: space-between;
  
  
}
.option{

  padding-top: 10px;
  
} 
.option a{
  text-decoration: none;
  color: #FFCB42;
  font-weight: bolder;
  padding-right: 12px;
  font-size: large;
  
  
  
}
 

.option a:hover{

  color:white;
  border-bottom: 1px solid #FFCB42;
  
}
/* .option a::after{ 
  content: '';
  width: 0%;
  height: 2px;
  background: #8758FF;
  display: block;
  margin: auto;
  transition: 0.5s;

} */
     
nav {
  position: fixed;
  top: 0;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 8vh;
  background-image: url(/image/black1.jpg);
  border: 1px solid white;
   border-radius: 10px 10px;
   
  /* font-family: "Poppins", sans-serif; */
}
.logo1 .img1{
  margin-left:20%;
}
 .img1 img{
  width: 100px;
  height: 70px;
}


.logo {
  color: black;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 20px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  width: 55%;
  gap: 2%;
}

.nav-links li {
  list-style: none;
  
}

.nav-links a{
  text-transform: capitalize;
  font-weight: bold;
  font-size: large;
  color: #FFCB42;
  text-decoration: none;
  
  letter-spacing: 3px;
  font-weight: bold;
  /* font-size: 14px; */
}
.nav-links a:hover{
  color: white;
  border-bottom: 1px solid #FFCB42;

}

.burger {
 
  display: none;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: #FFCB42;
  margin: 5px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .nav-links {
      width: 60%;
  }
}

@media screen and (max-width: 768px) {
  body {
      overflow-x: hidden;
  }
  
  .nav-links {
      position: fixed;
      right: 0px;
      height: 100vh;
      top: 8vh;
      background-color:#73777B;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      gap: 15%;
      width: 35%;
      transform: translateX(100%);
      transition: transform 0.5s ease-in;
  }
  
  .nav-links li {
      opacity: 0;
  }
  
  .burger {
    margin-right: 50px;
      display: block;
      cursor: pointer;
  }
}

.nav-active {
      transform: translateX(0%);
}

@keyframes navLinkFade {
  from {
      opacity: 0;
      transform: translateX(50px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.toggle .line10 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}
.border a{
 padding-left: 30px;  
}

  .head{
    color: white;
    margin-left: 7%;
    font-weight: bolder;
   font-size: x-large;
   margin-top: 1%;
    
  }
  .head1{
   padding-right: 9%;
  }
  .head1 h2{
    font-size:25px;
  }
  .head1 h1{
    font-size: 30px;
  }
 
  .devp{
    color: #FFCB42;
  }
  .head{
    padding-top: 6%;
  } 
  .head .move a{
    
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 0.5rem 0.5rem;
    background-color:transparent;
    width: 58%;
    padding: 5px 5px 5px 5px;
    
    
  }
  .head .move a:hover{
    /* background-color:#7895B2 ; */
    box-shadow: 0 0 20px 0;
    color: #FFCB42;
    border: none;
    transform: scale(1.05); 
    
  }
  .container1 .section1 .nav a:hover{
    color: #05595B;
}
.container1 .section1 .nav a::after{
   content:'';
   width: 0%;
   height: 4px;
   background: #05595B;
   display: block;
   margin: auto;
   transition:0.5s ;

}
.container1 .section1 .nav a:hover::after{
    width: 100%;
}
.move1{
  margin-left: 2%;
}
  .move{
    padding-top: 40px;
  }
.drop1 img{
  height: 20vh;
  width: 8%;

  }
  .head .drop1 a{
    text-decoration: none;
    outline: none;
    border: 0;
  }
  .head .drop1 a:hover{
    text-decoration: none;
    outline: none;
    border: 0;
    transform: scale(0); 
    box-shadow: none;

  }
  .drop1{
    text-align: center;
    width: 85%;
    margin-left: 26px;
    margin-top: 10PX;
  }
  /* .balls{
    background: #131315;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  } */

  /* .nmz {
border:solid black 1rem;
background-color: grey;
  } */
  #ball{
    animation: float 3.5s ease-in-out infinite;
    height: 62px;
    width: 80px;
    border-radius: 50%;
    position: relative;
    margin-left: 31%;
    background: radial-gradient(#8758FF, transparent  );
 
  }
  @keyframes float {
    0%{
      transform: translateY(0px);
    }
    50%{
      transform: translateY(-80%);
    }
    100%{
      transform: translateY(0PX);
    }
  }
  .shadow{
    background: #6d3eda;
    width: 4%;
    height: 25px;
    top: 88%;
    animation: expand 4s infinite;
    position: absolute;
    border-radius: 50%;
    margin-left: 25%;
  }
  @keyframes expand{
    0%,
      100% {
        transform: scale(0.5);
      }
      50%{
        transform: scale(1);
      }
    }
  
  
  h1{
    margin: 2%; 
    font-family: 'Ubuntu', sans-serif;         
  }
  .head1 h1{
   text-transform: uppercase;
  }
  .head p{
    font-size: 18px;
  }
  h2{
    margin: 2%;
  }
  @media  (max-width: 500px){
  .back{
    min-height: auto;
    width: auto;
  }
}

@media  (max-width: 526px){
.back{
  min-height: auto;
}
}
@media  (max-width: 464px){

  .back{
    min-height: auto;
  }

};
@media  (max-width: 450px){

  .back{
    min-height: 100vh;
    width: auto;
  }
 
  
  .head{
    color: white;
    margin-left:9%;
    font-weight: bold;
   font-size: large;
   padding-top: 20%
    
  }
  .drop{
    text-align: center;
    width: 85%;
    margin-left: 26px;
    margin-top: 10PX;
  }
  .drop img{
    height: 20vh;
    width: 25%;
  
    }

}
@media  (max-width: 410px){

  .drop img{
    height: 12vh;
    width: 25%;
    margin-top:25PX;
  
    
}
}
/* @media  (max-width: 450px){
  .back{
    min-height: 20vh;
    width: auto;
  }
 
  
  .head{
    color: white;
    margin-left:7%;
    font-weight: bold;
   font-size: large;
   word-spacing: 2%;
   margin-top: 10%;
    
  }

} */
@media screen and  (max-width: 400px){


  .back{
    min-height: 80vh;
    width: auto;
  }
  .head{
   
    margin-left: 6%;
   margin-top: 30%;
   
  }

}
@media  (max-width: 400px){


  .back{
    min-height: auto;
    width: auto;
  }
  .head{
   
    margin-left: 6%;
    padding-top: 30%
    
   
  }

}
@media  (max-width: 351px){


  .back{
    min-height: auto;
  }
  .head{
   
    margin-left: 10%;
    margin-top: 10%;
    
   
  }

}
@media  (max-width: 350px){

  .back{
    min-height: auto;
    width: auto;
  }
  .head{
   
    margin-left: 10%;
    
   
  }
}
@media  (max-width: 300px){

  .back{
    min-height: auto;
    width: auto;
  }
}
/* __________________________________________ */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#about {
  /* background-image: url(/image/bk2.jfif); */
  width: 100%;
  height: 100vh;
  /* border: 1px solid black;
  border-radius: 10px 10px; */
  
}
h1{
  font-family: 'Ubuntu', sans-serif
}
.about1{
 align-items: center; 
  width: 9%;
  border-bottom: 4px solid black;
  margin: 40px auto 0px auto;
  /* background-color: black; */
  /* border-radius: 10px ; */
  color: black;
  font-family: 'Ubuntu', sans-serif
}
.abt{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.abt .abt1{
  margin-left: 7%;
  margin-top: 5%;
}
.abt .abt1 p{
  font-size: large;
  text-align: justify;
  word-spacing: 5px;
}
 .abt1 .zee{
  font-weight: bolder;
  font-size: x-large;
  
  margin-bottom: 4%;
  
}
.skills12 {
  margin-top: 4%;
  margin-left: 4%;
  width: 85%;
}
.skills12 .skl{
     font-weight: bolder;
     font-size: x-large;
}
.skills12 .skl1{
  display: flex;
  margin-top: 5%;
  gap: 5%;
  font-weight: bolder;
  font-size: large;
}
.skills12 .skills1{
  background-color: lightslategray;
  border-radius: 5px 5px;
  padding: 5px 5px;
}
.wrapper {
  width: 110%;
  padding-top: 40px;

}

.skill {
  margin-bottom: 35px;
  position: relative;
  overflow-x:hidden;
}

.skill p {
  font-size: 18px;
  font-weight: 700;
  color: #1a1716;
  margin: 0;
}

.skill:before {
  width: 100%;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  background: black;
  bottom: 0;
}

.skill-bar {
  width: 100%;
  height: 20px;
  background:#FFCB42;
  display: block;
  position: relative;
}

.skill-bar span {
  position: absolute;
  border-top: 5px solid #8758FF;
  top: -30px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
}

.skill-bar {
  position: relative;
}

.skill1 .skill-count1 {
  right: 0;
}

.skill1 {
  width: 90%;
}

.skill2 {
  width: 85%;
}

.skill2 .skill-count2 {
  right: 0;
}

.skill3{
 width: 75%;
}

.skill3 .skill-count3 {
  right: 0;
}
.skill4{
  width: 65%;
 }
 
 .skill4 .skill-count4 {
   right: 0;
 }
 @media  (max-width: 2300px){
  #about {
    width: auto;
    height: 65VH;
  } 
  .skills12 {
    margin-top: 4%;
    margin-left: 4%;
    width: 70%;
  }
 }
 @media  (max-width: 1700px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1600px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1550px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1500px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1450px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1400px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1300px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }
 @media  (max-width: 1200px){
  #about {
    width: auto;
    height: 65VH;
  } 
 }

 @media  (max-width: 1050px){

  #about {
    width: auto;
    height: 120vh;
  } 
  .wrapper {
    width: 110%;
    padding-top: 40px;
  
  }
  }
@media  (max-width: 1000px){

#about {
  width: auto;
  height: 60vh;
} 
.wrapper {
  width: 110%;
  padding-top: 40px;

}
}
@media  (max-width: 900px){

  #about {
    width: auto;
    height: 60vh;
  } 
  .about1{
    align-items: center; 
     width: 15%;
     
   }
   .wrapper {
    width: 110%;
    padding-top: 40px;
  
  }
  .skills12 .skl1{
    display: flex;
    margin-top: 5%;
    gap: 5%;
    width: 50%;
    font-weight: bolder;
    font-size: large;
  }
  }
  @media  (max-width: 850px){

    #about {
      width: auto;
      height: 57vh;
    } 
    .about1{
      align-items: center; 
       width: 15%;
       
     }
     .wrapper {
      width: 110%;
      padding-top: 40px;
    
    }
    .skills12 .skl1{
      display: flex;
      margin-top: 5%;
      gap: 5%;
      width: 50%;
      font-weight: bolder;
      font-size: large;
    }
    
    }
    @media  (max-width: 800px){

      #about {
        width: auto;
        height: 100vh;
      } 
      .about1{
        align-items: center; 
         width: 18%;
         
       }
      .abt{
        display: grid;
        grid-template-columns: 1fr ;
      }
      .abt .abt1{
        margin-left: 7%;
        margin-top: 4%;
      }
      }
      @media  (max-width: 560px){

        #about {
          width: auto;
          height: 180vh;
        } 
        .about1{
          align-items: center; 
           width: 22%;
           
         }
        .abt{
          display: grid;
          grid-template-columns: 1fr ;
        }
        .skills12 .skl{
          font-weight: bolder;
          font-size: x-large;
          width: 50%;
     }
        .abt .abt1{
          margin-left: 7%;
          width: 100%;
          margin-top: 4%;
        }
        .skill {
          margin-bottom: 30px;
          width: 80%; 
        } 
        }
        @media  (max-width: 600px){

          #about {
            width: auto;
            height: 114vh;
          } 
          .about1{
            align-items: center; 
             width: 22%;
             
           }
          .abt{
            display: grid;
            grid-template-columns: 1fr ;
          }
          .skills12 .skl{
            font-weight: bolder;
            font-size: x-large;
            width: 50%;
       }
          .abt .abt1{
            margin-left: 7%;
            width: 80%;
            margin-top: 4%;
          }
          .skl{
            margin-left: 2%;
          }
          .skill {
            margin-bottom: 30px;
            width: 80%; 
            margin-left: 2%;
          } 
          .skills12 .skl1{
            display: flex;
            flex-direction: column;
          }
          .skills12 .skills1{
          width: 50%;
          margin-top: 2%;
          margin-left: 2%;
          }
          .wrapper {
            width: 110%;
            padding-top: 40px;
          
          }
          }
        @media  (max-width: 470px){

          #about {
            width: auto;
            height: 220vh;
          } 
          .about1{
            align-items: center; 
             width: 22%;
             
           }
          .abt{
            display: grid;
            grid-template-columns: 1fr ;
          }
          .skills12 .skl{
            font-weight: bolder;
            font-size: x-large;
            width: 50%;
       }
          .abt .abt1{
            margin-left: 7%;
            width: 80%;
            margin-top: 4%;
          }
          .skl{
            margin-left: 2%;
          }
          .skill {
            margin-bottom: 30px;
            width: 80%; 
            margin-left: 2%;
          } 
          .skills12 .skl1{
            display: flex;
            width: auto;
            flex-direction: column;
          }
          .skills12 .skills1{
          width: 50%;
          margin-top: 2%;
          margin-left: 2%;
          }
          .wrapper {
            width: 110%;
            padding-top: 40px;
          
          }
          }
          /* @media  (max-width: 470px){
            .back{ 
              background-image: url(/image/bg6.jpg);
              width: 100%;
              height: 95Vh;
              border: 1px solid white;
              border-radius: 10px 10px;
           }

            #about {
              width: auto;
              height: 260vh;
            } 
            .about1{
              align-items: center; 
               width: 22%;
               
             }
            .abt{
              display: grid;
              grid-template-columns: 1fr ;
            }
            .skills12 .skl{
              font-weight: bolder;
              font-size: x-large;
              width: 50%;
         }
            .abt .abt1{
              margin-left: 9%;
              width: 80%;
              margin-top: 4%;
            }

            .skl{
              margin-left: 2%;
            }
            .skill {
              margin-bottom: 30px;
              width: 80%; 
              margin-left: 2%;
            } 
            .skills12 .skl1{
              display: flex;
              width: auto;
              flex-direction: column;
            }
            .skills12 .skills1{
            width: 30%;
            margin-top: 2%;
            margin-left: 2%;
            }
            .wrapper {
              width: 387px;
              padding-top: 40px;
            
            }
            } */
            @media  (max-width: 470px){

              #about {
                width: auto;
                height: auto;
              } 
            }
            @media  (max-width: 350px){

              #about {
                width: auto;
                height: auto
              } 
              .about1{
                align-items: center; 
                 width: 35%;
                 
               }
              .abt{
                display: grid;
                grid-template-columns: 1fr ;
                width: 100%;
              }
              .skills12 .skl{
                font-weight: bolder;
                font-size: x-large;
                width: 50%;
           }
              .abt .abt1{
                margin-left: 8%;
                width: 70%;
                margin-top: 4%;
              }
              .skl{
                margin-left: 2%;
              }
              .skill {
                margin-bottom: 30px;
                width: 80%; 
                margin-left: 2%;
              } 
              .skills12 .skl1{
                display: flex;
                width: 40%;
                flex-direction: column;
              }
              .skills12 .skills1{
              width: auto;
              margin-top: 2%;
              margin-left: 2%;
              }
              .wrapper {
                width: 310px;
                padding-top: 40px;
              
              }
              }
              /* ______________________________________________________ */
/* nt7nt5{
  border: 2PX solid black;
   border-radius: 10PX 10PX;
   width: 100%;
  
   
} */
.cont5{
  /* border: 2px solid black; */
  width: 100%;
  
  height: 170vh;
  background-image: url(/image/black1.jpg);

}
.prac{
  align-items: center; 
  width: 11%;
  border-bottom: 2px solid white;
  margin: 40px auto 0px auto;
  font-weight: bolder;
  font-size: xx-large;
  color: #FFCB42;
  text-transform: uppercase;
  /* background-color: #413F42; */
  /* border-radius: 10px ; */
  /* box-shadow: 5px 5px 5px 5px #8758FF; */
}

.practext{
  font-weight: bold;
  text-align: center;
  padding-top:2%;
  color: white;
}
/* .cont5{
  background-image: url();
} */
.cont5 .aboutcont {
  padding-top: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;

}
.cont5 .aboutcont .aboutimg img{
  width: 65%;
  height: 35vh;
  /* border: 1px solid black; */
  border-radius: 5px 5px;
  margin-top: 0%;
  margin-left: 20%;
  /* box-shadow: 5px 5px 5px 5px #9f83e6; */
}
.cont5 .aboutcont .aboutimg img:hover{
  box-shadow: 0 0 20px 0;
  color: #FFCB42;
  transform: scale(1.05);
}
.cont5 .conttext .web{
   font-weight: bolder;
   font-size: x-large;
   padding-top: 2%;   
   color: white;
}

  .practext1{
 padding-top: 5%;
 font-weight: bolder;
color: #959595;
}
 .praclink1 {
    text-decoration: none;
    font-weight: bolder;
    padding-top: 9%;
}
.praclink1 a{
  background-color: #FFCB42;
  border: 1px solid black;
  border-radius: 5px 5px;
  color:black;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  font-weight: bolder;
}
.praclink1 a:hover{
    color:black;
    background-color:#1a1716;
    box-shadow: 0 0 20px 0;
    color: #FFCB42;
    transform: scale(1.05); 
   
}

@media  (max-width: 700px){
  .cont5{
    /* border: 2px solid black; */
    width: 100%;
    
    height: auto;
    background-image: url(/image/black1.jpg);
  
  }
  .cont5 .aboutcont {
    padding-top: 5%;
    display: grid;

    grid-template-columns: 1fr ;
  
  }
  .conttext div{
    margin-left: 15%;
  }
}
@media  (max-width: 600px){
  .cont5{
    width: 100%;
    height: auto;
    background-image: url(/image/black1.jpg);
  
  }
  .cont5 .aboutcont {
    padding-top: 5%;
    display: grid;
    grid-template-columns: 1fr ;
  
  }
  .conttext div{
    margin-left: 15%;
 
}
}
@media  (max-width: 550px){
  .cont5{
  /* border: 2px solid black; */
  width: 100%;
  
  height: auto;
  background-image: url(/image/black1.jpg);

}

  .cont5 .aboutcont {
    padding-top: 5%;
    display: grid;
    grid-template-columns: 1fr ;
  
  }
  .conttext div{
    margin-left: 20%;

}
}
  @media  (max-width: 450px){
    .cont5{
      /* border: 2px solid black; */
      width: 100%;
      
      height: auto;
      background-image: url(/image/black1.jpg);
    
    }
    .cont5 .aboutcont {
      padding-top: 5%;
      display: grid;
      height: 80vh;
      grid-template-columns: 1fr ;
    
    }
    .conttext div{
      margin-left: 15%;
    }
    .prac{
      align-items: center; 
      width: 38%;
      border-bottom: 2px solid white;
      margin: 40px auto 0px auto;
      font-weight: bolder;
      font-size: xx-large;
      text-transform: uppercase;
    }
  
  }


/* ________________________________________ */
 /* .cont6{ */
   /* border: 1px solid black; */
   /* border-radius: 10px 10px;
  background-color: lightgrey;
   width: 92%;
   margin-left: 5%;
   box-shadow: 5px 5px 5px 5px #1a1716; */
   
   

.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cont6 .resume{
  
   
  width: 10%;
  border-bottom: 4px solid black;
  margin: 40px auto 0px auto;
  
  font-weight: bolder;
  font-size: xx-large;
  text-transform: uppercase;
  /* background-color: #413F42;
  border-radius: 10px ;
  box-shadow: 5px 5px 5px 5px #8758FF; */
}
.cont6 .resumeimg img{
  width: 45%;
  height: 50vh;
  border: 2px solid black;
  border-radius: 5px 5px ;
  margin-left: 30%;
  margin-top: 5%;
}
.cont6 .resumetext{
   margin-top: 20%;
    margin-right: 10%;
}
.cont6 .resumetext a{
  text-decoration: none;
  font-weight: bolder;
  font-size: xx-large;
  color: #1a1716;
  background-color:#FFCB42;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 10px 10px;
  padding: 5px 5px 5px 5px;
 

}
.cont6 .resumetext a:hover{
  background-color:#1a1716;
  box-shadow: 0 0 20px 0;
    color: #FFCB42;
    transform: scale(1.05); 
  
}
@media  (max-width: 600px){
  .cont6{
    height: auto;
    margin-left: 4%;
  }
  .cont6 .resume{
    width:32%;
    border-bottom: 2px solid black;
    margin: 40px auto 0px auto;
    font-weight: bolder;
    font-size: xx-large;
    text-transform: uppercase;
    margin-left: 35%;
  }
  .grid{
    display: grid;
    grid-template-columns: 1fr ;
   margin-left: 20%;
   margin-bottom: 5%;
  }
  .cont6 .resumeimg img{
    width: 45%;
    height: 30vh;
    border: 2px solid black;
    border-radius: 5px 5px ;
    margin-left: 16%;
    margin-top: 5%;
  }

}
@media  (max-width: 420px){
  .cont6 .resumetext{
    margin-top: 20%;
    margin-left: -10%;
}

}
@media  (max-width: 400px){
  .cont6 .resumetext{
    margin-top: 20%;
    margin-left: -10%;
}

}
@media  (max-width: 380px){
  .cont6 .resumetext{
    margin-top: 20%;
    margin-left: -20%;
}

}
/* __________________________________________________ */
.cont7{
  background-image: url(/image/black1.jpg);
  width: 100%;
  height: 110vh;
}
.cont7 .contact{
  align-items: center; 
  width: 12%;
  color:#FFCB42;
  border-bottom: 2px solid white;
  margin: 40px auto 0px auto;
  font-weight: bolder;
  font-size: xx-large;
  text-transform: uppercase;
  /* background-color: #413F42;
  border-radius: 10px ;
  box-shadow: 5px 5px 5px 5px #8758FF; */
}
.cont7 .contactfont{
   margin-top: 1%;
   text-align: center;
   font-weight: bolder;
   color: white;
}
.cont7 .add{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cont7 .add1{
  color: white;
  margin-top: 7%;

  font-weight: bolder;
  font-size: x-large;
  margin-left: 30%; 
  /* background-color: #959595;
  width: 40%;
  height: 30vh;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 5px #9f83e6;
   */
}
.cont7 .add1 ul li{
  list-style: none;
  padding-top: 10px;
}
.cont7 .add2{
  margin-top: 5%;
}
.cont7 .add3 .inname{
  font-weight: bolder;
  color: white;
}
.cont7 .add3 input{
  width: 80%;
 margin-top: 2%;
  padding: 10px 300px 10px 10px;
  border-radius: 5px 5px;
  outline: none;

  background-color: white;
}
.width{
  width: 100%;
}
.cont7 .add3 .inemail{
  font-weight: bolder;
  margin-top: 2%;
  color: white;
}
.cont7 .add3 .inmessage{
  font-weight: bolder;
  margin-top: 2%;
  color: white;
}
.cont7 .message1 textarea{
 padding: 10px 10px 10px 10px;
 font-weight: bold;
 outline: none;
 
}
.cont7 .send{
  margin-top: 5%;
  margin-left: 63%;
}
.cont7 .send a{
  text-decoration: none;
  font-weight: bolder;
  font-size: x-large;
  color:white;
  border: 1px solid white;
  border-radius: 5px 5px;
  padding: 10px 10px;
}
.cont7 .send a:hover{
   border: none;
  background-color:black;
  box-shadow: 0 0 20px 0;
    color: #FFCB42;
    transform: scale(1.05); 

}
.add .add1 i{
  color: #FFCB42;
}
@media  (max-width: 2300px){
  .cont7{
    background-image: url(/image/black1.jpg);
    width: 100%;
    height: 90vh;
  }
  .cont7 .add3 input{
    width: 57%;
   margin-top: 2%;
    padding: 10px 300px 10px 10px;
    border-radius: 5px 5px;
    outline: none;
  
    background-color: white;
  }
  .cont7 .send{
    margin-top: 5%;
    margin-left: 45%;
  }
}
@media  (max-width: 950px){
  .cont7{
    /* background-image: url(/image/bg2.jfif); */
    width: auto;
    height: auto;
  }
  .cont7 .contact{
    align-items: center; 
    width: 38%;
    border-bottom: 2px solid white;
    margin: 40px auto 0px auto;
    font-weight: bolder;
    font-size: xx-large;
    text-transform: uppercase;
    margin-left: 30%;
  }
  .cont7 .contactfont{
    margin-top: 2%;
    text-align: center;
    font-weight: bolder;
    color: #413F42;
    margin-left: 3%;
 }
  .cont7 .add{
    display: grid;
    grid-template-columns: 1fr ;
  }
  .cont7 .add1{
    margin-top: 7%;
    font-weight: bolder;
    font-size: x-large;
    margin-left: 7%; 
  }
  .cont7 .message1 textarea{
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    outline: none;
    width: 80%;
    height: 50%;
   }
   .cont7 .add3 .inname{
    font-weight: bolder;
     margin-left: 7%;
  }
   .cont7 .add3 .inemail{
    font-weight: bolder;
    margin-top: 2%;
    margin-left: 7%;
  }
  .cont7 .add3 .inmessage{
    font-weight: bolder;
    margin-top: 2%;
    margin-left: 7%;
  }
  .cont7 .add3 input{
    width: 80%;
   margin-top: 2%;
    padding: 10px 300px 10px 10px;
    border-radius: 5px 5px;
    outline: none;
    margin-left: 7%;
  }
  .cont7 .message1 textarea{
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    outline: none;
    width: 80%;
    height: 50%;
    margin-left: 7%;
   }
  }
  @media  (max-width: 900px){
    .cont7{
      /* background-image: url(/image/bg2.jfif); */
      width: auto;
      height: 165vh;
    }
  }
  @media  (max-width: 800px){
    .cont7{
      /* background-image: url(/image/bg2.jfif); */
      width: auto;
      height: 160vh;
    }
  }
  @media  (max-width: 700px){
    .cont7{
      /* background-image: url(/image/bg2.jfif); */
      width: auto;
      height: 156vh;
    }
  }
  @media  (max-width: 600px){
    .cont7{
      /* background-image: url(/image/bg2.jfif); */
      width: auto;
      height: 152vh;
    }
  }
  @media  (max-width: 450px){
    .cont7{
      /* background-image: url(/image/bg2.jfif); */
      width: auto;
      height: 100vh;
    }
    .cont7 .contact{
      align-items: center; 
      width: 38%;
      border-bottom: 2px solid white;
      margin: 40px auto 0px auto;
      font-weight: bolder;
      font-size: xx-large;
      text-transform: uppercase;
      margin-left: 30%;
    }
    .cont7 .send{
      margin-top: 5%;
      margin-left: 59%;
    }
    .cont7 .add1{
      margin-top: 7%;
      font-weight: bolder;
      font-size: x-large;
      margin-left: 30%; 
     
      
    }
    .cont7 .contactfont{
      margin-top: 2%;
      text-align: center;
      font-weight: bolder;
      color: white;
      margin-left: 3%;
   }
    .cont7 .add{
      display: grid;
      grid-template-columns: 1fr ;
    }
    .cont7 .add1{
      margin-top: 7%;
      font-weight: bolder;
      font-size: x-large;
      margin-left: 7%; 
    }
    .cont7 .message1 textarea{
      padding: 10px 10px 10px 10px;
      font-weight: bold;
      outline: none;
      width: 80%;
      height: 50%;
     }
     .cont7 .add3 .inname{
      font-weight: bolder;
       margin-left: 7%;
    }
     .cont7 .add3 .inemail{
      font-weight: bolder;
      margin-top: 2%;
      margin-left: 7%;
    }
    .cont7 .add3 .inmessage{
      font-weight: bolder;
      margin-top: 2%;
      margin-left: 7%;
    }
    .cont7 .add3 input{
      width: 80%;
     margin-top: 2%;
      padding: 10px 300px 10px 10px;
      border-radius: 5px 5px;
      outline: none;
      
      margin-left: 7%;
    }
    .width{
      width: 100%;
    }
    .cont7 .message1 textarea{
      padding: 10px 10px 10px 10px;
      font-weight: bold;
      outline: none;
      width: 80%;
      height: 50%;
      margin-left: 7%;
     }
    }
   @media  (max-width: 350px){
   .cont7 .add3 input{
      width: 50%;
     margin-top: 2%;
      padding: 10px 300px 10px 10px;
      border-radius: 5px 5px;
      outline: none;
      margin-left: 7%;
    }
    .cont7 .send{
      margin-top: 5%;
      margin-left: 55%;
    }
    .width{
      width: 100%;
    }
    .cont7 .message1 textarea{
      padding: 10px 10px 10px 10px;
      font-weight: bold;
      outline: none;
      width: 80%;
      height: 50%;
      margin-left: 7%;
     }
  }

 

/* _____________________________________________________ */

.container7{
  width: 100%;
  height: 80vh;
  background-color: black;
 
}
.container7 .section7{
 display: flex;
 padding: 10% 10% 0% 10%;
}
.container7 .footer .footer-title{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}
.container7 .footer .footer-content{
  width: 60%;
  color: #FFFFFF;
  text-transform: capitalize;
  font-weight: 400;
}

.container7 .section7 .social .title-social{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  padding-bottom: 10px;
}
.container7 .section7 .social{ 
  width: 30%; 
} 
.container7 .section7 .social .icon{ 
  display: flex; 
  padding: 10px; 
 
} 
.container7 .section7 .social .icon a {
  padding-left: 20px;

  
}
.container7 .section7 .social .icon i{
  color:#FFCB42;

}
.container7 .section7 .social .icon i:hover{
 
  box-shadow: 0 0 20px 0;
  /* border: 1px solid #FFFFFF; */
  border-radius: 50px;
    color: white;
    background: transparent;
  
   
}
.container7 .footer{
  width: 70%;
  margin-bottom: 15%;
}
.line1{
  width: 100%;
  border-bottom: 2px solid white;
 
  padding-top: 1%;
}
.footernav{
  text-align: center;
  
 
}

@media  (max-width: 700px){

  .container7 .section7{
    display: flex;
    flex-direction: column;
    padding: 10% 10% 0% 10%;
   }
   .container7{
    width: auto;
    height: auto;
    background-color: black;
    border-radius: 10px 10px ;
   
  }
  .line1{
    width: 100%;
  }
  .container7 .footer .footer-content{
    width: auto;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 400;
  }
}
.top{ 
  text-align: right;
  font-size: 40px;
  cursor: pointer; 
  margin-right: 30px; 
  
}
.top i{
  color: #FFCB42;
}
.top i:hover{
  color:white;background-color:#1a1716;
  box-shadow: 0 0 20px 0;
    border-radius: 80px;
    transform: scale(1.05); 
}
@media  (max-width: 410px){
  .top{ 
    text-align: right;
    font-size: 40px;
    cursor: pointer; 
    margin-right: 30px; 
    margin-left: 280%;
    
  }
}
.new1 {
  margin-left: 30%;
  
}
.nav-link {
  display: flex;
  justify-content: space-around;
  width: 55%;
  gap: 2%;
}

.nav-link li {
  list-style: none;
  
}

.nav-link a{
  text-transform: capitalize;
  font-weight: bold;
  font-size: large;
  color: #FFCB42;
  text-decoration: none;
  
  letter-spacing: 3px;
  font-weight: bold;
  /* font-size: 14px; */
}
.nav-link a:hover{
  color: white;
  border-bottom: 1px solid #FFCB42;

}
/* @media  (max-width: 400px){
footer{
  width: auto;
}
} */
