/* @import url("https://fonts.googleapis.com/css2?family=Lato: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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f7f3f0;
  font-family: "Lato", sans-serif;
}

ul,
li,
a {
  text-decoration: none;
  list-style: none;
}

.section {
  padding: 7rem 0 3rem;
}
.small__section {
  padding: 4rem 0 4rem;
}
.smaller__section {
  padding: 4rem 0 0rem;
}
.full__section {
width: 100%;
}
.container {
  margin: 0 6vw;
}
.green__bg {
  background-color: #001a1a;
}

/* Change background header */
.scroll-header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
}

/*========== SCROLL BAR ==========*/
::-webkit-scrollbar {
  width: 0.6rem;
  background-color: transparent;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(255, 248, 248);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f9e9dd;
}

/* =========================== Nav ============================= */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 1.1rem 6vw;
  position: fixed;
  width: 100%;
  z-index: 4;
  background-color: transparent;
}
.nav-btn button {
  font-weight: 600;

  color: #fff;
  background-color: #008080;

  padding: 1rem;
  border-radius: 7px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.nav-btn button:hover {
  background-color: #005959;
}

/* ================================ Banner =============================== */
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  height: calc(80vh - 88.75px);
  margin: 0 2rem;
}
.banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

  width: 100%;
}
.banner__content h2 {
  color: #333333;
  font-size: 3.5rem;
  width: 75%;
}

.banner__content h2 span {
  color: #fe985c;
}
.banner__content p {
  font-weight: 400;
  color: #858585;
  width: 70%;
  font-size: 20px;
}
.banner__content p span {
  color: #5c5c5c;
  font-weight: 600;
}
.banner__content-input input {
  width: 35%;
  padding: 1rem;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e6e9ec;
}
.banner__content-input input:focus {
  outline-color: #daffff;
}
.banner__content-input input::placeholder {
  font-family: "Lato", sans-serif;
}
.banner__content-input button {
  color: #fff;
  font-weight: 600;
width: 150px;
height: 48px;
  padding: 1rem;
  border-radius: 5px;
  border: none;
  background-color: #008080;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.banner__content-input button:hover {
  background-color: #005959;
}

.banner__img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.shadow {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 20%;
}
.safe {
  position: absolute;
  top: 10%;
  left: 0;
}
.bot {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.text {
  position: absolute;
  right: 10%;
  bottom: 30%;
}

/* ================================= Create a will =============================== */
.create__will {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.create__will-head {
  display: flex;
  flex-direction: column;
}
.create__will-head h3 {
  color: #fead7d;
  font-weight: 300;
  font-size: 17px;
}
.create__will-head h2 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  max-width: 400px;
  margin-top: 1rem;
}
.create__will-head p {
  color: #cce6e6;
  font-size: 17px;
  font-weight: 300;
}

.create__will-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  /* margin: 0 2rem; */
}

.create__will-content-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;

  width: 50%;
}
.create__will-content-info-step {
  display: flex;
  gap: 1rem;
}
.create__will-content-info-step-contents span{
 color: #fe985c;
}
#num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-top: 0.5rem;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;

  background-color: #99cccc;
}

.create__will-content-info-step-contents {
  display: flex;
  flex-direction: column;

}

.create__will-content-info-step-contents h3 {
  color: #fff;
  font-size: 32px;
  line-height: 49.61px;
 
  font-weight: 900;
}
.create__will-content-info-step-contents p {
  max-width: 400px;
  color: #66b3b3;
  line-height: 28.8px;
  font-size: 24px;
  font-weight: 400;
}
.create__will-content-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.create__will-content-img img {
  width: 100%;
}

