/* ############### Global Styles Section ############### */

@font-face {
  font-family: 'Poppins-Regular';
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('./fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('./fonts/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('./fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Italic';
  src: url('/public/fonts/Poppins-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/public/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/public/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Italic';
  src: url('/public/fonts/OpenSans-Italic.ttf') format('truetype');
}

html,
body {
  font-family: 'Poppins', 'Open Sans', sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  margin: 0;
  max-width: 2000px;
  margin: auto;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.device {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.feature-heading-new-2 {
  font-family: 'Poppins-Bold';
  color: #062ea5;
  font-size: 3.7vw;
}

@media screen and (max-width: 550px) {
  .feature-heading-new-2 {
    font-size: 6.5vw;
    font-weight: 600;
    margin: 10px 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.feature-heading-new-3 {
  font-size: 3vw;
  font-weight: 600;
  line-height: 40px;
  margin: 10px 0;
  padding-top: 20px;
}

@media screen and (max-width: 550px) {
  .feature-heading-new-3 {
    font-size: 6.5vw;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: justify;
  }
}

.feature-heading-new {
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 50px;
  margin: 10px 0;
  padding-top: 20px;
}

@media screen and (max-width: 550px) {
  .feature-heading-new {
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0;
    padding-top: 0px;
  }
}

.slider {
  margin: 0 20px;
  overflow: hidden;
  padding: 2rem 0;
  cursor: pointer;
  transition: transform 0.3s ease; 
}

.slider img {
  width: 100%;
  border-radius: 10px;
}

.slider:hover {
  transform: scale(1.1);
}

.react-multi-carousel-list {
  padding: 0rem 0 2rem 0;
}

.custom-dot-list-style button {
  border: none;
  background: rgb(255, 68, 68);
}

.react-multi-carousel-dot.react-multi-carousel-dot--active button {
  background: rgb(255, 68, 68) !important;
}

.container-planes {
  background: #f6f6f6;
  padding-top: 2%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3%;
}

.container {
  background: #ffffff;
}

.modal-new {
  border-radius: 15px;
  padding: 15px;
  background: linear-gradient(180deg, #6600aa 25%, #2e0853 100%);
  width: 60%;
  /* height: 50vh;  */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 9999;
}

.modal-new-2 {
  border-radius: 15px;
  padding: 15px;
  background: linear-gradient(180deg, #6600aa 25%, #2e0853 100%);
  width: 80%;
  overflow: hidden;
  max-height: 90vh;
  max-width: 80vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 9999;
}

.modal-content-container {
  border-radius: 15px;
  padding-top: 2%;
  max-height: 70vh;
  overflow-y: auto;
  margin-bottom: 5%;
  background: white;
}

@media screen and (max-width: 550px) {

  .modal-content-container {
    max-height: 50vh;
  }
}

.ReactModal__Overlay--after-open {
  background-color: rgb(143 141 141 / 75%) !important;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #ca4935;
  z-index: 10000;
  font-weight: 800;
}

@media screen and (max-width: 550px) {
  .close-button {
    right: 0px !important;
    color: #ca4935 !important;
  }
}


.modal-img {
  width: 40%;
}

.title-modal-2 {
  text-align: center;
  font-size: 2.5vw;
}

.text-modal-2 {
  font-size: 1.8vw;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .title-modal-2 {
    font-size: 5.5vw;
    padding-top: 35px;
  }

  .text-modal-2 {
    font-size: 5vw;
    text-align: justify;
  }

  .modal-new {
    width: 90%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  flex: 0 0 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.col-new {
  flex: 0 0 20%;
  padding: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .col-new {
    flex: 0 0 50%;
    padding-bottom: 10%;
  }
}

.new-device {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.img-new {
  max-width: 30%;
  height: auto;/
}

@media screen and (max-width: 550px) {
  .img-new {
    max-width: 65%;
  }
}

.react-multiple-carousel__arrow--left {
  left: calc(0% + 0px) !important;
}

.react-multiple-carousel__arrow--right {
  right: calc(0% + 0px) !important;
}

.react-multiple-carousel__arrow {
  background: rgb(203 73 53) !important;
  z-index: 0 !important;
}

.h2-modal {
  text-align: center;
  font-size: 3.5vw;
  margin: 10px;
}


@media screen and (max-width: 550px) {
  .h2-modal {
    text-align: center;
    font-size: 5.5vw;
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

.img-modal {
  width: 40%;
}

@media screen and (max-width: 550px) {
  .img-modal {
    width: 50%;
  }
}

.p-modal{
  color: #590394;
}

.feature-heading-plan {
  font-family: 'Poppins-Bold';
  margin: 0px;
  padding-top: 5%;
  color: #062ea5;
  font-size: 3.7vw;
}

@media screen and (max-width: 550px) {
  .feature-heading-plan {
    font-size: 6.5vw;
    font-weight: 600;
    margin: 10px 0;
    padding-top: 20px;
  }
}