@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allan:wght@400;700&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

:root {
  --font1: "Jost", sans-serif;
  --font2: "Barlow", sans-serif;
  --font3: "Allan", serif;
  --color1: #6dc036fb;
  --color2: #ffffffff;
  --color3: #e6e6e6ff;
  --color4: #23262dff;
  --color5: #4d4d4dff;
  --color6: #999999ff;
  --color7: #dbe2e3ff;
  --color8: #93a7acff;
}

.fsb {
  display: flex;
  justify-content: space-between;
}

.fsa {
  display: flex;
  justify-content: space-around;
}

.fse {
  display: flex;
  justify-content: space-evenly;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

a {
  font-family: var(--font1);
  text-decoration: none;
  color: var(--color3);
}

span {
  font-family: var(--font1);
  color: var(--color3);
}

p {
  font-family: var(--font2);
  font-size: 17px;
}

h1 {
  color: var(--color1);
  font-family: var(--font1);
  font-size: 50px;
}

h2 {
  font-family: var(--font1);
  color: var(--color1);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #dbe2e3 inset !important;
    -webkit-text-fill-color: #000 !important;
}

/* header  */

#d1 {
  background-color: transparent;
  align-items: center;
}

#i1 {
  width: 180px;
  height: auto;
}

#d2 {
  display: flex;
  align-items: center;
}

#i2 {
  width: 45px;
  height: auto;
  margin-right: 20px;
}

#a1 {
  font-size: 12px;
  font-weight: bold;
  background-color: var(--color1);
  padding: 2px 20px;
  border-radius: 50px;
}

#s1 {
  font-weight: bold;
  font-size: 20px;
}

#n1 {
  display: flex;
  gap: 60px;
}

#s2 {
  font-size: 16px;
  margin-left: -4px;
}

#d5 {
  margin-top: 5px;
}

#hd {
  position: relative;
  z-index: 10;
}

.i3 {
  width: 35px;
}

.d6 {
  display: none;
}

.d4 {
  position: relative;
}

.d7 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  z-index: 1;
  width: 200px;
}

.d4:hover .d7 {
  display: block;
}

.d7 a {
  display: block;
  padding: 8px 16px;
  padding-left: 0px;
}

.d7 a:hover {
  color: var(--color1);
}

.a2:hover {
  color: var(--color1);
}



/* footer  */

#i50 {
  width: 75%;
  margin-top: 20px;
}

.u50 {
  list-style-type: none;
  margin: 20px 0 0 23px;
}

.d51 {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 25%;
}

.hh50 {
  font-size: 20px;
}

.a50,
.a51 {
  color: var(--color2);
  padding: 5px 0;
}

#ft {
  background-color: var(--color4);
}

#d50 {
  padding: 60px 0;
}

.li50 {
  padding: 2px 0;
}

.d52 {
  display: flex;
  margin-bottom: 10px;
}

.s51 {
  font-size: 13px;
}

.i51 {
  width: 15px;
  margin-right: 15px;
}

.u51 {
  margin-left: 56px;
}

.i52 {
  width: 13px;
  margin-right: 20px;
}

#d102 {
  background-color: var(--color1);
}

#p200 {
  text-align: center;
  color: var(--color4);
  font-weight: 500;
  padding: 10px;
  font-size: 14px;
}

.s100,
.a500 {
  font-weight: 650;
  color: var(--color4);
}

.a500:hover {
  color: var(--color2);
}

.a50:hover {
  color: var(--color1);
}

.a51:hover {
  color: var(--color1);
}

.d201 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#i200 {
  width: 40px;
  cursor: pointer;
}

.d203 {
  position: fixed;
  bottom: 80px;
  right: 20px;
  border: none;
}

#i201 {
  width: 40px;
}

.send-message {
  width: 300px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

textarea {
    width: 100%;
    flex: 1;
    color: var(--color6);
    background-color: var(--color7);
    border: none;
    padding: 10px;
    border-radius: 4px;
}

.send-btn {
  background-color: var(--color1);
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}



.cut-mark {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  color: #FA462F;
  font-size: 18px;
  border: none;
  cursor: pointer;
}





#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;

  cursor: pointer;

}

