@font-face {
  font-family: 'Alliance No 2';
  src: url('../fonts/AllianceNo2-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Alliance No 1';
  src: url('../fonts/AllianceNo1-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers 55 Roman';
  src: url('../fonts/Univers55Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

a, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

.js-plotly-plot .plotly,
.js-plotly-plot .plotly div,
.js-plotly-plot .plotly text {
  font-family: 'Alliance No 2', 'Roboto', sans-serif !important;
}

.js-plotly-plot .plotly .main-svg {
  padding-left: 1rem;
  padding-right: 1rem;

}

html {
  scroll-behavior: smooth;
}



body {
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------Navbar start-------------------------------------------------------*/
.navbar {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  background-color: hsla(0, 0%, 67%, 0.1); /* soft gray */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.navbar-links button{
  margin-right: 1rem;
  align-items: center;
  border: 1px solid black;
  border-radius: 0.2rem;
  font-family: 'Univers 55 Roman', 'Roboto', sans-serif;
  font-weight: lighter;
  font-size: 12px !important;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-links button:hover {
  background-color: black;
  color: white;
}

.DETE-button{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.carousel-link {
  display: block;
  text-decoration: none;
  color: inherit;
}


.navbar-links a {
  margin-left: 20px;
  color: black;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 14px;
}

.sw-modal-wrapper{
  margin: 5rem 10rem;
}

.sw-modal-content {
  max-height: 70vh;
  overflow-y: auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.sw-modal-content h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.sw-modal-content h3 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  color: #222;
}

.sw-modal-content ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0 1rem;
}

.sw-modal-content a {
  color: gray;
  text-decoration: none;
}


.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: silver;
}

.logo-icon {
  width: 2.4rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.logo-svg {
  width: auto;
  height: 2rem;
  vertical-align: middle;
  fill: currentColor;
  display: inline-block;
}

.logo-light {
  color: black;
}

.logo-dark {
  color: white;
}

.logo-neutral {
  color: silver;
}

.logo-scrolled {
  color: black !important;
}

.logo-text {
  display: flex;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  gap: 0.1rem;
  white-space: nowrap;
  font-size: 1rem;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo-permit {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.logo-watch {
  font-weight: 100 !important;
  letter-spacing: -0.02em;
}


.menu-button {
  background: White;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  pointer-events: auto;
}

/*----------------------------------------------------Navbar End-------------------------------------------------------*/

/*----------------------------------------------------Drawer Start - P1-------------------------------------------------------*/
.sw-drawer{
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
}
.sw-drawer-wrapper{
  padding-top: 2.8rem;

}
.drawer-menu ul {
  list-style: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 2rem;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.drawer-menu .drawer-menu li{
  width: 100%;
}


.drawer-menu li a {
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  color: #3b3b3b;
  transition: color 0.2s ease;
}

.drawer-menu li a:hover {
  color: black;
}

.drawer-menu li.active::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'><path d='m15 10 5 5-5 5'/><path d='M4 4v7a4 4 0 0 0 4 4h12'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  animation: slideIn 0.3s ease forwards;
}

@keyframes slideIn {
  from { transform: translateX(-8px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}


.close-button-container {
  padding-right: 2rem;
}

.sw-close.sw-close-right {
  border: 1px solid black;
  padding: .1rem .3rem;
  border-radius: 3px;
  transform: scale(1.5);
  transition: transform 0.3s ease;
}
.sw-close.sw-close-right:hover {
  background-color: black;
  color: white;
  transform: scale(1.7);
}


.sw-drawer-wrapper hr {
  border: none;
  border-top: 2px solid black;
  margin: 1rem 0;
}

/*----------------------------------------------------Drawer End - P1-------------------------------------------------------*/

/*----------------------------------------------------Drawer Mobile Start - P1-------------------------------------------------------*/
.sw-drawer-bottom{
  z-index: 10000;
}
.horizontal-drawer {
  padding: 1rem 1.5rem;
  background-color: white;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-nav-menu{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.bottom-nav-menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  gap: 1.4rem;
  padding: 0;
  margin: 1rem 0 0 0;
  width: 100%;
}


.bottom-nav-menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: black;
  font-size: clamp(0.8rem, 2vw, 1.2rem);
  font-weight: 500;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.mobile-active {
  color: purple !important;
}

.mobile-close-button{
  background-color: black !important;
  color: white;
  padding: .2rem .4rem;
  border: none;
  border-radius: 5px;

}

.mobile-close-list{
  padding-top: 0.5rem;
}

/*----------------------------------------------------Drawer Mobile End - P1-------------------------------------------------------*/

/*----------------------------------------------------Dock Start-------------------------------------------------------*/
.mobile-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  z-index: 9999;
  pointer-events: none;
}

.mobile-dock button{
  margin-right: 1rem;
  align-items: center;
  border: 1px solid black;
  border-radius: 0.2rem;
  font-family: 'Univers 55 Roman', 'Roboto', sans-serif;
  font-weight: lighter;
  font-size: 12px !important;
  color: black;
  background-color: white;
  transition: background-color 0.3s ease, color 0.3s ease;
}


/* Responsitivity for both web and android Design */
.desktop-only {
  display: flex;
}
.mobile-only {
  display: none;
}


/*----------------------------------------------------Dock End---------------------------------------------------------*/



/*----------------------------------------------------Hero start-------------------------------------------------------*/

.sw-hero-full {
  position: relative;
  height: 130vh;
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transition: opacity 0.6s ease-in-out;
  z-index: -2;
  pointer-events: none;
}

.fallback-hero{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transition: opacity 0.6s ease-in-out;
  z-index: -2;
  opacity: 1;

}

.parallax-hero::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: rgba(13, 14, 16, 0.4); 
  z-index: -1;
}

.hero-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 36vh;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom: 2rem;
  color: white;
}

.hero-text {
  max-width: 380px;
}

.hero-heading {
  font-size: 2.1rem;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  font-weight: bolder;
  letter-spacing: -1.7px;
  line-height: 1.5 !important;
}

.highlight-DETE {
  background-color: purple; 
  padding: 3px 10px;
}

.highlight-NonEU {
  text-decoration: underline;
  text-decoration-color: orange;
  padding: 3px 1px;
}

.hero-search {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding-top: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  align-items: center;
}


.search-box {
  display: flex;
  border-radius: 5rem;
  overflow: hidden;
  background-color: white;
  height: 4rem;
  align-items: center;
  padding-right: 1rem;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.bullet-dot {
  width: 0.8rem;
  height: 0.8rem;
  margin-left:1.5rem ;
  background-color: orange;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.5s ease;
}

.search-box input {
  padding: 0.75rem 1rem;
  border: none;
  outline: none;
  background: transparent;
  color: black;
  font-size: 1.3rem;
  pointer-events: none;
  cursor: default;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  width: 100%;
}

.search-box input::placeholder {
  color: black;
  font-size: 1.3rem;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
}

.search-box button {
  background-color: #3b3b3b;
  color: white;
  height: 3rem;
  border-radius: 1.5rem;
  border: none;
  padding: 7px 2.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: text-decoration 0.3s ease;
}

.search-box button:hover {
  background-color: black;
  font-weight: bolder;
  
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  opacity: 0.9;
}


.scroll-indicator svg {
  display: block;
  margin: 0 auto;
  margin-left: 55%;
  animation: floatDown 2s ease-in-out infinite;
}

.scroll-indicator span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@keyframes floatDown {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/*----------------------------------------------------Hero End-------------------------------------------------------*/

/*----------------------------------------------------sliding-cards-panel start-------------------------------------------------------*/
.sliding-cards-panel {
  background-color: #efefef;
  padding-top: 7rem;
  padding-bottom: 5rem;
}


/*removes margin from last paragraph in search section*/
.sliding-cards-panel p:last-child {
  margin-bottom: 0;
}

.badge-row {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin: 0 2.6rem 2rem;
}

.badge-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.badge {
  background-color: white;
  color: silver;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 2px;
  white-space: nowrap;
  cursor: pointer;
  padding: 0rem 1rem !important;
}

.badge.active {
  background-color: black;
  color: white;
  transition: background-color 0.3s ease;
}


.badge:hover {
  color: black;
  background-color: white;
}

.see-all-button {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  display: inline-flex;
  font-size: 16px;
  padding: 6px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.see-all-button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}


.mobile-see-all-button {
  display: none;
  text-align: center;
  width: 100%;
}


.carousel-container {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-top: .5rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8rem;
  
}

/* Hide scrollbar for WebKit browsers */
.carousel-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.carousel-container {
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* Edge */
}



.carousel-track {
  display: flex;
  gap: 2rem;
  padding: 0 2.7vw;
}

.carousel-item {
  flex: 0 0 calc(90vw - 2rem);
  scroll-snap-align: center;
  background-color: #eee;
  padding: 2rem 0rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}


.carousel-item img {
  width: 100%;
  height: 45rem;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 6px;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: 2rem 0rem;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}



.image-label {
  position: absolute;
  top: 3.8rem;
  left: 2rem;
  color: white;
  padding: 2rem;
  font-size: 0.8rem;
  max-width: 40%;
  font-weight: bold;
  border-radius: 4px;
  z-index: 2;
  background-color: hsla(0, 0%, 100%, .2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
}



  
  /*Univers 55 Roman 'Alliance No 2*/
.image-label h4 {
  font-size: 1.4rem;
  letter-spacing: -1.5px;
  line-height: 2.25rem;
  font-weight: lighter !important;
  font-family: 'Alliance No 1', 'Roboto', sans-serif;
  margin-bottom: .9rem;

}

.image-label p {
  font-size: 1.5rem;
  font-weight: normal !important;
  font-family: 'Alliance No 1', 'Roboto', sans-serif;
  word-spacing: 0.15rem;
  letter-spacing: -1.5px;
  line-height: 1.5rem;
  
}

.carousel-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, 0.2);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 30px;
  padding: 8px 32px;
  transition: background-color 0.3s ease;
  position: absolute;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-nav.left {
  left: 2rem;
}

.carousel-nav.right {
  right: 2rem;
}

.carousel-nav:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}

.carousel-nav svg {
  stroke: #fff;
  width: 24px;
  height: 24px;
  transition: stroke 0.3s ease;
}

.carousel-item:hover .carousel-nav {
  opacity: 1;
  pointer-events: auto;
}



.mobile-image-label{
  position:relative;
  width: 100%;
  background-color: #eee;
  z-index: 4;
  text-align: center;
  padding: 1rem 1rem 0;
  display: none;
  
}


.mobile-label-heading {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 0.5rem; 
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  color: #aaa;
}

.mobile-label-first-heading {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem; 
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  color: #333;
}

.mobile-label-text {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Alliance No 2', 'Roboto', sans-serif;
  color: #333;
}




/*----------------------------------------------------sliding-cards-panel End---------------------------------------------------------*/

/*.----------------------------------------------------Interactive preview start-------------------------------------------------------*/
.interactive-preview {
  background-color: white;
  padding-top: 4rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

#preview-chart {
    min-height: 35rem !important; 
    position: relative;
}


.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid purple;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/*----------------------------------------------------Interactive preview End---------------------------------------------------------*/

/*----------------------------------------------------details section start-------------------------------------------------------*/
.details {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  min-height: 60vh;
}

.callout-text {
  font-size: 24px;
  font-family: 'Alliance No 1', 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 1500px;
  text-align: center;
  opacity: 0.826;
  transform: translateY(23px);
  transition: none;
}

@media (min-width: 35em) {
  .callout-text {
    font-size: 68px;
    line-height: 68px;
    letter-spacing: -0.04em;
    margin: 0 64px;
  }
}


/*----------------------------------------------------details section End---------------------------------------------------------*/


/*----------------------------------------------------Newsletter start-------------------------------------------------------*/
.newsletter {
  background-color: #f9f9f9;
  padding: 4rem 2rem;
  
  text-align: center;
}

.newsletter-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.newsletter-form input {
  width: 100%;
  max-width: 400px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.newsletter-form button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.privacy-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: 1rem;
}

.privacy-note a {
  color: #0077cc;
  text-decoration: underline;
}


/*----------------------------------------------------Newsletter End---------------------------------------------------------*/


/*----------------------------------------------------Footer start-------------------------------------------------------*/
/* Footer */
.footer {
  background-color: white;
  padding: 2rem;
  font-size: 14px;
  color: #888;
  text-align: center;
  border-top: 1px solid #eee;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer a {
  color: silver;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.2s ease, color 0.2s ease;
  display: inline-block; 
  padding: 0rem .3rem;
}

.footer a:hover {
  transform: scale(1.1); 
  color: black;        
}


.footer-links {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links li {
  font-size: 14px;
}

.last-updated {
  font-size: 12px;
  color: #aaa;
}


/*----------------------------------------------------Footer End---------------------------------------------------------*/




/*----------------------------------------------------Media 900px Start---------------------------------------------------------*/
@media (max-width: 900px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: flex !important;
  }

  .navbar {
    top: auto;
    left: auto;
    right: auto;
    height: 65px;
    margin: 0;
    width: 100%;          
    border-radius: 0;
  }

  .sw-hero-full {
    height: 100vh;
  }

  .hero-grid {
    padding-top: 24vh;
    flex-direction: column;
    text-align: center;
  }


  .hero-text,
  .hero-search {
    max-width: 100% !important;
    width: 100%;
    justify-content: center;
  }


  .hero-heading {
    font-size: 1.3rem;
  }

  .highlight-NonEU {
    text-decoration: none !important;
    font-weight: lighter !important;
    
  }

  .hero-search {
    min-width: 350px;
    max-width: 600px;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .search-box {
    max-width: 70%;
    width: 100%;
    height: 3rem;
    margin-left: 15%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .bullet-dot {
    margin-left:0.8rem ;
    width: 0.6rem;
    height: 0.6rem;
  }

  .search-box input {
    font-size: 0.8rem;
  }

  .search-box input::placeholder {
    font-size: 0.8rem;
  }

  .search-box button {
    font-size: 0.8rem;
    height: 1.5rem;
    padding: 3px 1rem;
  }

  .scroll-indicator {
    bottom: 7.5rem;
  }
  

  .badge-row,
  .carousel-nav,
  .image-label,
  .label-text {
    display: none;
  }

  .mobile-image-label{
    display: block;
  }

  .sliding-cards-panel {
    padding-top: 2rem;
  }

  .carousel-item img {
    height: 21rem;
  }

  .carousel-container{
      padding-bottom: 4rem;
  }

  .carousel-item::before {
    background-color: transparent;
  }

  .mobile-see-all-button {
    display: block;
  }

  .details {
    padding: 4rem 2rem;
  }

  .interactive-preview {
    padding-top: 2rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .sw-modal-wrapper{
    margin: 2rem 4rem;
  }





  
}

/*----------------------------------------------------Media 900px End---------------------------------------------------------*/



/*----------------------------------------------------Media 400px Start---------------------------------------------------------*/
@media (max-width: 400px) {

  .search-box {
    margin-left: 2rem;
  }
  
}
/*----------------------------------------------------Media 400px End---------------------------------------------------------*/