body {margin: 0px; font-family: "roboto" !important; background-color: #ffffff;}

html {
  scroll-behavior: smooth;
}

#header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  height: 85px;
  min-width: 300px;
  position: relative;
  z-index: 2;
}

#header-cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0,0,0,0);
  width: 100%;
  max-width: 2560px;
  height: 65px;
}

#hamburger {
  width: 75px;
  height: 85px;
  position: relative;
  float: left;
  background: rgba(0,0,0,0);
  padding-left: 17.75px;
  padding-right: 17.75px;
  transition: 0.3s;
  z-index: 1;
}

#hamburger:hover {
  cursor: pointer;
  transition: 0.3s;
  background-color: #dfe4ea;
}

@media screen and (max-width: 329px) {
  #hamburger {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#cent1 {
  position: relative;
  margin-top: 17.75px;
}

#burg-1 {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  transition: 0.3s;
}

#hamburger:hover #burg-1 {
  margin-top: -6px;
  transition: 0.3s;
}

#burg-a {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  margin: 14px 0px;
  transition: 0.3s;
  top: 50%;
}

#hamburger:hover #burg-a {
  margin: 20px 0px;
  transition: 0.3s;
}

#burg {
  height: 7px;
  width: 100%;
  background-color: #3742fa;
  position: relative;
  float: left;
  transition: 0.3s;
}

#title1 {
  position: absolute;
  font-size: 30px;
  color: #3742fa;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  z-index: 0;
  margin-left: 120px;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(0,0,0,0);
  margin-top: 4px;
}

@media screen and (max-width: 449px) {
  #title1 {
    font-size: 25px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 359px) {
  #title1 {
    font-size: 22.5px;
    margin-top: 9px;
    margin-left: 115px;
  }
}

@media screen and (max-width: 329px) {
  #title1 {
    font-size: 21px;
    margin-left: 110px;
  }
}

nav {
  right: 0;
  position: absolute;
  margin-top: 15px;
  margin-right: 50px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  color: #3742fa;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
  margin: 0;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
}

nav ul li a:hover {
    background-color: #dfe4ea;
    transition: 0.3s;
}

a {text-decoration: none;}

@media screen and (max-width: 979px) {
  nav {
    display: none;
  }
}

#cond:after {
  content: '\f0d7';
  font-family: "FontAwesome" !important;
  color: #3742fa;
  margin-left: 5px;
}

#hero-img {
  width: 100%;
  min-width: 300px;
  height: 525px;
  background-color: blue;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

#dropper {
  width: 100%;
  max-width: 2560px;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  transition: 0.3s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.squarecon {
  width: 250px;
  height: 250px;
  position: relative;
  float:left;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  background: linear-gradient(to bottom right, #3742fa, #3742fa);
  border-radius: 3px;
  overflow: hidden;
}

.squareconimg {
  width: 100%;
  height: 175px;
  background-color: blue;
  overflow: hidden;
  top: 0;
  position: relative;
}

.squareconbut {
  height: 75px;
  background: rgba(0,0,0,0);
  bottom: 0;
  position: relative;
  width: 100%;
}

.conbut {
  height: 40px;
  width: 170px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin-left: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.conbut:hover {
  cursor: pointer;
}

.conimg {
  width: 140%;
  transition: 0.3s;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.squarecon:hover .conimg {
  width: 170%;
transition: 0.3s;
margin-top: -7.5%;
}

.conbut1 {
  width: 100%;
  height: 36px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  transition: 0.4s;
}

.conbut:hover .conbut1 {
  margin-top: -100%;
  transition: 0.4s;
}

.pconbut {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 5px;
  float: left;
  color: #ffffff;
  margin-top: 0px;
  padding: 0;
}

.pconbut2 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 5px;
  float: left;
  color: #3742fa;
  margin-top: 0px;
  padding: 0;
}

.conbut2 {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  position: relative;
  float: left;
  transition: 0.4s;
}

.arr1 {
  height: 15px;
  width: 15px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-radius: 0px 3px 0px 0px;
  position: relative;
  float: right;
  margin-right: 10px;
  transform: rotate(45deg);
  margin-top: 10px;
}

.arr2 {
  height: 15px;
  width: 15px;
  border-right: 2px solid #3742fa;
  border-top: 2px solid #3742fa;
  border-radius: 0px 3px 0px 0px;
  position: relative;
  float: right;
  margin-right: 10px;
  transform: rotate(45deg);
  margin-top: 10px;
}

#slider1 {
  width: 300%;
  height: 525px;
  position: relative;
}

.slidev {
  width: 33.3333333333%;
  height: 525px;
  position: relative;
  float: left;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #3742fa;
}

#hero-img-img {
  width: 100%;
  position: relative;
top: 50%;
transform: translateY(-50%);
float: left;
}