.d204 {
  right: 75px;
  bottom: 100px;
}






      .d500{
        font-family: var(--font2);
        /* width: 400px; */
        width: 350px;
        border-radius: 6px;
        background-color:#DCF8C6;
        /* background-color: rgb(239, 236, 230); */
        padding: 10px;
        position: fixed;
        right: 20px;
        bottom: 75px;
        z-index: 1000;
    }
    .i522 {
        width: 48px;
        height: 48px;
        /* position: fixed; */
        /* bottom: 20px;
        right: 20px; */
        cursor: pointer;
        z-index: 1000;
        display: none;
        position: absolute;
        bottom: 20px;
        right: 0;

}
    .d555{
        font-family: var(--font2);
        /* background-color: rgb(255, 49, 49); */
        background-color:#4089cd;;
        /* margin-top: 20px; */
        padding: 15px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    .d533{display: flex; gap: 10px; align-items: center;    font-family: var(--font2);}
    .i500{width: 30px;}
    .hh500{color: #fff; font-size: 16px;font-family: var(--font2); font-weight: 400;}
    .s500{
        font-family: var(--font2);
        transform: rotate(90deg) scaleX(0.8) scaleY(1.5);
        display: flex;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
    .d577{
        font-family: var(--font2);
        /* margin: 20px 0 70px 0; */
        margin: 20px 0 35px 0;
    }
    /* .d577.hidden {
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    } */
    .d566{width: 60%; background-color: #fff; padding: 20px; border: 1px solid black; border-radius: 0 10px 10px;font-family: var(--font2);}
    .p500{margin-bottom: 10px; font-size: 14px;}
    .s511{
        color: #030c37; ;
        font-size: 12px;
        font-weight: 500;
    }
    .p500:last-of-type{margin-bottom: 0;}
    .p500, .s511, .s522, .in500{font-family: var(--font2); font-weight: 400;font-size: 14px;}
    /* .d555{
        display: flex;
        justify-content: space-between;
    } */
     .s522{
        color: #979797;
        font-size: 14px;
     }
     .d588{padding-top: 30px;font-family: var(--font2);}
     .d599{position: relative; width: 85%;font-family: var(--font2);}
     .d600{
        position: absolute;
        background-image: linear-gradient(rgb(100 100 100 / 91%), rgb(60 60 60 / 77%)), url(img/smiley.png);
        width: 20px; height: 20px; background-repeat: no-repeat; background-size: cover;
        z-index: 1;
        border-radius: 50%;
        bottom: 10px;
        left: 10px;
        font-family: var(--font2);
    }
    .in500{
        border: none;
        height: 40px;
        padding: 0 10px 0 40px;
        border-radius: 24px;
        position: relative;
        width: 100%;
        /* width: 230px; */
        font-size: 16px;
        outline: none;
        font-family: var(--font2);
    }
    .bt500{
        background-color: #c6d7e3;
        border: none;
        border-radius: 50%;
        padding: 5px;
        cursor: pointer;
        font-family: var(--font2);
    }
   .bt500::before{
        content: "";
        /* width: 36px;
        height: 35px; */
        width: 32px;
        height: 32px;
        background-size: 17px 20px;
        /* background-image: url(img/send.png); */
        background-image: url(../img/send.png);
        background-repeat: no-repeat;
        display: block;
        background-position-x: center;
        bottom: -7px;
         position: relative;
        font-family: var(--font2);
   }
   .bt500.active {
        /* background-color: #25d366;  */
    }



    .in500::placeholder {
    color: var(--color-6);
    transition: color 0.3s ease; /* Smooth transition */
}


@media screen and (max-width: 1240px) {
  .w {
    width: 96%;
    margin: 0 auto;
  }

  /* header  */
  #n1 {
    gap: 30px;
  }


}

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

  /* header  */
  .d6 {
    display: block;
  }

  #n1 {
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: var(--color5);
    gap: 18px;
    padding: 10px 0;
    z-index: 10;
    display: none;
    left: 0;
    display: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .a2 {
    padding-left: 10px;
  }

  .d4 {
    padding: 15px;
  }

  #n1.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

  .d7 {
    background-color: #4d4d4d;
    left: 2%;
  }

  /* footer  */
  /* #d50 {flex-wrap: wrap;}
   .d51 {width: 32%; margin-bottom: 20px;} */
  .d54 {
    width: 30%;
  }

}

@media screen and (max-width: 900px) {
  #d50 {
    flex-wrap: wrap;
  }

  .d54 {
    width: 45%;
  }

  .d51 {
    width: 45%;
    align-items: start;
    padding: 20px 0;
  }

  .u50 {
    margin: 20px 0 0 0px;
  }

  .d55 {
    order: 1;
  }

  .d54 {
    order: 2;
  }

  .d56 {
    order: 3;
    margin-left: 57px;
  }

  .d57 {
    order: 4;
  }

  #d50 {
    align-items: center;
  }
}


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

  /* header  */
  #i2 {
    display: none;
  }

  #d2 {
    text-align: center;
  }

  /* footer  */
  .d51 {
    width: 45%;
    align-items: start;
  }

  .u50 {
    margin: 0px;
    margin-top: 20px;
  }

  #i50 {
    width: 80%;
  }

  .d7 {
    left: 4%;
  }

  .d56 {
    margin-left: 43px;
  }

  #i200 {
    width: 35px;
  }

  #i201 {
    width: 37px;
  }

  .d203 {
    bottom: 75px;
  }

}

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

  /* footer  */
  #d50 {
    padding: 30px 0;
  }

  .d51 {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  #i50 {
    width: 60%;
  }

  #i1 {
    width: 150px;
    height: auto;
  }

  .i3 {
    width: 28px;
  }

  #s1 {
    font-size: 15px;
  }

  #a1 {
    padding: 2px 12px;
    font-size: 10px;
  }

  .d7 {
    left: 5%;
  }

  .d56 {
    margin-left: 0px;
  }

  .send-message {
    width: 200px;
  }

  .d204 {
    right: 60px;
  }

  textarea {
    width: 90%;
  }


}


@media screen and (max-width: 400px){
    .d500{width: 85%;}
    .in500{width: 100%;}
}