
/* for medium screens laptops */
@media only screen and (max-width: 1600px)  {
  .full-layout {
    grid-template-columns: 2.5fr 1fr;
  }
  .marque-1 {
    top: 380px;
    transform: rotate(54deg);
    left: 623px;
  }

  .marque-2 {
    left: -105px;
    bottom: 55px;
    transform: rotate(-14deg);
  }
}

/* for small screens laptops */
@media only screen and (max-width: 1440px) {
  .side-content .desc-side .title-wrapper .badge-coming-soon {
    right: -106px;
    top: 9px;
    width: 100px;
    height: 50px;
    font-size: .75rem;
  }
  .marque-1 {
    top: 299px;
    transform: rotate(51deg);
    left: 471px;
  }

  .marque-1,.marque-2 {
    height: 80px;
  }
  .text-marque span {
    font-size: 40px;
  }

  .text-marque .etoile {
    font-size: 89px;
    line-height: 118px;
  }
}

/* for laptops with small heights
@media only screen and (min-width: 1280px) and (max-height: 880px){
  .marque-1 {
    top: 299px;
    transform: rotate(51deg);
    left: 471px;
  }
  .marque-2 {
    left: -105px;
    bottom: 28px;
    transform: rotate(-20deg);
  }
}

/* for laptops with so small heights */
@media only screen and (min-width: 1200px) and (max-height: 820px) {
  .marque-2 {
    left: -105px;
    bottom: -35px;
    transform: rotate(-24deg);
  }
  .side-content::before {
    top: 5%;
  }
  .side-content::after {
    bottom: 5%;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 730px) {

  .side-content::before {
    top: 2%;
  }

  .side-content::after {
    bottom: 5%;
  }

  .marque-1 {
    left: 520px;
  }
}

@media only screen and (min-width: 1200px) and (max-height: 680px) {
  .side-content::before,
  .side-content::after {
    display: none;
  }
  .marque-2 {
    left: 0px;
  }
}

/* for tablet */

@media only screen and (max-width: 1200px) {
  html,
  body,
  * {
    font-size: 14px;
  }

  body{
    overflow-y: auto;
    min-height: 100vh;
  }
  
  .full-layout {
    flex-direction: column;
  }
  
  .side-content{
    width: 85%;
    position: absolute;
    top: 40px;
    gap: 50px;
  }

  .side-content .desc-side .title-wrapper{
    margin-bottom: 0;
  }

  .side-content .desc-side .paragraph-sook{
    margin-bottom: 20px;
  }

  .side-content::before,
  .side-content::after {
    display: none !important;
  }

  .side-images {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px;
    position: absolute;
    bottom: 0;
  }

  .side-images .img-1 {
    grid-column: 1 / 2;
  }

  .side-images .img-2 {
    grid-column: 2 / 3;
  }

  .side-images .img-3 {
    grid-column: 3 / 4;
  }

  .side-images .img-4 {
    grid-column: 4 / 5;
    border: none !important;
  }

  .marque-1 {
    display: none;
  }
  .marque-2{
    display: block;
    transform: none;
    position: fixed;
    bottom: 0;
    width: 200vw;
    height: 35px;
  }
  .text-marque span {
    font-size: 18px;    
  }
}
@media only screen and (max-width: 1200px) and (max-height: 850px) {

  .side-images {
    display: none;
  }
}
/* for mobiles  */
@media only screen and (max-width: 850px) {
  html,
  body,
  * {
    font-size: 12px;
  }

  body{
    overflow-y: auto;
    padding-left: 5px;
  }
  
  .full-layout{
    padding: 20px 0 0 20px;
  }
  .side-content{
    flex-direction: column;
    padding: 0;
  }

  .side-content .desc-side .title-wrapper .badge-coming-soon {
    height: 30px;
    width: 67px;
    right: -79px;
    top: 5px;
  }

  .side-content .logo-section {
    flex-direction: row;
    gap: 50px;
    align-items: center;
  }

  .side-content .desc-side .links-icons .icon{
    width: 40px;
    height : 40px;
  }

  .side-content .desc-side .links-icons .icon .logo{
    width: fit-content;
    height : fit-content;
  }

  .side-images{
    display: none;
  }
  .marque-2{
    display: block;
    transform: none;
    position: fixed;
    bottom: 0;
    width: 200vw;
    height: 35px;
  }
  .side-content .desc-side .paragraph-sook {
    font-size: 18px;
    line-height: 171.4%;
    margin-top: 1.5rem;
  }
  .text-marque span {
    font-size: 18px;    
  }
  .wrapper-carousel{
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .side-content{
    gap: 30px;
  }
  .side-content .logo-section .logo-sook {
    width: 190px;
    height: 90px;
    margin-bottom: 10px;
  }
  .side-content .desc-side .title-wrapper .badge-coming-soon {
    height: 30px;
    width: 67px;
    right: -79px;
    top: 5px;
  }
  .side-content .desc-side .title-wrapper .title-sook{
    font-size: 33px ;
  }
  .side-content .desc-side .paragraph-sook {
    font-size: 18px;
    line-height: 171.4%;
    margin-top: 1.5rem;
  }
  .side-content .desc-side .mailchimp-form .privacy-policay .text-checking {
    white-space: normal;
  }

  .side-content .desc-side .mailchimp-form .privacy-policay {
    align-items: center;
  }

  .marque-2{
    display: block;
    transform: none;
    position: fixed;
    bottom: 0;
    width: 200vw;
    height: 35px;
  }
  .text-marque span {
    font-size: 18px;    
  }

  .wrapper-carousel{
    display: block;
  }
}


