@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
 
* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
  }
  
  .material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
  }
  
  .main {
    height: 100vh;
  }
  nav{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #007bff;
    border-bottom: 2px solid black;
    position: relative;
    height: 40px;
  }
  
  .logo{
    color: #fff;
  }
  
  nav ul{
    display: flex;
    gap: 40px;
    align-items: center;
  }
  
  nav ul li{
    list-style-type: none;
  }
  
  nav ul li a{
    text-decoration: none;
    color: #fff;
  }
  nav ul li a:hover{
    color: #0170B9;
    font-weight: bold;
  }
  .logo img {
    width: 70px;
    height: auto;
  }
  
  
  .menu-icon{
    display: none;
  }
  
  .menu-icon i{
    color: #fff;
    font-size: 30px;
  }
  
  @media (max-width: 480px) {
    nav ul{
        position: absolute;
        top: 58px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: #004274;
        gap: 0;
        z-index: 1;
        overflow: hidden;
    }
    nav ul li{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .menu-icon{
        display: block;
    }
    #menuList{
        transition: all 0.5s;
    }
    .demo_img {
      /* background-image: url("./Assets/contact-banner-new.jpg"); */
      /* background-size: cover;
      background-repeat: no-repeat; */
      height: auto;
      max-width: 100%;
      object-fit: contain;
    }
    .ct1 {
      text-align: center;
      margin-left: -15%;
      margin-top: 10%;
    }
  }
  

  .demo_img {
    background-image: url("https://www.gagandevelopers.com/wp-content/uploads/2023/01/contact-us-gagan-developers-1.png");
    /* background-size: 100% 130%; */
    background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    height: 75%;
    width: 100%;
    object-fit: cover;
    /* margin-top: -10%; */
  }
  
  .box{
    margin-bottom: 20rem;
  }
  .logo-img {
    position: absolute;
    padding: 25px 100px;
  }
  
  .ct1 {
    position: absolute;
    padding: 320px 0 0 100px;
    font-size: 3rem;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  
  .title-heading {
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #0170b9;
  }
  
  
  .box1{
    background-color: #fff;
    height: 490px;
    width: 720px;
    position: absolute;
    margin-left: 16%;
    /* margin-top: 6%; */
    border-radius: 10px;
    border: 2px solid #979797;
  
  }
  
  
  h1{
    font-size: 1.5rem;
    padding-top: 50px;
    padding-left: 40px;
    color: #534f50;
  }
  
  
  
  .box1 form {
    display: flex; 
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    width: 50%;
    padding: 20px;   
  }
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 5px;
    color: blACK;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1.25px solid #555;
    border-radius: 7px;
    box-sizing: border-box;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 2),0 0 5px rgba(0, 123, 255, 2);
  }
  .submit-button {
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 45%;
    font-size: 16px;
    margin-top: 1rem;
  }
  
  .submit-button:hover {
    background-color: #0056b3;
  }
  
  
  form input{
    height: 30px;
    margin: 5px 0 5px 15px;
    padding-left: 10px;
    border: 1px solid #555;
    text-decoration: none;
    border-radius: 4px;
  }
  
  input:focus {
    outline:none !important;
  }
  
  textarea{
    margin: 5px 0 5px 15px;
    height: 70px;
    border: 2px solid #f47f85;
    padding: 10px;
  
  }
  
  textarea:focus {
    outline:none !important;
  }
  
  .check{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin: 5px 0 5px 15px;
    color: #979797;
  
  }
  
  .check input{
    margin-right: 10px;
    color: coral;
  }
  
  /* button{
    color: white;
    background-color: #fe7a75;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    margin-left: 60%;
    border: none;
    cursor: pointer;
  }
  button:hover{
    color: #fe7a75;
    background-color: white;
    border: 2px solid #fe7a75;
  } */
  
  input[type=radio] {
    accent-color: red;
    cursor: pointer;
  }
  
  
  /* second box */
  
  
  .box2{
    position: absolute;
    margin-left: 53%;
    margin-top: 8%;
    /* margin-bottom: 20%; */
    height: 440px;
    width: 400px;
    background-color:#524646;
    color: #968a8a;
    z-index: 1;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  
  .options a{
    font-size: 0.8rem;
    line-height: 20px;
  }
  
  
  
  .info{
    height: 70%;
    width: 85%;
  
  }
  .info p{
    font-size: 1.1rem;
  }
  .second-heading{
    padding: 0;
    margin: 20px;
    position: relative;
    /* right: 30px; */
    color: #fffdfd;
  
  }
  /* .dot{
    color: #fe7a75;
    font-size: 2rem;
  } */
  
  .options {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 30px;
    padding-top: 20px;
  }
  
  .cont-options {
    display: flex;
    padding: 10px 10px;
    font-size: 0.95rem;
  }
  .cont-options a {
    text-decoration: none;
    color: #968a8a;
    font-size: 0.9rem;
  
  }
  
  .cont-options span {
    padding-right: 10px;
    color: #f47f85;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
  }
  
  
/* The footer is fixed to the bottom of the page */

.footer-distributed {
  background-color:#10182F;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  height: 28rem;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 50px 50px 60px 50px;

  /* margin-right: -20px; */
  /* margin-top: 80px; */
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-links{
display: flex;
flex-direction: column; /* Arrange items in a column */
align-items: flex-start; /* Align items to the start */
gap: 10px;
}
.footer-distributed .footer-left {
  width: 30%;
}
.footer-left li{
  list-style: none;
}
.footer-left li a{
  color: white;
  text-decoration: none;
  display: inline-block;
  line-height: 2.5;
  /* text-decoration: none; */
  /* color: inherit; */
}
.footer-left li a:hover{
  color: #0056b3;
}


.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}


.footer-distributed h3 span {
  color: #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.footer-right form {
display: flex;
gap: 10px;
margin-top: 7%;
}

.footer-right input[type="email"] {
flex: 1;
padding: 10px;
border-radius: 6px;
border: 1px solid #7489C6;
background: none;
color: #fff;
outline: none;
margin-left: -2%;
}

.footer-right input[type="email"]::placeholder {
color: #ccc;
}

.footer-right button {
background: #0170B9;
color: #fff;
border: none;
width: 90%;

/* padding: 10px 15px; */
border-radius: 6px;
cursor: pointer;
font-weight: 500;
transition: background 0.2s ease, transform 0.2s ease;
}

.footer-right button:hover {
background: #cecccc;
transform: scale(1.1);
}


/* Footer Center */

.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #e0ac1c;
  text-decoration: none;
  ;
}

/* Footer Right */

.footer-distributed .footer-right {
  width: 30%;
  margin-left: 3%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about p {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /* background-color: #33383b; */
  border-radius: 50%;
  border: none;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover {
  background-color: #3F71EA;
}

.footer-links a:hover {
  color: #3F71EA;
}


@media (max-width: 480px) {
.footer-distributed {
    flex-direction: column;
    align-items: center;
    height: auto;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.footer-left p span{
  margin-left: -87%;
}
}


@media (max-width: 480px){
    .title-heading h2{
      font-size: 1.5rem;
      line-height: 1;
      text-align: center;
    }
    .box1{
      width: 80%;
      left: -6%;
      background-color: rgb(92, 87, 87); /* Semi-transparent background */
      backdrop-filter: blur(90px); /* Apply blur effect */
      /* margin-bottom: -30%; */
    }
    .box1 h1{
      color: #fff;
    }
    .box1 label{
      color: white;
    }
    #name{
      width: 150%;
    }
    #email{
      width: 150%;
    }
    #message{
      width: 150%;
    }
    .submit-button{
      width: 60%;
    }
    .box2{
      display: none;
    }
  }
  
  