#hero-img-img2 {
  position: relative;
width: 108%;
transform: translateY(-50%);
top: 50%;
margin-left: -4%;
}

#hero-img-img3 {
  position: relative;
width: 108%;
transform: translateY(-50%);
top: 50%;
margin-left: -4%;
}

#hero-img-img2a {
  position: relative;
width: 108%;
margin-left: -4%;
display: none;
}

#hero-img-img3a {
  position: relative;
width: 108%;
margin-left: -4%;
display: none;
}

@media screen and (min-width: 1920px) {
  #hero-img-img2, #hero-img-img3 {
    transform: translateY(-0%);
    top: 0%;
  }
}

@media screen and (max-width: 1919px) {
  #hero-img-img2, #hero-img-img3 {
    width: 122%;
    margin-left: -11%;
  }
}

@media screen and (max-width: 1709px) {
  #hero-img-img2, #hero-img-img3 {
    width: 142%;
    margin-left: -21%;
  }
}

@media screen and (max-width: 1464px) {
  #hero-img-img2, #hero-img-img3 {
    width: 162%;
    margin-left: -31%;
  }
}

@media screen and (max-width: 1279px) {
  #hero-img-img2, #hero-img-img3 {
    width: 182%;
    margin-left: -41%;
  }
}

@media screen and (max-width: 1139px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 120%;
    margin-left: -10%;
    margin-top: -10%;
  }
}

@media screen and (max-width: 759px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 140%;
    margin-left: -20%;
    margin-top: -10%;
  }
}

@media screen and (max-width: 629px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 160%;
    margin-left: -40%;
    margin-top: -15%;
  }
}

@media screen and (max-width: 574px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 170%;
    margin-left: -40%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 464px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 200%;
    margin-left: -70%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 394px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 240%;
    margin-left: -100%;
    margin-top: 0%;
  }
}

@media screen and (max-width: 329px) {
  #hero-img-img2, #hero-img-img3 {
    display: none;
  }

  #hero-img-img2a, #hero-img-img3a {
    display: block;
    width: 270%;
    margin-left: -120%;
    margin-top: 0%;
  }
}

#overlay1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  background: rgba(0,0,0,0);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  min-height: 600px;
  margin-left: -100%;
  min-width: 300px;
}

@media screen and (max-height: 600px) {
  #overlay1 {
    position: absolute;
  }
}

#popup1 {
  width: 400px;
  height: 100%;
  min-height: 600px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 2560px;
}

@media screen and (max-width: 679px) {
  #popup1 {
    width: 100%;
  }
}

@media screen and (max-height: 600px) {
  #popup1 {
    width: 100% !important;
    height: 600px !important;
  }
}

@media screen and (min-width: 2561px) and (max-height: 600px) {
  #popup1 {
    width: 2200px !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

#header2 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  height: 85px;
  position: relative;
  z-index: 2;
}

#popclose {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: relative;
  float: right;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3742fa;
  display: none;
  margin-right: 12.5px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 2px solid #3742fa;
}

@media screen and (max-width: 679px) {
  #popclose {
    display: block;
  }
}

@media screen and (max-height: 600px) {
  #popclose {
    display: block;
  }
}

#popclose:hover {
  transition: 0.3s;
  background: rgba(0,0,0,0);
  cursor: pointer;
}

#popclosep {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-family: "Varela Round" !important;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#popclose:hover #popclosep {
  color: #3742fa;
  transition: 0.3s;
}

