* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: 0;
  list-style: none;
  text-decoration: none;
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  /* font-family: Grtsk Mega; */
}

:root {
  /* --main-color: #2c3d50; */
  /* --main-color: #334861; */
  --main-color: #50588b;
  /* --main-color: #1f2235; */
  --main-Pink: #ef464c;
  /* --main-Pink: #ff0008; */
  --main-font: #ecf0f1;
  --con-width-lg: 75%;
  --con-width-md: 86%;
  --con-width-lg: 90%;
}

.colorsMode {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.colorsMode div {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 4px 4px 30px rgba(0, 255, 255, 20%);
  margin: 5px;
}

.colorChildModewhite {
  background-color: var(--main-font);
  cursor: pointer;
}

.WhitePage {
  --main-color: white;
  --main-Pink: #ef464c;
  --main-font: #1f2235;
}

html {
  scroll-behavior: smooth;
}

body {
  /* line-height: 1.7; */
  background-color: var(--main-color);
  color: var(--main-font);
  /* filter: blur(5px) brightness(0.7); */
}

a {
  text-decoration: none;
  font-style: normal;
}

section {
  /* margin-top: 8rem; */
  /* min-height: 100vh; */
  /* border: 1px solid red; */
  overflow: hidden;
  color: var(--main-font);
  /* filter: blur(5px) brightness(0.7); */
}

/* @media screen and (max-width: 1024px) {
  .con {
    width: var(--con-width-md);
  }
  section {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 600px) {
  .con {
    width: var(--con-width-sm);
  }
  section > h2 {
    margin-bottom: 2rem;
  }
} */

/* @import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Syne+Mono&display=swap"); */

/* Navo section */

.navo {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  min-height: 100vh;
  /*  */
}

.backVideo {
  position: absolute;
  right: 0;
  top: 0%;
  z-index: -1;
  min-width: 100%;
  height: 120%;
  opacity: 40%;
}

.log {
  position: fixed;
  padding: 10px;
  font-family: "Caveat", cursive;
  color: var(--main-font);
  transition: 200ms ease-in-out;
  font-size: 20px;
  color: rgb(255, 255, 255);
  z-index: 1;
}

.FlowJob {
  margin: auto;
  top: 35%;
  left: 50%;
  line-height: 1;
  /* display: flex; */
  flex-direction: row;
}

.FlowJoblineOne {
  height: 180px;
  overflow: hidden;
}
.FlowJoblineTwo {
  height: 180px;
  overflow: hidden;
}

.FlowJoblineOne div,
.FlowJoblineTwo div {
  display: inline-block;
  font-size: 150px;
  overflow: hidden;
  font-weight: bolder;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.FlowJoblineOne span,
.FlowJoblineTwo span {
  display: inline-block;
  color: var(--main-Pink);
  font-size: 150px;
  font-weight: bolder;
  transform: scale(1.5, 1.3);
  /* margin: 5px; */
  /* box-shadow: 0px 1px 30px rgba(255, 255, 255, 10%); */
  animation-name: worddancespan;
  animation-duration: 2s;
  animation-iteration-count: 2;
  animation-timing-function: linear;
}

@keyframes worddancespan {
  0% {
    transform: scale(1.5, 1.3);
    /* margin: 10px; */
  }
  50% {
    transform: scale(1, 1);
    margin: 10px;
  }
  100% {
    transform: scale(1.5, 1.3);
  }
}
@keyframes worddancediv {
  0% {
    transform: scale(1, 1);
    /* margin: 10px; */
  }
  50% {
    transform: scale(1, 2.2);
    margin: 10px;
  }
  100% {
    transform: scale(1, 1);
  }
}

.menulinks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: fixed;

  top: 20%;
  right: 0%;
  transition: 1s ease-in-out;
}

.menulinks a i {
  color: var(--main-font);
  padding: 10px;
  font-size: 30px;
  margin-top: 0px;
  margin-right: 30px;
  /* border: 1px solid red; */
  width: 40px;
  transition: 1s ease-in-out;
}

.displaydetail {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(73%);
  transition: 600ms ease-in-out;
}

.displaydetail:hover {
  transform: translateX(0%) scale(1.3);
}

.hiddendetial {
  color: var(--main-color);
  background-color: var(--main-font);
  font-size: 15px;
  padding: 10px 30px;
  margin-top: 0px;
  margin-right: 10px;
  width: 150px;
  box-shadow: 0px 1px 30px rgba(255, 255, 255, 20%);
}

.menulinksFake {
  position: fixed;
  transition: 1s ease-in-out;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #bdbdbd;
  opacity: 80%;
  text-align: center;
  right: 50%;
  top: 50%;
  top: 60vh;
  height: 350px;
  width: 60px;
  transform: translateX(50%) rotate(90deg);
  padding: 14px;
  z-index: 1;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 10px 10px 20px rgba(143, 86, 86, 0.8);
}

.menulinksFake a i {
  transition: 1s ease-in-out;
  transform: translateX(-50%) rotate(-90deg);
  /* border: 1px solid red; */
  margin: 0;
  font-size: 30px;
  color: var(--main-Pink);
}

.sociallinks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  /* border: 1px solid red; */
  bottom: 20%;
}

