@font-face {
  font-family: ephesis;
  src: url(./Fonts/Ephesis/Ephesis-Regular.ttf);
}
@font-face {
  font-family: roboto;
  src: url(./Fonts/Roboto/Roboto-Black.ttf);
}
@font-face {
  font-family: dancingScript;
  src: url(./Fonts/Dancing_Script/DancingScript-VariableFont_wght.ttf);
}
@font-face {
  font-family: monserat;
  src: url(./Fonts/Montserrat/static/Montserrat-ExtraLight.ttf);
}
@font-face {
  font-family: kanit;
  src: url(./Fonts/Kanit/Kanit-SemiBold.ttf);
}
@font-face {
  font-family: raleway;
  src: url(./Fonts/Raleway/Raleway-VariableFont_wght.ttf);
}

.contactPage {
  background-color: transparent;
  width: 100vw;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  grid-template-columns: 55% 45%;
  position: relative;
  background-color: rgb(0, 0, 0);
  color: white;
  margin: 0;
  background-color: #0d0d0d;
  background-image: url(./img/BackgroundNew0.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-y: 35vh;
  min-height: calc(100vh - 14vw);
}

.contactPage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.589) url("./img/loading.gif") center / 4vw
    no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.contactPage._sending::after {
  opacity: 1;
  visibility: visible;
}
.contactLeft {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: raleway;
  justify-content: center;
  animation: logo 0.8s ease-in;
  z-index: 1;
}
.contactLeft h1 {
  font-size: 2.8vw;
  margin-top: 1vw;

  margin-bottom: 0;
}
.contactLeft span {
  margin-top: 0.2vw;
  color: #e2bf6e;
  text-align: center;
  font-size: 1.1vw;
}
.contactLeftInputs {
  display: flex;
  flex-direction: column;
  margin-top: 1.5vw;
  justify-content: space-between;
  align-items: center;
  width: 62%;
}

.contactInput {
  width: 100%;
  height: 2.8vw;
  margin-bottom: 1.1vw;
  font-size: 1.1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  border-radius: 0.35vw;
  border: 0.1vw solid #e2bf6eb8;
  color: rgb(255, 255, 255);
  font-family: monserat;
  font-weight: 800;
  transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
    background-color 0.3s ease;
}
.contactInput:focus {
  border: none;
  border-bottom: 0.1vw solid #ffffff;
  outline: none;
  background-color: transparent;
  border-radius: 0;
}
.contactInputRed {
  width: 100%;
  height: 2.8vw;
  margin-bottom: 1.1vw;
  font-size: 1.1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  border-radius: 0.35vw;
  border: 0.1vw solid rgba(225, 0, 0, 0.772);
  color: rgb(255, 255, 255);
  font-family: monserat;
  font-weight: 800;
  transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
    background-color 0.3s ease;
}
.contactInputRed:focus {
  border: none;
  border-bottom: 0.1vw solid rgba(225, 0, 0, 0.772);
  outline: none;
  background-color: transparent;
  border-radius: 0;
}
.contactTextbox {
  width: 100%;
  max-width: 100%;
  min-height: 9vw;
  height: 9vw;
  max-height: 9vw;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0.5vw 0.5vw;
  font-size: 1.1vw;
  background-color: rgb(0, 0, 0);
  border: 0.1vw solid #e2bf6eb8;
  color: rgb(255, 255, 255);
  font-family: monserat;
  font-weight: 800;
  border-radius: 0.35vw;
  transition: border ease 0.3s;
}
.contactTextbox::-webkit-scrollbar {
  width: 0.4vw;
  background-color: transparent;
}
.contactTextbox::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);

  border-radius: 0.15vw;
}
.contactTextbox:focus {
  outline: none;
  border: 0.1vw solid #ffffff;
  background-color: transparent;
}
.contactTextboxRed {
  width: 100%;
  max-width: 100%;
  min-height: 9vw;
  height: 9vw;
  max-height: 9vw;
  min-width: 100%;
  box-sizing: border-box;
  padding: 0.5vw 0.5vw;
  font-size: 1.1vw;
  background-color: rgb(0, 0, 0);
  border: 0.1vw solid rgba(225, 0, 0, 0.772) !important;
  color: rgb(255, 255, 255);
  font-family: monserat;
  font-weight: 800;
  border-radius: 0.35vw;
  transition: border ease 0.3s;
}
.contactTextboxRed:focus {
  outline: none;
  border: 0.1vw solid rgba(225, 0, 0, 0.772) !important;
  background-color: transparent;
}

