@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    margin: 0; /* Ensure there is no default margin that may cause scrolling */
    padding: 0; /* Ensure no padding */
    width: 100%; /* Ensure the body and html take full width */
}
@font-face {
  font-family: visuelt-light;
  src: url(../font/VisueltPro-ExtraLight.ttf);
}

@font-face {
  font-family: visuelt-medium;
  src: url(../font/VisueltPro-Medium.ttf);
}

@font-face {
  font-family: visuelt-black;
  src: url(../font/VisueltPro-Black.ttf);
}

@font-face {
  font-family: visuelt-lightnew;
  src: url(../font/VisueltPro-Light.ttf);
}

@font-face {
  font-family: visuelt-Regular;
  src: url(../font/VisueltPro-Regular.ttf);
}

@font-face {
  font-family: visuelt-Bold;
  src: url(../font/VisueltPro-Bold.ttf);
}


body{
    margin: 0;
}
.container {
  background: url(/images/banner.png);
  position: relative;
  background-size: cover;
  background-position: bottom;
  text-align: center;
  top: 70px;
  padding-top: 60px;
  padding-bottom: 130px;
}
h2.demo {
    font-size: 34px;
    font-family: 'visuelt-medium';
    text-transform: uppercase;
}
.modal-j {
      background-color: #fff;
      width: 70%;
      padding: 2rem 3rem;
      border-radius: 30px;
      position: fixed;
      left: 50%;
      top: 50%;
      box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
      z-index: 20; 
      transform: translate(-50%, -50%);
    }
    .modal-j h1{
      text-align: center;
    }
    .modal-j p{
      text-align: center;
    }
    .modal_btn{
      display: flex;
      justify-content: end;
    }
    .modal-overlay {
      background-color: rgba(0, 0, 0, 0.5);
      height: 105vh;
      position: fixed; 
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
    }
    
    .hidden {
      display: none;
    }
.content_side {
    position: relative;
    top: 50px;
    max-width: 40%;
    padding: 0px 20px;
}
.content_side p{
font-family: var(--body-font, 'Figtree');
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: white;
    text-align: left;
}

.content_side span {
    font-size: 2.8rem;
    margin: 20px 0;
    color: white;
    text-align: left;
    font-family: 'visuelt-black';
    line-height: 52px;
}

.content_side h2 {
    font-size: 32px;
    margin: 20px 0;
    font-family: 'visuelt-black';
    line-height: 42px;
    margin-top: 0px;
    text-align: left;
    color: white;
}
.content_side .points p {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    line-height: 30px;
    color: white;
    font-family: 'visuelt-lightnew';
    font-size: 18px;
    position: relative;
}



.main_page {
  max-width: 1235px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.elements{
  max-width: 1220px;
  margin: 0 auto;
  display: flex;

}
.content_side {
  padding: 0px 40px 40px 40px;
}

.form_container {
    display: block;
  width: 100%;
  max-width: 520px !important;
      margin: 20px 10px 10px auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #473eff;
}
.content_side .for_mobile form {
  display: none;
}

.form_container .for_desktop form {
  display: block;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.form-row input {
  background-color: #f2f2f2;
  border-radius: 0px;
  width: 90%;
  border: 1px solid #483eff3d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: visuelt-Regular;
}
.form-row textarea {
  background-color: #f2f2f2;
  border-radius: 0px;
  padding: 5px;
  font-size:16px;
  width: 95%;
  border: 1px solid #483eff3d;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: visuelt-Regular;
}
.form-row select {
  background-color: #f2f2f2;
  border-radius: 0px;
  width: 105%;
  border: 1px solid #483eff3d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 80px;
}

    .form-row select {
        background-color: #f2f2f2;
        border-radius: 0px;
        width: 105%;
        border: 1px solid #483eff3d;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 80px;

    }

    .form-group {
        flex: 1;
        min-width: 200px;
        padding: 0 10px;
        margin-bottom: 15px;
        padding: 0px;
    }

    label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    input,
    select {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
    }

    .form h2 {
        text-align: center;
        font-family: "Saira Condensed", sans-serif;
        font-size: 52px;
        margin-top:0px;
        margin-bottom: 0px;
    }

    .form p {
        text-align: center;
        font-family: "Saira Condensed", sans-serif;
        font-size: 22px !important;
        margin-top: 0px !important;
        margin-bottom: 40px !important;
        font-weight:400;
    }

    select {
        appearance: none;
    }

    select.minimal {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 31px;
        background-repeat: no-repeat;
    }

    select.minimal:focus {
        background-image:
            linear-gradient(45deg, rgb(2, 2, 2) 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, rgb(0, 0, 0) 50%),
            linear-gradient(to right, #000000, #ccc);
        background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em;
        background-size:
            5px 5px,
            5px 5px,
            1px 1.5em;
        background-repeat: no-repeat;
        border-color: #473eff;
        outline: 0;
    }
    .form h2 {
        text-align: center;
        font-family: "Saira Condensed", sans-serif;
        font-size: 52px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .button1 button {
        text-align: center;
        background-color: #473eff;
        padding: 10px 30px;
        border-radius: 0px;
        border: 0px solid #473eff;
        color: white;
        font-size: 18px;
    }
@media only screen and (max-width: 1200px) {
  .content_side .points p {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    line-height: 30px;
    color: white;
    font-family: 'visuelt-lightnew';
    font-size: 18px;
    position: relative;
}
  .content_side .for_mobile form {
    display: block;
    width: 80%;
    max-width: 992px !important;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0px;
    border: 3px solid #473eff;
  }

  .form_container .for_desktop form {
    display: none;
  }
  .form_container {
    display: none;
  width: 100%;
  max-width: 520px !important;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 0px;
  border: 3px solid #473eff;
}
  .main_page {
    display: flex;
    flex-wrap: wrap;
  }
.container{
    top:0px;
}
h2.demo {
    font-size: 34px;
    font-family: 'visuelt-medium';
 color:black !important;
}
p.demo {
    color:black;
}
  .content_side {
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 992px;
  }
  .content_side h2 {
    text-align: center;
  }
  .form_container {
    width: 100%;
  }
  .content_side p{
    font-family: var(--body-font, 'Figtree');
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: white;
        text-align: center;
    }
}
@media only screen and (max-width:566px){
        .modal-j {
    background-color: #fff;
    width: 60%;
    padding: 2rem 2rem;
    border-radius: 30px;
    position: fixed;
    left: 50%;
    top: 50%;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    z-index: 20; 
    transform: translate(-50%, -50%);
  }
    .form-row textarea {
    
    width: 92%;}
  .content_side p{
           font-family: 'visuelt-Regular';
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: black;
        position: relative;
        top: -7px;
    }
    .content_side h2 {
        font-size: 22px;
        margin: 20px 0;
        font-family: 'visuelt-black';
        line-height: 42px;
        margin-top: 0px;
        text-align: center;
        color: white;
    }
    .content_side p, .content_side ul {
        margin: 10px 0;
        line-height: 1.2;
        padding: 0px 10px;
    }
    .content_side ul li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        text-align: left;
        line-height: 30px;
        color: white;
        font-family: 'visuelt-lightnew';
        font-size: 18px;
        position: relative;
        top: 35px;
    }
    
    .content_side p {
        font-family: var(--body-font, 'Figtree');
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: white;
       
    }
}


@media screen and (min-device-width: 200px) and (max-device-width: 539px) { 
    .form-row textarea {
    
    width: 92%;}
}
@media screen and (min-device-width: 540px) and (max-device-width: 620px) { 
    .form-row textarea {
    
    width: 96.5%;}
}