/* ============================================= Create joint accounts ========================== */
.create__account {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.create__account-head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.create__account-head h3 {
  color: #cb7a4a;
  font-weight: 400;
  font-size: 17px;
}
.create__account-head h2 {
  color: #333333;
  font-weight: 700;
  font-size: 29px;
}
.create__account-head p {
  color: #5c5c5c;
  font-weight: 500;
}
.create__account-content {
  display: flex;
  align-items: center;
  margin: 0 3rem;
}
.create__account-content-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;

  width: 100%;
}
.create__account-content-info-step {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
#num1 {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  color: #fff;

  background-color: #008080;
}
.create__account-content-info-step-contents {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.create__account-content-info-step-contents h3 {
  color: #333333;
  font-size: 23px;
}
.create__account-content-info-step-contents p {
  width: 80%;
  color: #858585;
  text-align: end;
}
.create__will-content-img {
  width: 50%;
}
.create__will-content-img img {
  width: 80%;
}

/* ====================================== why choose us=================================== */
.choose_us{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
 
}

.choose_us_subheader{
  font-family: Lato;
font-size: 40px;
font-weight: 900;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 1rem;
color:black;
}
.choose_us_header{
  font-family: Lato;
font-size: 24px;
font-weight: 400;
line-height: 29px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 1rem;
margin-top: 1rem;
color: #CB7A4A;
;
}
.choose_us span{
  color: #008080;;
}
.choose_us_services{
  width: 100%;
  margin: 1rem auto;
  display: flex;
justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  gap: 15px;
}
.choose_us_services-flex{
  /* width: 60%; */

display: flex;
gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.choose_us_services-flex p{
  font-family: Lato;
font-size: 28px;
font-weight: 900;
line-height: 38px;
letter-spacing: 0em;
text-align: left;
margin-top: 1rem;
}
.impact_text{
 
color: #331E12;
font-family: Lato;
font-size: 32px;
font-weight: 600;
line-height: 38px;
letter-spacing: 0em;
text-align: center;
margin-top: 1rem;
}
.who-image{
  margin-top: 5rem;
}

/* ====================================== Sit Back =================================== */

.sit__back{
  width: 80%;
  display: flex;
  margin: 1rem auto;
  padding: 2vw;
  justify-content: center;
  align-items: center;
}
.sit__back p{
color: white;
font-size: 40px;
font-weight: 900;
line-height: 50px;
letter-spacing: 0em;
text-align: center;
margin: 0 7rem;

}
.sit__back_img_one{
  margin-bottom: 100px;
}
.sit__back_img_two{
  margin-bottom: 60px;
}
.sit__back_img_three{
  margin-top: 60px;
}
/* ====================================== Secure =================================== */
.secure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
margin: 5rem auto;
  padding: 3rem;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.secure-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.secure-head h3 {
  text-transform: uppercase;
  color: #fead7d;
  font-weight: 400;
  font-size: 15px;
}
.secure-head h2 {
  color: #fff;
  width: 70%;
  font-size: 28px;
}
#secure-img {
  width: 100%;
}

/* ========================================== Get Back ====================================== */
.get__ready {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}
.get__ready-contents {
  display: flex;
  flex-direction: column;
  gap: 1rem;

  width: 100%;
}
.get__ready-contents-info h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.get__ready-contents-info p {
  color: #cce6e6;
  font-weight: 300;
}
.get__ready-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.get__ready-img img {
  width: 35%;
}

/* ============================================= Footer ========================================= */
.footer {
  display: flex;
  justify-content: space-between;

  width: 100%;
}
.footer__links {
  width: 100%;
}
.footer__links ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__links ul li {
  color: #5c5c5c;
  font-weight: 500;
}
.footer__links ul li a {
  color: #333333;
  font-weight: 600;
}
.footer__links ul div {
  display: flex;
  align-items: center;
  gap: 1rem;

  font-size: 14px;
}
.footer__links ul div p {
  color: #5c5c5c;
  font-weight: 500;
}
.footer__links ul div a {
  color: #858585;
  font-size: 14px;
  font-weight: 400;
}
.footer__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1rem;

  width: 100%;
}
.footer__contents p {
  text-align: end;
  font-size: 30px;
  font-weight: 600;
  line-height: 2.3rem;
  width: 60%;
}

