@font-face {
  font-family: 'Agrandir-Regular';
  src: url('/fonts/Agrandir-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir-ThinItalic';
  src: url('/fonts/Agrandir-ThinItalic.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir-GrandLight';
  src: url('/fonts/Agrandir-GrandLight.otf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html {
scroll-behavior: smooth;
}

body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Agrandir-Regular', sans-serif;
background-color: #000;
color: #fff;
overflow-x: hidden !important;
overflow-y: scroll;
}


body main{
  /* padding-inline-start: 43px; */
  color: white;
  height: 100vh;
}

.regular-font {
  font-family: 'Agrandir-Regular', sans-serif;
  font-weight: normal;
}

.italic-font {
  font-family: 'Agrandir-ThinItalic', sans-serif;
  font-weight: normal;
}
.light-font {
  font-family: 'Agrandir-GrandLight', sans-serif;
  font-weight: normal;
}

/* //////////////// */
.bg-gradient-custom {
  background: rgb(51,56,58);
  background: -moz-linear-gradient(135deg, rgba(51,56,58,1)0%, rgba(3,3,3,1) 33%);
  background: -webkit-linear-gradient(135deg, rgba(51,56,58,1)0%, rgba(3,3,3,1) 33%);
  background: linear-gradient(140deg, #323638 0px, rgba(3,3,3,1) 600px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33383a",endColorstr="#030303",GradientType=1);
  height: 100vh;
  width: 100vw;
  background-size: 100vw 100vh;
  background-position: center;

}


.typing {
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
}

.typing span  {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.typing .extra  {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.typing span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.1s ease-out;
}

.typing span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.2s ease-out;
}

.typing span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.3s ease-out;
}

.typing span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.4s ease-out;
}

.typing span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.5s ease-out;
}
.typing span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.6s ease-out;
}
.typing .extra {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0),riseup-title 0.8s 0.7s ease-out;
}
   

/* .main-content {
  padding-left: 270px;} */
  .fz-28{
    font-size: 28px;
  }
  .fz-70{
    font-size: 70px;
  }

  .gap-69{
    gap: 69px;
  }

  .gap-59{
    gap: 59px;
  }

/* ////////Navbar//////// */

.nav-bar {
  width: 290px;
  min-width: 200px;
  height: 100vh;
    /* position: absolute; */
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 43px;
  border-right: 1px solid #CECECE;
  z-index: 9998;
}

.scalable-textarea:focus-visible {
outline: none;
border: none;
}

.chat-textarea-scrollbar::-webkit-scrollbar {
width: 7px;
/* Control the width of the scrollbar */
height: 66vh;
/* Control the height of the scrollbar */
}