.contactTextbox:focus {
  outline: none;
  border: 0.1vw solid #ffffff;
  background-color: transparent;
}

.sendBut {
  margin-top: 1.3vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1vw solid rgb(255, 255, 255);
  height: 2.8vw;
  color: rgba(255, 255, 255, 0.701);
  cursor: pointer;
  transition: color 0.4s ease, border 0.4s ease, background-color 0.4s ease,
    transform 0.2s ease;
  font-family: monserat;
  font-weight: bold;
  border-radius: 0.35vw;
  background-color: transparent;
  font-size: 1.2vw;
}
.sendBut:hover {
  background-color: black;
  border: 0.1vw solid white;
  color: white;
}
.sendBut:active {
  transform: scale(0.98);
  border: 0.1vw solid white;
}

#incorrectData {
  text-align: left;
  width: 100%;
  margin-top: 0.5vw;
  display: none;
  font-family: monserat;
  font-weight: 700;
  font-size: 1.1vw;
}
#incorrectData2 {
  text-align: left;
  width: 100%;
  margin-top: 0.5vw;
  display: none;
  font-family: monserat;
  font-size: 1.1vw;
  font-weight: 700;
}

/*-----------------------------------------------------*/
.contactRight {
  grid-row: 1;
  grid-column: 2;
  z-index: 0;
  /*   background-color: rgba(255, 255, 255, 0.368); */

  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  opacity: 0;
  animation: logo 0.8s ease-in forwards;
  animation-delay: 0.5s;
}

.contactLine_2 {
  font-family: monserat;
  text-align: left;
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
  font-size: 1.5vw;
  font-weight: 100 !important;
  line-height: 2vw;
}
.contactText_2 {
  cursor: pointer;
  transition: color ease 0.2s, text-decoration ease 0.2s;
}
/* .contactText_2:hover {
  text-decoration: underline;
  color: #e2bf6e;
} */

.section1Icon_2 {
  width: 2.3vw;
  margin-right: 1vw;
}
.icon2_2 {
  height: 3vw;
  width: 2vw;
  margin-left: 0.15vw;
  margin-right: 1.15vw;
}

.contactContacts {
  padding-left: 5vw;
}
/*----------------------*/
.sentMessageSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.935);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.sentMessage {
  background-color: #0d0d0d;
  padding: 2vw 4vw;
  border-radius: 1vw;
  font-family: raleway;
  color: white;
  font-weight: bold;
  border: 0.1vw solid #e2bf6e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  animation: scaleTo1 0.4s ease;
}
.tickImg {
  width: 12vw;
  margin-top: 2vw;
}
.sentMessage h3 {
  font-size: 2.2vw;
  margin-top: 2vw;
  margin-bottom: 1vw;
  color: #e2bf6e;
}
.sentMessage span {
  margin-bottom: 1vw;
  font-size: 1.1vw;
}