/* ================================modal==================================== */
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #001A1A;
  /* margin: 15% auto; */
  padding: 20px;
  /* border: 1px solid #888; */
  width: 50%;
  border-radius: 25px;
}
.modal-image{
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.modal-input{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2rem;
}
.modal-launch{
  width: 90%;
  margin: 0 auto;
  display: flex;
    justify-content: center;
    align-items: center;

}
.modal-image img{
  width: 50%;
  
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}
/* ==========================word typing========= */
#typing-container {
  font-family: Lato;
  font-size: 24px;

}

#typing-cursor {
  animation: blink-caret 0.75s infinite;
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
/* spinner */
.spinner-border {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (max-width: 322px) {
  .container {
    margin: 0 4vw;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    margin: 0 0rem;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .banner__content h2 {
    color: #333333;
    font-size: 2rem;
    width: 100%;
  }
  .banner__content p {
    font-weight: 500;
    color: #858585;
    font-size: 13px;
    width: 100%;
  }
  .banner__content-input {
    width: 100%;
  }
  .banner__img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main__img {
    width: 60%;
  }
  .shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 15%;
    width: 60%;
  }
  .safe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 80px;
  }
  .bot {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80px;
  }
  .text {
    position: absolute;
    right: 5%;
    bottom: 30%;
    width: 80px;
  }
  /* ======================================== Create Will ================================= */
  .create__will-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__will-content-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .create__will-head h3 {
    color: #fead7d;
    font-weight: 300;
    font-size: 13px;
  }
  .create__will-head h2 {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
  }
  .create__will-head p {
    color: #cce6e6;
    font-size: 14px;
    font-weight: 300;
  }
  #num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;

    font-size: 12px;
    background-color: #99cccc;
  }
  .create__will-content-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .create__will-content-info-step-contents h3 {
    color: #fff;
    font-size: 18px;
  }
  .create__will-content-info-step-contents p {
    font-size: 12px;
    width: 100%;
    color: #66b3b3;
  }

  /* ====================================== Create account ============================ */
  .create__account-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__account-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .create__account-head h3 {
    color: #cb7a4a;
    font-weight: 400;
    font-size: 14px;
  }
  .create__account-head h2 {
    color: #333333;
    font-weight: 700;
    font-size: 25px;
  }
  .create__account-head p {
    color: #5c5c5c;
    font-weight: 500;
    text-align: start;
    font-size: 13px;
  }
  .create__account-content-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .create__account-content-info-step-contents h3 {
    color: #333333;
    font-size: 18px;
  }
  .create__account-content-info-step-contents p {
    width: 100%;
    color: #858585;
    text-align: start;
    font-size: 12px;
  }
  #num1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #008080;
  }
  .create__account-content-info-step {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 1rem;
  }
  .create__account-content-info-step-contents {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .create__will-content-img img {
    width: 100%;
  }

  /* ========================================= why choose us =============================== */
  .choose_us_services-flex p {
    margin-top: 0px;
  }
.choose_us_services{
  flex-direction: column;
}
  .choose_us_services-flex{
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .choose_us_services-flex p{
   font-size: 24px;
   line-height: 28.8px;
  }
  .sit__back{
    width: 100%;
    padding: 8vw;
    margin: 0px;
  }
  .sit__back p{
    margin: 0px;
    
  }
  .impact_text{
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 400;
    text-align: center;
  }
  .choose_us_services img{
    margin: 1rem auto;
  }
  
  .sit__back p{
    font-family: Lato;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    
  }
  .sit__back_img_one{
    width: 15px;
    margin-bottom: 40px;
    
  }
  .sit__back_img_two{
    width: 10px;
    margin-bottom: 20px;
  }
  .sit__back_img_three{
    width: 15px;
  }
  /* ========================================= Secure =============================== */
  .secure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 1rem;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    margin: 0px;
  }
  .secure-head h2 {
    color: #fff;
    width: 100%;
    font-size: 24px;
  }
  .secure__container {
    background-color: #001a1a;
  }
  #secure-img {
    width: 700px;
  }

  /* ===================================== Get Ready ================================== */
  .get__ready-contents-info h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .get__ready-contents-info p {
    color: #cce6e6;
    font-size: 13px;
    font-weight: 300;
  }
  .get__ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;

    width: 100%;
  }
  .get__ready-img img {
    width: 85%;
  }
  .banner__content-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .banner__content-input input {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e6e9ec;
  }
  .banner__content-input button {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #008080;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
  }

  /* =================================== Footer =============================== */
  .footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }
  .footer__links ul li {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
  }
  .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .footer__contents p {
    text-align: start;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5rem;
    width: 100%;
  }
  .footer__links ul div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    font-size: 14px;
  }
  .footer__links ul div div {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
   /* =================modal=============== */
   .modal-content {
   
    width: 95%;

  }
  .modal-input{
    flex-direction: column;
  }
  .modal-content {
    
    width: 95%;

  }
}