.nava {
  width: 85%;
  height: 60px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.3s;
}

.nava:hover {
  background-color: #f1f2f6;
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
}

.navap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 7px;
  color: #3742fa;
  font-size: 20px;
  font-weight: bold;
}

#apz {
  width: 100%;
  height: 60px;
  width: 100%;
  position: relative;
  float: left;
  z-index: 2;
  background: rgba(0,0,0,0);
  margin-bottom: -60px;
}

#apz:hover {
  cursor: pointer;
}

#pops2 {
  height: 120px;
  width: 100%;
  transition: 0s;
  display: none;
  background: linear-gradient(to bottom right, #3742fa, #3742fa);
  position: relative;
  float: left;
  max-width: 600px;
}

.nava2 {
  width: 85%;
  height: 60px;
  background: rgba(0,0,0,0);
  position: relative;
  float: left;
  box-sizing: border-box;
  z-index: 1;
  transition: 0.3s;
}

.navap2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 7px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.close1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background: rgba(0,0,0,0);
}

#overlay2 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  min-width: 300px;
}

#overlay1a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 101;
  background: rgba(0,0,0,0);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  min-height: 550px;
  min-width: 300px;
  margin-top: -100%;
}

@media screen and (max-height: 550px) {
  #overlay1a {
    position: absolute;
  }
}

#conta {
  width: 450px;
  height: 450px;
  border-radius: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  #conta {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
}

#popclose2 {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  position: relative;
  float: right;
  background-color: #3742fa;
  display: none;
  margin-right: 12.5px;
  margin-top: 12.5px;
  transition: 0.3s;
  box-sizing: border-box;
  border: 2px solid #3742fa;
}

#popclose2:hover {
  transition: 0.3s;
  background: rgba(0,0,0,0);
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #popclose2 {
    display: block;
  }
}

#popclosep2 {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-family: "Varela Round" !important;
  color: #ffffff;
  transition: 0.3s;
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

#popclose2:hover #popclosep2 {
  color: #3742fa;
  transition: 0.3s;
}


#mail {
  position: absolute;
  top: 50%;
  color: #3742fa;
  font-size: 22px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: -11px;
  font-weight: bold;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
}

#mail:hover {
  opacity: 0.5;
  transition: 0.3s;
}

#overlay2a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,0,0,0.3);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  min-width: 300px;
}

@media screen and (max-width: 500px) {
  #overlay2a {
    display: none;
  }
}

::selection {
  background: rgba(55, 66, 250, 0.15);
}

.nava2:hover {
  transition: 0.3s;
  cursor: pointer;
  width: 100%;
  opacity: 0.5;
}

#titleassess {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 35px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
}

#cost {
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  height: 700px;
  width: 70%;
  box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.12);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
  margin-top: -100px;
  overflow: hidden;
  max-width: 1792px;
}

@media screen and (max-width: 639px) {
  #cost {
    width: 90%;
  }
}

@media screen and (max-width: 300px) {
  #cost {
    width: 270px;
    margin-left: 15px;
    left: 0;
    transform: translateX(-0%);
  }
}

#cost2 {
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  height: 90px;
  width: 70%;
  box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.12);
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2;
  margin-top: -100px;
  overflow: hidden;
  max-width: 1792px;
  margin-top: 40px;
}

@media screen and (max-width: 639px) {
  #cost2 {
    width: 90%;
  }
}

@media screen and (max-width: 300px) {
  #cost2 {
    width: 270px;
    margin-left: 15px;
    left: 0;
    transform: translateX(-0%);
  }
}

#footer {
  height: 500px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #2f3542;
  min-width: 300px;
  overflow: hidden;
  margin-top: 40px;
}

#footercent {
  height: 100%;
  width: 100%;
  max-width: 2560px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 30px 30px rgba(0,0,0,0.3);
}

#footerp {
  width: 300px;
  height: 100%;
  position: relative;
  float: left;
}

#footerph {
  color: #ffffff;
  font-size: 32px;
  margin-left: 10px;
}

.footera {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  float: left;
  margin-left: 10px;
  transition: 0.3s;
  font-weight: normal;
}

