* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  overflow-y: hidden;
}

@media only screen and (max-width: 800px) {
  html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow-y: scroll;
  }
}

body {
  background-color: #1d1c1b;
  min-height: 100vh;
  overflow-x: hidden;
  animation: 2s bodyOp;
}

@keyframes bodyOp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

h1, h2, h3, p, a {
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.scrollify {
  overflow-x: hidden;
}

/* Enhanced Pagination */
.pagination {
  height: 140px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(55, 187, 240, 0.1);
  padding: 15px 10px;
  border-radius: 20px;
  border: 1px solid rgba(55, 187, 240, 0.3);
}

.secActive::after {
  box-shadow: inset 0 0 0 5px #37bbf0;
  background: rgba(55, 187, 240, 0.3);
  transform: scale(1.2);
}

.pagination li {
  display: block;
  height: 20px;
  color: white;
  position: relative;
  padding: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination li:hover {
  transform: translateX(-5px);
}

.pagination li p {
  position: absolute;
  right: 25px;
  top: -8px;
  opacity: 0;
  transition: all 0.5s ease;
  padding: 5px 15px;
  background: rgba(55, 187, 240, 0.9);
  border-radius: 15px;
  white-space: nowrap;
  user-select: none;
  font-size: 0.8em;
  backdrop-filter: blur(10px);
}

.pagination li:hover p {
  opacity: 1;
  transform: translateX(-10px);
}

.pagination li::after {
  transition: all 0.5s ease;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #37bbf0;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  background: rgba(55, 187, 240, 0.2);
}

@media(max-width: 800px) {
  .pagination {
    display: none;
  }
}

/* Enhanced SectionOne */
.sectionOne {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(55, 188, 240, 0.3)), url(/assets/img/Home/NewHome/Section1/section1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.sectionOne::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(55, 187, 240, 0.1) 70%);
  pointer-events: none;
}

.Welcome {
  color: white;
  text-align: center;
  font-size: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.Welcome h1, .Welcome h2 {
  text-shadow: 2px 2px 20px rgba(55, 187, 240, 0.5);
  animation: textGlow 3s ease-in-out infinite alternate;
}

@keyframes textGlow {
  from {
    text-shadow: 2px 2px 20px rgba(55, 187, 240, 0.5);
  }
  to {
    text-shadow: 2px 2px 30px rgba(55, 187, 240, 0.8), 0 0 40px rgba(55, 187, 240, 0.3);
  }
}

.Welcome p {
  position: relative;
  top: 200px;
  font-size: 18px;
  opacity: 0.9;
  animation: fadeInUp 2s ease-out 0.5s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

@media(max-width: 900px) {
  .Welcome {
    color: white;
    text-align: center;
    font-size: 40px;
    margin-top: 0px;
  }
  .Welcome p {
    position: relative;
    top: 0px;
  }
}

/* Enhanced SectionTwo */
.sectionTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(55, 188, 240, 0.2)), url('/assets/img/Home/NewHome/Section2/section2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.slider {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper {
  width: 80%;
  height: 90vh;
  z-index: 1000;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(55, 187, 240, 0.3);
  overflow: hidden;
  border: 2px solid rgba(55, 187, 240, 0.3);
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(55, 187, 240, 0.2);
  transition: all 0.4s ease;
}

.swiper-slide:hover {
  box-shadow: 0 20px 50px rgba(55, 187, 240, 0.4);
  transform: translateY(-5px);
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.swiper-slide:hover img {
  transform: scale(1.08);
  filter: brightness(0.7);
}

/* Overlay gradient */
.swiper-slide a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(55, 187, 240, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(55, 187, 240, 0.2) 70%,
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1;
}

.swiper-slide a::before {
  opacity: 1;
}

/* Text styling */
.slide-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.swiper-slide .slide-text {
  transform: translateY(0);
}

/* Enhanced text effects */
.slide-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #37bbf0, transparent);
  border-radius: 2px;
  animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1.2);
  }
}

