@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

body{
 font-family: 'Italiana', sans-serif;
 font-weight: 400;
 font-size: 15px;
 line-height: 1.7;
 color: #c4c3ca;
 background-color: #000000;
 overflow-x: hidden;
 -webkit-transition: all 300ms linear;
 transition: all 300ms linear;
}


/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #ffff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
 background: rgba(0,0,0,5);
 box-shadow: 0 0 10px rgba(185,217,213,1);
}

/* #Primary style
================================================== */

.section {
 position: relative;
 width: 100%;
 display: block;
}
.over-hide{
 overflow: hidden;
}
.full-height {
 height: 13vh;
}

/* #Navigation
================================================== */
 
.cd-header{
 position: fixed;
 width:100%;
 top:0;
 left:0;
 z-index: 100;
} 
.header-wrapper{
 position: relative;
 width: calc(100% - 100px);
 margin-left: 50px;
} 
.logo-wrap {
 position: absolute;
 display:block;
 left:0;
 margin-top: 25px;
}
.nav-but-wrap{ 
  position: relative;
	float: right;
 padding-left: 15px;
 padding-top: 15px;
 margin-top: 26px;
 transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #fff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	position: fixed;
    float: right;
	z-index: 98;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
    top: 20px;
    right: 0;
	width: 0;
	height: 0;
	background-color: rgba(20, 21, 26,0.6);
	border-bottom-right-radius: 200%;
	z-index: -1;
	transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.nav:after {
    background: rgba(9,9,12,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
   }
.nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
   }
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 90px;
  right: 0;
	width: 280px;
	text-align: left;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: left;
	margin-left:30px;
	color: #fff;
	overflow: hidden; 
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 2px;
	-webkit-transform: translate(30px, 0%);
          transform: translate(30px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  margin-top: 7px;
  margin-bottom: 7px;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	font-weight: 600;
	z-index: 2;
  padding-left: 40px;
  padding-top:5px;
  padding-bottom: 5px;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 5px;
	height: 0;
	opacity: 0;
	background-color: #497d74;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 100%;
	opacity: 1;
	top: 0;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
	height: 100%;
	opacity: 1;
	top: 0;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #fff;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}

body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	width: 250px;
	height: 350px;
	border-radius: 15px;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.switch-wrap {
 position: absolute;
 top: 10vh;
 left: 0;
 z-index: 2;
 transform: translateY(-50%);
 width: 100%;
 -webkit-transition: all 500ms linear;
 transition: all 500ms linear; 
 margin: 0 auto;
 text-align: center;
}

.switch-wrap p {
 font-weight: 600;
 font-size: 14px;
 letter-spacing: 1px;
 line-height: 1;
 color: #B9D9D5;
 text-align: center;
 margin-top: 10px;
}
.switch-wrap p span {
 position: relative;
}
.switch-wrap p span:before {
 position: absolute;
 content: '';
 width: 100%;
 height: 2px;
 background-color: #fff;
 left: 0;
 bottom: -4px;
 -webkit-transition: all 300ms linear;
 transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
 opacity: 0;
}
#switch,
#circle {
 cursor: pointer;
 -webkit-transition: all 300ms linear;
 transition: all 300ms linear; 
} 
#switch {
 width: 60px;
 height: 8px;
 margin: 0 auto;
 text-align: center;
 border: 2px solid #000;
 border-radius: 27px;
 background: #B9D9D5;
 position: relative;
 display: inline-block;
}
#circle {
 position: absolute;
 top: -11px;
 left: -13px;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
 background: #fff;
}
.switched {
 border-color: #B9D9D5;
 background: #000;
}
.switched #circle {
 left: 43px;
 background: #000;
}

/* #Light page
================================================== */

