* {
  box-sizing: border-box;
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@keyframes show1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes eightscreenAnimate {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateX(0%);
  }
}

@keyframes me {
  from {
    transform: translateY(-100%);
    filter: blur(3px);
  }

  50% {
    filter: blur(2px);
  }

  to {
    transform: translateY(0%);
    filter: blur(0px);
  }
}

@keyframes continue {
  from {
    transform: translateY(-10%);
  }

  to {
    transform: translateY(0%);
  }
}


body {
  margin-left: 5%;
  margin-right: 5%;
  font-family: 'Poppins', sans-serif;
  background-color: #F5F6F8;
  overflow-x: hidden;
}

.timer {
  position: absolute;
  margin-left: 10px;
  border-radius: 10px;
  outline: none;
  color: rgb(52, 177, 52);
  opacity: 0.9;
  cursor: context-menu;
  font-size: small;
}

.timer:hover {
  opacity: 1;
  color: rgb(52, 177, 52);
}

.navcontainer {
  text-align: right;
  float: right;
  overflow: auto;
  transition: all 0.3s;
  margin-top: 10px;
  z-index: 5;
}

.nav1,
.nav2,
.nav3 {
  font-size: 15px;
  padding-right: 20px;
  color: black;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
  opacity: 1;
}

.exp {
  text-align: center;
  margin-top: 350px;
}


.contactMe {
  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: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 300px;
  gap: 0px;
  justify-items: center;
  margin: 100px;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  z-index: 5;
  margin-right: 200px;
  animation-name: show;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
}

.htop {
  display: none;
}

.de {
  text-align: left;
  font-size: small;
}

.he {
  text-align: left;
  font-size: 35px;
  font-weight: bolder;
  color: rgb(51, 48, 48);
}

.firstimage {
  position: absolute;
  transition: all 1.4s;
  border-radius: 250px;
}

.firstimage:hover {
  transform: rotateY(40deg);
}

.firstscreen1 {
  width: 500px;
  height: 350px;
  transition: all 0.5s;
}

.firstscreen2 {
  width: 400px;
  height: 350px;
  margin-left: 150px;
  transition: all 0.5s;
  animation: me 5s ease-in-out;
  opacity: 1;
}

.learnmorebutton {
  text-decoration: underline;
}

.wedes1,
.wedes2 {
  border-style: none;
  background-color: rgb(77, 168, 77);
  background-image: linear-gradient(to top left, rgb(77, 168, 77), rgb(77, 168, 77));
  padding: 5px;
  opacity: 0.85;
  border-radius: 20% 0% 20% 0%;
}

.wedes1 {
  margin-top: 0px;
}


.secondscreen {
  margin: 100px;
  margin-top: 200px;
  text-align: center;
  justify-content: center;
  width: 700px;
  height: 200px;
  margin-bottom: 5px;
  transition: all 1s;
  z-index: 5;

}

.thirdscreen {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 400px;
  gap: 250px;
  justify-content: center;
  z-index: 5;
  margin-right: 20px;
  transition: all 2s;
  opacity: 1;
}

.thirdscreen1 {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 400px;
  gap: 250px;
  justify-content: center;
  z-index: 5;
  margin-right: 20px;
  transition: all 2s;
  opacity: 1;
}

.third1 {
  width: 500px;
  height: 300px;
}

.third2 {
  width: 400px;
  height: 300px;
  padding: 50px;
  padding-top: 13px;
}


.forthscreen {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 400px;
  gap: 250px;
  justify-content: center;
  transition: all 1s;
  z-index: 5;
  margin-right: 120px;
  transition: all 2s;
}

.four1 {
  width: 500px;
  height: 300px;
}

.four2 {
  width: 450px;
  height: 300px;
  padding: 50px;
}





.fifthscreen {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 400px;
  gap: 250px;
  justify-content: center;
  transition: all 1s;
  z-index: 5;
  margin-right: 20px;
}

.five1 {
  width: 500px;
  height: 300px;
}

.five2 {
  width: 400px;
  height: 300px;
  padding: 50px;
}



.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;
}




.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;
}

.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;
}

