@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

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

:root {
  --font1: "Poppins", serif;
  --font2: "Nunito", serif;
  --color1: #000080;
  --color2: #fff;
  --color3: #800000;
  --color4: #edede9;
  --color5: #000000;
  --color6: #4D5765;


}

.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;
}

span {
  font-family: var(--font2);
}

a {
  font-family: var(--font2);
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-family: var(--font1);
}

h2 {
  font-family: var(--font1);
}

h3 {
  font-family: var(--font1);
}

button {
  cursor: pointer;
}

p {
  color: var(--color6);
  font-family: var(--font2);
  font-size: 18px;
  line-height: 25px;
}

label {
  font-family: var(--font1);
  color: var(--color6);
  font-weight: 500;
}
li {
  font-family: var(--font1);
}

.ko1 {
  font-family: var(--font1);
  color: red;
  margin-top: 5px;
}

#zs1 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color3);
}

input {
  font-family: var(--font2);
  color: black;
}


/* header  */

#d1 {
  background-color: var(--color1);
  padding: 5px 0;
}

.a1,
.s1 {
  color: var(--color2);
  font-weight: 500;
}

.i1 {
  width: 16px;
}

.s2 {
  color: white;
}

#d3 {
  gap: 15px;
  display: flex;
}

#d4 {
  gap: 15px;
  display: flex;
}

.i2 {
  width: 300px;
  padding: 10px;
  background-color: white;
  margin-top: 5px;
}

#n1 {
  display: flex;
  gap: 25px;
  align-items: center;
}

.a2 {
  font-family: var(--font1);
  color: var(--color1);
  font-weight: 500;
  font-size: 18px;
}

#d5 {
  align-items: center;
}

.a2:hover {
  color: var(--color3);
  border-bottom: 2px solid var(--color3);
}

#hd {
  /* background-color: var(--color4); */
}

#i3 {
  width: 45px;
}

#d7 {
  display: none;
}

.a2 {
  text-transform: uppercase;
}

#a3 {
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: var(--color3);
  color: var(--color2);
  border-radius: 5px;
  box-sizing: border-box;
  transform: none;
}

.s3 {
  font-weight: bold;
  font-size: 14px;
}

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

.s100 {
  /* font-size: 15px; */
  /* font-size: 14px; */
  font-weight: bold;
  font-size: 11px;
  color: #7a7676;
}

/* footer  */
#d54 {
  display: flex;
  width: 60%;
}

#d55 {
  width: 50%;
}

.i50 {
  width: 80%;
}

.hh50 {
  font-size: 20px;
  color: var(--color1);
  font-weight: 500;
}

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

.u50 {
  margin-left: 16px;
  margin-top: 10px;
}

.a50 {
  font-size: 17px;
  color: var(--color5);
  margin-bottom: 10px;
  display: inline-block;
}

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

.d52 {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.s52 {
  margin-bottom: 10px;
}

.i51 {
  width: 30px;
}

.d53 {
  gap: 10px;
  display: flex
}

.s50 {
  font-size: 22px;
  letter-spacing: 25px;
  color: var(--color1);
}

.s51 {
  display: inline-block;
}

#d50 {
  padding: 40px 0;
}

.p50 {
  text-align: center;
  color: var(--color1);
  font-weight: 500;
  padding: 10px;
  font-family: var(--font1);
  border-top: 1px solid var(--color1);
  font-size: 14px;
  font-weight: 500;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  cursor: pointer;
}

#i52 {
  width: 45px;
  height: 45px;
}

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

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

#i201 {
  width: 48px;
}

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

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

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

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

#message {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 80px;
}

.a1001, #s1087 {
  /* color: var(--color3); */
  font-weight: bold;
  /* color: var(--color3); */
  color: #7a7676;
  font-size: 11px;
}

/* .a1001:hover {
  border-bottom: 2px solid var(--color3);
} */

.a1001:hover #s1087, #s1087:hover{
  border-bottom: 2px solid var(--color3);
}

.s52 {
  color: black;
}




/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
  min-width: 110px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 120px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
    top: 100%; /* Position dropdown below the text */
    left: 0;
}

/* Dropdown items */
.dropdown-content a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Show dropdown when hovering over #name or .dropdown */
.dropdown:hover .dropdown-content {
    display: block;
}

#name{text-align: right;}














      .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 */
}


.d511 {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.i522 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.force-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}







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

}

/* @media screen and (max-width: 1000px) {
  .i50 {
    width: 100%;
  }
} */

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

  .i50 {
    width: 100%;
  }

  #d7 {
    display: block;
  }

  #n1 {
    z-index: 1;
    flex-direction: column;
    position: absolute;
    top: 106px;
    background-color: var(--color4);
    width: 96%;
    gap: 0px;
    display: none;
  }

  .d6 {
    padding: 10px;
    border-bottom: 1px solid black;
    padding-left: 20px;
  }

  #n1.show {
    display: flex;
  }

  .d9 {
    border-bottom: none;
  }

  #d70{order: 1;}
  #d69{order: 5;}
  #d68{order: 4;}
  #d67{order: 3;}
  #d66{order: 2;}

  #name{text-align: center;}
}

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

  /* header  */
  .s1,
  .s2 {
    display: none;
  }

  #n1 {
    padding-right: 0px;
  }

  /* footer  */
  #i52 {
    width: 35px;
    height: 35px;
  }

  .d201 {
    bottom: 62px;
  }

  #i201 {
    width: 38px;
  }

  .d204 {
    bottom: 80px;
    right: 65px;
  }
}

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


  /* footer  */
  #d50 {
    flex-direction: column;
  }

  #d54 {
    width: 90%;
    margin-bottom: 20px;
  }

  #backToTop {
    right: 8px;
  }

  .d201 {
    right: 8px;
  }

  .d204 {
    bottom: 80px;
    right: 55px;
  }

  .send-message {
    width: 225px;
  }

  h1 {
    line-height: 35px;
    padding: 0 20px;
  }


}

@media screen and (max-width: 400px) {
  #d54 {
    flex-direction: column;
    width: 100%;
  }

  .d51 {
    width: 100%;
  }

  #d50 {
    padding-left: 20px;
    box-sizing: border-box;
  }

  #d55 {
    width: 93%;
    margin-bottom: 20px;
  }

  .i2 {
    width: 87%;
  }

  .p50{
    font-size: 12px;
  }

    .d500{width: 85%;}
    .in500{width: 70%;}

}