* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /* background-image: url(./contact.avif); */
    background-size: 100%;

    background-repeat: no-repeat;
}
.header {
    /* position: sticky;  */
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    /* background: rgba(255, 255, 255, .1);  */
    background-color: rgba(155, 155, 155, .4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, .2);
  }
  
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* width: 100%; */
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: .5s;
  }
  
  .header:hover::before {
    left: 100%;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    height: 50vh;
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .navbar a {
  
    color: black;
    font-size: 14px;
    text-decoration: none;
    margin-left: 35px;
    transition: .3s;
  }
  
  .navbar a:hover {
    color: #f00;
  }
  
  /* .search-bar {
      display: flex;
    }
  
    .search-bar input[type="text"] {
      padding: 8px;
      border: 1px solid black;
      border-radius: 5px 0 0 5px;
      outline: none;
  
    }
  
    .search-bar button {
      padding: 8px 15px;
      border: none;
      background-color: transparent;
      
      color: black;
      border-radius: 0 5px 5px 0;
      cursor: pointer;
      transition: background-color 0.3s ease;
      border: 1px solid black;
      margin-left: 1%;
    }
  
    .search-bar button:hover {
      background-color: transparent;
    } */
  
  
  #searchBox {
    width: 300px;
    padding: 10px;
    margin-top: 1%;
    border-radius: 20px;
    /* border: 2px solid red; */
  
  }
  
  #searchIcon {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
  
  }
  
  .login-button {
    background-color: transparent;
    /* Green */
    border: none;
    color: black;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid black;
  }
  
  /* Hover effect */
  .login-button:hover {
    background-color: grey;
  }
  
  /* Pressed effect */
  .login-button:active {
    background-color: grey;
  }
  
  
  
  
  
  
  :root {
    --color: rgb(63 63 63);
  }
.banner{
    height: 80vh;
    background-image: url(contact.avif);
    background-size: 100%;
    background-repeat: no-repeat;
}




main {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 35rem;
    border-radius: 10px;
   border: 1px solid black;
    /* background: rgba(0, 0, 0, 0.5); */
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6); */
    padding: 2rem;
    font-size: 1rem;
    margin-block: 1rem;
    height: 35rem;
    overflow: hidden;
    position: relative;
    margin-left: 28%;
   
}

.button-box {
    position: relative;
    background-color: #141e30;
    width: auto;
    border-radius: 2.5rem;
    margin-block: 0.5rem 3.5rem;
    z-index: 0;
}

.toggle-btn {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    background: transparent;
    border: none;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
    border-radius: 2.5rem;
    z-index: 1;
}

.btn-active-back {
    /* background: linear-gradient(to right, #03e9f4, #00aab3); */
    background-color: grey;
    width: 50%;
    border-radius: 2.5rem;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: -1;
    transition: 0.5s left linear;
}

.form-box {
    width: 100%;
    position: relative;
}

form {
    width: 100%;
    position: absolute;
    transition: left 0.5s linear;
}

.login-form {
    left: 0px;
}

.register-form {
    left: 115%;
}

.input-box {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    margin-bottom: 2.5rem;
    position: relative;
}

.input-box input {
    width: 100%;
    padding: 0.4rem 0.2rem;
    font-size: inherit;
    color: black;
    outline: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid black;
    font-family: inherit;
}

.input-box label {
    color: black;
    position: absolute;
    top: 30%;
    pointer-events: none;
    transition: 0.5s;
}

.input-box input:focus+label,
.input-box input:valid+label {
    top: -20px;
    color: black;
    font-size: 12px;
    background-color: transparent;
    padding: 2px 5px;
}

.check-box {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    appearance: none;
    height: 0.75rem;
    width: 0.75rem;
   
     background-color: rgb(184, 184, 184); 
    display: grid;
    place-items: center;
    cursor: pointer;
}

input[type="checkbox"]::after {
    content: "";
    transform: scale(0);
    transition: 0.2s transform ease-in-out;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::after {
    content: "";
    background-color: black;
    width: 0.7rem;
    height: 0.7rem;
    transform: scale(1);
}

input[type="checkbox"]:checked {
    background-color: rgba(106, 106, 106, 0.5);
    box-shadow: 0 0 10px #1b1b1b;
}

input[type="checkbox"]+label {
    color: rgb(193, 193, 193);
    font-size: 0.9rem;
    padding-left: 0.6rem;
    cursor: pointer;
}

.check-box span {
    color: rgb(193, 193, 193);
    font-size: 0.9rem;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.submit-button {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0.6rem 1.2rem;
     color: white;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    transition: 0.5s;
    margin-top: 2rem;
    letter-spacing: 2px;
    background-color: rgb(0,0, 0, 0.6);
}

.submit-button:hover {
    background: wheat;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 25px wheat;
} 

.submit-button span {
    position: absolute;
    display: block;
}

.submit-button span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
     background: linear-gradient(to right, transparent, #03e9f4); 
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.submit-button span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #03e9f4); 
    animation: btn-anim2 1s linear infinite 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.submit-button span:nth-child(3) {
    bottom: 0;
    height: 2px;
    width: 100%;
    right: -100%;
    background: linear-gradient(to left, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.submit-button span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

.other-options {
    position: absolute;
     bottom: 1rem; 
  
}

.another-option {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: rgba(0,0, 0, 0.6);
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    margin-inline: auto;
    margin-bottom: -1rem; 

}

.social-icons {
    width: 16rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-around;
}

.social-icons svg {
    width: 2rem;
    height: 2rem;
    padding: 5px;
    border-radius: 50%;
    background-color: rgba(0,0, 0, 0.6);
    margin-top: 10%;
    cursor: pointer;
}

.social-icons svg:hover {
    box-shadow: 0 0 10px black;
}

.social-icons svg path {
    fill: white;
}

@media (min-width: 390px) {
    main {
        width: 35rem;
    }
}

/* footer  */
.footer {
    width: 100%;
    height: 75vh;
    background-color: black;
    margin-top: 3%;
  }
  
  .footrap {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding-top: 20px;
    padding-left: 4%;
  }
  
  .box8 h3 {
    color: white;
    /* font-size: 15px; */
    margin-top: 9%;
  }
  
  .box8 p {
    padding-top: 2%;
    margin-top: 4%;
    color: wheat;
    /* font-size: 12px; */
    /* margin-left: -55%; */
  }
  
  .box8 img {
    padding-top: 4%;
    padding-left: 8px;
  }
  
  .box8 h4 {
    margin-top: 4%;
    color: white;
    font-size: 20px;
  }
  
  #myEmail {
    margin-top: 5%;
    height: 6vh;
    width: 80%;
    background-color: wheat;
  }
  
  #myLOCATION {
    margin-top: 5%;
    height: 6vh;
    width: 80%;
    background-color: wheat;
  }
  
  .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: -10%;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .site {
  
    margin-top: 1%;
    margin-left: 60%;
  
  }