/* Responsive text sizing */
@media (max-width: 768px) {
  .slide-text {
    font-size: 20px;
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .slide-text {
    font-size: 18px;
    padding: 25px 15px;
  }
}

/* Enhanced Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #37bbf0 !important;
  background: rgba(255, 255, 255, 0.1) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(55, 187, 240, 0.3);
  transition: all 0.3s ease;
  z-index: 10000 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(55, 187, 240, 0.2) !important;
  transform: scale(1.1);
  border-color: #37bbf0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
}

/* Enhanced Swiper Pagination */
.swiper-pagination {
  z-index: 10000 !important;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  width: 12px !important;
  height: 12px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.swiper-pagination-bullet-active {
  background: #37bbf0 !important;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(55, 187, 240, 0.6);
}

@keyframes imgRight {
  from {
    transform: translate(-500px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes imgLeft {
  from {
    transform: translate(300px, 0);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

.NP {
  width: 20%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  z-index: 15;
}

.Next, .Prev {
  width: 60px;
  height: 60px;
  background-color: rgba(55, 187, 240, 0.2);
  border: 2px solid rgba(55, 187, 240, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  position: relative;
}

.Next:hover, .Prev:hover {
  background-color: rgba(55, 187, 240, 0.4);
  transform: scale(1.1);
  box-shadow: 0 5px 20px rgba(55, 187, 240, 0.4);
}

.Next::after {
  content: '→';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.Prev::after {
  content: '←';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
}

/* Enhanced Bubbles */
.bubbles {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.bubble {
  position: absolute;
  left: var(--bubble-left-offset);
  bottom: -75%;
  display: block;
  width: var(--bubble-radius);
  height: var(--bubble-radius);
  border-radius: 50%;
  animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
}

.bubble::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(136, 246, 251, 0.4) 0%, rgba(55, 187, 240, 0.2) 70%, transparent 100%);
  border-radius: inherit;
  animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(136, 246, 251, 0.3);
}

.bubble:nth-child(0) {
  --bubble-left-offset: 34vw;
  --bubble-radius: 8vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(1) {
  --bubble-left-offset: 29vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 10s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 4s;
  --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(2) {
  --bubble-left-offset: 30vw;
  --bubble-radius: 2vw;
  --bubble-float-duration: 12s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 0s;
  --bubble-sway-delay: 1s;
  --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(3) {
  --bubble-left-offset: 6vw;
  --bubble-radius: 9vw;
  --bubble-float-duration: 11s;
  --bubble-sway-duration: 4s;
  --bubble-float-delay: 1s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(4) {
  --bubble-left-offset: 9vw;
  --bubble-radius: 6vw;
  --bubble-float-duration: 8s;
  --bubble-sway-duration: 5s;
  --bubble-float-delay: 3s;
  --bubble-sway-delay: 2s;
  --bubble-sway-type: sway-left-to-right;
}

@keyframes float-up {
  to {
    transform: translateY(-175vh);
  }
}

@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes sway-right-to-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Enhanced SectionThree */
.sectionThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(55, 188, 240, 0.3)), url('/assets/img/Home/NewHome/Section3/section3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sectionThree::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(55, 187, 240, 0.1) 70%);
  pointer-events: none;
}

.aboutUs {
  min-height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 2;
}

#dl {
  color: darkred;
}

.aboutText {
  width: 50%;
  text-align: center;
  font-size: 20px;
  color: white;
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  background: rgba(55, 187, 240, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(55, 187, 240, 0.3);
  box-shadow: 0 15px 35px rgba(55, 187, 240, 0.2);
  animation: fadeInScale 1s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#aboutText {
  width: 100%;
  line-height: 1.8;
}

.aboutText h2 {
  text-align: center;
  margin: 20px 0;
  color: #37bbf0;
  font-size: 28px;
  position: relative;
  text-shadow: 0 0 20px rgba(55, 187, 240, 0.5);
}

.aboutText h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #37bbf0, transparent);
  border-radius: 2px;
}

.aboutImg img {
  width: 300px;
  border-radius: 15px;
  display: none;
  border: 3px solid rgba(55, 187, 240, 0.3);
  box-shadow: 0 10px 30px rgba(55, 187, 240, 0.3);
}

@media(max-width: 1200px) {
  .aboutText {
    width: 70%;
  }
}

@media(max-width: 1000px) {
  .aboutText {
    width: 90%;
    margin: auto;
    font-size: 17px;
  }
}

/* Enhanced SectionFour */
.sectionFour {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(55, 188, 240, 0.3)), url('/assets/img/Home/NewHome/Section4/section4.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.footerDown {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cont {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Enhanced Cards */
.card {
  flex: 1 1 21rem;
  margin: 15px 20px;
  background: linear-gradient(135deg, rgba(55, 187, 240, 0.1), rgba(51, 51, 51, 0.9));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(55, 187, 240, 0.3);
  box-shadow: 0 8px 32px rgba(55, 187, 240, 0.2);
  color: #ffffff;
  padding: 25px 20px;
  text-align: center;
  user-select: none;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(55, 187, 240, 0.2), transparent);
  transition: left 0.6s ease;
}

.card:hover::before {
  left: 100%;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 45px rgba(55, 187, 240, 0.3);
  border-color: #37bbf0;
}

/* Original Footer Styles - Unchanged */
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #24262b;
  border-radius: 10px;
  padding: 50px;
  opacity: .9;
  position: relative;
}

.footerUl {
  width: 25%;
  padding: 0 15px;
}

.footerUl h4 {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}

.footerUl ul {
  list-style: none;
}

.footerUl ul li:not(:last-child) {
  margin-bottom: 5px;
}

.footerUl ul li a {
  color: #bbbbbb;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 200ms ease;
}

.footerUl ul li a:hover {
  color: #ffffff;
}

.footerUl .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ffffff33;
  margin: 10px 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footerUl .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.copy {
  margin: 30px auto;
}

.copy p {
  color: white;
  font-weight: bold;
}

@supports (-webkit-touch-callout: none) {
  .sectionOne,
  .sectionTwo,
  .sectionThree,
  .sectionFour {
    background-attachment: initial !important;
  }
}

@media(max-width: 1200px) {
  .cont {
    width: 1200px;
    max-width: 100%;
    margin: auto;
  }
  .container {
    width: 98%;
  }
}

@media(max-width: 700px) {
  .footerUl {
    width: 20%;
    margin-bottom: 0px;
  }
  .footerUl ul li a {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
  }
}

@media(max-width: 550px) {
  .footerUl {
    width: 100%;
    margin-bottom: 20px;
  }
  .copy {
    margin: 30px;
    margin-right: 0px;
    text-align: center;
  }
}

/* Media Queries for Swiper */
@media only screen and (max-width: 1400px) {
  .swiper {
    width: 85%;
  }
}

@media only screen and (max-width: 1100px) {
  .swiper {
    width: 90%;
  }
}

@media only screen and (max-width: 960px) {
  .swiper {
    width: 95%;
    height: 80vh;
  }
}

@media only screen and (max-width: 800px) {
  .swiper {
    width: 100%;
    height: 70vh;
    border-radius: 0;
  }
  
  .slider {
    width: 100%;
    margin: 20px auto;
  }

  .NP {
    width: 50%;
    margin: 10px auto;
  }

  .Next {
    display: block;
  }

  .Prev {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .NP {
    width: 60%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 410px) {
  .NP {
    width: 80%;
    margin: 10px auto;
  }
}

@media only screen and (max-width: 350px) {
  .NP {
    width: 80%;
    margin: 10px auto;
  }
}

@media(max-width: 800px) {
  .Welcome h1 {
    font-size: 60px;
  }
  .Welcome h2 {
    font-size: 50px;
  }
  .Welcome p {
    font-size: 20px;
  }
}

@media(max-width: 550px) {
  .Welcome h1 {
    font-size: 40px;
  }
  .Welcome h2 {
    font-size: 30px;
  }
  .Welcome p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .Welcome h1 {
    font-size: 30px;
  }
  .Welcome h2 {
    font-size: 30px;
  }
  .Welcome p {
    font-size: 18px;
  }
}

/* Enhanced Footer Container */
.containerFooter {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #2c81a3;
  border-radius: 15px;
  padding: 30px;
  opacity: 0.95;
  box-shadow: 0 10px 30px rgba(44, 129, 163, 0.3);
}

.containerFooter .row {
  display: flex;
  flex-wrap: wrap;
}

.footerUl h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
}

.footerUl h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.7;
}

.footerUl ul li:not(:last-child) {
  margin-bottom: 8px;
}

.footerUl ul li a {
  color: #e0f4f8;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  display: block;
  transition: all 300ms ease;
  padding: 5px 0;
  width: fit-content;
}

.footerUl ul li a:hover {
  color: #ffffff;
  padding-right: 10px;
}

.footerUl .social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footerUl .social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.4s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.footerUl .social-links a:hover {
  color: #2c81a3;
  background-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.footerUl .social-links a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.copy {
  margin: 30px 0 0 0;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copy p {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

@media(max-width: 1200px) {
  .containerFooter {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media(max-width: 768px) {
  .footerUl {
    width: 50%;
    margin-bottom: 30px;
  }
  .footerUl ul li a {
    font-size: 15px;
    padding: 8px 0;
  }
}

@media(max-width: 550px) {
  .footerUl {
    width: 100%;
    margin-bottom: 25px;
  }
  .copy {
    text-align: center;
  }
  .containerFooter {
    padding: 25px 20px;
    margin-top: 100px;
  }
}

@media only screen and (max-height: 815px) {
  .footer {
    min-height: 10vh;
  }
}

@media only screen and (max-height: 640px) {
  .footer {
    min-height: 15vh;
  }
}

@media only screen and (max-height: 420px) {
  .footer {
    min-height: 20vh;
  }
}

@media only screen and (max-height: 320px) {
  .footer {
    min-height: 25vh;
  }
}