.sentCross {
  position: absolute;
  top: 1vw;
  right: 1vw;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 2vw;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.sentCross:hover {
  transform: scale(1.05);
}
.sentCross:active {
  transform: scale(0.95);
}

@media (min-width: 667px) and (orientation: portrait) {
  .contactPage {
    background-color: transparent;
    width: 100vw;
    display: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    grid-template-columns: 65% 45%;
    position: relative;
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 0;
    background-color: #0d0d0d;
    background-image: url(./img/BackgroundNew0.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: 35vh;
    min-height: calc(100vh - 14vw);
  }

  .contactPage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.589) url("./img/loading.gif") center / 4vw
      no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }

  .contactPage._sending::after {
    opacity: 1;
    visibility: visible;
  }
  .contactLeft {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: raleway;
    justify-content: center;
    animation: logo 0.8s ease-in;
    margin-left: 5vw;
  }
  .contactLeft h1 {
    font-size: 3.5vw;
    margin-top: 0vw;

    margin-bottom: 0;
  }
  .contactLeft span {
    margin-top: 0.2vw;
    color: #e2bf6e;
    text-align: center;
    font-size: 1.8vw;
  }
  .contactLeftInputs {
    display: flex;
    flex-direction: column;
    margin-top: 1.5vw;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }

  .contactInput {
    width: 100%;
    height: 4.4vw;
    margin-bottom: 1.1vw;
    font-size: 1.8vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    border-radius: 0.35vw;
    border: 0.1vw solid #e2bf6eb8;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
      background-color 0.3s ease;
  }
  .contactInput:focus {
    border: none;
    border-bottom: 0.1vw solid #ffffff;
    outline: none;
    background-color: transparent;
    border-radius: 0;
  }
  .contactInputRed {
    width: 100%;
    height: 4.4vw;
    margin-bottom: 1.1vw;
    font-size: 1.8vw;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    border-radius: 0.35vw;
    border: 0.1vw solid rgba(225, 0, 0, 0.772);
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
      background-color 0.3s ease;
  }
  .contactInputRed:focus {
    border: none;
    border-bottom: 0.1vw solid rgba(225, 0, 0, 0.772);
    outline: none;
    background-color: transparent;
    border-radius: 0;
  }
  .contactTextbox {
    width: 100%;
    max-width: 100%;
    min-height: 15vw;
    height: 15vw;
    max-height: 15vw;
    min-width: 100%;
    box-sizing: border-box;
    padding: 0.5vw 0.5vw;
    font-size: 1.8vw;
    background-color: rgb(0, 0, 0);
    border: 0.1vw solid #e2bf6eb8;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    border-radius: 0.35vw;
    transition: border ease 0.3s;
  }
  .contactTextbox::-webkit-scrollbar {
    width: 0.4vw;
    background-color: transparent;
  }
  .contactTextbox::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);

    border-radius: 0.15vw;
  }
  .contactTextbox:focus {
    outline: none;
    border: 0.1vw solid #ffffff;
    background-color: transparent;
  }
  .contactTextboxRed {
    width: 100%;
    max-width: 100%;
    min-height: 15vw;
    height: 15vw;
    max-height: 15vw;
    min-width: 100%;
    box-sizing: border-box;
    padding: 0.5vw 0.5vw;
    font-size: 1.8vw;
    background-color: rgb(0, 0, 0);
    border: 0.1vw solid rgba(225, 0, 0, 0.772) !important;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    border-radius: 0.35vw;
    transition: border ease 0.3s;
  }
  .contactTextboxRed:focus {
    outline: none;
    border: 0.1vw solid rgba(225, 0, 0, 0.772) !important;
    background-color: transparent;
  }

  .contactTextbox:focus {
    outline: none;
    border: 0.1vw solid #ffffff;
    background-color: transparent;
  }

  .sendBut {
    margin-top: 1.3vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid rgb(255, 255, 255);
    height: 4.4vw;
    color: rgba(255, 255, 255, 0.701);
    cursor: pointer;
    transition: color 0.4s ease, border 0.4s ease, background-color 0.4s ease,
      transform 0.2s ease;
    font-family: monserat;
    font-weight: bold;
    border-radius: 0.35vw;
    background-color: transparent;
    font-size: 1.9vw;
  }
  .sendBut:hover {
    background-color: black;
    border: 0.1vw solid white;
    color: white;
  }
  .sendBut:active {
    transform: scale(0.98);
    border: 0.1vw solid white;
  }

  #incorrectData {
    text-align: left;
    width: 100%;
    margin-top: 0.5vw;
    display: none;
    font-family: monserat;
    font-weight: 700;
    font-size: 1.8vw;
  }
  #incorrectData2 {
    text-align: left;
    width: 100%;
    margin-top: 0.5vw;
    display: none;
    font-family: monserat;
    font-size: 1.8vw;
    font-weight: 700;
  }

  /*-----------------------------------------------------*/
  .contactRight {
    grid-row: 1;
    grid-column: 2;

    /*   background-color: rgba(255, 255, 255, 0.368); */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: logo 0.8s ease-in forwards;
    animation-delay: 0.5s;
    margin-left: -15vw;
  }

  .contactLine_2 {
    font-family: monserat;
    text-align: left;
    margin-bottom: 1vw;
    display: flex;
    align-items: center;
    font-size: 2.2vw;
    font-weight: 100 !important;
    line-height: 3.5vw;
  }
  .contactText_2 {
    cursor: pointer;
    transition: color ease 0.2s, text-decoration ease 0.2s;
  }
  /* .contactText_2:hover {
    text-decoration: underline;
    color: #e2bf6e;
  } */

  .section1Icon_2 {
    width: 3.2vw;
    margin-right: 1.2vw;
  }
  .icon2_2 {
    height: 3.8vw;
    width: 2.3vw;
    margin-left: 0.4vw;
    margin-right: 1.8vw;
  }

  .contactContacts {
    padding-left: 5vw;
  }
  /*----------------------*/
  .sentMessageSection {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.935);
    display: none;
    align-items: center;
    justify-content: center;
  }

  .sentMessage {
    background-color: #0d0d0d;
    padding: 2vw 4vw;
    border-radius: 1vw;
    font-family: raleway;
    color: white;
    font-weight: bold;
    border: 0.1vw solid #e2bf6e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    animation: scaleTo1 0.4s ease;
  }
  .tickImg {
    width: 20vw;
    margin-top: 4vw;
  }
  .sentMessage h3 {
    font-size: 3.5vw;
    margin-top: 4vw;
    margin-bottom: 1vw;
    color: #e2bf6e;
  }
  .sentMessage span {
    margin-bottom: 2vw;
    font-size: 2vw;
  }

  .sentCross {
    position: absolute;
    top: 1.7vw;
    right: 1.7vw;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.3vw;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .sentCross:hover {
    transform: scale(1.05);
  }
  .sentCross:active {
    transform: scale(0.95);
  }
}
@media only screen and (max-width: 666px) and (orientation: portrait) {
  .contactPage {
    background-color: transparent;
    width: 100vw;
    display: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    grid-template-columns: 100%;
    grid-template-rows: 150vw;
    position: relative;
    color: white;
    margin: 0;

    background-color: #0d0d0d;
    background-image: url(./img/Background\ 2.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-position-y: 35vh;
    min-height: calc(100vh - 40vw);
  }
  .contactLeft {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: raleway;
    justify-content: center;
    animation: logo 0.8s ease-in;
    margin-top: 16vw;
  }
  .contactLeft h1 {
    font-size: 6vw;
    margin-top: 1vw;
  }
  .contactLeft span {
    margin-top: 0.2vw;
    color: #e2bf6e;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 10vw;
  }
  .contactLeftInputs {
    display: flex;
    flex-direction: column;
    margin-top: 1.5vw;
    justify-content: space-between;
    align-items: center;
    width: 85%;
  }

  .contactInput {
    width: 100%;
    height: 10vw;
    margin-bottom: 3vw;
    font-size: 2.8vw;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    border-radius: 1vw;
    border: 0.3vw solid #e2bf6eb8;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
      background-color 0.3s ease;
  }
  .contactInput:focus {
    border: none;
    border-bottom: 0.1vw solid #ffffff;
    outline: none;
    background-color: transparent;
    border-radius: 0;
  }
  .contactInputRed {
    width: 100%;
    height: 10vw;
    margin-bottom: 3vw;
    font-size: 2.8vw;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    border-radius: 1vw;
    border: 0.3vw solid rgba(225, 0, 0, 0.772);
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    transition: outline 0.6s ease, border-bottom 0.6s ease, border 0.6s ease,
      background-color 0.3s ease;
  }
  .contactInputRed:focus {
    border: none;
    border-bottom: 0.1vw solid rgba(225, 0, 0, 0.772);
    outline: none;
    background-color: transparent;
    border-radius: 0;
  }
  .contactTextbox {
    width: 100%;
    max-width: 100%;
    min-height: 35vw;
    height: 35vw;
    max-height: 35vw;
    min-width: 100%;
    box-sizing: border-box;
    padding: 2vw 2vw;
    font-size: 2.8vw;
    background-color: rgb(0, 0, 0);
    border: 0.3vw solid #e2bf6eb8;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    border-radius: 1vw;
    transition: border ease 0.3s;
  }
  .contactTextbox::-webkit-scrollbar {
    width: 0.4vw;
    background-color: transparent;
  }
  .contactTextbox::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);

    border-radius: 0.15vw;
  }
  .contactTextbox:focus {
    outline: none;
    border: 0.1vw solid #ffffff;
    background-color: transparent;
  }
  .contactTextboxRed {
    width: 100%;
    max-width: 100%;
    min-height: 35vw;
    height: 35vw;
    max-height: 35vw;
    min-width: 100%;
    box-sizing: border-box;
    padding: 2vw 2vw;
    font-size: 2.8vw;
    background-color: rgb(0, 0, 0);
    border: 0.3vw solid rgba(225, 0, 0, 0.772) !important;
    color: rgb(255, 255, 255);
    font-family: monserat;
    font-weight: 800;
    border-radius: 1vw;
    transition: border ease 0.3s;
  }
  .contactTextboxRed:focus {
    outline: none;
    border: 0.1vw solid rgba(225, 0, 0, 0.772) !important;
    background-color: transparent;
  }

  .contactTextbox:focus {
    outline: none;
    border: 0.1vw solid #ffffff;
    background-color: transparent;
  }

  .sendBut {
    margin-top: 3vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1vw solid rgb(255, 255, 255);
    height: 10vw;
    color: rgba(255, 255, 255, 0.701);
    cursor: pointer;
    transition: color 0.4s ease, border 0.4s ease, background-color 0.4s ease,
      transform 0.2s ease;
    font-family: monserat;
    font-weight: bold;
    border-radius: 1vw;
    background-color: transparent;
    font-size: 3vw;
  }
  .sendBut:hover {
    background-color: black;
    border: 0.1vw solid white;
    color: white;
  }
  .sendBut:active {
    transform: scale(0.98);
    border: 0.1vw solid white;
  }
  #incorrectData {
    text-align: left;
    width: 100%;
    margin-top: 1vw;
    display: none;
    font-family: monserat;
    font-weight: 700;
    font-size: 2.5vw;
  }
  #incorrectData2 {
    text-align: left;
    width: 100%;
    margin-top: 1vw;
    display: none;
    font-family: monserat;
    font-size: 2.5vw;
    font-weight: 700;
  }
  .contactRight {
    display: none;
  }
  footer {
    display: flex !important;
  }

  /*----------------*/
  .sentMessageSection {
    position: absolute;
    top: 17vw;
    left: 0;
    width: 100%;
    height: calc(100% - 17vw);
    background-color: rgba(0, 0, 0, 0.935);
    display: none;
    align-items: center;
    justify-content: center;
  }

  .sentMessage {
    width: 55vw;
    height: 60vw;
    background-color: #0d0d0d;
    padding: 2vw 2vw;
    border-radius: 3vw;
    font-family: raleway;
    color: white;
    font-weight: bold;
    border: 0.1vw solid #e2bf6e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    animation: scaleTo1 0.4s ease;
  }
  .tickImg {
    width: 30vw;
    margin-bottom: 5vw;
  }
  .sentMessage h3 {
    font-size: 5.5vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    color: #e2bf6e;
  }
  .sentMessage span {
    margin-bottom: 1vw;
    font-size: 3vw;
    text-align: center;
  }

  .sentCross {
    position: absolute;
    top: 3vw;
    right: 3vw;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 6vw;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .sentCross:hover {
    transform: scale(1.05);
  }
  .sentCross:active {
    transform: scale(0.95);
  }
}
@keyframes logo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scaleTo1 {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