.chat-textarea-scrollbar::-webkit-scrollbar-track {
background-color: inherit;
border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar {
width: 12px; /* Control the width of the scrollbar */
height: 66vh; /* Control the height of the scrollbar */
}
.custom-scrollbar::-webkit-scrollbar-track {
background-color: #f0f0f0; /* Color of the track */
border-radius: 10px; /* Roundness of the track */
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #333; /* Color of the thumb */
border-radius: 10px; /* Roundness of the thumb */
border: 3px solid #f0f0f0; /* Optional: border around the thumb */
}

.chat-textarea-scrollbar::-webkit-scrollbar-thumb {
background-color: #333;
/* Color of the thumb */
border-radius: 10px;
/* Roundness of the thumb */
border: 1px solid #f0f0f0;
/* Optional: border around the thumb */
cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-background-clip: text;
-webkit-text-fill-color: #ffffff;
transition: background-color 5000s ease-in-out 0s;
box-shadow: inset 0 0 20px 20px #23232329;
}
.nav-bar-small {
width: 100vw !important;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 43px;
position: absolute;
background: linear-gradient(140deg, #323638 0px, rgba(3,3,3,1) 600px);
z-index: 99999;
}
.chat-textarea::placeholder {
line-height: calc(100 * 25%);
}
.burger {
display: none;
position: absolute;
top: 20px;
left: 30px;
cursor: pointer;
z-index: 9999;
}
.back {
position: absolute;
top: 30px;
right: 30px;
cursor: pointer;
z-index: 9999;
}

.nav-bar img {
margin-bottom: 180px;
margin-top: 100px;
cursor: pointer;
}

.nav-bar a {
  color: white;
  text-decoration: none;
  font-size: 27px;
}
.nav-bar a:hover {
 text-decoration: underline;
}

.nav-bar-small img {
margin-bottom: 180px;
cursor: pointer;
}
.nav-bar-small a {
color: white;
text-decoration: none;
font-size: 27px;
}
.nav-bar-small a:hover {
text-decoration: underline;
}

@keyframes fade-in {
100% {
  opacity: 1;
  filter: blur(0);
}
}
/* ////////Main-Section//////// */
.main-section {
height: 100%;
width: 100%;
padding: 133px 124px 50px 126px;
}

.discover-section{
width: 100%;
display: flex;
align-items: end;
justify-content: end;
}

.title-text{
font-size: 99px;
color:#CECECE ;
max-width: 635px;
height: auto;
letter-spacing: -1px;
line-height: 110px;
z-index: 2000 ;
}
.title-info{
font-size: 28px;
color:#CECECE ;
letter-spacing: -0.025em;
z-index: 2000 ;
}

.discover-text{
font-size: 23px;
max-width: 775px;
color:#CECECE ;
letter-spacing: -0.025em;
z-index: 2000 ;
}

.upper-right {
position: absolute;
top: 0;
right: 0;
z-index: 0;
max-width: 904px;
max-height: 904px;
}

.btn {
background-color: black;
border: 1px solid #515A5C;
border-radius: 50px;
color: #CECECE;
padding: 20px 40px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
cursor: pointer;
line-height: 1; 
vertical-align: middle;
z-index: 2000;
}

.btn-discover{
background: transparent linear-gradient(282deg, rgba(2, 2, 2, 0.7) 0%, rgba(3, 3, 3, 0.7) 0%, rgba(18, 18, 18, 0.7) 0%) 0% 0% no-repeat padding-box;
border: 1px solid #515A5C;
border-radius: 59px;
opacity: 0.9;
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(20px);
text-align: center;
font: normal normal normal;
font-size: 51px;
letter-spacing: 0px;
height: 88px;
color: #849295;
padding: 11px 30px 11px 30px;
transition: all 0.1s ease-in-out  ;
}

.btn-discover:hover {
scale: 1.05;
filter: brightness(150%);

}

.btn-more{
position: absolute;
top: 12%;
right: 5%;
}

/* /////////////Info-Section////////////// */
.scroll-container {
display: flex;
height: 776px;
width: 100vw;
background: #000;
border-bottom: 1px solid #CECECE;

}

.titles {
width: 50%;
display: flex;
flex-direction: column;
gap: 33px;
height: 100%;
position: relative;
padding: 151px 0;
background-color: #030303;
transition: transform 0.3s ease-out;
}

.title {
height: 20%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.title.active {
text-align: left;
font-size: 88px ;
letter-spacing: 0px;
color: #FAFAFA;
opacity: 1;
transition: opacity 0.5s ease-in-out;

}

.title.near {
font-size: 69px ;
filter: blur(2px);
color: #CECECE;
text-align: left;
transition: opacity 0.5s ease-in-out;

}

.title.far {
font-size: 53px ;
color: #CECECE;
opacity: 0.36;
filter: blur(2px);
text-align: left;
transition: opacity 0.5s ease-in-out;
}

.details {
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #ffffff;
background: transparent linear-gradient(132deg, #33383A -18%, #020202 52%) 0% 0% no-repeat padding-box;
opacity: 1;
border-inline-start: 1px solid #CECECE;
}

.details-padding{
padding-inline-start:170px ;
padding-inline-end: 140px;
}
.rise-up{
display: block;
animation: riseup 0.35s ease-out;
}
.rise-down{
display: block;
animation: risedown 0.35s ease-out;
}

@keyframes riseup {
0% {
  opacity: 0;
  transform: translateY(200px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}

@keyframes riseup-title {
0% {
  opacity: 0;
  transform: translateY(80px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}

@keyframes risedown {
0% {
  opacity: 0;
  transform: translateY(-200px);
}
100% {
  opacity: 1;
  transform: translateY(0);
}
}



/* ////////////Steps-Section/////////// */

.steps{
height: 100vh;
width: 100vw;
background-image: url('/svg/background.svg');
background-size: cover;
background-repeat: no-repeat;  
padding:0% 215px;
display: flex;
flex-direction: column;
gap: 123px;
justify-content: center;
}

.steps h1 { 
text-align: left;
letter-spacing: 0px;
text-transform: uppercase;
opacity: 1;
color: #CECECE;
font-size:99px ;
}

.step-container {
display: flex;
gap: 33px;
justify-content: space-between;
}

.step {
border: 1px solid #849295;
border-radius: 41px;
opacity: 1;
backdrop-filter: blur(21px);
-webkit-backdrop-filter: blur(21px);
height: 223px;
width: 413px;
display: flex;
align-items: center;
justify-content: start;
padding: 0 49px;
}

.step span {
text-align: left;
font-size:38px ; 
letter-spacing: 0px;
color: #CECECE;
opacity: 1;
}
/* //////////////////////////// */
.know-more {
display: flex;
align-items: center;
max-width: 211px;
max-height: 67px;
padding: 15px 25px;
gap: 12px;
border: 1px solid #515A5C;
border-radius: 34px;
cursor: pointer;
transition: background-color 0.3s ease;

}

.know-more span{
font-size: 17px;
color: #cecece;
}

.know-more:hover {
background-color: #171616;
}

/* ////////////Cases-section/////////// */

.cases-container {
width: 100vw;
height: 628px;
display: flex;
}

.cases-left {
width: 50%;
display: flex;
flex-direction: column;
align-items: start;
justify-content: center;
gap: 20px;
padding: 0 216px;
background: #020202;
opacity: 1;
}

.cases-left h1 {
text-align: left;
font-size: 45px;
letter-spacing: 0px;
color: #FFFFFF;
text-transform: uppercase;
opacity: 1;
}
.cases-left .content {
font-size: 18px;
}

.cases-right {
width: 50%;
background-image: url('/svg/cases.svg'); 
background-size: cover;
background-position: center;
}

/* ///////////Last-Section//////////// */

.last-section{
width: 100vw;
height: auto;
background: transparent linear-gradient(347deg, #000000 66%, #141819 100%);
opacity: 1;
}

.last-section img{
position: absolute;
top: 58%;
left: 50%;
transform: translate(-50%, -50%);
animation: fadeIn 3s;
}
/* /////try-us///// */
.try-us{
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
gap: 49px;
align-items: start;
padding: 143px 288px;
}
.try-us h1:nth-child(1){
text-align: left;
font-size: 100px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.try-us form { 
width: 100%;
}

.form-grid {
display: grid;
width: 100%;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 42px;
}

.form-input { 
display: flex;
flex-direction: column;
gap: 20px;
z-index: 8888;
}

.form-input label {
text-align: left;
font-size:25px;
letter-spacing: 0px;
color: #B2B2B2;
opacity: 1;

}

.form-input input {
background: #000000 0% 0% no-repeat padding-box;
border: 1px solid #33383A;
border-radius: 20px;
opacity: 1;
text-align: left;
letter-spacing: 0px;
color: #B2B2B2;
padding: 25px;
height: 70px;
appearance: none;

}

.select-wrapper {
position: relative;
cursor: pointer;
display: inline-block;
background: #000000;
}

.select-wrapper::after {
content: '';
position: absolute;
right: 34px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
background: url('/svg/arrow.svg') no-repeat center center;
pointer-events: none;
z-index: 1;
}

.select-wrapper select {
background: #000000 0% 0% no-repeat padding-box;
border: 1px solid #33383A;
border-radius: 20px;
opacity: 1;
text-align: left;
letter-spacing: 0px;
color: #707070;
padding: 4px 25px 0 25px;
height: 70px;
width: 100%;
appearance: none;
cursor: pointer;
z-index: 8888;

}

.select-wrapper:hover{
filter: brightness(150%);
}

.submit-button {
background: #33383A 0% 0% no-repeat padding-box;
border-radius: 55px;
position: relative;
opacity: 1; 
text-align: center;
letter-spacing: 0px;
color: #849295;
padding: 30px 47px 24px 58px;
margin-top: 93px;
z-index: 8888;
}

.submit-button:hover {
filter: brightness(150%);
scale: 1.01;
}
.submit-button:disabled {
filter: brightness(100%);
scale: 1.0;
}
/* /////footer///// */

footer { 
width: 100vw;
height: auto;
}

.footer-container {
height:565px ;
display: flex;
justify-content: space-between;
padding: 112px 181px 105px 185px;
border-bottom: 2px solid #33383A;
}

.newsletter {
display: flex;
height: 100%;
width: 50%;
flex-direction: column;
gap: 21px;
justify-content: end;
}

.newsletter h1 {
text-align: left;
font-size:  30px;
letter-spacing: 0px;
color: #849295;
opacity: 1;
}

.newsletter input {
width: 100%;
height: 74px;
background-color: transparent;
border: 2px solid #33383A;
font-size:  30px;
color: #849295;
border-radius: 47px;
opacity: 1;
padding: 0 30px;
}


.footer-links {
display: flex;
flex-direction: column;
justify-content: end;
text-align: left;
font-size: 30px;
letter-spacing: 0px;
color: #FFFFFF;
}

.footer-links h1 {
color: #849295;
}
.footer-links a:hover {
text-decoration: underline;
}


.copy-right {
width: 100vw;
height: 125px;
text-align: left;
font: normal normal normal 30px/46px Agrandir;
padding: 46.5px 181px 46.5px 185px;
letter-spacing: 0px;
color: #515A5C;
opacity: 1;
}
/* ///service/// */
.service-page-container{
  padding:  116px 234px 116px 98px;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.service-page-container h1{
  font-size: 50px;
}
.service-page-container p{
  font-size: 30px;
}
.cta-services{
  background: #202020;
  border: 1px solid #434343;
  border-radius: 8px 8px 0px 0px;
  padding: 21px 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-services h1 {
  font-size: 21px;
}
.cta-services button {
  font-size: 18px;
  padding: 16px 32px;
}
.cta-services p {
  font-size: 18px;
}

.accordion {
  background: #202020;
  border: 1px solid #434343;
  border-radius: 8px;
  padding: 0px 23px;
  margin-bottom: 15px;
}

.accordion h2 button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size:30px;
  padding: 10px;
}

.accordion h2 button span:nth-child(2) {
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease; /* Smooth rotation */
  padding: 4px;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 21px;
  color: #888888;
  padding: 12px;
  line-height: 24px;
}

/* //Custom MOdal */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(177, 178, 181, 0.75); 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998; 
}

.modal-container {
  background-color: black;
  color: #dcdcdc;
  padding: 50px;
  border-radius: 12px; 
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:40px;
  width: 60%;
  max-height: 80%;
  overflow: auto;
}

.modal-container::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.modal-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.modal-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.tryus-container {
  color: #dcdcdc;
  padding: 50px;
  border-radius: 12px; 
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap:40px;
  max-height: 80%;
  z-index: 9999;
}

.modal-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.modal-title {
  font-size: 32px;
  text-align: start;
  color: #cfcfcf;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap:40px;
  width:100%;
}

.modal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 82px;
  row-gap: 25px;
}

.modal-input{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
}
.modal-input input{
  font-size: 18px;
}

.modal-date{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.modal-date label{
  font-size: 24px;
}
.modal-date .react-datepicker-wrapper{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.modal-date .react-datepicker-wrapper div{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.modal-checkbox{
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  font-size: 18px;
}

.modal-checkbox input[type="checkbox"] {
  -webkit-appearance: none; 
  appearance: none; 
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border-radius: 50%; 
  background-color: #B1B2B5;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: background-color 0.3s, filter 0.3s;
}

.modal-checkbox input[type="checkbox"]:checked {
  filter: brightness(1.3); 
  background-color: #B1B2B5; 
}

.modal-checkbox input[type="checkbox"]::before {
  content: "✔"; 
  color: black;
  margin-top: 2px;
  font-size: 10px;
  display: none; 
}

.modal-checkbox input[type="checkbox"]:checked::before {
  display: block; 
}

.modal-text {
  background-color: #4b4b4b;
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 16px;
  margin-top: 5px;
  font-size: 17px;
  height: 145px;
}

.modal-action-button {
  background-color: white;
  font-size: 18px;
  color: black;
  border: none;
  border-radius: 16px;
  padding: 10px 60px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.modal-action-button:hover {
  background-color: #ddd;
}

.modal-action-button:disabled {
  background-color: #a0a0a0; 
  color: #d0d0d0;
  cursor: not-allowed;
  opacity: 0.6; }

/* ////////animation/////// */
.fade-in {
animation: fadeIn ease 3s;
-webkit-animation: fadeIn ease 3s;
-moz-animation: fadeIn ease 3s;
-o-animation: fadeIn ease 3s;
-ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

/* ///////cursor//////// */

.cursor {
pointer-events: none;
position: fixed;
padding: 0.9rem;
background-color: #fefdfa;
border-radius: 50%;
mix-blend-mode: difference;
-webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
-o-transition: transform 0.3s ease, opacity 0.4s ease;
transition: transform 0.3s ease, opacity 0.4s ease;
transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
z-index: 99999;
}

.cursor-active {
-webkit-transform: translate(-50%, -50%) scale(3);
-ms-transform: translate(-50%, -50%) scale(3);
transform: translate(-50%, -50%) scale(3);
opacity: .1;
}

/* //////////Mini-chat///////////// */

.mini-chat-button {
position: fixed;
bottom: 5%;
right: 2%;
z-index: 9999;
padding: 22px 33px 14px 33px;
background: transparent linear-gradient(218deg, #CECECE 0%, #515A5C 100%) 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 48px #849295B2;
border: 2px solid #C4C4C4;
border-radius: 50px;
opacity: 1;
font-size: 30px;
color: #FFFFFF;
backdrop-filter: blur(2px); 
}

.chat-switch-button {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 7.22%;
  left: 3%;
  width: 198px;
  height: 89px;
  z-index: 1000;
  padding: 22px 33px 14px 33px;
  background: transparent linear-gradient(218deg, #CECECE 0%, #515A5C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 48px #849295B2;
  border: 2px solid #849295B2;
  border-radius: 50px;
  opacity: 100%;
  font: normal normal normal 30px/46px ;
  color: #FFFFFF;
  backdrop-filter: blur(2px);  
  font-size: 39px;
  appearance: 54px 54px 54px 54px;
  }

.chat-nav {
height: 100%;
background: transparent linear-gradient(130deg, #33383A 0%, #020202 37%, #030303 73%, #020202 100%) 0% 0% no-repeat padding-box
}
.chatbot-container{
  width: calc(100vw - 290px);
  background: rgb(51,56,58);
  background: -moz-linear-gradient(206deg, #323638 0px, rgba(3,3,3,1) 600px);
  background: -webkit-linear-gradient(206deg, #323638 0px, rgba(3,3,3,1) 600px);
  background: linear-gradient(206deg, #323638 0px, rgba(3,3,3,1) 600px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33383a",endColorstr="#030303",GradientType=1);
  /* height: 100vh; */
    /* width: 100vw; */
  background-size: 100vw 100vh;
  background-position: center;
}

.chat-container-height {
height: calc(100vh - 80px);
}

.recording-container-height {
height: 99vh;
}

@media only screen and (max-width : 900px) {
.chatbot-container {
  width: 100vw;
}
}
.record-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
/* width: 100vw; */
  /* height: 100vh; */
  /* padding-inline-start: 290px; */
}

.start-play-svg{
position: absolute;
cursor: pointer !important;
transition: all 0.15s ;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.15s;
z-index: 9999;
}

.start-record-svg { 
position: absolute;
cursor: pointer !important;
transition: all 0.15s ;
top: 49%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.15s;
z-index: 9999;
}
.recording-svg { 
position: absolute;
cursor: pointer !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: all 0.15s;
animation: recording 600ms alternate infinite;
z-index: 9999;
}

@keyframes recording {
from { opacity: 1; }
to { opacity: 0.2; }
}

@keyframes rotation {
from {
  trasform: rotate(-360deg);
}

to {
  transform: rotate(360deg);
}
}


.recording-circle-motion {
animation: rotation 18s infinite linear;

}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
.steps h1 { 
  font-size:77px ;
}

.step{
  height: 200px;
}

.step span{
  font-size: 27px;
}

.cases-left {
  padding: 0 150px;
}

.cases-left h1 {
  font-size:45px ;
}

.cases-left .content {
  font-size:16px ;
}

.title.active{
  font-size: 75px;
}

.title.near{
  font-size: 60px;
}

.title.far{
  font-size: 43px;
}
.fz-28{
  font-size: 26px;
}

.fz-70{
  font-size: 60px;
}

.details-padding{
  padding-inline-start: 130px ;
  padding-inline-end: 80px;
}
.try-us{
  padding: 123px 140px;
}
.form-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
}
.form-input {
  gap: 15px;
}
.form-input input{
  height: 60px;
  font-size: 23px;
}
.select-wrapper select{
  height: 60px;
  font-size: 23px;

}
.try-us h1:nth-child(1){
  font-size: 87px;
}
.form-input label
{
  font-size: 25px;
}
.submit-button{
  font-size: 30px;
  padding: 17px 27px;
  margin-top: 80px;
}
.footer-container{
  padding: 115px 150px 50px 151px;
  height: 565px;
}
.newsletter h1{
  font-size: 28px;
}
.newsletter input{
  font-size: 28px;
  height: 65px;
}
.footer-links{
  font-size: 28px;
}

.service-page-container{
  padding:  110px 230px 110px 95px;
  gap: 35px;
}
.service-page-container h1{
  font-size: 45px;
}
.service-page-container p{
  font-size: 25px;
}
.cta-services{
  padding: 19px 78px;
}
.cta-services h1 {
  font-size: 20px;
}
.cta-services button {
  font-size: 17px;
  padding: 15px 30px;

}
.cta-services p {
  font-size: 17px;
}

.accordion {
  padding: 0px 22px;
}

.accordion h2 button  {
  font-size:22px;
  padding: 9px;
}

.accordion-item {
  gap: 13px;
  font-size: 20px;
  padding: 11px;
  line-height: 23px;
}

.modal-container {
  padding: 45px;
  gap:38px;
  width: 60%;
}

.modal-close-button {
  font-size: 24px;
}

.modal-title {
  font-size: 30px;
}

.modal-form {
  gap:35px;
}

.modal-grid {
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 75px;
  row-gap: 20px;
}

.modal-input{
  font-size: 21px;
}
.modal-input input{
  font-size: 16px;
}
.modal-date label{
  font-size: 21px;
}

.modal-checkbox{
  gap: 14px;
  font-size: 15px;
}

.modal-checkbox input[type="checkbox"] {
  width: 13px;
  height: 13px;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 2px;
  font-size: 9px;
}

.modal-text {
  border-radius: 15px;
  margin-top: 5px;
  font-size: 15px;
  height: 140px;
}

.modal-action-button {
  font-size: 17px;
  border-radius: 15px;
  padding: 10px 58px;
  margin-top: 18px;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
.main-section {
  padding: 123px 114px 50px 106px;
}

.title-text {
  font-size: 70px;
  line-height: 75px;
}

.title-info {
  font-size: 22px;
}

.btn-discover{
  font-size: 35px;
  padding: 11px 26px 2px 26px;
  height: 70px;

}
.discover-text{
  font-size: 22px;
  max-width: 700px;

}
.mini-chat-button{
  padding: 20px 30px 12px 30px;
  font-size: 25px;
}

.upper-right {
  max-width: 804px;
  max-height: 804px;
}
}
@media only screen and (min-width:1100px ) and (max-width: 1440px) {

  .main-section {
    padding: 113px 104px 45px 90px;
  }
 
  .title-text {
    font-size: 70px;
    line-height: 75px;
  }

  .title-info {
    font-size: 22px;
  }

  .btn-discover{
    font-size: 30px;
    padding: 8px 26px 2px 26px;
    height: 65px;
  
  }

  .discover-text{
    font-size: 22px;
    max-width: 700px;
  
  }

  .btn {
    font-size: 20px;
    padding: 15px 30px;
  }

  .mini-chat-button{
    padding: 20px 30px 12px 30px;
    font-size: 25px;
  }

  .upper-right {
    max-width: 650px;
    max-height: 650px;
  }
  
  .steps{
    padding: 0 150px;
  }
  .steps h1 { 
    font-size:61px ;
  }

  .step{
    height: 200px;
    padding: 0 30px;
  }

  .step span{
    font-size: 25px;
  }

  .cases-left {
    padding: 0 100px;
  }
  
  .cases-left h1 {
    font-size:40px ;
  }

  .cases-left .content {
    font-size:16px ;
  }
  
  .scroll-container{
    height:680px
  }
  .titles{
    gap: 24px ;
  }
  .title.active{
    font-size: 58px;
  }

  .title.near{
    font-size: 53px;
  }

  .title.far{
    font-size: 45px;
  }

  .fz-28{
    font-size: 24px;
  }
  
  .details-padding{
    padding-inline-start: 70px ;
    padding-inline-end: 40px;
  }

  .fz-70{
    font-size: 50px;
  }

  .try-us{
    padding: 123px 120px;
  }
  .form-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)); 
  }
  .form-input {
    gap: 15px;
  }
  .form-input input{
    height: 60px;
    font-size: 23px;
  }
  .select-wrapper select{
    height: 60px;
    font-size: 23px;

  }
  .try-us h1:nth-child(1){
    font-size: 80px;
  }
  .form-input label
  {
    font-size: 25px;
  }
  .submit-button{
    font-size: 30px;
    padding: 17px 27px;
    margin-top: 80px;
  }

  .footer-container{
    padding: 115px 110px 50px 110px;
    height: 600px;
  }
  .newsletter h1{
    font-size: 23px;
  }
  .newsletter input{
    font-size: 23px;
    height: 60px;
  }
  .footer-links{
    font-size: 23px;
  }

  .copy-right {
   font-size: 27px; ;
   height: 115px;
   padding: 40px 160px 40px 161px;
  }

  .service-page-container{
    padding:  105px 225px 105px 90px;
    gap: 30px;
  }
  .service-page-container h1{
    font-size: 40px;
  }
  .service-page-container p{
    font-size: 20px;
  }
  .cta-services{
    padding: 17px 74px;
  }
  .cta-services h1 {
    font-size: 18px;
  }
  .cta-services button {
    font-size: 15px;
    padding: 14px 28px;

  }
  .cta-services p {
    font-size: 15px;
  }
  
  .accordion {
    padding: 0px 20px;
  }
  
  .accordion h2 button  {
    font-size:19px;
    padding: 8px;

  }
  
  .accordion-item {
    gap: 12px;
    font-size: 18px;
    padding: 10px;
    line-height: 22px;
  }
  .modal-container {
  padding: 40px;
  gap:34px;
  width: 60%;
}

.modal-close-button {
  font-size: 22px;
}

.modal-title {
  font-size: 26px;
}

.modal-form {
  gap:30px;
}

.modal-grid {
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 69px;
  row-gap: 20px;
}

.modal-input{
  font-size: 19px;
}

.modal-input input{
  font-size: 15px;
}

.modal-date label{
  font-size: 19px;
}

.modal-checkbox{
  gap: 12px;
  font-size: 14px;
}

.modal-checkbox input[type="checkbox"] {
  width: 12px;
  height: 12px;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 3px;
  font-size: 9px;
}

.modal-text {
  border-radius: 14px;
  margin-top: 5px;
  font-size: 14px;
  height: 130px;
}

.modal-action-button {
  font-size: 16px;
  border-radius: 14px;
  padding: 10px 52px;
  margin-top: 17px;
}
}
@media only screen and (min-width: 999px) and (max-width: 1099px) {

.main-section {
  padding: 103px 95px 45px 80px;
}

.title-text {
  font-size: 65px;
  line-height: 70px;
}

.title-info {
  font-size: 20px;
}

.btn-discover{
  font-size: 25px;
  height: 55px;

}
.discover-text{
  font-size: 22px;
  max-width: 600px;

}

.btn {
  font-size: 20px;
  padding: 15px 30px;
}

.mini-chat-button{
  padding: 17px 20px 10px 20px;
  font-size: 23px;
}

.nav-bar a {
  font-size: 26.5px;
}

.upper-right {
  max-width: 600px;
  max-height: 600px;
}

.steps{
  padding: 0 150px;}

.steps h1 { 
  font-size:53px ;
}

.step{
  height: 150px;
  padding: 0 25px;
}

.step span{
  font-size: 22px;
}

.cases-left {
  padding: 0 80px;
}

.cases-left h1 {
  font-size:40px ;
}

.cases-left .content {
  font-size:14px ;
}


.know-more span {
  font-size: 19px;
}

.scroll-container{
  height:600px
}
.titles{
  gap: 20px ;
  padding: 95px 0;
}
.title.active{
  font-size: 50px;
}

.title.near{
  font-size: 48px;
}

.title.far{
  font-size: 40px;
}

.fz-28{
  font-size: 22px;
}

.details-padding{
  padding-inline-start: 60px ;
  padding-inline-end: 40px;
}

.fz-70{
  font-size: 48px;
}

.try-us{
  padding: 123px 120px;
}
.form-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
}

.form-input {
  gap: 10px;
}
.form-input input{
  height: 55px;
  font-size: 20px;
}
.select-wrapper select{
  height: 55px;
  font-size: 20px;

}
.try-us h1:nth-child(1){
  font-size: 75px;
}
.form-input label
{
  font-size: 21px;
}
.submit-button{
  font-size: 25px;
  padding: 15px 25px;
  margin-top: 70px;
}

.footer-container{
  padding: 105px 110px 50px 110px;
  height: 600px;
}
.newsletter h1{
  font-size: 20px;
}
.newsletter input{
  font-size: 20px;
  height: 50px;
}
.footer-links{
  font-size: 20px;
}

.copy-right {
  font-size: 25px; ;
  height: 110px;
  padding: 37px 155px 37px 156px;
 }

 .service-page-container{
  padding:  90px 180px 90px 70px;
  gap: 26px;
}
.service-page-container h1{
  font-size: 35px;
}
.service-page-container p{
  font-size: 17px;
}
.cta-services{
  padding: 15px 70px;
}
.cta-services h1 {
  font-size: 15px;
}
.cta-services button {
  font-size: 13px;
  padding: 13px 26px;

}
.cta-services p {
  font-size: 13px;
}

.accordion {
  padding: 0px 18px;
}

.accordion h2 button  {
  font-size:17px;
  padding: 7px;
}

.accordion-item {
  gap: 11px;
  font-size: 16px;
  padding: 9px;
  line-height: 21px;
}

.modal-container {
  padding: 35px;
  gap:31px;
  width: 60%;
}

.modal-close-button {
  font-size: 21px;
}

.modal-title {
  font-size: 23px;
}

.modal-form {
  gap:26px;
}

.modal-grid {
  grid-template-columns: repeat(2, 1fr); 
  column-gap: 64px;
  row-gap: 18px;
}

.modal-input{
  font-size: 17px;
}

.modal-input input{
  font-size: 13px;
}

.modal-date label{
  font-size: 17px;
}

.modal-checkbox{
  gap: 11px;
  font-size: 13px;
}

.modal-checkbox input[type="checkbox"] {
  width: 11px;
  height: 11px;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 3px;
  font-size: 8px;
}

.modal-text {
  border-radius: 13px;
  margin-top: 5px;
  font-size: 13px;
  height: 125px;
}

.modal-action-button {
  font-size: 15px;
  border-radius: 14px;
  padding: 10px 48px;
  margin-top: 16px;
}
}
@media only screen and (min-width: 750px) and (max-width: 999px) {

.main-section {
  padding: 90px 95px 40px 70px;
}
.main-title-responsive {
  height: 50%;
  justify-content: end;
}
.title-text {
  font-size: 65px;
  line-height: 70px;
}

.title-info {
  font-size: 20px;
}

.btn-discover{
  font-size: 25px;
  height: 55px;

}
.discover-text{
  font-size: 18px;
  max-width: 600px;

}

.btn {
  font-size: 20px;
  padding: 15px 30px;
}
.mini-chat-button{
  padding: 17px 20px 10px 20px;
  font-size: 23px;
}
.upper-right {
  top: 15%;   
}
.step-container{
  flex-direction: column  ;
  align-items: center;
}

.steps{
  padding: 0 120px;
}

.steps h1 { 
  font-size:39px ;
  text-align: center;
}

.step{
  height: 150px;
  width: 70%;
  justify-content: center;
  padding: 0 25px;
}

.step span{
  font-size: 25px;
  text-align: center;
}

.cases-left {
  padding: 0 45px;
}

.cases-left h1 {
  font-size:35px ;
}

.cases-left .content {
  font-size:14px ;
}

.know-more{
  padding: 8px 12px;

}
.know-more span {
  font-size: 18px;
}

.scroll-container{
  height:550px
}

.titles{
  gap: 18px ;
  padding: 90px 0;
}
.title.active{
  font-size:39px;
}

.title.near{
  font-size: 35px;
}

.title.far{
  font-size: 32px;
}

.gap-59{
  gap:40px;
}
.gap-69{
  gap:45px;
}

.fz-28{
  font-size: 18px;
}

.details-padding{
  padding-inline-start: 55px ;
  padding-inline-end: 35px;
}

.fz-70{
  font-size: 37px;
}

.try-us{
  padding: 113px 98px;
}
.form-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  column-gap: 40px;
  row-gap: 20px;
}

.form-input {
  gap: 10px;
}
.form-input input{
  height: 50px;
  font-size: 20px;
}
.select-wrapper select{
  height: 50px;
  font-size: 20px;

}
.try-us h1:nth-child(1){
  font-size: 60px;
}
.form-input label
{
  font-size: 18px;
}
.submit-button{
  font-size: 20px;
  padding: 15px 25px;
  margin-top: 40px;
}

.footer-container{
  padding: 105px 100px 50px 100px;
  height: 600px;
}
 .newsletter{
  gap: 10px;
  width: 55%;
}
.newsletter h1{
  font-size: 20px;
}
.newsletter input{
  font-size: 20px;
  height: 40px;
}
.footer-links{
  font-size: 20px;
}

.copy-right {
  font-size: 22px; ;
  height: 100px;
  padding: 30px 145px 30px 146px;
 }

 .service-page-container{
  padding:  90px 100px 90px 70px;
  gap: 26px;
}
.service-page-container h1{
  font-size: 35px;
}
.service-page-container p{
  font-size: 17px;
}
.cta-services{
  padding: 15px 70px;
}
.cta-services h1 {
  font-size: 15px;
}
.cta-services button {
  font-size: 13px;
  padding: 12px 24px;

}
.cta-services p {
  font-size: 13px;
}

.accordion {
  padding: 0px 18px;
}

.accordion h2 button  {
  font-size:16px;
  padding: 7px;
}

.accordion-item {
  gap: 11px;
  font-size: 16px;
  padding: 9px;
  line-height: 21px;
}

.modal-container {
  padding: 32px;
  gap:30px;
  width: 90%;
}

.modal-close-button {
  font-size: 19px;
}

.modal-title {
  font-size: 20px;
}

.modal-form {
  gap:24px;
}

.modal-grid {
  grid-template-columns: repeat(1, 1fr); 
  row-gap: 18px;
}

.modal-input{
  font-size: 15px;
}

.modal-input input{
  font-size: 12px;
}

.modal-date label{
  font-size: 15px;
}

.modal-checkbox{
  gap: 11px;
  font-size: 11px;
}

.modal-checkbox input[type="checkbox"] {
  width: 11px;
  height: 11px;
  margin-top: 0;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 3px;
  font-size: 8px;
}

.modal-text {
  border-radius: 12px;
  margin-top: 5px;
  font-size: 11px;
  height: 100px;
}

.modal-action-button {
  font-size: 14px;
  border-radius: 14px;
  padding: 10px 45px;
  margin-top: 15px;
}
}
@media only screen and (min-width: 550px) and (max-width: 750px) {

.main-section {
  padding: 70px 120px 35px 50px;
}
.main-title-responsive {
  height: 50%;
  justify-content: end;
}

.title-text {
  font-size: 58px;
  line-height: 60px;
  max-width: 500px;
}

.title-info {
  font-size: 18px;
}

.btn-discover{
  font-size: 22px;
  height: 50px;

}
.discover-text{
  font-size: 16px;
  max-width: 500px;
  letter-spacing: 0;

}

.btn {
  font-size: 18px;
  padding: 13px 25px;
}
.mini-chat-button{
  padding: 14px 15px 8px 15px;
  font-size: 20px;
}
.upper-right {
  top: 5%;
}

.step-container{
  flex-direction: column  ;
  align-items: center;
}

.steps{
  padding: 0 40px;
}
.steps h1 { 
  font-size:36px ;
  text-align: center;
}

.step{
  height: 120px;
  width: 60%;
  justify-content: center;
  padding: 0 25px;
}

.step span{
  font-size: 25px;
  text-align: center;
}

.cases-left {
  padding: 0 30px;
}

.cases-left h1 {
  font-size:30px ;
}

.cases-left .content {
  font-size:10px ;
}

.know-more{
  padding: 5px 10px;

}

.know-more span {
  font-size: 13px;
}
.cases-container{
  height: 500px;
}
.scroll-container{
  height:400px
}

.titles{
  gap: 10px ;
  padding: 70px 0;
}
.title.active{
  font-size:27px;
}

.title.near{
  font-size: 25px;
}

.title.far{
  font-size: 21px;
}
.gap-59{
  gap:30px;
}
.gap-69{
  gap:35px;
}
.fz-28{
  font-size: 12px;
}
.fz-70{
  font-size: 25px;
}
.details-padding{
  padding-inline-start: 45px ;
  padding-inline-end: 30px;
}


.try-us{
  padding: 113px 110px;
}
.form-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  column-gap: 40px;
  row-gap: 20px;
}

.form-input {
  gap: 10px;
}
.form-input input{
  height: 50px;
  font-size: 20px;
}
.select-wrapper select{
  height: 50px;
  font-size: 20px;

}
.try-us h1:nth-child(1){
  font-size: 70px;
}
.form-input label
{
  font-size: 20px;
}
.submit-button{
  font-size: 25px;
  padding: 20px 30px;
  margin-top: 40px;
}

.footer-container{
  padding: 105px 50px 40px 50px;
  height: 600px;
}
.newsletter{ 
  gap: 10px;
}
.newsletter h1{
  font-size: 16px;
}
.newsletter input{
  font-size: 16px;
  height: 40px;
}
.footer-links{
  font-size: 16px;
}
.footer-links h1 {
  font-size: 15px;
}

.copy-right {
  font-size: 18px; ;
  height: 90px;
  padding: 20px 120px 20px 120px;
 }

 .service-page-container{
  padding:  80px 90px 80px 60px;
  gap: 23px;
}
.service-page-container h1{
  font-size: 30px;
}
.service-page-container p{
  font-size: 15px;
}
.cta-services{
  padding: 13px 55px;
}
.cta-services h1 {
  font-size: 13px;
}
.cta-services button {
  font-size: 11px;
  padding: 11px 22px;

}
.cta-services p {
  font-size: 11px;
}

.accordion {
  padding: 0px 14px;
}

.accordion h2 button  {
  font-size:15px;
  padding: 6px;
}

.accordion-item {
  gap: 10px;
  font-size: 13px;
  padding: 8px;
  line-height: 20px;
}

.modal-container {
  padding: 28px;
  gap:26px;
  width: 90%;
}

.modal-close-button {
  font-size: 18px;
}

.modal-title {
  font-size: 18px;
}

.modal-form {
  gap:21px;
}

.modal-grid {
  grid-template-columns: repeat(1, 1fr); 
  row-gap: 17px;
}

.modal-input{
  font-size: 13px;
}

.modal-input input{
  font-size: 11px;
}

.modal-date label{
  font-size: 13px;
}

.modal-checkbox{
  gap: 10px;
  font-size: 10px;
}

.modal-checkbox input[type="checkbox"] {
  width: 10px;
  height: 10px;
  margin-top: 0;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 2px;
  font-size: 7px;
}

.modal-text {
  border-radius: 10px;
  margin-top: 5px;
  font-size: 10px;
  height: 85px;
}

.modal-action-button {
  font-size: 12px;
  border-radius: 12px;
  padding: 8px 40px;
  margin-top: 12px;
}
}
@media only screen and (min-width: 390px) and (max-width: 550px) {

.main-section {
  padding: 70px 74px 35px 50px;
}

.main-title-responsive {
  height: 50%;
  justify-content: end;
}

.title-text {
  font-size: 45px;
  line-height: 42px;
}

.title-info {
  font-size: 14px;
}

.btn-discover{
  font-size: 18px;
  height: 40px;
  padding: 8px 15px 11px 15px;


}
.discover-text{
  font-size: 14px;
  max-width: 500px;
  letter-spacing: 0;

}

.btn {
  font-size: 13px;
  padding: 13px 12px 9px 12px;
}

.mini-chat-button{
  padding: 12px 14px 7px 14px;
  font-size: 14px;
}
.upper-right {
  top: 25%;
  filter: brightness(150%);
  }

  .step-container{
    flex-direction: column  ;
    align-items: center;
  }

  .steps{
    padding: 0 40px;
  }
  .steps h1 { 
    font-size:23px ;
    text-align: center;
  }

  .step{
    height: 100px;
    width: 70%;
    justify-content: center;
    padding: 0 25px;
  }

  .step span{
    font-size: 17px;
    text-align: center;
  }

  
.cases-left {
  padding: 0 30px;
}

.cases-left h1 {
  font-size:22px ;
}

.cases-left .content {
  font-size:8px ;
}

.know-more span {
  font-size: 11px;
}
.know-more{
  padding: 5px 10px;

}

.cases-container{
  height: 400px;
}

.arrow-svg {
  width: 8px;
}

.scroll-container{
  height:350px
}

.titles{
  gap: 10px ;
  padding: 60px 0;
}
.title.active{
  font-size:20px;
}

.title.near{
  font-size: 15px;
}

.title.far{
  font-size: 10px;
}
.gap-59{
  gap:25px;
}
.gap-69{
  gap:30px;
}
.fz-28{
  font-size: 11px;
}
.fz-70{
  font-size: 18px;
}
.details-padding{
  padding-inline-start: 30px ;
  padding-inline-end: 15px;
  gap: 20px;
}

.try-us{
  padding: 90px 40px;
}

.form-grid{
  grid-template-columns: repeat(1, minmax(0, 1fr)); 
  row-gap: 10px;
}

.form-input {
  gap: 10px;
}
.form-input input{
  height: 50px;
  font-size: 20px;
}
.select-wrapper select{
  height: 50px;
  font-size: 20px;

}
.try-us h1:nth-child(1){
  font-size: 45px;
}
.form-input label
{
  font-size: 15px;
}
.submit-button{
  font-size: 17px;
  padding: 5px 20px;
  margin-top: 30px ;
}

.footer-container{
  padding: 105px 40px 35px 40px;
  height: 600px;
}
.newsletter{ 
  gap: 10px;
  width:50%
}
.newsletter h1{
  font-size: 13px;
}
.newsletter input{
  font-size: 13px;
  height: 25px;
  padding: 0 10px;
}
.footer-links{
  font-size: 15px;
}

.copy-right {
  font-size: 15px; ;
  height: 80px;
  padding: 15px 70px 15px 70px;
 }

 .service-page-container{
  padding:  70px 40px 80px 40px;
  gap: 21px;
}
.service-page-container h1{
  font-size: 25px;
}
.service-page-container p{
  font-size: 12px;
}
.cta-services{
  padding: 11px 47px;
}
.cta-services h1 {
  font-size: 11px;
}
.cta-services button {
  font-size: 9px;
  padding: 10px 20px;

}
.cta-services p {
  font-size: 9px;
}

.accordion {
  padding: 0px 12px;
}

.accordion h2 button  {
  font-size:13px;
  padding: 6px;
}

.accordion-item {
  gap: 9px;
  font-size: 11px;
  padding: 8px;
  line-height: 19px;
}

.modal-container {
  padding: 28px;
  gap:26px;
  width: 90%;
}

.modal-close-button {
  font-size: 18px;
}

.modal-title {
  font-size: 18px;
}

.modal-form {
  gap:21px;
}

.modal-grid {
  grid-template-columns: repeat(1, 1fr); 
  row-gap: 17px;
}

.modal-input{
  font-size: 13px;
}

.modal-input input{
  font-size: 11px;
}

.modal-date label{
  font-size: 13px;
}

.modal-checkbox{
  gap: 10px;
  font-size: 10px;
}

.modal-checkbox input[type="checkbox"] {
  width: 9px;
  height: 9px;
  margin-top: 2px;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 2px;
  font-size: 7px;
}


.modal-text {
  border-radius: 10px;
  margin-top: 5px;
  font-size: 10px;
  height: 85px;
}

.modal-action-button {
  font-size: 12px;
  border-radius: 12px;
  padding: 8px 40px;
  margin-top: 12px;
}
}
@media only screen and (max-width: 389px) {

.main-section {
  padding: 50px 50px 30px 30px;
}
.main-title-responsive {
  height: 50%;
  justify-content: end;
}
.title-text {
  font-size: 30px;
  line-height: 40px;
}

.title-info {
  font-size: 12px;
}

.btn-discover{
  font-size: 15px;
  height: 30px;
  padding: 4px 11px 11px 11px;


}
.discover-text{
  font-size: 12px;
  max-width: 500px;
  letter-spacing: 0;

}

.btn {
  font-size: 13px;
  padding: 14px 12px 9px 12px;
}
.mini-chat-button{
  padding: 12px 14px 7px 14px;
  font-size: 12px;
}
.upper-right {
  top: 20%;
  filter: brightness(150%);

}

.step-container{
  flex-direction: column  ;
  align-items: center;
}

.steps{
  padding: 0 20px;
  gap: 50px;
}
.steps h1 { 
  font-size:21px ;
  text-align: center;
}

.step{
  height: 80px;
  width: 70%;
  justify-content: center;
  padding: 0 25px;
}

.step span{
  font-size: 18px;
  text-align: center;
}
.cases-left {
  padding: 0 30px;
}

.cases-left h1 {
  font-size:16px ;
}

.cases-left .content {
  font-size:6px ;
}

.know-more span {
  font-size: 9px;
}
.know-more{
  padding: 4px 9px;

}

.arrow-svg {
  width: 7px;
}

.scroll-container{
  height:350px
}

.titles{
  gap: 10px ;
  padding: 60px 0;
}
.title.active{
  font-size:16px;
}

.title.near{
  font-size: 13px;
}

.title.far{
  font-size: 9px;
}
.gap-59{
  gap:21px;
}
.gap-69{
  gap:26px;
}
.fz-28{
  font-size: 8px;
}
.fz-70{
  font-size: 18px;
}
.details-padding{
  padding-inline-start: 30px ;
  padding-inline-end: 15px;
  gap: 20px;
}

.cases-container{
height: 300px;
}

.arrow-svg {
display: none;
}
.try-us{
padding: 90px 25px;
}
.form-grid{
grid-template-columns: repeat(1, minmax(0, 1fr)); 
row-gap: 10px;
}

.form-input {
gap: 10px;
}
.form-input input{
height: 50px;
font-size: 20px;
}
.select-wrapper select{
height: 50px;
font-size: 20px;

}
.try-us h1:nth-child(1){
font-size: 45px;
}
.form-input label
{
font-size: 15px;
}
.submit-button{
font-size: 13px;
padding: 2px 15px;
margin-top: 30px ;
}

.footer-container{
padding: 105px 40px 35px 40px;
height: 600px;
}
.newsletter {
gap: 10px;
}
.newsletter h1{
font-size: 9px;
}
.newsletter input{
font-size: 8px;
height: 25px;
padding: 0 10px;
}
.footer-links{
font-size: 11px;
}

.copy-right {
font-size: 13px; ;
height: 70px;
padding: 13px 50px 13px 50px;
}

.service-page-container{
  padding:  55px 30px 55px 30px;
  gap: 20px;
}
.service-page-container h1{
  font-size: 21px;
}
.service-page-container p{
  font-size: 10px;
}
.cta-services{
  padding: 10px 45px;
}
.cta-services h1 {
  font-size: 10px;
}
.cta-services button {
  font-size: 8px;
  padding: 9px 18px;

}
.cta-services p {
  font-size: 8px;
}

.accordion {
  padding: 0px 11px;
}

.accordion h2 button  {
  font-size:11px;
  padding: 5px;
}

.accordion-item {
  gap: 8px;
  font-size: 10px;
  padding: 7px;
  line-height: 18px;
}

.modal-container {
  padding: 25px;
  gap:23px;
  width: 90%;
}

.modal-close-button {
  font-size: 17px;
}

.modal-title {
  font-size: 16px;
}

.modal-form {
  gap:17px;
}

.modal-grid {
  grid-template-columns: repeat(1, 1fr); 
  row-gap: 15px;
}

.modal-input{
  font-size: 11px;
}

.modal-input input{
  font-size: 9px;
}

.modal-date label{
  font-size: 11px;
}

.modal-checkbox{
  gap: 8px;
  font-size: 10px;
}

.modal-checkbox input[type="checkbox"] {
  width: 9px;
  height: 9px;
  margin-top: 2px;
}

.modal-checkbox input[type="checkbox"]::before {
  margin-top: 2px;
  font-size: 7px;
}

.modal-text {
  border-radius: 8px;
  margin-top: 5px;
  font-size: 9px;
  height: 75px;
}

.modal-action-button {
  font-size: 10px;
  border-radius: 11px;
  padding: 6px 35px;
  margin-top: 10px;
}
}
@media only screen and (max-width:1100px){
.btn-more{
  top: 3%;
  right: 4%;
}
}
@media only screen and (max-width: 999px) {
.burger {
  display: block !important;
}
.record-container{
  padding-inline-start: 0px;

}
.chat-switch-button {
  top:5%;
  right: 5%;
  bottom: auto;
  left: auto;
  font: normal normal normal 20px/36px Agrandir;
  padding: 15px 25px 8px 25px;
}

.discover-section{
  align-items: start;
  justify-content: start;
}

}

@media only screen and (max-width: 500px) {
.nav-bar-small img {
  margin-bottom: 100px;
  margin-top: 50px;
}
}