html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}





@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');



*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #141414;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2e2e2e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}



html,
body {
  width: 100%;

}


body {

  font-family: "Poppins", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
  display: block;
}


.publisher_m {
  display: none;
}

.publisher_btn {
  outline: 2px solid white;
  color: white !important;
}

.publisher_btn:hover {
  background-color: white;
  color: rgb(0, 0, 0) !important;
}

.publisher_btn:active {
  outline: 2px solid white;
  color: rgb(255, 255, 255) !important;
}





.text-color {
  color: white !important;
}


.img-div img {
  width: 100%;

}

.panel {
  position: relative;
}


#row-div-1 {

  margin-top: 13%;
}

#row-div-2 {

  margin-top: 13%;
}

#row-div-3 {
  margin-top: 15%;
}

#row-div-4 {
  margin-top: -8%;
}

#row-div-5 {
  margin-top: -5%;
}

.rotate_cards {
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  gap: 2rem;
  transform: rotate(30deg);
}

.image_div {
  width: calc(100% / 5);
}

.image_div img {
  width: 100%;
}

.part-2__head__info p {
  font-size: var(--p__height);
}

.boy__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;

}

.part_2__para p,
.part_2__para_mobile p {
  font-size: var(--p__height);
}

.part__2_boy_info {
  top: 50%;
  transform: scale(.6);
  opacity: 0;

}

