html{
    scroll-behavior: smooth;
    background-color: #FFFFFF;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
#pro{
  scroll-margin-top: 120px;
}
.navs{
    background-color: rgb(0, 63, 105);
}
main {
    font-family: 'Frutiger', 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
    height: 100px;
    width: 100%;
    background-image: url("s.png"),no-repeat,;
    background-size: cover; 
    display: block;
}
.car{
    width: 33.33333%;
    height: 600px;
    position: relative;
    float: left;
}
figure{
    width: 300%;
    position: relative;
    transition: transform 0.8s ease;
    animation: 13.5s car infinite;
}
.img-slider{
    overflow: hidden;
    width: 100%;
    height: 600px;
}
@keyframes car{
    16.665%{left: 0%;}
    33.333%{left: 0%;}
    49.995%{left: -100%;}
    66.666%{left: -100%;}
    83.331%{left: -200%;}
    99.996%{left: -200%;}
}

.navbar{
 width: 100%;
 background: transparent;
}
.cont{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    left: 43%;
    letter-spacing: 0.7px;
    color: rgb(37, 68, 111);
}
.part{
    width: 500px;
    height: 600px;
    position: relative;
    display: flex;
    bottom: 10px;
    background: linear-gradient( 90deg,
    rgb(250, 224, 145),
    #01514F,
    rgb(250, 224, 145)); 
    animation: move 6s linear infinite;
    background-size: 200% 100%;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    font-family:"univers LT",Arial, sans-serif ;
    font-weight: 550;
    text-shadow: 2px 2px 5px black;
}
/* @keyframes move{
    0%{background-position: 0% 50%;}
    50%{background-position: 100% 50%;}
    100%{background-position: 0% 50%;} */

.esay-upgrade{
    font-size: 3rem;
    position: absolute;
    display: flex;
    align-self: center;
    color: white;
    text-align: center;
    padding-left: 30px;
    margin-right: 50px;
    letter-spacing: 2px;
}
.circle2{
    border-radius: 50%;
    border: 2px solid white;
    width: 19px;
    height: 19px;
    transition: 0.17s ease;
    margin-bottom: 20px;
}
.box{
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-bottom: 250px;
}
.cards{
    width: 400px;
    height: 450px;
    position: relative;
    top: 200px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: 0.5s;
}
.cards:hover{
    transform: scale(1.05);
    background-color:rgb(37, 68, 111);
   
}
.cards:hover .spe2 ,
.cards:hover .text {
    color: rgb(250, 224, 145);
}
.spe{
    text-align: center;
    margin-top: 30px;
    margin-bottom: -150px;
    text-shadow: 1.2px 1.2px 2.5px black;
    letter-spacing: 1.4px;
    color: #01514F;
}
.spe2{
    text-align: center;
    font-size: 37px;
    padding-top: 33px;
    color: rgb(37, 68, 111);
    font-weight: 700;
}
.text{
      color: rgb(37, 68, 111);
      font-size: 27px;
      text-align: center;
      font-weight: 500;
      padding: 14px;
      margin-top: 30px;
}
#C2{
    position: relative;
}
.btns{
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-right: 30px;
}
.btnA{
width: 160px;
height: 70px;
background-color: rgb(0, 63, 105);
border: none;
font-size: 20px;
font-weight: 600;
font-family: 'Frutiger', 'Myriad Pro', 'Helvetica Neue', Arial, sans-serif;
color:white;
transition: 0.3s ease;
cursor: pointer;
border-bottom: 3px solid transparent;
}
.btnA:focus:not(:focus-visible) {
  outline: none;
}
.btnA:hover{
color: rgb(244, 222, 155);
transform: scale(1.1);
border-bottom: 3px solid rgb(250, 224, 145);
}
.btnA::after{
    border-bottom: 3px solid rgb(250, 224, 145);

}
@media (max-width: 768px) {
    .spe { font-size: 2rem; }
    .box { padding: 0 5% 60px; }
    .car { width: 95%; }
}
#box{
    display: flex;
    flex-wrap: wrap;
}
.team{
    display: flex;
    justify-content: center;
    position: relative;
    top: 150px;
    text-shadow: 1px 2px 2px black;
    color: #01514F;
    letter-spacing: 1px;
    margin-top: -100px;
}
.fixed-bottom{
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right:10px ;
    margin-bottom: 8px;
    justify-self: flex-end;
    background-color: rgb(0, 63, 105);
    transition: 0.3s;
    cursor: pointer;
}
svg{
    fill: white;
}
.fixed-bottom:hover{
    transform: scale(1.13);
    background-color: white;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
}
.fixed-bottom:hover svg{
   fill: rgb(0, 63, 105);
}
.tit{
    border-radius: 50%;
}
.para{
background-color: #01514F; 
width: 100%;
height: 700px;
display: flex;
justify-content: flex-start;
}
.para-box{
    width: 1000px;
    height: 550px;
    margin: auto;
    margin-left: -210px;
    display: flex;
    justify-content: center;
    align-self: center;
    background-color: white;
    align-content: flex-end;
    box-shadow: 7px 7px rgba(0,0,0,0.3);
}
.spe34{
   position: relative;
   left: 76%;
   top: 30%;
   font-size: 5rem;
   font-weight: 600;
   color: rgb(250, 224, 145);
   text-shadow: 2px 2px 5px black;
}
.b{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #01514F;
    transition: 0.3s;
}
.b2{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: grey;
    font-size: 1.5rem;
    color: black;
    transition: 0.3s;

}
.b2 , .b{
    margin-left: 40px;
    position: relative;
    right: 170px;
    top: 85%;
}