body.light{
 background-color: #fff;
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
 mix-blend-mode: normal;
}
body.light .cursor2{
 border: 2px solid #1f2029;
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

body.light .cursor2.hover{
 background: rgba(0,0,0,0.06);
 box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
 border-color: transparent;
}

body.light .logo-wrap a span {
 color: #000;
}
body.light .menu-icon__line {
 background-color: #1f2029;
}
body.light .nav:before {
 background: rgba(235, 235, 235,0.6);
}
body.light .nav:after {
 background: rgba(250,250,250,1);
}
body.light .nav__list-item a{ 
 color: rgba(0,0,0,0.6); 
}

body.light .nav__list-item a:hover{
 color: #1f2029;
}

body.light .switch-wrap {
 color: #000;
}
body.light .switch-wrap p span:nth-child(2):before {
 opacity: 1;
 background-color: #000;
}
body.light .switch-wrap p span:nth-child(1):before {
 opacity: 0;
}
body.light p {
    color: #000;
}
body.light h3 {
  color: #1f2029;
 }
body.light h5, h6 {
  color: #1f2029;
 }

 body.light .image-container {
background-color: #fff;
 }

/*animation My Name*/
  #wiggles * {
    stroke-width: 2;
  }
  .containerMyName {
    background-color: #B9D9D5;
    height: 700px;
  }
  svg {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .myPhoto {
    width: 300px;
  }

  /*about me*/
  h3 {
    margin: 50px;
    font-size: 35px;
    text-shadow: 1px 1px #497d74;
    line-height: 1.5;
  }
  h5 {
    font-size: 30px;
    text-shadow: 0.5px #497d74;
    line-height: 1.5;
    color: #fff;
    font-stretch: extra-expanded;
    text-align: center;
  }

.textAbout {
  margin-left: 210px;
  margin-right: 210px;
}
.header {
    display: flex;
    justify-content: center;
}
  /*skills*/
  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
.containerSkills {
    display: flex;
    flex-direction: column;
    background-color: #B9D9D5;
    width: 250px;
    height: 200px;
    align-items: center;
  border-radius: 5px;
}
.containerSkills:hover {
  background-color: #497d74;
}
.skillsIcon {
    width: 70px;
    margin: 20px;
}
h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 10px;
    padding: 10px;
    align-self: center;
    transition: 1s linear;
}
h4:hover {
  color: #000;
}

/*projects*/
* {
    box-sizing: border-box;
  }

.projectLeft {
    display: flex;
    justify-content: flex-start;
}
.projectRight {
    display: flex;
    justify-content:flex-end;
    
}
.card {
    display: flex;
	  flex-direction: column;
    text-align: center;
	  margin: 30px;
    width: 750px;
    height: 400px;
    object-fit: contain;
    border-radius: 15px;
    padding: 1.5rem;
    background: #B9D9D5;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  }

  h6 {
    text-align: start;
    font-size: 20px;
    font-stretch: expanded;
  }

  .card:hover {
    transform: translateY(20px);
  }
  .card:hover:before {
    opacity: 1;
  }
  .card:hover .info {
    opacity: 1;
    transform: translateY(0px);
  }
  .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(0 0 0 / 75%);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
  }
  .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
  }
  .card .info {
    display: flex;
    flex-direction: column;
    justify-items: center;
    z-index: 3;
    color: #B9D9D5;
    font-weight: bold;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
    background: linear-gradient(143deg,rgba(73, 125, 116, 0.5) 0%, rgba(185, 217, 213, 0.71) 50%, rgba(73, 125, 116, 0.36) 100%);
    padding: 10px;
    border-radius: 15px;
    margin-top: -5px;
  }
  .card .info h4 {
    margin: 0px;
    color: #2D5752;
    font-weight: 800;
    text-shadow:  -1px -1px 0px #2D5752;
  }
.card .info h6 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
  }
.card .info h6 span {
    color: #1b3532;
  }
  .card .info .btnWebsite, .btnContacts {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
  }
  .card .info .btnWebsite:hover, .btnContacts:hover {
    background: #B9D9D5;
    color: white;
  }

  /*contacts*/
.containerContacts {
    position: relative;
}
#animation-surface {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
  .contactsForm {
    position: absolute;
    background-color: #262628;
    width: 600px;
    height: 520px;
    padding: 80px;
    top: 250px;
    left: 400px;
  }
