@import url("https://fonts.googleapis.comc/ss?family=Open+Sans:700"); 
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Public+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Poppins&family=Public+Sans&display=swap');

@font-face{
  font-family: "Public Sans";
  src: url(fonts/Public_Sans/static/PublicSans-ExtraBold.ttf)
}
@font-face{
  font-family: "Poppins";
  src: url(fonts/Poppins-Regular.ttf);
}

a {text-decoration: none; }
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow-x: hidden;
  justify-content: spacing-between;
}
a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
.navbar > .brand {
  display: block;
  font-size: 16px;
  color: #777;
  margin: 22px;
}

.navbar{
    display: flex;
    position: fixed; 
    top: 0; left: 0;
     z-index: 9999; 
     width: 100%; 
     height: 50px;
      background-color: #33333B;
}
.main {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: undefinedpx undefinedpx undefinedpx undefinedpx;
    position: relative;
    overflow: hidden;
    height: auto;
}
.main > .kev_cell {
    display: flex;
    flex-direction: column;
    position: relative;
}
.main > .cell_grad {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 650px;
    background: radial-gradient(164.46% 397.88% at -17.4% -13.63%, #DCD6F5 0%, rgba(255, 255, 255, 0.75) 42.33%, rgba(187, 209, 243, 0.9) 100%);
}
.em_cell {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  min-height: 952px;

}
.em_cell_grad {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 756px;
  width: 100%;
  height: auto;
  background: radial-gradient(164.46% 397.88% at -17.4% -13.63%, #DCD6F5 0%, rgba(255, 255, 255, 0.75) 42.33%, rgba(187, 209, 243, 0.9) 100%);
}
@media(max-width: 1621px){
  .em_cell_grad{
    height: 756px;
  }
}
@media(max-width: 1620px){
  .em_cell_grad{
    height: 856px;
  }
}
@media(max-width: 1320px){
  .em_cell_grad{
    height: 956px;
  }
}
@media(max-width: 1020px){
  .em_cell_grad{
    height: 1056px;
  }
}
@media(max-width: 720px){
  .em_cell_grad{
    height: 1156px;
  }
}
@media(max-width: 500px){
  .em_cell_grad{
    height: 1306px;
  }
  .textbox{
    font-size: 20px;
  }
}
@media(max-width: 420px){
  .em_cell_grad{
    height: 1406px;
  }
}

.changedirection-flex{
  display: flex; position: absolute;
  gap:  0px; 
  flex-direction: column; 
  justify-content: center; 
  right: 0;
}
@media(max-width: 1500px){
  .em_cell{
    display: none;
  }
}
.appearCell {
  display: none;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  background: #33333B;
  min-height: 1904px;

}
.TTSlogo{
  position: relative;
  align-items: center;
  margin-left: 200px;
}
@media(max-width: 1500px){
  .appearCell{
    display: flex;
  }
  .TTSlogo{
    margin-left: 0px;
  }
}
form{
  display: inline-block;
}
main{
    margin-top: 87px;
}
.img{
    border: none;
}
.textbox{
  display: flex;
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
  text-decoration: none;
  
}
.textbox:hover{
  /*background: radial-gradient(87.88% 721.28% at -14.84% -5.65%, #FFFFFF 0%, #DADCFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
/*-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
  color: transparent;
  text-decoration: underline;
  text-decoration-color:white; 
  */
  color: #CAC0EE;
  

}
.centered {
  font-family: "Public Sans", sans-serif;
  font-style: normal;
  font-size: 50px;
  line-height: 90px;
  opacity: 1;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
@media (max_width: 1700px){
  .centered{
    font-size: 43px;
  }
}
@media (max_width: 1500px){
  .centered{
    font-size: 38px;
  }
}
@media (max_width: 1300px){
  .centered{
    font-size: 33px;
  }
}
@media (max_width: 1100px){
  .centered{
    font-size: 28px;
  }
}
@media (max_width: 900px){
  .centered{
    font-size: 24px;
  }
}
.learn{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    position: relative;
    flex-grow: 1;
    width: 240px;
    height: 56px;
    left: 840px;
    top: 700px;
    font-size: 25px;
    line-height: 45px;
    font-weight: 650;
    background: #33333B;
    color: white;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
    border-color: #33333B;
}
.learn:hover{
    background:#E2E0F4;
    color: black;
    border-color:#E2E0F4;
}
@media (max-width: 1199px) {
.learn {
    font-size: 16px;
    margin: 13px 16px;
}
}
@media (max-width: 991px) {
.learn {
    margin: 13px 12px;
}
}
@media (max-width: 575px) {
.learn {
    margin: 13px 8px;
}
}
.button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    position: relative;
    flex-grow: 1;
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
@media (max-width: 1199px) {
.button {
    font-size: 16px;
    margin: 13px 16px;
}
}
@media (max-width: 991px) {
.button {
    margin: 13px 12px;
}
}
@media (max-width: 575px) {
.button {
    margin: 13px 8px;
}
}

.clientapp{
    background: #E2E0F4;
    position: absolute;
    width: 300px;
    height: 56px;
    left: 1020px;
    top: 571px;
    font-size: 18px;
    font-weight: 650;
    line-height: 45px;
    color: black;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
}
.clientapp:hover{
    background: #33333B;
    color: white;
}
.apply{
    
    width: 139px;
    height: 38px;
    left: 87%;
    top: 5px;
    color: #33333B;
    background: white;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
}
.apply:hover{
    background: #CAC0EE;
    color: white;
}
.studentapp{
    position: absolute;
    width: 300px;
    height: 56px;
    left: 600px;
    top: 571px;
    font-size: 18px;
    font-weight: 650;
    line-height: 45px;
    background: #E2E0F4;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
}
.studentapp:hover{
    background: #33333B;
    color: white;
}
.projects{
  position: absolute;
  width: 1920px;
  height: 1224px;
  left: 0px;
  top: 1872px;
  background: #33333B;
  color: white;
}
.projectBox{
  position: absolute;
  width: 380px;
  height: 480px;
  border-radius: 23px;
  top: 400px;
  box-shadow: 2px 2px 10px black;
  background: #EAEAEA;
}
.moreProjects{
  position: absolute;
  width: 280px;
  height: 60px;
  left: 820px;
  top: 1000px;
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  background: #ECEBEA;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
  border-radius: 15px;
}
.moreProjects:hover{
  background:#CAC0EE;
  color: white;

}
.services{
  position: absolute;
  width: 1920px;
  height: 825px;
  left: 0px;
  top: 3096px;
  background: radial-gradient(203.89% 515.07% at 147.43% 126.66%, #DCD6F5 0%, rgba(247, 245, 255, 0.7) 47.23%, #BBD1F3 100%);
}
.sendMessage{
  position: absolute;
  top:650px;
  left: 120px;
  text-align: center;
  justify-content: center;
  width: 200px;
  background: #33333B;
  color: white;
  border-radius: 15px;
}
.sendMessage:hover{
  background: white;
  color: #33333B;
}
.sendMessageSmall{
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  justify-content: center;
  width: 200px;
  background: #33333B;
  color: white;
  border-radius: 15px;
}
.sendMessageSmall:hover{
  background: white;
  color: #33333B;
}
.fighting-game{
  position:absolute;
  left: 135px;
  top: 215px;
  width: 100px;
  height: 50px;
  background: #33333B;
  color: white;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
  border:none;
  border-radius: 15px;
  font-family: Poppins-Regular, sans-serif;
  font-size: 25px;
  line-height: 45px;
  font-weight: 650;
}
.fighting-game:hover{
  background: #CAC0EE;
  color: whitef;
  
}
.footer{
  position: relative;
  top: 3921px;
  width: 1920px;
  left: 0px;
  height: 852px;
  background: #33333B;
}
.centerbar{
  display: none;
  position: absolute;
  height: 8000px;
  width: 1px;
  background: black;
  left: 960px;
}
.navbar-textbox{
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
}
.navbar-textbox:hover{
  /*background: radial-gradient(87.88% 721.28% at -14.84% -5.65%, #FFFFFF 0%, #DADCFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
/*-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
  color: transparent;
  text-decoration: underline;
  text-decoration-color:white; 
  */
  color: #CAC0EE;
  text-decoration-color: #CAC0EE;
  text-decoration: underline
}
@media (max-width: 788px){
  .navbar-textbox{
    display: none;
  }
  .apply{
    display: none;
  }
}

.dropdown {
  position: absolute;
  right: 100px;
  width: 87px;
  height: 87px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #33333B;
  width: 160px;
  height: 280px;
  right: 0px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 3px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */

@media(min-width: 788px){
  .dropdown{
    display: none;
  }
}
.dropdowntextbox{
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 45px;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
  color: white;
}
.dropdowntextbox:hover{
  color: #33333B;
  text-decoration-color: #33333B;
  text-decoration: underline
}

.serviceblock{ 
  height:auto;
  background-color: #33333B;
  background-position:center;
  background-size: cover;
  padding:4vw;
  background-blend-mode: darken;
  background-attachment:fixed; 
  background-repeat: no-repeat; 
  background-position: 50% 50%; 
  background-size:cover; 
  max-height:100%;
}
.serving{
  display:flex;
  flex-direction: row;
  margin:auto;
  justify-content: center;
}
.services2{
  display:flex;
  flex-direction: column;
  height: 100%;
}
.description h1{
  color:white;
  line-height:4vw;
  text-align:left;
  font-size:30px;
  font-weight:400;
  letter-spacing:0.2vw;
}
.description{
  color:white;
  margin-left:3vw;
  width:50vw;
  text-align: left;
  font-size:20px;
  line-height:40px;
}
.description a h2{
  color:white;
  text-align:right;    
  font-size:20px;
}
.default-button{
  flex: 1;
  text-align:center;
  border: solid 2px #c4c6f9;
  border-radius: 25px;
  padding: .8vw 1.4vw;
  width:50vw;
  margin: auto!important;
  color: #c4c6f9;
  background-color:rgba(255,255,255,.1);
  margin-bottom: 8px !important;
  width:30vw;
}
.default-button h3{
  color:#c4c6f9;
  font-size:18px;
  line-height:25px;
}
.js-button default-button:hover{
  color:white;
}
.active-button{
  background:#c4c6f9;
}
.active-button h3{
  color:white;
}

@media (max-width: 640px) {
  .serviceblock{ 
    padding-bottom:8vw;
    padding-top:8vw;
}
  .serviceblock h1{
    padding:2vw;
}
  .serving{
  display:flex;
  flex-direction: column;
  margin:auto;
  justify-content: center;
}
.default-button{
padding: 10px;
  width: 80vw;
  margin: auto!important;
  margin-bottom: 1vw!important;
  border: solid 1px #c4c6f9;
  border-radius: 25px;
}
.default-button h3{
  font-size:16px;
}
.description h1{
  text-align:center;
padding-top:5vw;
  line-height:35px;
}
.description{
  color:white;
  margin:auto;
  width:90vw;
  text-align: center;
  font-size:15px;
  line-height:30px;
}
} 
.description i{
  font-size:20px;
}
.imageTitle{
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 40px;
  padding-top: 40px;
  font-family: "Public Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0px;
  color: rgba(0,0,0,.7);
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.navbar{
    display: flex;
    position: fixed; 
    top: 0; left: 0;
     z-index: 9999; 
     width: 100%; 
     height: 50px;
      background-color: #33333B;
}
body{
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  overflow-x: hidden;
  justify-content: spacing-between;
}
main{
    margin-top: 87px;
}
.img{
    border: none;
    width: 100%;
    height: auto;
}
.textbox{
    display: flex;
    font-family: Poppins-Regular, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 45px;
    justify-content: center;
    letter-spacing: 0.1em;
    text-align: center;
    color: white;
    text-decoration: none;
    
}
@font-face{
  font-family: "Public Sans";
  src: url(fonts/Public_Sans/static/PublicSans-ExtraBold.ttf)
}
@font-face{
  font-family: "Poppins";
  src: url(fonts/Poppins-Regular.ttf);
}
.textbox:hover{
  /*background: radial-gradient(87.88% 721.28% at -14.84% -5.65%, #FFFFFF 0%, #DADCFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
/*-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
  color: transparent;
  text-decoration: underline;
  text-decoration-color:white; 
  */
  color: #CAC0EE;
  

}
.centered {
    font-family: "Public Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 90px;
    opacity: 1;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.learn{
    position: relative;
    display: block; 
    margin: auto;
    width: 240px;
    height: 56px;
    justify-content: center;
    font-size: 25px;
    line-height: 45px;
    font-weight: 650;
    background: #33333B;
    color: white;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
    border-color: #33333B;
}
.learn:hover{
    background:#E2E0F4;
    color: black;
    border-color:#E2E0F4;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

.apply{
    
    width: 139px;
    height: 38px;
    left: 87%;
    top: 5px;
    color: #33333B;
    background: white;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
}
.apply:hover{
    background: #CAC0EE;
    color: white;
}
.clientapp{
  background: #E2E0F4;
  width: 300px;
  height: 56px;
  font-size: 18px;
  font-weight: 650;
  line-height: 45px;
  color: black;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
  border-radius: 15px;
}
.clientapp:hover{
  background: #33333B;
  color: white;
}
.studentapp{
    width: 300px;
    height: 56px;
    font-size: 18px;
    font-weight: 650;
    line-height: 45px;
    background: #E2E0F4;
    box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
    border-radius: 15px;
}
.studentapp:hover{
    background: #33333B;
    color: white;
}
@media(max-width: 640px){
  .studentapp, .clientapp{
    width: 250px;
    font-size: 16px;
    font-weight: 625;
  }
}
@media(max-width: 540px){
  .studentapp, .clientapp{
    width: 200px;
    font-size: 14px;
    font-weight:600;
  }
}
.centeredTTS {
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 90px;
  opacity: 1;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
@media(max-width: 440px){
  .studentapp, .clientapp{
    width: 150px;
    font-size: 12px;
    font-weight: 600;
  }
  .centeredTTS{
    font-size: 60px;
  }
}
@media(max-width: 375px){
  .centeredTTS{
    font-size: 50px;
  }
}
@media(max-width: 340px){
  .centeredTTS{
    font-size: 40px;
  }
  .studentapp, .clientapp{
    width: 100px;
    font-size: 8px;
    font-weight: 600;
  }
}
@media(max-width: 260px){
  .centeredTTS{
    font-size: 30px;
  }
}
@media(max-width: 240px){
  .studentapp, .clientapp{
    width: 50px;
    font-size: 4px;
    font-weight: 600;
  }
}
@media(max-width: 220px){
  .centeredTTS{
    font-size: 25px;
  }
}


.projects{
  position: absolute;
  width: 1920px;
  height: 1224px;
  left: 0px;
  top: 1872px;
  background: #33333B;
  color: white;
}
.projectBox{
  position: absolute;
  width: 19.79%;
  height: 39.22%;
  border-radius: 23px;
  top: 30%;
  box-shadow: 2px 2px 10px black;
  background: #EAEAEA;
}
.moreProjects{
  position: absolute;
  width: 280px;
  height: 60px;
  left: 820px;
  top: 1000px;
  font-family: Poppins-Regular, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  background: #ECEBEA;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
  border-radius: 15px;
}
.moreProjects:hover{
  background:#CAC0EE;
  color: white;

}
.services{
  position: absolute;
  width: 1920px;
  height: 825px;
  left: 0px;
  top: 3096px;
  background: radial-gradient(203.89% 515.07% at 147.43% 126.66%, #DCD6F5 0%, rgba(247, 245, 255, 0.7) 47.23%, #BBD1F3 100%);
}
.sendMessage{
  position: absolute;
  top:650px;
  left: 120px;
  text-align: center;
  justify-content: center;
  width: 200px;
  background: #33333B;
  color: white;
  border-radius: 15px;
}
.sendMessage:hover{
  background: white;
  color: #33333B;
}
.sendMessageSmall{
  margin-top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  justify-content: center;
  width: 200px;
  background: #33333B;
  color: white;
  border-radius: 15px;
}
.sendMessageSmall:hover{
  background: white;
  color: #33333B;
}
.fighting-game{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 50px;
  background: #33333B;
  color: white;
  box-shadow: 3px 3px 10px rgba(55, 55, 55, 0.25);
  border:none;
  border-radius: 15px;
  font-family: Poppins-Regular, sans-serif;
  font-size: 25px;
  line-height: 45px;
  font-weight: 650;
}
.fighting-game:hover{
  background: #CAC0EE;
  color: whitef;
  
}
.footer{
  min-height: 852px;
  width: 100%;
  background: #33333B;
}
.centerbar{
  display: none;
  position: absolute;
  height: 8000px;
  width: 1px;
  background: black;
  left: 960px;
}
.navbar-textbox{
  font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 45px;
    justify-content: center;
    letter-spacing: 0.1em;
    text-align: center;
    color: white;
    text-decoration: none;
}
.navbar-textbox:hover{
  /*background: radial-gradient(87.88% 721.28% at -14.84% -5.65%, #FFFFFF 0%, #DADCFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
/*-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
  color: transparent;
  text-decoration: underline;
  text-decoration-color:white; 
  */
  color: #CAC0EE;
  text-decoration-color: #CAC0EE;
  text-decoration: underline
}
@media (max-width: 788px){
  .navbar-textbox{
    display: none;
  }
  .apply{
    display: none;
  }
}

.dropdown {
  position: absolute;
  right: 100px;
  width: 87px;
  height: 87px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #33333B;
  width: 160px;
  height: 280px;
  right: 0px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 3px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */

@media(min-width: 788px){
  .dropdown{
    display: none;
  }
}
.dropdowntextbox{
    font-family: "Public Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 45px;
    justify-content: center;
    letter-spacing: 0.1em;
    text-align: center;
    color: white;
}
.dropdowntextbox:hover{
  color: #33333B;
  text-decoration-color: #33333B;
  text-decoration: underline
}

.cell {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  min-height: 952px;

}
.cellstart {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  min-height: 952px;

}
.project-cell {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  min-height: 1000px;

}
.cell_grad {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 906px;
  height: auto;
  background: radial-gradient(164.46% 397.88% at -17.4% -13.63%, #DCD6F5 0%, rgba(255, 255, 255, 0.75) 42.33%, rgba(187, 209, 243, 0.9) 100%);
}
.cell_gradServices {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 706px;
  height: auto;
  background:  radial-gradient(203.89% 515.07% at 147.43% 126.66%, #DCD6F5 0%, rgba(247, 245, 255, 0.7) 47.23%, #BBD1F3 100%);
}

@media(max-width:890px ){
  .cell_grad{
    height: 1006px;
  }
}
@media(max-width:835px ){
  .cell_grad{
    height: 1106px;
  }
}
@media(max-width:740px ){
  .cell_grad{
    height: 1206px;
  }
}
@media(max-width:665px ){
  .cell_grad{
    height: 1306px;
  }
}
@media(max-width:625px ){
  .cell_grad{
    height: 1406px;
  }
}
@media(max-width:575px ){
  .cell_grad{
    height: 1506px;
  }
}
@media(max-width:510px ){
  .cell_grad{
    height: 1606px;
  }
}
@media(max-width:500px ){
  .cell_grad{
    height: 1706px;
  }
}
@media(max-width:475px ){
  .cell_grad{
    height: 1806px;
  }
}
@media(max-width: 460px ){
  .cell_grad{
    height: 1906px;
  }
}
@media(max-width:450px ){
  .cell_grad{
    height: 2006px;
  }
}
@media(max-width:430px ){
  .cell_grad{
    height: 2106px;
  }
}


@media(max-width: 1237px){
  .cell_gradServices{
    height:806px;
  }
}
@media(max-width: 1045px){
  .cell_gradServices{
    height:906px;
  }
}
@media(max-width:890px ){
  .cell_gradServices{
    height: 1006px;
  }
}
@media(max-width:835px ){
  .cell_gradServices{
    height: 1106px;
  }
}
@media(max-width:740px ){
  .cell_gradServices{
    height: 1206px;
  }
}
@media(max-width:665px ){
  .cell_gradServices{
    height: 1306px;
  }
}
@media(max-width:625px ){
  .cell_gradServices{
    height: 1406px;
  }
}
@media(max-width:575px ){
  .cell_gradServices{
    height: 1506px;
  }
}
@media(max-width:510px ){
  .cell_gradServices{
    height: 1606px;
  }
}
@media(max-width:500px ){
  .cell_gradServices{
    height: 1706px;
  }
}
@media(max-width:475px ){
  .cell_gradServices{
    height: 1806px;
  }
}
@media(max-width: 460px ){
  .cell_gradServices{
    height: 1906px;
  }
}
@media(max-width:450px ){
  .cell_gradServices{
    height: 2006px;
  }
}
@media(max-width:430px ){
  .cell_gradServices{
    height: 2106px;
  }
}
.TTSlogo{
  position: relative;
  align-items: center;
  margin-left: 200px;
}
.changedirection-flex{
  display: flex; position: absolute;
  gap:  0px; 
  flex-direction: column; 
  justify-content: center; 
  right: 0;
}
@media(max-width: 1500px){
  .cell{
    display: none;
  }
}
.appearCell {
  display: none;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  background: #33333B;
  min-height: 1904px;

}
@media(max-width: 1500px){
  .appearCell{
    display: flex;
  }
  .TTSlogo{
    margin-left: 0px;
  }
}
@media(min-width: 1500px){
  .appearCell{
    display: none;
  }
  .cell{
    display: flex;
  }
}
form{
  display: inline-block;
}