.footer__here {
  background-image: url(../../img/social_media/footer.webp);
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__inner h2 {

  font-size: calc(2rem + .5vw);
  font-weight: 600;
}

.footer__inner a {
  width: calc(10rem + 1.5vw);
}

.contact__btn {

  margin-top: 3em;

}

a h5 {
  font-weight: 500;
  margin: 0;
  line-height: 1.7rem;
}

.nomadaz_logo {
  width: 5em;
}


@media screen and (max-width: 575.98px) {
  .navbar a {
    font-size: calc(1rem + .6vw);
  }

    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
  
    .dropend li {
  
      padding-left: .7em;
    }
  
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }

    .publisher_btn {
      display: none;
  }

  .publisher_m {
      display: block;
  }


  
  .rotate_cards {
    width: 210%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;
    transform: rotate(30deg);
    transform-origin: 18% 10%;
  }

 
  .part-2__head__info,
  .part-2__head__info p {
    padding: 1em !important;
  }

  .part-2__head__info h1 {
    margin-top: 2em;
  }

  .part__2_boy_info_mobile {
    top: 50%;
    transform: scale(.6);
    opacity: 1 !important;
}

  .boy__img_mobile img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .part-3 {
    display: none;
  }

  .part-3__mobile p {
    font-size: var(--card__p);
  }

  .part-2__head__info p {
    font-size: calc(1rem + 1vw) !important;
  }

  .part_2__para_mobile h4 {
    font-size: calc(3rem + 1vw);
    font-weight: 600;
  }

  .part_2__para_mobile p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container p,
  .card_m p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container h3,
  .card_m h3 {
    font-size: calc(2rem + 1vw);
  }

  .mobile__cards__2__title__container h2 {
    font-size: calc(2rem + 1vw);
    font-weight: 600;
  }

  .mobile__cards__2__title__container h5 {
    font-size: calc(1.5rem + 1vw);

  }

  .mobile__cards__2__title__container {
    padding-bottom: 5em;
  }


  .part-2__head__info {

    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .part_2__para_mobile {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .card_m {

   
    padding: 1em;
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .5rem;
    padding: 1em;
    margin-bottom: 2em;
}


  .mobile__cards__2__title__container {
    margin-top: 5em;
  }

  .icon__img {
    width: calc(4rem + 1vw);

  }




  .mobile__card__2 {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: .5rem;
  }

  .laste__part {
    padding: 1em;
  }

  .laste__part h2 {
    font-size: calc(2.5rem + 1vw);
    font-weight: 600;
  }

  .laste__part p {
    font-size: calc(1rem + 1vw);
  }

  .footer__here {
    background-image: none;
    background-color: black !important;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}


}

@media screen and (min-width: 576px) and (max-width: 767.98px) {



    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
  
    .dropend li {
  
      padding-left: .7em;
    }
  
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }

  .navbar a {
    font-size: calc(1rem + .6vw);
  }

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}



  .rotate_cards {
    width: 200%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;
    transform: rotate(30deg);
    transform-origin: 18% 10%;
  }

  .part-2__head__info,
  .part-2__head__info p {
    padding: 1em !important;
  }

  .part-2__head__info h1 {
    margin-top: 2em;
  }

  .part__2_boy_info_mobile {
    top: 50%;
    transform: scale(.6);
    opacity: 1 !important;

  }

  .boy__img_mobile img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .part-2__mobile {
    height: auto !important;
  }

  .part-3 {
    display: none;
  }


  /* new  */

  .part-2__head__info p {
    font-size: calc(1rem + 1vw) !important;
  }

  .part_2__para_mobile h4 {
    font-size: calc(3rem + 1vw);
    font-weight: 600;
  }

  .part_2__para_mobile p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container p,
  .card_m p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container h3,
  .card_m h3 {
    font-size: calc(2rem + 1vw);
  }

  .mobile__cards__2__title__container h2 {
    font-size: calc(2rem + 1vw);
    font-weight: 600;
  }

  .mobile__cards__2__title__container h5 {
    font-size: calc(1.5rem + 1vw);

  }

  .mobile__cards__2__title__container {
    padding-bottom: 5em;
  }


  .part-2__head__info {

    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .part_2__para_mobile {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .card_m {

    border: 2px solid green;
    padding: 1em;
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .5rem;
    padding: 1em;
    margin-bottom: 2em;
}
.mobile__cards__2__title__container {
    margin-top: 5em;
  }

  .icon__img {
    width: calc(4rem + 1vw);

  }

  .mobile__card__2 {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: .5rem;
  }

  .laste__part {
    padding: 1em;
  }

  .laste__part h2 {
    font-size: calc(2.5rem + 1vw);
    font-weight: 600;
  }

  .laste__part p {
    font-size: calc(1rem + 1vw);
  }

  .footer__here {
    background-image: none;
    background-color: black !important;
    width: 100%;
    height: 100%;
    background-position: 100% 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

}


@media screen and (min-width: 768px) and (max-width: 991.98px) {

    .i__gaming.show .dropend .dropdown-toggle::after {
      transform: rotate(90deg);
    }
  
    .dropdown-menu .dropdown-submenu {
      display: none;
      position: unset !important;
  
    }
  
    .dropend li {
 
      padding-left: .7em;
    }
  
    .dropend .dropdown-menu {
      border: none !important;
    }
  
    .dropend .dropdown-toggle::after {
      display: inline-block;
      position: relative;
      top: 0px;
      transform: rotate(90deg);
      left: 2px;
    }


  .navbar a {
    font-size: calc(1rem + .6vw);
  }

  .publisher_btn {
    display: none;
}

.publisher_m {
    display: block;
}



  .rotate_cards {
    width: 150vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;

  }

  .rotate_cards {
    width: 200%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;
    transform: rotate(30deg);
    transform-origin: 18% 10%;
  }

  .part-2__head__info,
  .part-2__head__info p {
    padding: 1em !important;
  }

  .part-2__head__info h1 {
    margin-top: 2em;
  }

  .part__2_boy_info_mobile {
    top: 50%;
    transform: scale(.6);
    opacity: 1 !important;



  }

  .boy__img_mobile img {
    object-fit: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .part-2__mobile {
    height: auto !important;
  }

  .part-3 {
    display: none;
  }

  .part-2__head__info p {
    font-size: calc(1rem + 1vw) !important;
  }

  .part_2__para_mobile h4 {
    font-size: calc(3rem + 1vw);
    font-weight: 600;
  }

  .part_2__para_mobile p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container p,
  .card_m p {
    font-size: calc(1rem + 1vw);
  }

  .mobile__cards__2__data__container h3,
  .card_m h3 {
    font-size: calc(2rem + 1vw);
  }

  .mobile__cards__2__title__container h2 {
    font-size: calc(2rem + 1vw);
    font-weight: 600;
  }

  .mobile__cards__2__title__container h5 {
    font-size: calc(1.5rem + 1vw);

  }

  .mobile__cards__2__title__container {
    padding-bottom: 5em;
  }

  .part-2__head__info {

    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .part_2__para_mobile {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .card_m {

    border: 2px solid green;
    padding: 1em;
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: .5rem;
    padding: 1em;
    margin-bottom: 2em;

}



  .mobile__cards__2__title__container {
    margin-top: 5em;
  }

  .icon__img {
    width: calc(4rem + 1vw);

  }





  .mobile__card__2 {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: .5rem;
  }

  .laste__part {
    padding: 1em;
  }

  .laste__part h2 {
    font-size: calc(2.5rem + 1vw);
    font-weight: 600;
  }

  .laste__part p {
    font-size: calc(1rem + 1vw);
  }


}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {


  .rotate_cards {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;

  }

  .part-2_mobile {
    display: none;
  }

  .part-2__head__info h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
  }

  .part-2__head__info p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 1296px;
    padding: 0% !important;

  }

  .part_2__para h4 {
    font-family: Open Sans;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;


  }

  .part_2__para p {
    font-family: Poppins;
    font-size: 13.75px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    padding-right: 1em;

  }

  .boy__img img {
    width: 842.62px !important;
   


  }


  .part-2__head__info {
    transform: scale(.6);
  }

  .part-2__mobile,
  .part-3__mobile {
    display: none;
  }

  .part-3__inner {
    width: 200%;
  }

  .part__3__cards__container {
    padding-top: 5em;

    padding-bottom: 2em;

    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
    ;
  }

  .card__1 {
    grid-area: c1;

    width: 100%;
    height: 100%;
    background-image: url(../../img/social_media/Group237756.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;


  }

  .card__2 {
    grid-area: c2;

    background-image: url(../../img/social_media/Group237746.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__3 {
    grid-area: c3;
    background-image: url(../../img/social_media/Frame000001863.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__4 {
    grid-area: c4;
    background-image: url(../../img/social_media/Frame1000001864.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }


  .part-3__card2 {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;

  }

  .sticky_01 {
    display: none !important;
  }

  .icon__img {
    width: 40px;
    height: 40px;
    top: 30px;
    left: 151px;
    margin-bottom: .5em;

  }

  .part-3__card2__title__container{

    height: 25%;
  }
 

  .part-3__cards__container {
    width: 1126px;
    height: 75%;
    padding-bottom: 2em;

  }

  .part-3__div {
    gap: 1rem;


  }

  .card_ {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 1rem;

    width: calc(100% / 3);
    padding: 1em;


  }

  .icon__title {

    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;

  }

  .card_ p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;

  }

  .part__3__card {
    padding: 1em;

  }

  .card__1__data {
    width: 269px;
    height: 220px;

    padding: 0% !important;
    margin-bottom: 2em;
    padding-left: 1em !important;

  }

  .part__3__card h3 {
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

  }

  .part__3__card p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #999999 !important;
    ;
  }

  .part-3__inner {
    z-index: 4;
  }



  .part-4 {
    z-index: -1;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

  }

  .part-4__image {
    width: 100%;
    height: 100%;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp) no-repeat center center / cover;
    z-index: -1;

  }

  .part-4_info {
    margin-left: 5em;
    margin-bottom: 2em;
    opacity: 0;
    line-height: 3em;

    max-width: 616px !important;
    height: 394px;



  }

  .part-4_info h2 {

    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0.20000000298023224px;


  }

  .part-4_info p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;


  }

  .laste__part {
    display: none !important;
  }


  .footer__inner {
    max-width: 974px;
 
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 25px;
    font-weight: 600;
    line-height: 38.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;


  }

  .footer__inner p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 1.5em;

  }


  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }


}


@media screen and ((min-width: 1200px) and (max-width: 1399.98px)) {


  .rotate_cards {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;

  }

  .part-2_mobile {
    display: none;
  }

  .part-2__head__info h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
  }

  .part-2__head__info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 1296px;

    padding: 0% !important;

  }

  .part_2__para h4 {
    font-family: Open Sans;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;

  }

  .part_2__para p {
    font-family: Poppins;
    font-size: 14.75px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
  
  }

  .boy__img img {
    width: 842.62px !important;
   
  }


  .part-2__head__info {
    transform: scale(.6);
  }

  .part-2__mobile,
  .part-3__mobile {
    display: none;
  }



  .part-3__inner {
    width: 200%;
  }

  .part__3__cards__container {
    padding-top: 5em;

    padding-bottom: 2em;

    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
    ;
  }

  .card__1 {
    grid-area: c1;

    width: 100%;
    height: 100%;
    background-image: url(../../img/social_media/Group237756.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;


  }

  .card__2 {
    grid-area: c2;

    background-image: url(../../img/social_media/Group237746.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__3 {
    grid-area: c3;
    background-image: url(../../img/social_media/Frame000001863.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__4 {
    grid-area: c4;
    background-image: url(../../img/social_media/Frame1000001864.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .part-3__card2 {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;

  }

  .sticky_01 {
    display: none !important;
  }

  .icon__img {
    width: 50px;
    height: 50px;
    top: 30px;
    left: 151px;
    margin-bottom: .5em;

  }

  .part-3__card2__title__container{

    height: 25%;
  }
 

  .part-3__cards__container {
    width: 1126px;
    height: 75%;
    padding-bottom: 2em;

  }

  .part-3__div {
    gap: 1rem;


  }

  .card_ {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 1rem;
 
    width: calc(100% / 3);

  }

  .icon__title {

    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;

  }

  .card_ p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;

    max-width: 334px;
  }

  .part__3__card {
    padding: 1em;

  }

  .card__1__data {
    width: 269px;
    height: 220px;

    padding: 0% !important;
    margin-bottom: 2em;
    padding-left: 1em !important;

  }

  .part__3__card h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

  }

  .part__3__card p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #999999 !important;
    ;
  }

  .part-3__inner {
    z-index: 4;
  }



  .part-4 {
    z-index: -1;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

  }

  .part-4__image {
    width: 100%;
    height: 100%;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp) no-repeat center center / cover;
    z-index: -1;

  }

  .part-4_info {
    margin-left: 5em;
    margin-bottom: 2em;
    opacity: 0;
    line-height: 3em;

    max-width: 616px !important;
    height: 394px;



  }

  .part-4_info h2 {

    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.20000000298023224px;


  }

  .part-4_info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;


  }

  .laste__part {
    display: none !important;
  }



  /* Footer upper  */

  .footer__inner {
    max-width: 974px;
    /* border: 2px solid red; */
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;


  }

  .footer__inner p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 1.5em;

  }


  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }
}


@media screen and ((min-width: 1400px)) {

  .rotate_cards {
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    gap: 2rem;

  }

  .part-2_mobile {
    display: none;
  }

  .part-2__head__info h1 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
  }

  .part-2__head__info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 1296px;
    /* border: 2px solid red; */
    padding: 0% !important;

  }

  .part_2__para h4 {
    font-family: Open Sans;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;


  }

  .part_2__para p {
    font-family: Poppins;
    font-size: 15.75px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    width: 635.63px;
    height: 158px;


  }

  .boy__img img {
    width: 842.62px !important;
    height: 773px !important;

  }


  .part-2__head__info {
    transform: scale(.6);
  }

  .part-2__mobile,
  .part-3__mobile {
    display: none;
  }

  .part-3__inner {
    width: 200%;
  }

  .part__3__cards__container {
    padding-top: 5em;
    padding-bottom: 2em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-template-areas:
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c2 c2 c2 c2 c3 c3 c3 c3"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
      "c1 c1 c1 c1 c4 c4 c4 c4 c4 c4 c4 c4"
    ;
  }
  .card__1 {
    grid-area: c1;

    width: 100%;
    height: 100%;
    background-image: url(../../img/social_media/Group237756.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    border-radius: 10px;

  }

  .card__2 {
    grid-area: c2;

    background-image: url(../../img/social_media/Group237746.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__3 {
    grid-area: c3;
    background-image: url(../../img/social_media/Frame000001863.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 100%;
    height: 100%;
  }

  .card__4 {
    grid-area: c4;
    background-image: url(../../img/social_media/Frame1000001864.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
  }

  .part-3__card2 {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .sticky_01 {
    display: none !important;
  }
  .icon__img {
    width: 50px;
    height: 50px;
    top: 30px;
    left: 151px;
    margin-bottom: .5em;

  }

  .part-3__card2__title__container{

    height: 25%;
  }
 

  .part-3__cards__container {
    width: 1126px;
    height: 75%;
    padding-bottom: 2em;
  }

  .part-3__div {
    gap: 1rem;


  }

  .card_ {
    background-image: url(../../img/social_media/Card12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 1rem;
 
    width: calc(100% / 3);

  }

  .icon__title {

    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;

  }

  .card_ p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;

    max-width: 334px;
  }

  .part__3__card {
    padding: 1em;

  }

  .card__1__data {
    width: 269px;
    height: 220px;

    padding: 0% !important;
    margin-bottom: 2em;
    padding-left: 1em !important;

  }

  .part__3__card h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

  }

  .part__3__card p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #999999 !important;
    ;
  }

  .part-3__inner {
    z-index: 4;
  }



  .part-4 {
    z-index: -1;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

  }

  .part-4__image {
    width: 100%;
    height: 100%;
    background: url(../../img/social_media/black-white-portrait-digital-nomads.webp) no-repeat center center / cover;
    z-index: -1;

  }

  .part-4_info {
    margin-left: 5em;
    margin-bottom: 2em;
    opacity: 0;
    line-height: 3em;

    max-width: 616px !important;
    height: 394px;



  }

  .part-4_info h2 {

    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: 0.20000000298023224px;


  }

  .part-4_info p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;


  }

  .laste__part {
    display: none !important;
  }

  .footer__inner {
    max-width: 974px;
  
  }

  .footer__inner h2 {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;


  }

  .footer__inner p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 1.5em;

  }


  .contact__btn {
    font-family: Inter;
    font-size: 18px !important;
    font-weight: 500 !important;

    letter-spacing: 0.46000000834465027px;
    text-align: center;
    margin-bottom: 0% !important;

  }



}