.footera:hover {
  transition: 0.3s;
  opacity: 0.5;
}

#copyr {
  color: #ffffff;
  position: absolute;
  font-size: 17px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 190.58px;
}

.linker {
  width: 80%;
  height: 70px;
  background: linear-gradient(to bottom right, #3742fa, #5352ed);
  border-radius: 3px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 10px;
}

.linkerarr {
  float: right;
  position: absolute;
  right: 0;
  width: 70px;
  background: rgba(255,255,255,0.25);
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 15% 0%);
}

@media screen and (max-width: 729px) {
  .linkerarr {
    width: 60px;
  }
}

.linkera {
  width: 30px;
  height: 30px;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  box-sizing: border-box;
  margin-top: 21.5px;
  margin-left: 7.5px;
  transition: 0.25s;
}

.linker:hover .linkera {
  margin-left: 18px;
  transition: 0.25s;
}

@media screen and (max-width: 729px) {
  .linker:hover .linkera {
    margin-left: 15px;
    transition: 0.25s;
  }
}

.linkerh {
  color: #ffffff;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  margin-left: 10px;
  margin-top: 0;
  padding: 0;
  font-weight: lighter;
}

@media screen and (max-width: 1159px) {
  .linkerh {
    font-size: 25px;
  }
}

@media screen and (max-width: 979px) {
  .linkerh {
    font-size: 20px;
  }
}

@media screen and (max-width: 799px) {
  .linkerh {
    font-size: 18px;
  }
}

@media screen and (max-width: 729px) {
  .linkerh {
    font-size: 16px;
  }
}

@media screen and (max-width: 504px) {
  .linkerh {
width: 180px;
  }
}

@media screen and (max-width: 349px) {
  .linkerh {
font-size: 14px;
width: 150px;
  }
}

#about-p {
  text-align: center;
  word-wrap: break-word;
  color: #3742fa;
  font-size: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
}

#titleassess2 {
  color: #3742fa;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 35px;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 2px;
  top: 50%;
  transform: translateY(-50%);
}

#title2-cont {
  width: 100%;
  height: 70px;
  position: relative;
}

#bio-about {
  color: #3742fa;
  font-size: 35px;
  background-color: #ffffff;
  height: 50px;
  position: relative;
  width: 300px;
  z-index: 1;
  padding-left: 17px;
  padding-right: 17px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#line {
  height: 5px;
  width: 600px;
  background-color: #3742fa;
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1519px) {
  #line {
    width: 500px;
  }
}

@media screen and (max-width: 1099px) {
  #about-p {
    font-size: 27px;
  }
}

@media screen and (max-width: 899px) {
  #about-p {
    font-size: 25px;
  }

  #line {
    width: 450px;
  }
}

@media screen and (max-width: 784px) {
  #about-p {
    font-size: 24px;
    margin-top: -0px;
  }

  #line {
    width: 400px;
  }
}

@media screen and (max-width: 744px) {
  #about-p {
    font-size: 23px;
    margin-top: -0px;
  }

  #line {
    width: 400px;
  }
}

@media screen and (max-width: 684px) {
  #about-p {
    font-size: 22px;
    margin-top: -0px;
  }

  #line {
    width: 400px;
  }
}

@media screen and (max-width: 502px) {
  #about-p {
    display: none;
  }
}

#about-p2 {
  text-align: center;
  word-wrap: break-word;
  color: #3742fa;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    margin-top: -0px;
    overflow: auto;
}

#sueng {
  display: none;
  overflow: hidden;
}

#sueng2 {
  overflow: auto;
  height: 580px;
}

@media screen and (max-width: 502px) {
  #sueng {
    display: block;
  }

  #titleassess2 {
    font-size: 28px;
  }

  #bio-about {
    width: 264px;
  }

  #line {
    width: 350px;
  }
}

@media screen and (max-width: 419px) {
  #line {
    display: none;
  }
}

#waver {
  position: absolute;
  right: 0;
  opacity: 0.2;
  width: 1300px;
  transform: rotate(-25deg);
  margin-right: -450px;
  top: 0;
  margin-top: 500px;
}
