* {
  margin: 0;
  padding: 0;
}

.banner .clouds img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  animation: animate calc(40s * 1.8) linear infinite;
  padding-bottom: 20rem;
}
@keyframes animate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@supports ((text-stroke: 1px black) or (-webkit-text-stroke: 0.5px black)) {
  .text {
    color: transparent;
    -webkit-text-stroke: 1px rgb(60, 60, 60);
    text-stroke: 1px rgb(181, 181, 181);
    text-shadow: none;
  }
}
@supports ((text-stroke: 1px black) or (-webkit-text-stroke: 0.5px black)) {
  .text-hamkoron {
    color: transparent;
    -webkit-text-stroke: 1px rgb(60, 60, 60);
    text-stroke: 1px rgb(181, 181, 181);
    text-shadow: none;
  }
}



.plane {
    position: relative;
    animation: movePlane 8.9s infinite ease-in-out;
  }
  
  @keyframes movePlane {
    0%,
    100% {
      transform: translate(0, 0px);
    }
    50% {
      transform: translate(0, -150px);
    }
  }

html, body {
  width: 100%;
  height: 100%;
}

.body {
  margin: 0; /* Убираем отступы по-умолчанию */
  padding: 0; /* Убираем отступы по-умолчанию */
  width: 100%; /* Растягиваем по ширине */
  height: 100%; /* Растягиваем по высоте */
}

/* Настройки карточек */
  .user-card{
    background-color:#d6e3f4 ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  

  .body-card {
    width: 32rem;
    height: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(../../images/bg-logo.png);
    background-size: auto;
    background-position: center;
}
.body-card {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #62207f;
    --tw-shadow: var(--tw-shadow-colored);
}



@media (min-width: 320px) {
    .body-card {
        max-width: auto;
        max-height: auto;
    }
}
@media (min-width: 440px) {
    .body-card {
        max-width: 400px;
        max-height: 1600px
    }
}
@media (min-width: 540px) {
    .body-card {
        max-width: 540px;
        max-height: 1600px
    }
}
@media (min-width: 640px) {
    .body-card {
        max-width: 540px;
        max-height: 1600px
    }
}
@media (min-width: 768px) {
    .body-card {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .body-card {
        max-width: 1024px;
    }
}

.image-logo-size{
  width: 150px;
  padding-top: 50px;
  
}

.div-profile-pic{
  width: 250px;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.profile-pic{
  object-fit: cover;
  object-position: center;
  width: 300px;
}

.div-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-h1{
  font-size: 28px;
  margin-bottom: 8px;
  color: #62207f;
  text-align: center;
  font-weight: 700;
}

.div-h3{
  color: #62207f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.div-qr-numb{
  display: flex;
  flex-wrap: row;
  justify-content: center;
  align-items: start;
  gap: 2px;
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
  padding-left: 15px;
  /* padding-right: 5px; */
  
}

.qr-size{
  width: 150px;
}

.div-numb{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  color: #62207f;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  
}


.div-text-underline{
  background-color: #d6e3f4;
  padding-left: 25%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-top: 14px;
  padding-bottom: 44px;
  }
  
  .div-text-underline:hover > .div-underline{
  width: 160px;
  transition-property: all;
  transition-duration: 0.3s;
  }
  
  .div-underline{
  height: 4px;
  width: 60px;
  background-color: rgb(99 102 241);
  border-radius: 4px;
  }

.text-ba-avval{
  text-transform: uppercase;
  color: #62207f;
  font-weight: 700;
}

.footer-section{
  color: white;
  background-color: #edae36;
}

.footer-body{
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
}

@media (min-width: 340px) {
  .footer-body {
      max-width: 640px;
      flex-direction: column;
      text-align: center;
  }
}
@media (min-width: 440px) {
  .footer-body {
      max-width: 640px;
      flex-direction: column;
      text-align: center;
  }
}
@media (min-width: 540px) {
  .footer-body {
      max-width: 640px;
      flex-direction: column;
      text-align: center;
  }
}
@media (min-width: 640px) {
  .footer-body {
      max-width: 640px;
      flex-direction: column;
      text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-body {
      max-width: 768px;
      flex-direction: column;
      text-align: center;
      
  }
}
@media (min-width: 1024px) {
  .footer-body {
      max-width: 1024px;
      flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .footer-body {
      max-width: 1280px;
      flex-direction: row;
  }
}

.footer-text-start{
  font-size: 0.875rem/* 14px */;
  line-height: 1.25rem/* 20px */;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.footer-text-end{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* PERSONAL CARD */
.card {
  width: 320px;
  height: 560px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  background-image: url(./images/bg-logo.png);
  background-size: cover;
}

.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px #62207f;
}

.photo {
  height: 50%;
  background-image: url(путь_к_фото);
  background-size: cover;
  background-position: center;
  width: 95%;
  margin-left: 10px;
  padding-top: 10px;
  
}

.info {
  margin-top: 10px;
  padding: 20px;
  padding-top: 50px;
  text-align: center;
}

.position {
  font-size: 19px;
  font-weight: bold;
  transition: color 0.3s;
}
.position:hover {
  color: #62207f;
}


.name {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  transition: color 0.3s;
}
.name:hover {
  color: #62207f;
}

.phone,
.email {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
  transition: color 0.3s;
  text-align: left;
  cursor: pointer;
  padding-right: 15px;
}

/* .email{
  margin-bottom: 5px;
} */

.phone:hover,
.email:hover {
  color: #62207f;
}

.phone-numb,
.email-info {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
  transition: color 0.3s;
  text-align: center;
  cursor: pointer;
}

.phone-numb:hover,
.email-info:hover {
  color: #62207f;
}