*{
  margin: 0%;
  padding: 0%;
}
/* Dropdown Button */
.dropbtn {
  color: white; 
  font-size: 1.2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* border: 1px solid wheat;
  padding: 4px;
  border-radius: 14px; */
  background: rgba(0, 0, 0, 0.7) url('img/p_b.jpg');
  background-size: cover;
  background-blend-mode: darken;
  /* color: white; */
  /* padding: 16px; */
  /* font-size: 16px; */
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
   color: gray;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: url(img/p_b.jpg);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.logo{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img{
  width: 45px;
  border: 3px solid white;
  border-radius: 50%;
}
.navbar{
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  cursor: pointer;
}
.nav-list{
  display: flex;
  width: 100%;
  align-items: center;
}
.nav-list li{
  list-style: none;
  padding: 26px 30px;
}
.nav-list li a{
  font-size: 1.2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  text-decoration: none;
}
.nav-list li a:hover{
  color: gray;
  text-decoration: none;
}
/* .scroll_text{
  border: 1px solid black;
  background-color: wheat;
  border-radius: 50px;
} */
.image{
  align-content: center;
  top: 20px;
  border: 2px solid white;
  border-radius: 50%;
  width: 30px;
}
.border{
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  border: 1px solid wheat;
  border-radius: 14px;
  padding: 8px;
}
.linkedin{
  position: absolute;
  right: 7px;
  
}
.github{
  position: absolute;
  right: 45px;
}
.bg{
  background: rgba(0, 0, 0, 0.7) url('img/p_bg.jpg');
  background-size: cover;
  background-blend-mode:darken;
}
.firstSection{
  height: 100vh;
}
.box-main{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 50%;
  margin: auto;
  height: 90%;
}
.text-big{
  font-size: 5rem;
  color: yellow;
  font-family: 'Alfa Slab One', cursive;
}
.text-small{
  font-size: 2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.btn{
  padding: 8px 20px;
  margin: 7px 0;
  border: 2px solid white;
  border-radius: 8px;
  font-size: 1.125rem;
  cursor: pointer;
  background: none;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.btn:hover{
  background-color: lavender;
  color: black;
}
.nine h1 {
  text-align:center; font-size:3.125rem; text-transform:uppercase; color:#222; letter-spacing:1px;
  font-family:"Playfair Display", serif; font-weight:400;
}
.nine h1 span {
  margin-top: 5px;
    font-size: 15px; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
    text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
  background-color:#f8f8f8;
}
.nine{
  padding-top: 15px;
} 
.head_Ser{
  padding-bottom: 12px;
}
.skill{
  background-color: #f6f5f4;
  padding: 22px;
  margin: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.imgi{
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 75%;
}
.sbox{
  margin: 12px;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 22px;
}
.heading{
  text-align: center;
}
.sbutton{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sbtn{
  justify-content: center;
  align-content: center;
  padding: 8px 20px;
  margin: 7px 0;
  border: 2px solid black;
  border-radius: 8px;
  font-size: 1.125rem;
  cursor: pointer;
  background: none;
  color: white;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.sbtn:hover{
  background-color: black;
  color: lavender;
}
.sectionsubtag{
  /* border: 2px solid black; */
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: 500;
  padding:5px 25px;
  color: #ddd;
}
.sectiontag{
  color: #ddd;
  padding-bottom: 3px;
  font-family: "Poppins", Sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
}
/* .other_b{
  justify-content: baseline;
  align-self: baseline;
  margin-top: 30px;
} */
.cv{
  padding-top: 16px;
}
.imagee{
  align-content: center;
  border: 2px solid rgb(12, 11, 11);
  border-radius: 60%;
  width: 30px;
}
.imagee:hover{
  border-color: rebeccapurple;
}
.note{
  font-size: 1.3rem;
  font-family:Georgia, 'Times New Roman', Times, serif;
  margin: 23px;
}
.text-footer{
  text-align: center;
  padding: 30px 0;
  color: white;
  font-family: 'Ubuntu',sans-serif;
  display: flex;
  justify-content: center;
}
.span2{
  display: none;
}
.burger{
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 19px;
}
.line{
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 5px 3px;
}
@media only screen and (min-width: 1004px) and (max-width:1140px){
  .secondHalf img {
      border-radius: 230px;
  }
} 
@media only screen and (max-width: 1140px){
  .nav-list{
      flex-direction: column;
  }
  .navbar{
      transition: all 0.5s ease-out;
      flex-direction: column;
      padding-top: 56px;
      height: 480px;
  }
  .burger{
      display: block;
  }
  .h-nav-resp{
      height: 28px;
  }
  .v-class-resp{
      opacity: 0;
  }
  .image{
      display: none;
  }
  .box-main{
      flex-direction: column-reverse;
      max-width: 100%;
  }
  .secright{
      flex-direction: column-reverse;
  }
  .secleft{
      flex-direction: column-reverse;
  }
  /* .im{
      width: 30%;
      border-radius: 50%;
      border: 2px solid wheat;
  }
  .imag{
      border: 2px solid wheat;
      border-radius: 50%;
      width: 30%;
  } */
  .text-small{
      text-align: center;
  }
  .text-big{
      text-align: center;
  }
  .buttons{
      text-align: center;
  }
  .paras{
      padding: 0px;
      border: none;
  }
  .text_p{
      padding: 0px;
  }
  .text_div{
      align-content: center;
      justify-content: center;
      padding: 0px;
      margin: 0px;
      text-align: center;
  }
  .form{
      max-width: 60%;
      margin: 35px auto;
  }
  .contact{
      height: 85vh;
  }
  .nine h1 span{
      font-size: 11px;
  }
  .dropdown-content {
      background-color: rgb(14, 14, 13);
  }
  .skill{
    display: flex;
    flex-direction: column;
  }
  .navbar{
    position: static;
  }
  .bg{
    background-repeat: no-repeat;
  background-position: center;
  }
.nine h1 span {
  display: none;
}
.imagee{
  width: 10%;
}
.span2{
  display: block;
  font-size: 0.9345rem; color:#444; word-spacing:1px; font-weight:normal; letter-spacing:2px;
  text-transform: uppercase; font-family:"Raleway", sans-serif; font-weight:500;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.text-big{
  font-size: 5rem;
}
.text-small{
  font-size: 3rem;
}
.b{
  font-size: 2rem;
}
.sbox{
padding: 3px;
}
.note{
  font-size: 1.5rem;
}
.nav-list li a{
  font-size: 1.5rem;
}
.dropbtn {
  font-size: 1.5rem;
}
}
.bgr1{
  background: rgba(0, 0, 0, 0.7) url('img/r11.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr1:hover{
  background: rgba(0, 0, 0, 0.7) url('img/r22.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr2{
  background: rgba(0, 0, 0, 0.7) url('img/r31.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr2:hover{
  background: rgba(0, 0, 0, 0.7) url('img/r32.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr4{
  background: rgba(0, 0, 0, 0.7) url('img/c11.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr4:hover{
  background: rgba(0, 0, 0, 0.7) url('img/c22.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr3{
  background: rgba(0, 0, 0, 0.7) url('img/bert1.png');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}
.bgr3:hover{
  background: rgba(0, 0, 0, 0.7) url('img/nlp11.jpg');
  background-size: cover;
  background-blend-mode: darken;
  width: 85%;
  background-repeat: no-repeat;
  background-position: center;
}