@media screen and (min-width: 323px) and (max-width: 376px) {
  .container {
    margin: 0 4vw;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    margin: 0 0rem;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .banner__content h2 {
    color: #333333;
    font-size: 2.5rem;
    width: 100%;
  }
  .banner__content p {
    font-weight: 500;
    color: #858585;
    width: 100%;
  }
  .banner__content-input {
    width: 100%;
  }
  .banner__content-input button{
    width: 100%;
  }
  .banner__img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main__img {
    width: 60%;
  }
  .shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 15%;
    width: 60%;
  }
  .safe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 80px;
  }
  .bot {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80px;
  }
  .text {
    position: absolute;
    right: 5%;
    bottom: 30%;
    width: 80px;
  }
  /* ======================================== Create Will ================================= */
  .create__will-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__will-content-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    background-color: #99cccc;
  }
  .create__will-content-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .create__will-content-info-step-contents h3 {
    color: #fff;
    font-size: 20px;
  }
  .create__will-content-info-step-contents p {
    font-size: 14px;
    width: 100%;
    color: #66b3b3;
  }

  /* ====================================== Create account ============================ */
  .create__account-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__account-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .create__account-head p {
    color: #5c5c5c;
    font-weight: 500;
    text-align: start;
    font-size: 14px;
  }
  .create__account-content-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .create__account-content-info-step-contents h3 {
    color: #333333;
    font-size: 20px;
  }
  .create__account-content-info-step-contents p {
    width: 100%;
    color: #858585;
    text-align: start;
    font-size: 14px;
  }
  #num1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #008080;
  }
  .create__account-content-info-step {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 1rem;
  }
  .create__account-content-info-step-contents {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .create__will-content-img img {
    width: 100%;
  }
/* ========================================= why choose us =============================== */


.choose_us_services{
  flex-direction: column;
}
.choose_us_services-flex{
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.choose_us_services-flex p{
 font-size: 24px;
 line-height: 28.8px;
}
.sit__back{
  width: 100%;
  padding: 8vw;
  margin: 0px;
}
.sit__back p{
  margin: 0px;
  
}
.impact_text{
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
  text-align: center;
}
.choose_us_services img{
  margin: 1rem auto;
}

.sit__back p{
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  
}
.sit__back_img_one{
  width: 15px;
  margin-bottom: 40px;
  
}
.sit__back_img_two{
  width: 10px;
  margin-bottom: 20px;
}
.sit__back_img_three{
  width: 15px;
}
  /* ========================================= Secure =============================== */
  .secure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 0rem;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .secure-head h2 {
    color: #fff;
    width: 100%;
    font-size: 28px;
  }
  .secure__container {
    background-color: #001a1a;
  }
  #secure-img {
    width: 700px;
  }

  /* ===================================== Get Ready ================================== */
  .get__ready-contents-info h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .get__ready-contents-info p {
    color: #cce6e6;
    font-size: 13px;
    font-weight: 300;
  }
  .get__ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;

    width: 100%;
  }
  .get__ready-img img {
    width: 85%;
  }
  .banner__content-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .banner__content-input input {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e6e9ec;
  }
  .banner__content-input button {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #008080;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
  }

  /* =================================== Footer =============================== */
  .footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }
  .footer__links ul li {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
  }
  .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .footer__contents p {
    text-align: start;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5rem;
    width: 80%;
  }
  .footer__links ul div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    font-size: 14px;
  }
  .footer__links ul div div {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  /* =================modal=============== */
  .modal-content {
   
    width: 95%;

  }
  .modal-input{
    flex-direction: column;
  }
  .modal-content {
    
    width: 95%;

  }
}