.contactsForm:hover {
    transform: scale(1.1);
    transition: 2s;
}
.contactsForm:not(hover) {
    transition: 2s;
}
  .label {
    display: flex;
    flex-direction: column;
  }
  input, textarea {
    width: 100%;
    padding: 5px;
  }
  input, textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  textarea {
    padding-bottom: 35px;
  }
  input.invalid, textarea.invalid {
    border-color: #d5144d;
  }
  .btnContacts {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    background-color: #497d74;
    text-transform: uppercase;
}
.imgEmail {
    position: absolute;
    top: 350px;
    left: 1150px;
}
.contactImg:hover {
  transform: scale(1.5);
  transition: 1s;
}

/*footer*/
footer {
    display: flex;
    justify-content: space-between;
    border-top-style: solid;
    border-top-color: #B9D9D5;
    padding: 10px;
}




@media screen and (max-width: 1430px) {
  .cd-header {
    top: 30px;
  }
.logo {
      width: 60px;
    }
.logo-wrap {
    margin-top: -15px;
      }
.full-height {
      height: 14vh;
     }
.nav-but-wrap{ 
    margin-top: 0;
    padding-top: 8px;
   }
.switch-wrap {
    top: 4vh;
   }
#circle {
    top: -10px;
    left: -11px;
    width: 20px;
    height: 20px;
   }
  .contactsForm {
    left: 200px;
  }
  .imgEmail {
    left: 800px;
  }
  #animation-surface {
    width: 100%;
    height: 850px;
  } 
}



@media screen and (max-width: 1280px) {
  .cd-header {
    top: 40px;
  }
.logo {
      width: 60px;
    }
.logo-wrap {
    margin-top: -25px;
      }
.full-height {
      height: 10vh;
     }
.nav-but-wrap{ 
    margin-top: -10px;
    padding-top: 8px;
   }
.switch-wrap {
    top: 5vh;
   }
#circle {
    top: -10px;
    left: -11px;
    width: 20px;
    height: 20px;
   }
.containerMyName {
    width: 100%;
    height: 500px;
  }
.textAbout {
    margin-left: 30px;
    margin-right: 30px;
  }
  .contactsForm {
    width: 480px;
    height: 450px;
    padding: 40px;
    top: 100px;
    left: 200px;
  }
  #animation-surface {
    width: 100%;
    height: 800px;
  } 
  .imgEmail {
    top: 250px;
    left: 750px;
    width: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .cd-header {
    top: 50px;
  }
.logo {
      width: 60px;
    }
.logo-wrap {
    margin-top: -15px;
      }
.full-height {
      height: 9vh;
     }
.nav-but-wrap{ 
    margin-top: -10px;
    padding-top: 8px;
   }
.switch-wrap {
    top: 4vh;
   }
h4 {
  color:#000;
}
h4:hover {
  color: #fff;
}
.card .info h6 {
    color:#000;
    text-shadow:  -0.3px -0.3px 0px #000;
  }
.card .info h6 span {
    color: #dfdddd;
    text-shadow:  -0.5px -0.8px 0px #fff;
  }
  .card .info h4 {
    text-shadow:  -0.5px -0.5px 0px #2D5752;
  }

  .card .info {
    background: radial-gradient(circle,rgba(185, 217, 213, 0.80) 0%, rgba(73, 125, 116, 0.92) 100%);
  }
  }

  @media (max-width: 1024), (min-height: 600) and (orientation: landscape) {
    .cd-header {
      top: 30px;
    }
  .logo-wrap {
      margin-top: -18px;
        }
  .full-height {
        height: 14vh;
       }
  .switch-wrap {
      top: 7vh;
     }
  }


@media screen and (max-width: 992px) {
.cd-header {
    top: 45px;
  }
.logo {
      width: 48px;
    }
.full-height {
      height: 10vh;
     }
.logo-wrap {
    margin-top: -2px;
      }
.nav-but-wrap{ 
    margin-top: 0;
    padding-top: 8px;
   }
.switch-wrap {
    top: 4vh;
   }
#circle {
    top: -8px;
    left: -11px;
    width: 18px;
    height: 18px;
   }
.hello, .Iam {
    transform:translate(90px);
    font-size: 35px;
  }
