/* Small devices (sm) - Mobile phones (min-width: 640px) */
.destination-img {
  width: 60px;
  height: 60px;
}
.footer-h1 {
  font-size: 40px;
  font-weight: 400;
}
.footer-address-p {
  font-size: 14px;
}

.footer-main-div {
  display: block;
  /* justify-content: space-between; */
}
.footer-second-right-div {
  margin-top: 20px;
}
.footer-mail-a {
  font-size: 25px;
}
.footer-content-div {
  width: 100%;
}
.social-icons-img {
  width: 20px;
  height: 20px;
}

.global-visa-section {
  display: block;
}
.tourist-visa-div {
  padding: 30px 0px;
}

.flightImg-globalVisa {
  object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0px 0px;
}

.how-it-works-div {
  display: block;
}
.how-it-works-h1 {
  font-size: 20px;
}
.how-it-works-count {
  font-size: 50px;
}

.dot-and-line {
  display: none;
}

.why-paris-title-width {
  max-width: 300px;
}

.flex-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin: 45px 0;
}

.flex-item {
  height: 350px;
  position: relative;
}

.item-1 {
  grid-column: span 6; /* 50% width */
}

.item-2 {
  grid-column: span 3; /* 25% width */
}

.item-3 {
  grid-column: span 3; /* 25% width */
}

.item-4 {
  grid-column: span 4; /* ~33.3% width */
}

.item-5 {
  grid-column: span 4; /* ~33.3% width */
}

.item-6 {
  grid-column: span 4; /* ~33.3% width */
}

.item-7 {
  grid-column: span 4; /* ~33.3% width */
}

.item-8 {
  grid-column: span 4; /* ~33.3% width */
}

.item-9 {
  grid-column: span 2; /* ~33.3% width */
}

.item-10 {
  grid-column: span 2; /* ~33.3% width */
}
.item-11 {
  grid-column: span 4; /* ~33.3% width */
}

.item-12 {
  grid-column: span 4; /* ~33.3% width */
}

.item-13 {
  grid-column: span 4; /* ~33.3% width */
}

.flex-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-company-logo {
  cursor: pointer;
  position: absolute;
  bottom: 3%;
  left: 0%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  /* grid-template-columns: repeat(7, 1fr); */
  gap: 10px;
  padding: 0 20px;
}

.overlay-company-logo img {
  width: 30px;
  height: 20px;
  object-fit: contain;
  /* grid-column: span 1; */
}

@media screen and (min-width: 640px) {
  .destination-img {
    width: 60px;
    height: 60px;
  }
  .footer-h1 {
    font-size: 45px;
    font-weight: 400;
  }
  .footer-address-p {
    font-size: 15px;
  }
  .footer-mail-a {
    font-size: 30px;
  }
  .footer-content-div {
    width: 100%;
  }
  .social-icons-img {
    width: 25px;
    height: 25px;
  }
  .footer-second-right-div {
    margin-top: 20px;
  }
  .how-it-works-h1 {
    font-size: 25px;
  }
  .how-it-works-count {
    font-size: 60px;
  }
  .dot-and-line {
    display: none;
  }
  .overlay-company-logo {
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(7, 1fr); */
    gap: 10px;
    padding: 0 30px;
  }
  
  .overlay-company-logo img {
    width: 40px;
    height: 20px;
    object-fit: contain;
    /* grid-column: span 1; */
  }
}

/* Medium devices (md) - Tablets (min-width: 768px) */
@media screen and (min-width: 768px) {
  .destination-img {
    width: 60px;
    height: 60px;
  }
  .footer-h1 {
    font-size: 60px;
    font-weight: 400;
  }
  .footer-address-p {
    font-size: 16px;
  }
  .footer-main-div {
    display: flex;
    justify-content: space-between;
  }
  .footer-second-right-div {
    margin-top: 0px;
  }
  .footer-mail-a {
    font-size: 35px;
  }
  .footer-content-div {
    width: 100%;
  }
  .social-icons-img {
    width: auto;
    height: auto;
  }
  .global-visa-section {
    display: flex;
    height: 350px;
  }

  .flightImg-globalVisa {
    height: 350px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    width: 40%;
  }
  .how-it-works-div {
    display: flex;
  }
  .how-it-works-h1 {
    font-size: 30px;
  }
  .how-it-works-count {
    font-size: 70px;
  }
  .dot-and-line {
    display: flex;
  }
  .why-paris-title-width {
    max-width: 600px;
  }
  .overlay-company-logo {
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(7, 1fr); */
    gap: 10px;
    padding: 0 30px;
  }
  
  .overlay-company-logo img {
    width: 70px;
    height: 20px;
    object-fit: contain;
    /* grid-column: span 1; */
  }
}

/* Large devices (lg) - Laptops (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .destination-img {
    width: 70px;
    height: 70px;
  }
  .footer-h1 {
    font-size: 70px;
    font-weight: 400;
  }
  .footer-address-p {
    font-size: 17px;
  }
  .footer-main-div {
    display: flex;
    justify-content: space-between;
  }
  .footer-second-right-div {
    margin-top: 0px;
  }
  .footer-mail-a {
    font-size: 40px;
  }
  .footer-content-div {
    width: 47%;
  }
  .social-icons-img {
    width: auto;
    height: auto;
  }
  .global-visa-section {
    display: flex;
    height: 350px;
  }

  .flightImg-globalVisa {
    height: 350px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    width: 40%;
  }
  .how-it-works-h1 {
    font-size: 33px;
  }
  .how-it-works-count {
    font-size: 80px;
  }

  .why-paris-title-width {
    max-width: 300px;
  }
  .overlay-company-logo {
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(7, 1fr); */
    gap: 20px;
    padding: 0 50px;
  }
  
  .overlay-company-logo img {
    width: 100px;
    height: 20px;
    object-fit: contain;
    /* grid-column: span 1; */
  }
}

/* Extra large devices (xl) - Desktops (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .destination-img {
    width: 70px;
    height: 70px;
  }
  .footer-h1 {
    font-size: 80px;
    font-weight: 400;
  }
  .footer-address-p {
    font-size: 18px;
  }
  .footer-main-div {
    display: flex;
    justify-content: space-between;
  }
  .footer-second-right-div {
    margin-top: 0px;
  }
  .footer-mail-a {
    font-size: 40px;
  }
  .footer-content-div {
    width: 47%;
  }
  .social-icons-img {
    width: auto;
    height: auto;
  }
  .global-visa-section {
    display: flex;
    height: 350px;
  }

  .flightImg-globalVisa {
    height: 350px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    width: 40%;
  }
  .how-it-works-h1 {
    font-size: 35px;
  }
  .how-it-works-count {
    font-size: 80px;
  }
  .overlay-company-logo {
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 0%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(7, 1fr); */
    gap: 20px;
    padding: 0 50px;
  }
  
  .overlay-company-logo img {
    width: 130px;
    height: 35px;
    object-fit: contain;
    /* grid-column: span 1; */
  }
}

/* Responsive below 768px */
@media (max-width: 768px) {
  .flex-wrapper {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5,
  .item-6,
  .item-7,
  .item-8,
  .item-9,
  .item-10,
  .item-11,
  .item-12,
  .item-13 {
    grid-column: span 1; /* 1fr of 2 = 50% width */
  }
}