.sociallinks a i {
  color: var(--main-font);
  padding: 10px;
  font-size: 50px;
  margin-top: 15px;
  margin-right: 30px;
  width: 40px;
  transition: 400ms;
}

.sociallinks a i:hover {
  transform: scale(1.3);
}

.upbtn {
  font-size: 30px;
  position: fixed;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  border: 1px solid var(--main-Pink);
  border-radius: 10%;
  padding: 10px;
  background-color: var(--main-Pink);
  color: var(--main-font);
  box-shadow: 0px 1px 30px rgba(255, 255, 255, 10%);
  animation-name: up;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: none;
}

@keyframes up {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.myser span {
  color: var(--main-Pink);
}
.myser p {
  color: var(--main-font);
  padding: 40px;
  font-size: 18px;
}

/* About section */

.Aboutme {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 50px 0;
  overflow: hidden;
}

.skillRightCon h2 {
  color: var(--main-Pink);
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cvcon {
  margin: auto;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.nn {
  font-size: large;
  font-weight: bolder;
  display: inline;
  color: var(--main-Pink);
  letter-spacing: 1.2px;
}

.mypic {
  width: 100%;
  height: 100%;
  padding: 10% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mypicpictwo {
  width: 90%;
  height: 90%;
  margin: auto;
  /* box-shadow: 1px 4px 8px rgba(255, 255, 255, 20%); */
  transition: 300ms ease-in-out;
}

.mypicpictwo:hover {
  transform: rotate(-2deg);
}
/* Skills Section */

#Skills {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.conOfSkillsImg {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.conOfSkillsImgChild {
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 8px 8px rgba(255, 255, 255, 0.2);
  margin: 30px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.conOfSkillsImgChild img {
  width: 100px;
  height: 100px;
}

.conOfSkillsImgChild p {
  text-align: center;
  padding: 40px 0;
}

.btns {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

/* Contact section */

#contactUs {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.bigmescon {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}

.skillRightCon span {
  opacity: 0;
}

.skillRightCon h1 {
  color: var(--main-Pink);
  font-size: 70px;
}
.skillRightCon h2 {
  color: var(--main-Pink);
  font-size: 50px;
  margin: 10px 0;
}

.mesconleft {
  transition: 800ms;
}
.mesconchild {
  border: 1px solid var(--main-Pink);
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
}

.mesconright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mesconright input {
  background-color: transparent;
  color: white;
  outline: none;
  height: 50px;
  width: 80%;
  border: 1px solid var(--main-Pink);
  border-radius: 10px;
  padding: 10px;
  margin-top: 30px;
  transition: 800ms;
}

.mesconright textarea {
  background-color: transparent;
  color: white;
  outline: none;
  width: 80%;
  border: 1px solid var(--main-Pink);
  border-radius: 10px;
  padding: 10px;
  margin-top: 25px;
  transition: 1200ms;
}

.sendbtn {
  margin-top: 30px;
  font-size: 25px;
  width: max-content;
  display: inline-block;
  color: var(--main-font);
  background-color: var(--main-Pink);
  padding: 10px 20px;
  border: 1px solid var(--main-Pink);
  border-radius: 4px;
}

.sendbtn:hover {
  transition: 600ms;
  color: var(--main-font);
  background-color: var(--main-color);
  border: 1px solid var(--main-font);
}

.mesconright input:hover,
.mesconright textarea:hover,
.mesconchild:hover {
  border: 1px solid var(--main-font);
}

/* protfolio Section */
#Portfolio {
  margin: auto;
  min-width: 100%;
}
.ConOfSlides {
  max-width: 950px;
  height: 850px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}

.conOfBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 70%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}

.conOfBtn div {
  font-size: 25px;
  width: 110px;
  color: var(--main-font);
  text-align: center;
  background-color: var(--main-Pink);
  padding: 8px 20px;
  border: 1px solid var(--main-Pink);
  border-radius: 4px;
}
.conOfBtn div:hover {
  transition: 300ms;
  color: var(--main-font);
  background-color: var(--main-color);
  border: 1px solid var(--main-font);
}

.bigSlideCon {
  display: flex;
  justify-content: start;
  align-items: center;
  min-width: 950px;
  height: 450px;
}

.finalbigSlideCon {
  min-width: 950px;
  height: 700px;
  overflow: hidden;
  margin: auto;
  transition: 0.4s ease-in-out;
}

.finalbigSlideCon h1 {
  text-align: center;
  color: var(--main-Pink);
  margin: 20px;
}
.finalbigSlideCon h3 {
  text-align: center;
  margin: 10px;
}
.finalbigSlideCon p {
  text-align: center;
}

.mobcon1 {
  border: black 1px solid;
  width: 250px;
  height: 402px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
  transform: rotate(10deg) translate(10%);
}

/* animation img */
.animationImg {
  width: 250px;
  min-height: 487;
  border-radius: 50px;
  animation-name: imgo;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Mobil fram img */
.MobilframImg {
  position: absolute;
  top: 0%;
  max-width: 100%;
  overflow: hidden;
}

.gg1 {
  border: 10px solid transparent;
  width: 100%;
  height: 400px;
  text-align: center;
  /* border: 40px solid transparent; */
  overflow: hidden;
}

.mobcon2 {
  border: 10px solid transparent;
  width: 600px;
  height: 400px;
  overflow: hidden;
  position: relative;
  transform: translateX(10%);
}

/* animation img */
.animationImg2 {
  width: 100%;

  border-radius: 50px;
  padding: 20px;
  animation-name: imgo;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Mobil fram img */
.MobilframImg2 {
  position: absolute;
  top: 0%;
  max-width: 100%;

  overflow: hidden;
}

.gg {
  width: 100%;
  height: 400px;
  text-align: center;
  border: 40px solid transparent;
  overflow: hidden;
}

@keyframes imgo {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* mini Portfolio */

#miniPortfoilo {
  /* min-height: 100vh; */
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* text-align: center; */
}

.MiniPortfolioChild {
  /* box-shadow: 1px 4px 8px rgba(255, 255, 255, 20%); */
  transition: 200ms;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.MiniPortfolioChildimg {
  width: 100%;
  height: 280px;
}
.MiniPortfolioChildh3 {
  color: var(--main-font);
  background-color: var(--main-Pink);
  padding: 20px 0;
  text-align: center;
  width: 100%;
  min-height: fit-content;
  font-size: 20px;
}

.btnsLoadAndLess {
  text-align: center;
}

/* freelancer section ---------------------------------------*/

#FreeLancer {
  width: 100%;
  min-height: fit-content;
}
.backgrroudimg {
  margin: 30px 0;
  min-width: 100%;
  height: 420px;
  background-image: url("../images/freelancer.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.backgrroudimg h1 {
  color: var(--main-Pink);
}

.backgrroudimg h3 {
  color: #1f2235;
  text-align: center;
  padding: 20px;
}

/* footer section */

#Footer {
  padding: 50px 0;
}
.endCon {
  margin: auto;
}

.conOffooterparts {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-Pink);
  text-align: center;
  padding: 10px 0;
  border-radius: 40px;
  box-shadow: 20px 20px 40px rgba(143, 86, 86, 40%);
  transition: 300ms;
}

.conOffooterparts:hover {
  box-shadow: 10px 10px 20px rgba(143, 86, 86, 10%);
}
.conOffooterpartschild {
  background-color: #1f2235;
}

.endCon span {
  color: var(--main-color);
  font-size: 35px;
  font-weight: bold;
}
.endCon a {
  font-size: 25px;
  color: var(--main-font);
  display: block;
}

.socialCon a {
  color: white;
  padding: 10px;
  font-size: 50px;
  margin-top: 15px;
  margin-right: 30px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .FlowJoblineOne {
    height: 50px;
  }
  .FlowJoblineOne div,
  .FlowJoblineOne span,
  .FlowJoblineTwo div,
  .FlowJoblineTwo span {
    font-size: 40px;
  }
  .menulinks a i {
    font-size: 20px;
    /* transform: translate(20px); */
  }
  .sociallinks a i {
    font-size: 20px;
    margin-top: 5px;
  }

  .menulinksFake {
    background-color: bdbdbd;
  }
  .upbtn {
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    font-size: 0;
    cursor: none;
  }
  #Portfolio .con {
    background-color: #ef464c;
    width: 100%;
  }
  .upbtn {
    display: none;
  }
}