.containerMyName {
    width: 100%;
    height: 450px;
  }
h5 {
    font-size: 22px;
    font-weight: bolder;
  }
  .textAbout {
    margin-left: 40px;
    margin-right: 40px;
  }
  .containerSkills {
    width: 210px;
    height: 190px;
}
.card .info h6 {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .contactsForm {
    width: 450px;
    height: 430px;
    padding: 35px;
    top: 120px;
    left: 120px;
  }
  label {
  font-stretch: extra-expanded;
    font-weight: bold;
}
  .imgEmail {
    top: 250px;
    left: 600px;
    width: 230px;
  }
  .waveImg {
    height: 120px;
  }
}


@media screen and (max-width: 768px) {
.cd-header {
    top: 35px;
  }
.logo-wrap {
  margin-top: -10px;
    }
.logo {
    width: 55px;
  }
.full-height {
      height: 10vh;
     }
.nav-but-wrap{ 
    margin-top: 0;
    padding-top: 6px;
   }
.switch-wrap {
    top: 5vh;
   }
.containerMyName {
    width: 100%;
    height: 350px;
  }
h5 {
    font-size: 18px;
  }
.hello, .Iam {
  transform:translate(80px);
  font-size: 35px;
}
.myPhoto {
  width: 300px;
}
  h3 {
font-size: 25px;
margin: 25px;
}
.textAbout {
    margin-left: 60px;
    margin-right: 60px;
  }
.containerSkills {
    width: 160px;
    height: 180px;
}
.skillsIcon {
    width: 65px;
    margin: 15px;
}
.card {
  margin: 25px;
  width: 500px;
  height: 250px;
}
.card .info {
	padding: 2px;
	margin: -17px;
}
h4 {
	font-size: 15px;
	padding: 4px;
}	
.card .info h6 {
    font-size: 14px;
  }
.card .info .btnWebsite, .btnContacts {
  padding: 2px;
  font-size: 15px;
}
.contactsForm {
  width: 300px;
  height: 400px;
  padding: 20px;
  top: 80px;
  left: 100px;
}
#animation-surface {
  width: 100%;
  height: 600px;
} 
.btnContacts {
  margin-top: 10px;
}
.imgEmail {
  top: 250px;
  left: 450px;
  width: 180px;
}
.contactImg {
  width: 20px;
}
.waveImg {
  height: 100px;
}
}

@media screen and (max-width: 600px) {
.cd-header {
    top: 30px;
  }
.logo {
      width: 40px;
    }
.logo-wrap {
  margin-top: -15px;
    }
.full-height {
      height: 8vh;
     }
.header-wrapper{
      margin-left: 15px;
     } 
.switch-wrap p {
      font-size: 10px;
      margin-top: 5px;
     }
#switch {
      width: 50px;
      height: 6px;
     }
#circle {
      top: -8px;
      left: -11px;
      width: 16px;
      height: 16px;
     }
.switch-wrap {
      top: 5vh;
     }
.nav-but-wrap{ 
      margin-top: -11px;
      padding-top: 3px;
      right: -20px;
     }
.menu-icon {
       margin-right: -50px;
     }
.nav__list-item  {
  font-size: 15px;
}
.containerMyName {
      height: 250px;
    }
.hello, .Iam {
    transform:translate(120px);
  }
.containerSkills {
    width: 140px;
    height: 160px;
}
.skillsIcon {
    width: 60px;
    margin: 10px;
}
.card .info {
	margin: -15px;
}
h4 {
	padding: 3px;
}
  .contactsForm {
    left: 75px;
  }
  .imgEmail {
    left: 380px;
  }
}


@media screen and (max-width: 480px) {
.cd-header {
    top: 25px;
  }
.logo {
      width: 40px;
    }
.logo-wrap {
  margin-top: -12px;
    }
.full-height {
      height: 8vh;
     }
.header-wrapper{
      margin-left: 15px;
     } 
.switch-wrap p {
      font-size: 10px;
      margin-top: 5px;
     }
#switch {
      width: 40px;
      height: 6px;
     }
#circle {
      top: -8px;
      left: -11px;
      width: 16px;
      height: 16px;
     }
