* {
    margin: 0%;
    padding: 0%;
  }
  /* Dropdown Button */
  .dropbtn {
    color: white;
    font-size: 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/b.jpg");
  
    background-repeat: no-repeat;
    background-position: center;
    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-color: #6f6f6f;
    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/bg_nav.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: 80%;
  }
  .firstHalf {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .secondHalf {
    width: 30%;
    margin-left: 2px;
  }
  .secondHalf img {
    width: 100%;
    border: 3px solid white;
    border-radius: 150px;
    display: block;
    margin: auto;
  }
  .text-big {
    font-size: 3rem;
    color: yellow;
    font-family: "Alfa Slab One", cursive;
  }
  .text-small {
    font-size: 1.5625rem;
    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;
  }
  /* #services{
      background: url("img/bs.jpg");
  } */
  .secright {
    display: flex;
    align-items: center;
    font-family: "Ubuntu", sans-serif;
    justify-content: space-evenly;
    max-width: 80%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 4px;
  }
  
  .secleft {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Ubuntu", sans-serif;
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
  }
  .service_section {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
  .about-small {
    padding: 20px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    text-align: center;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
  }
  .about-big {
    text-align: center;
    font-size: 3rem;
    font-family: "Alumni Sans Collegiate One", sans-serif;
  }
  .one_service {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .skill_heading {
    font-family: "Poppins", Sans-serif;
    font-size: 1.375rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 800;
    margin-left: 60px;
    text-align: center;
    justify-content: center;
  }
  .ML p {
    font-size: 1.3rem;
    padding: auto;
    font-family: "Poppins", sans-serif;
  }
  .ML {
    padding: 15px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .DL {
    padding: 15px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .DL p {
    font-size: 1.3rem;
    padding: auto;
    font-family: "Poppins", sans-serif;
  }
  .center {
    display: grid;
    grid-template-rows: 0.5fr 1fr;
  }
  #about {
    margin: 0 18rem;
  }
  .images {
    width: 80%;
  }
  .sectionsubtag {
    /* border: 2px solid black; */
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px;
  }
  .sectiontag {
    padding-bottom: 3px;
    font-family: "Poppins", Sans-serif;
    font-weight: 900;
    font-size: 1.6rem;
  }
  .im {
    width: 190px;
    border-radius: 40%;
    border: 2px solid wheat;
  }
  .imag {
    border: 2px solid wheat;
    border-radius: 40%;
    width: 190px;
  }
  .cont_service {
    padding: 14px;
    border-radius: 32px;
  }
  .contact {
    background-color: #f6f5f4;
    height: auto;
  }
  .text-center {
    text-align: center;
    padding-top: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.8rem;
  }
  .form {
    max-width: 30%;
    margin: 35px auto;
  }
  .form input {
    width: 100%;
    margin: 15px 0px;
    padding: 4px 2px;
    font-size: 1.1875rem;
    border: 2px solid grey;
    border-radius: 6px;
  }
  .btn-dark {
    padding: 8px 20px;
    margin: 7px 0;
    border: 2px solid black;
    border-radius: 8px;
    font-size: 1.125rem;
    cursor: pointer;
    background: none;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .btn-dark:hover {
    background-color: black;
    color: lavender;
  }
  .form textarea {
    width: 100%;
    margin: 15px 0;
    padding: 4px 2px;
    font-size: 1.1875rem;
    border: 2px solid grey;
    border-radius: 6px;
  }
  textarea {
    height: fit-content;
  }
  .paras {
    border: 2px solid rgb(241, 241, 167);
    border-radius: 113px;
    padding: 0 5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .text-footer {
    text-align: center;
    padding: 30px 0;
    color: white;
    font-family: "Ubuntu", sans-serif;
    display: flex;
    justify-content: center;
  }
  .contact_me {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .text_p {
    font-family: "Ubuntu", sans-serif;
    color: #444;
    font-weight: 600;
  }
  .text_div {
    align-content: center;
    justify-content: center;
    padding: 3px;
    margin: 1px 400px;
    text-align: center;
  }
  .burger {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 19px;
  }
  .line {
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
  }
  .imagee {
    align-content: center;
    border: 2px solid rgb(12, 11, 11);
    border-radius: 60%;
    width: 30px;
  }
  .imagee:hover {
    border-color: rebeccapurple;
  }
  /* @media only screen and (max-width: 1280px){
     html{
          font-size: 95%;
      } 
      .text_div {
          padding: 3px;
          margin: 1px 340px;
      }
      .form {
          max-width: 400px;
          margin: 4px auto 5px;
      }
    }
    @media (max-height: 708px) {
      .contact{
          height: 70vh;
      }
    } */
  /* @media only screen and (max-width: 1140px){
      html{
          font-size: 85%;
      }
      .secright{
          height: 250px;
      }
      .secleft{
          height: 250px;
      }
      .text_div {
          padding: 10px;
          margin: 1px 200px;
      }
      .nav-list{
          flex-direction: column;
      }
      .navbar{
          transition: all 0.3s ease-out;
          flex-direction: column;
          padding-top: 56px;
          height: 400px;
      }
      .burger{
          display: block;
      }
      .h-nav-resp{
          height: 25px;
      }
      .v-class-resp{
          opacity: 0;
      }
      .image{
          display: none;
      }
      .box-main{
          flex-direction: column-reverse;
      }
      
  }
  /* @media only screen and (max-width: 769px) and (max-width:600px){
  
  } */
  .span2 {
    display: none;
  }
  @media only screen and (min-width: 1004px) and (max-width: 1140px) {
    .secondHalf img {
      border-radius: 230px;
    }
  }
  @media only screen and (max-width: 1140px) {
    * {
      margin: 0;
      padding: 0;
    }
    html,
    body {
      width: 100%;
      font-size: 85%;
    }
    .bg {
      background-repeat: no-repeat;
      background-position: center;
    }
    .nav-list {
      flex-direction: column;
    }
    .sectionsubtag {
      padding: 0px;
    }
    .nine h1 {
      font-size: 4.3rem;
    }
    .navbar {
      transition: all 0.5s ease-out;
      flex-direction: column;
      padding-top: 56px;
      height: 435px;
    }
    .burger {
      display: block;
    }
    .h-nav-resp {
      height: 0px;
    }
    .v-class-resp {
      opacity: 0;
    }
    .image {
      display: none;
    }
    .nine h1 span {
      display: none;
    }
    .box-main {
      flex-direction: column-reverse;
      max-width: 100%;
    }
    .secright {
      width: 100%;
      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 {
      width: 100%;
      padding: 0px;
      border: none;
    }
    .span2 {
      display: block;
      font-size: 1.3rem;
      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_p {
      padding: 0px;
      margin: 3px 13px;
    }
    .text_div {
      align-content: center;
      justify-content: center;
      padding: 0px;
      margin: 0px;
      text-align: center;
    }
    .mu {
      padding: 4px 6px;
      text-align: center;
    }
    .form {
      max-width: 50%;
      margin: 35px auto;
    }
    .contact {
      height: 85vh;
    }
    .nine h1 span {
      font-size: 11px;
    }
    .dropdown-content {
      background-color: rgb(14, 14, 13);
    }
    #about {
      margin: 0px;
    }
  }
  