.b:hover,
.b2:hover{
transform:scale3d(1.2, 1.2, 1);
background-color: rgb(132, 132, 132);
}
.para1{
    width: 930px;
    height: 510px;
    font-size: 37px;
    font-weight: 500;
    text-align: left;
    left: 280px;
    margin-left: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.b:focus:not(:focus-visible) {
  outline: none;
}
.b2:focus:not(:focus-visible) {
  outline: none;
}
.circle{
    background-color: white;
    border: 2px solid #01514F;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#cir{
display: flex;
align-items: flex-end;
gap: 9px;
margin-right: 20px;
left: 420px;
margin-bottom: 5px;
}
#cir1{
    background-color: #01514F;
}
.write{
    width: 100%;
    height: 78%;
    resize:none;
    border: none;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
    /* text-shadow: 1px 2px 2px black; */
}
footer{
    width: 100%;
    height: 100px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy{
    color: rgb(143, 143, 143);
    font-size: 1.4rem;
}
.socF .icons svg{
  width: 32px;
  height: 32px;
  margin-left: 10px;
  gap: 5px;
  fill:rgb(143, 143, 143);
  stroke:rgb(143, 143, 143);
  transition: 0.3s;
}
.icons:hover svg{
    fill: white;
}
.examples{
    display: none;
}
.result{
    width: 100%;
    height: 78%;
    resize:none;
    border: none;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}
#UI-section{
    background-color: #01514F;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.chat-box{
    width: 70%;
    height: 80%;
    background-color: white;
    overflow-y: auto;
    padding: 20px;
    color: black;
    box-shadow: 7px 7px rgba(0,0,0,0.3);
    font-size: 1.3rem;
    font-weight: 500;
}
.UI-interface{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    position: sticky;
    bottom: 0;
    
}

.yes-btn {
  background-color: #2e7d32;
  color: white;
  border: none;
  padding: 14px 50px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.yes-btn:hover { background-color: #1b5e20; transform: scale(1.05); }

.no-btn {
  background-color: #c62828;
  color: white;
  border: none;
  padding: 14px 50px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}
.no-btn , .yes-btn{
    text-shadow: 2px 2px 1px black;
    border-radius: 0px;
}

.no-btn:hover  { background-color: #b71c1c; transform: scale(1.05); }

.yes-btn:disabled, .no-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}
.spe342{
   font-size: 5rem;
   font-weight: 600;
   color: rgb(250, 224, 145);
   text-shadow: 2px 2px 5px black;
   margin: 10px;
}