.row1,
.row12 {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  width: 220px;
  gap: 110px;
  justify-content: center;
  margin-left: 15px;
  z-index: 20;
}

.btn1 {
  border-style: none;
  border-radius: 17px;
  background-color: rgb(255, 255, 10);
  padding: 8px;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0px;
}

.btn12 {
  border-style: none;
  border-radius: 17px;
  background-color: rgb(6, 225, 233);
  padding: 8px;
  font-weight: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  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: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  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: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  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: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  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: bolder;
  font-family: 'Poppins', sans-serif;
  width: 180px;
  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 {
  display: grid;
  grid-template-columns: 50px 900px;
  gap: 50px;
  justify-content: center;
  border-style: none;
  padding-bottom: 50px;
}



.textrow {
  background-color: rgb(223, 247, 247);
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 80px;
  margin-left: 20px;
  border-radius: 50px;
}

.iconrow {
  width: 200px;
  background-color: rgb(223, 247, 247);
  padding-top: 100px;
  margin-left: 40px;
  padding-left: 20px;
  border-radius: 50px;
}



.eightscreen {
  margin: 100px;
  margin-top: 400px;
  text-align: center;
  justify-content: center;
  width: 700px;
  height: 200px;
  margin-bottom: 5px;
  transition: all 0.3s;
  z-index: 5;
}


.testimny1 {
  display: grid;
  grid-template-rows: 20px;
  grid-template-columns: 100px 700px 100px;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
  transition: all 0.3s;
}


.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: 90px;
  margin-left: 35px;
  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;
}

.point2 {
  opacity: 100;
  transition: all 0.5s;
}

.point3 {
  opacity: 100;
  transition: all 0.5s;
}


.footer1 {
  position: absolute;
  left: 0;
  width: 100%;
  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;
}

.downloadCV:hover {
  opacity: 0.7;
}

.footer2 a {
  outline: none;
  text-decoration: none;
  color: white;
  padding-right: 40px;
  cursor: pointer;
  opacity: 0.7;
}

.footer2 a:hover {
  opacity: 1;
}

.modalwindow {
  position: absolute;
  background-color: rgb(230, 250, 226);
  box-shadow: 1px 1px 1px 1px rgb(189, 181, 181);
  width: 600px;
  height: fit-content;
  top: 5%;
  left: 30%;
  z-index: 20;
  border-radius: 10px;
  padding: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
  animation: show1 1s ease-in;
  gap: 15px
}

.inquiry {
  width: 400px;
  height: 100px;
  outline: none;
  border: none;
  margin-top: 19px;
}

.inputlist {
  margin: 0px;
}

.modalwindow1 {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: white;
  box-shadow: 1px 1px 1px 1px rgb(189, 181, 181);
  width: 600px;
  height: 600px;
  top: 2%;
  left: 30%;
  z-index: 20;
  border-radius: 12px;
  transition: all 0.6s;
  opacity: 1;
  animation: show1 1s ease-in;
  font-family: 'Poppins', sans-serif;
  overflow: auto;
}

.h {
  margin-top: 0%;
  color: black;
  text-align: center;
}

.closemodalbtn {
  float: right;
  font-size: x-large;
  cursor: pointer;
  transition: all 0.3s;
}

.closemodalbtn1 {
  display: none;
  float: right;
  font-size: x-large;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.closemodalbtn:hover,
.closemodalbtn1:hover {
  opacity: 0.7;
}

.modalwindowsubitbtn {
  display: inline;
  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: 200px;
  height: 120px;
  color: rgb(14, 13, 13);
  outline: none;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  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.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: 0;
}

.hrfoot {
  left: 0;
  position: absolute;
  width: 100%;
  margin-top: 100px;
  opacity: 0.2;
}

.footer2 {
  color: white;
  margin-top: 100px
}

.footh1 {
  margin-bottom: 60px;
}

h6 {
  text-align: center;
  color: white;
  font-weight: normal
}



























.hide {
  display: none;
}

.sticky {
  display: inline-flex;
  position: fixed;
  top: 0px;
  left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 50;
  transition: all 0.3s;
  border-radius: 30px;

}

.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;
}