.switched #circle {
    left: 35px;
     }
.switch-wrap {
      top: 4vh;
     }
.nav-but-wrap{ 
      margin-top: -8px;
      padding-top: 3px;
      right: -20px;
     }
.menu-icon {
       margin-right: -50px;
     }
.nav__list-item  {
  font-size: 15px;
}
.containerMyName {
      height: 250px;
    }
.hello, .Iam {
      transform:translate(70px);
      font-size: 45px;
    }
.textAbout {
    margin-left: 30px;
    margin-right: 30px;
  }
.containerSkills {
    width: 110px;
    height: 110px;
}
.skillsIcon {
    width: 50px;
    margin: 8px;
}
.card {
      margin: 10px;
      width: 300px;
      height: 170px;
    }
.card .info h6 {
    font-size: 9.5px;
  }
  .card .info {
    padding: 2px;
    margin: -20px;
  }
.card .info .btnWebsite, .btnContacts {
    padding: 0px;
    font-size: 10px;
  }
h4 {
      font-size: 12px;
      padding: 0px;
      margin: 2px;
    }
h3 {
      font-size: 20px;
      margin: 20px;
      }
h5 {
    font-size: 15px;
  font-weight: bolder;
}
.contactsForm {
  width: 220px;
  height: 300px;
  padding: 8px;
  top: 70px;
  left: 15px;
}
input, textarea {
  margin-bottom: 2px;
}
textarea {
  padding-bottom: 5px;
}
label {
  font-stretch: extra-expanded;
    font-weight: bold;
}
.btnContacts {
  margin-top: 2px;
  padding: 3px;
}
.imgEmail {
  top: 200px;
  left: 230px;
  width: 130px;
}
#animation-surface {
  height: 400px;
}
p {
  font-size: 10px;
}
.waveImg {
  height: 60px;
}
.contactImg {
  width: 16px;
}
footer {
  padding: 3px;
}
}

@media screen and (max-width: 375px) {
  .cd-header {
      top: 20px;
    }
    .logo {
      width: 35px;
    }
  .logo-wrap {
    margin-top: -10px;
      }
.switch-wrap {
        top: 4vh;
       }
.switch-wrap p {
        margin-top: 0;
       }
  .full-height {
        height: 7vh;
       }
  .nav-but-wrap{ 
     margin-top: -5px;
    }
  }
  
  
  @media screen and  (orientation: landscape) and (min-resolution: 240dpi) {
    .cd-header {
      top: 35px;
    }
    .logo {
      width: 50px;
    }
  .logo-wrap {
      margin-top: -20px;
        }
  .full-height {
        height: 18vh;
       }
  .switch-wrap {
      top: 8vh;
     }
  .nav-but-wrap{ 
     margin-top: -15px;
    }
  }

@media only screen and (max-width: 1430px) and (min-width: 320px) {
  .cursor,.cursor2,.cursor3 {
		display: none
	}

  @media(any-pointer: coarse) {
    .menu-icon:hover .menu-icon__line-left,
    .menu-icon:hover .menu-icon__line-right {
      width: 30px;
    }
    .nav__list-item a:hover:after{ 
      height: 100%;
      opacity: 1;
      top: 0;
    }
    .nav__list-item a:hover{
      color: rgba(255,255,255,1);
    }
    body.nav-active .menu-icon:hover .menu-icon__line-left,
    body.nav-active .menu-icon:hover .menu-icon__line-right {
      width: 15px;
    }
    .card:hover {
      transform: translateY(20px);
    }
    .card:hover:before {
      opacity: 1;
    }
    .card:hover .info {
      opacity: 1;
      transform: translateY(0px);
    }
    .card .info .btnWebsite:hover, .btnContacts:hover {
      background: #B9D9D5;
      color: white;
    }
    .contactsForm:hover {
        transform: scale(1.1);
        transition: 2s;
    }
    .contactsForm:not(hover) {
        transition: 2s;
    }
  }
.contactsForm:focus {
  transform: scale(1.1);
  transition: 2s;
}
.contactsForm:not(focus) {
  transition: 2s;
}
}