@media screen and (min-width: 377px) and (max-width: 426px) {
  .container {
    margin: 0 4vw;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    margin: 0 0rem;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .banner__content h2 {
    color: #333333;
    font-size: 2.5rem;
    width: 95%;
  }
  .banner__content p {
    font-weight: 500;
    color: #858585;
    width: 100%;
  }
  .banner__content-input {
    width: 100%;
  }
  .banner__content-input button{
    width: 100%;
  }
  .banner__img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main__img {
    width: 60%;
  }
  .shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 15%;
    width: 60%;
  }
  .safe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 80px;
  }
  .bot {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80px;
  }
  .text {
    position: absolute;
    right: 5%;
    bottom: 30%;
    width: 80px;
  }
  /* ======================================== Create Will ================================= */
  .create__will-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__will-content-info{
    width: 100%;
  }
  .create__will-content-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    background-color: #99cccc;
  }
  .create__will-content-info-step-contents p {
    width: 100%;
    color: #66b3b3;
  }
  .create__will-content-img img {
    width: 100%;
  }

  /* ====================================== Create account ============================ */
  .create__account-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__account-head p {
    color: #5c5c5c;
    font-weight: 500;
    text-align: end;
  }
  .create__account-content-info-step-contents p {
    width: 100%;
    color: #858585;
    text-align: end;
  }
  #num1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #008080;
  }
/* choose us */
.choose_us_services{
  flex-direction: column;
}
.choose_us_services-flex{
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.choose_us_services-flex p{
 font-size: 24px;
 line-height: 28.8px;
}
.sit__back{
  width: 100%;
  padding: 8vw;
  margin: 0px;
}
.sit__back p{
  margin: 0px;
  
}
.impact_text{
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
  text-align: center;
}
.choose_us_services img{
  margin: 1rem auto;
}

.sit__back p{
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  
}
.sit__back_img_one{
  width: 15px;
  margin-bottom: 40px;
  
}
.sit__back_img_two{
  width: 10px;
  margin-bottom: 20px;
}
.sit__back_img_three{
  width: 15px;
}
  /* ========================================= Secure =============================== */
  .secure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .secure-head h2 {
    color: #fff;
    width: 100%;
    font-size: 28px;
  }
  .secure__container {
    background-color: #001a1a;
  }
  #secure-img {
    width: 700px;
  }

  /* ===================================== Get Ready ================================== */
  .get__ready-contents-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  .get__ready-contents-info p {
    color: #cce6e6;
    font-size: 13px;
    font-weight: 300;
  }
  .get__ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;

    width: 100%;
  }
  .get__ready-img img {
    width: 65%;
  }
  .banner__content-input {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .banner__content-input input {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e6e9ec;
  }
  .banner__content-input button {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #008080;
    cursor: pointer;
    transition: 0.3s;
  }

  /* =================================== Footer =============================== */
  .footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }
  .footer__links ul li {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
  }
  .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .footer__contents p {
    text-align: start;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5rem;
    width: 80%;
  }
  .footer__links ul div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    font-size: 14px;
  }
  .footer__links ul div div {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  /* modal */
  .modal-input{
    flex-direction: column;
  }
  .modal-content {
    
    width: 95%;

  }
}

