@media (max-device-width: 1000px) and (min-device-height: 300px) {
  * {
    box-sizing: border-box;
    margin: 0;
  }

  @keyframes me {
    from {
      transform: translateY(-40%);
      opacity: 0.1;
    }

    50% {
      opacity: 0.1;
    }

    to {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  @keyframes show {
    from {
      opacity: 1;
    }

    to {
      opacity: 1;
    }
  }


  @keyframes show1 {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes eightscreenAnimate {
    from {
      transform: translateY(0%);
    }

    to {
      transform: translateX(0%);
    }
  }

  @keyframes forlogoend {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  body {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F6F8;
    overflow: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 25px;
  }


  .homepagelogo {
    margin-top: 15px;
  }

  .timer {
    display: inline;
    border-radius: 10px;
    outline: none;
    color: rgb(52, 177, 52);
    opacity: 0.8;
    cursor: context-menu;
    font-size: small;
    text-align: center;
    padding-left: 200px;
    margin-top: 15px;
  }

  .timer:hover {
    opacity: 1;
    color: rgb(52, 177, 52);
  }

  .navcontainer {
    text-align: center;
    float: right;
    overflow: auto;
    transition: all 0.3s;
    margin-top: 40px;
    z-index: 5;
  }

  .nav1,
  .nav2,
  .nav3 {
    font-size: 15px;
    color: black;
    outline: none;
    text-decoration: none;
    transition: all 0.3s;
    opacity: 1;
  }

  .nav1 {
    padding-left: 20px;
  }


  .contactMe {
    display: none;
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10.5px;
    color: black;
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    background-color: rgb(108, 206, 108);
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
  }

  .contactMe:hover {
    background-color: rgb(44, 230, 44);
  }


  .container1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
    z-index: 5;
    animation-name: show;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    margin-top: 20px;
    margin-bottom: 30px;
    opacity: 1;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }

  .firstscreen1 {
    width: 100%;
    height: fit-content;
    transition: all 0.5s;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 1;
  }

  .he {
    font-size: large;
    margin-bottom: 20px;
  }

  .firstscreen2 {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    transition: all 0.5s;
    animation: me 5s ease-in-out;
    opacity: 1;
    padding: 0px;
    margin-left: 0;
    margin-right: 0px;
    opacity: 1;
  }

  .firstimage {
    margin: 0px;
    margin-bottom: 0px;
    opacity: 1;
  }

  .learnmorebutton {
    text-decoration: underline;
  }

  .de {
    font-size: small;
  }


  .secondscreen {
    margin: 0px;
    margin-top: 0px;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    transition: all 1s;
    z-index: 5;
    opacity: 1;
    margin-left: 10px;
  }

  h4 {
    font-size: small;
  }

  .thirdscreen1 {
    margin-top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    margin-right: 0px;
    margin-left: 0px;
    transition: all 1s;
    opacity: 1;
    height: fit-content;
    gap: 15px;
    margin-bottom: 70px;
    padding: 0px;
  }

  .thirdscreen {
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-right: 0px;
    margin-left: 0px;
    transition: all 1s;
    opacity: 1;
    height: fit-content;
    gap: 15px;
    margin-bottom: 70px;
    padding: 0px;
  }


  .third1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0%;
  }

  .third1 img {
    width: 300px;
  }

  .third2 {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
    padding: 0px;
  }


  .forthscreen {
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    transition: all 1s;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 5;
    transition: all 2s;
    opacity: 1;
    margin-bottom: 60px;
    opacity: 1;
  }

  .four1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    height: 200px;
    padding: 0px;
    margin-bottom: 40px;
  }

  .four1 img {
    width: 300px;
    text-align: center;
  }

  .four2 {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: fit-content;
    margin-bottom: 20px;
  }


  .newScreen {
    display: flex;
    flex-direction: column;
    width: 100px;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    display: none;
    opacity: 1;
  }



  .fifthscreen {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 1s;
    z-index: 5;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
    opacity: 1;
    height: fit-content;
  }


  .five1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0%;
  }

  .five1 img {
    width: 300px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .five2 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    height: 200px;
    margin-top: 0%;
  }



  .sixthscreen {
    margin: 100px;
    margin-top: 80px;
    text-align: center;
    justify-content: center;
    width: 700px;
    height: 200px;
    margin-bottom: 5px;
    transition: all 0.3s;
    z-index: 5;
    opacity: 1;
  }




  .seventhscreen {
    display: grid;
    grid-template-rows: 20px 20px;
    grid-template-columns: 300px;
    justify-content: center;
    margin-top: 50px;
    transition: all 0.3s;
    z-index: 5;
    opacity: 1;
  }

  .seventhscreen2 {
    display: grid;
    grid-template-rows: 20px 20px;
    grid-template-columns: 300px;
    justify-content: center;
    margin-top: 50px;
    transition: all 0.3s;
    z-index: 5;
    opacity: 1;
  }

  .row1,
  .row12 {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    width: 220px;
    gap: 20px;
    justify-content: center;
    margin-left: 40px;
    z-index: 20;
  }

  .btn1 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(255, 255, 10);
    padding: 8px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    font-size: x-small;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0px;
  }

  h1 {
    font-size: large;
  }

  .exp {
    text-align: center;
    margin-top: 350px;
    display: block;
  }

  .btn12 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(6, 225, 233);
    padding: 8px;
    font-weight: normal;
    font-size: x-small;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 0px;
  }

  .btn2 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(10, 231, 21);
    padding: 8px;
    font-weight: normal;
    font-size: x-small;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
  }

  .btn22 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(6, 40, 233);
    padding: 8px;
    font-weight: normal;
    font-size: x-small;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
  }

  .btn3 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(255, 10, 112);
    padding: 8px;
    font-weight: normal;
    font-size: x-small;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
  }

  .btn32 {
    border-style: none;
    border-radius: 17px;
    background-color: rgb(6, 233, 36);
    padding: 8px;
    font-weight: normal;
    font-size: x-small;
    font-family: 'Poppins', sans-serif;
    width: 100px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 5px;
  }

  .btn1:hover,
  .btn2:hover,
  .btn3:hover,
  .btn12:hover,
  .btn22:hover,
  .btn32:hover {
    opacity: 0.7;
  }


  .row21,
  .row22,
  .row23,
  .row212,
  .row222,
  .row232 {
    border-style: none;
    padding-bottom: 50px;
  }



  .textrow {
    background-color: rgb(223, 247, 247);
    border-radius: 20px;
    width: 380px;
    margin-left: 210px;
    text-align: left;
    font-size: small;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .iconrow {
    width: 200px;
    background-color: #F5F6F8;
    padding-top: 100px;
    margin-left: 40px;
    padding-left: 20px;
    border-radius: 50px;
  }



  .eightscreen {
    margin-top: 300px;
    text-align: center;
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
    transition: all 0.3s;
    z-index: 5;
    opacity: 1;
    margin-left: 10px;
    margin-right: 0px;
  }


  .testimny1 {
    display: grid;
    grid-template-rows: 20px;
    grid-template-columns: 50px 250px 50px;
    justify-content: center;
    margin-top: 40px;
    gap: 5px;
    transition: all 0.3s;
    opacity: 1;
  }

  .im {
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
  }


  .testimnyimg1 img,
  .testimnyimg2 img,
  .testimnyimg3 img {
    border-radius: 60px;
    width: 80px;
    height: 80px;
  }

  .arrowback {
    margin-top: 90px;
    font-size: x-large;
    cursor: pointer;
    transition: all 0.3s;
  }

  .arrowback:hover {
    color: rgb(83, 79, 79);
  }

  .arrowback:active {
    margin-top: 95px;
  }

  .arrowfront {
    margin-top: 92px;
    margin-left: 0px;
    font-size: x-large;
    cursor: pointer;
    transition: all 0.3s;
  }

  .arrowfront:hover {
    color: rgb(83, 79, 79);
  }

  .arrowfront:active {
    margin-top: 95px;
  }

  .point1 {
    opacity: 100;
    transition: all 0.5s;
    display: none;
  }

  .point2 {
    opacity: 100;
    transition: all 0.5s;
    display: none;
  }

  .point3 {
    opacity: 100;
    transition: all 0.5s;
    display: none;
  }

  .hrfoot {
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 100px;
    opacity: 0.2;
  }

  .htop {
    margin: 0%;
    color: black;
    text-align: center;
    display: inline;
  }

  .h {
    display: none;
  }


  .footer1 {
    position: absolute;
    left: 0;
    width: 103%;
    left: 0px;
    height: 650px;
    background-color: rgb(92, 86, 86);
    margin-top: 100px;
    padding: 40px;
    padding-top: 100px;
    text-align: center;
    justify-items: center;
    z-index: 5;
  }

  .downloadCV {
    border-style: none;
    border-radius: 25px;
    color: rgb(19, 20, 20);
    background-color: rgb(11, 241, 11);
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    width: 300px;
    height: 50px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footh1 {
    display: block;
    margin-bottom: 50px;
  }

  .downloadCV:hover {
    opacity: 0.7;
  }

  .footer2 {
    margin-top: 100px;
  }

  .footer2 a {
    outline: none;
    text-decoration: none;
    color: white;
    cursor: pointer;
    opacity: 0.7;
    text-align: left;
    margin-left: 30px;
    display: block;
  }

  .footer2 a:hover {
    opacity: 1;
  }

  .modalwindow {
    position: absolute;
    background-color: rgb(177, 233, 223);
    width: 600px;
    height: 450px;
    top: 0%;
    left: 30%;
    z-index: 20;
    border-radius: 20px;
    padding: 40px;
    padding-top: 5px;
    justify-items: center;
    text-align: center;
    transition: all 1s;
    opacity: 1;
  }

  .modalwindow1 {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    width: 70%;
    height: 700px;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 15%;
    z-index: 20;
    border-radius: 20px;
    padding: 10px;
    transition: all 1s;
    opacity: 1;
    animation: show1 1s ease-in;
    font-family: 'Poppins', sans-serif;
    overflow: auto;
  }


  .closemodalbtn {
    float: right;
    font-size: x-large;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .closemodalbtn1 {
    display: hide;
    float: right;
    font-size: x-large;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .closemodalbtn:hover,
  .closemodalbtn1:hover {
    opacity: 0.7;
  }

  .modalwindowsubitbtn {
    font-size: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10.5px;
    color: black;
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 20px;
    background-color: rgb(108, 206, 108);
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }


  .modalwindowsubitbtn1 {
    font-size: medium;
    width: 100%;
    height: 100px;
    color: rgb(14, 13, 13);
    outline: none;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-left: 0%;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
  }

  .modalwindowsubitbtn1 a {
    color: rgb(14, 13, 13);
    outline: none;
    text-decoration: none;
  }


  .modalwindowsubitbtn1:hover {
    transform: scale(1);
    background-color: rgb(205, 250, 252);
  }

  .modalwindowsubitbtn:hover {
    opacity: 0.7;
  }

  .inputlist {
    font-size: x-large;
    text-align: left;
  }

  .inputfields1 {
    border-style: none;
    width: 250px;
    height: 35px;
    margin-left: 70px;
    padding: 10px;
    opacity: 0.5;
    outline: none;
  }

  .inputfields2 {
    border-style: none;
    width: 250px;
    height: 35px;
    margin-left: 125px;
    padding: 10px;
    opacity: 0.5;
    outline: none;
  }

  .inputfields4 {
    border-style: none;
    width: 250px;
    height: 35px;
    margin-left: 102px;
    padding: 10px;
    opacity: 0.5;
    outline: none;
  }

  .inputfields3 {
    border-style: none;
    width: 250px;
    height: 35px;
    margin-left: 35px;
    padding: 10px;
    opacity: 0.5;
    outline: none;
  }

  .inputfields1:focus,
  .inputfields2:focus,
  .inputfields3:focus,
  .inputfields4:focus {
    opacity: 1;
  }

  .scrollupback {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(0, 255, 234);
    font-size: x-large;
    border-style: none;
    top: 550px;
    left: 1250px;
    transition: all 0.8s;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    opacity: 0.4;
  }

  .scrollupback:active {
    top: 560px;
  }


  .logoend {
    transition: all 8s;
    opacity: 1;
    margin-top: 20px;
    animation: forlogoend 6s ease-in-out infinite;
  }

  .endlogo {
    margin-top: 200px;
  }

  h6 {
    color: black;
    margin-top: 20px;
  }

  h2 {
    margin-bottom: 15px;
  }



























  .hide {
    display: none;
  }

  .sticky {
    display: inline-flex;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(38, 238, 228, 0.95);
    z-index: 50;
    transition: all 0.3s;
    border-radius: 1px;
  }

  .opa {
    opacity: 0;
  }

  .pointopa {
    opacity: 0.5;
  }

  .fullopa {
    opacity: 1;
  }

  .backdropfilterfullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: 10;
    transition: all 0.3s;
  }

  .downloadCV {
    border-style: none;
    border-radius: 25px;
    color: rgb(19, 20, 20);
    background-color: rgb(11, 241, 11);
    padding: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 40px;
    opacity: 0.9;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    font-size: small;
  }

  .arrowback {
    margin-left: 10px;
  }

  .arrowfront {
    margin-left: -20px;
  }

}















@media (width: 360px) and (min-device-height: 300px) {

  .sticky {
    display: none;
    opacity: 0;
  }

  .pointopa {
    opacity: 0;
  }

  .arrowback {
    margin-left: 10px;
  }

  .arrowfront {
    margin-left: -20px;
  }
}