@media screen and (min-width: 427px) and (max-width: 769px) {
  .container {
    margin: 0 4vw;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    height: 100%;
    margin: 0 2rem;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .banner__content h2 {
    color: #333333;
    font-size: 3.5rem;
    width: 95%;
  }
  .banner__content p {
    font-weight: 500;
    color: #858585;
    width: 90%;
  }
  .banner__content-input {
    display: flex;
    gap: 0.3rem;
    width: 100%;
  }
  .banner__content-input button{
    width: 100%;
  }
  .banner__img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /* ======================================== Create Will ================================= */
  .create__will-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__will-content-info{
    width: 100%;
  }
  .create__will-content-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .create__will-content-info-step-contents p {
    width: 90%;
    color: #66b3b3;
  }

  /* ====================================== Create account ============================ */
  .create__account-content {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 2rem;
    margin: 0 0rem;
  }
  .create__account-content-info-step-contents p {
    width: 90%;
    color: #858585;
    text-align: end;
  }
  .create__will-content-img img {
    width: 100%;
  }
/* choose us */
.choose_us_services-flex{
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.choose_us_services-flex p{
 font-size: 24px;
 line-height: 28.8px;
}
.sit__back{
  width: 100%;
  padding: 8vw;
  margin: 0px;
}
.sit__back p{
  margin: 0px;
  
}
.impact_text{
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
  text-align: center;
}
.choose_us_services img{
  margin: 1rem auto;
}

.sit__back p{
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  
}
.sit__back_img_one{
  width: 15px;
  margin-bottom: 40px;
  
}
.sit__back_img_two{
  width: 10px;
  margin-bottom: 20px;
}
.sit__back_img_three{
  width: 15px;
}
  /* ===================================== Get Ready ================================== */
  .get__ready-contents-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  .get__ready-contents-info p {
    color: #cce6e6;
    font-size: 13px;
    font-weight: 300;
  }
  .get__ready {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .get__ready-img img {
    width: 55%;
  }
  .banner__content-input input {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px solid #e6e9ec;
  }
  .banner__content-input button {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 0.8rem;
    border-radius: 5px;
    border: none;
    background-color: #008080;
    cursor: pointer;
    transition: 0.3s;
  }

  /* =================================== Footer =============================== */
  .footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
  }
  .footer__links ul li {
    color: #5c5c5c;
    font-size: 13px;
    font-weight: 500;
  }
  .footer__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .footer__contents p {
    text-align: start;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5rem;
    width: 100%;
  }
  /* modal */
  .modal-input{
    flex-direction: column;
  }
  .modal-content {
    
    width: 95%;

  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: calc(80vh - 88.75px);
    margin: 0 0rem;
  }
  .banner__content h2 {
    color: #333333;
    font-size: 3.3rem;
    width: 100%;
  }
  .banner__content p {
    font-weight: 500;
    color: #858585;
    width: 100%;
  }
  .shadow {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 5%;
  }
  .safe {
    position: absolute;
    top: 10%;
    left: -9%;
  }
  .bot {
    position: absolute;
    left: 3%;
    bottom: 10%;
  }
  .text {
    position: absolute;
    right: -3%;
    bottom: 30%;
  }

  /* =============================== Create a will ============================ */
  .create__will-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0rem;
  }
  #num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    background-color: #99cccc;
  }
  .create__will-content-info-step-contents p {
    width: 90%;
    color: #66b3b3;
  }
  .create__will-content-info{
    width: 100%;
  }
  /* ============================== Create account ============================== */
  .create__account-content {
    display: flex;
    align-items: center;
    margin: 0 0rem;
  }
  #num1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #008080;
  }
  .create__account-content-info-step-contents p {
    width: 90%;
    color: #858585;
    text-align: end;
  }

  /* ==================================== Get Ready ================================ */
  .get__ready-img img {
    width: 45%;
  }

  /* ======================================= Footer ============================== */
  .footer__links ul div a {
    color: #858585;
    font-size: 12.5px;
    font-weight: 400;
  }
  .footer__contents p {
    text-align: end;
    font-size: 30px;
    font-weight: 600;
    line-height: 2.3rem;
    width: 90%;
  }
}
