*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.aboutlogo{
    color: white;
    display: flex;
    padding: 1% 5% ;
    gap: 10px;
    align-items: center;
    font-family: 'Titillium Web';
}
.aboutlogo img{
    height: 50px;
}
.contact{
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con{
    background: linear-gradient(112.9deg, #131313 43.65%, #565656 125.29%);

}
.contact-left{
    color: white;
    width: 50%;
    /* align-items: center; */
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    animation: slideLeft 1s ease-in-out;
}
.contact-left-head{
    font-family: 'Titillium Web';
    font-size: 48px;
}
.contact-mg{
    font-family: 'Lato';
    font-size: 24px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.address{
    font-family: 'Lato';
    font-size: 24px;
}

.contact-right{
    color: white;
    display: flex;
    flex-direction: column;
    width: 50%;
    animation: slideRight 1s ease-in-out;
}
.contact-right p{
    font-size:16px ;
    font-family: 'Lato';
    line-height: 32px;
}
.contact-right input{
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid white;
    width: 80%;
    height: 40px;
    color: white;
    font-size: 24px;
    font-family: 'Lato';
}
input::placeholder{
    font-size: 24px;
    color: white;
    font-family: 'Lato';
}
#msg{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content:  baseline;
    align-items: end;
}

select{
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    width: 80%;
    padding:0 15px;
    height: 40px;
    border-bottom: 2px solid white;
    color: black;
    font-family: 'Lato';
    font-size: 24px;
}
select:not(:-internal-select-author-button){
    color: white;
}
#hear option{
    color: black;
    font-family: 'Lato';
    font-size: 22px;
    width: 100%;
}
.back a{
    color: white;
    margin: 0 35%;
}
.submit-form{
    margin-left: 25%;
}
.agree{
    text-align: center;
    width: 70%;margin-left: 10%;
}
.agree a{
    color: white;
}

@keyframes slideLeft {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideRight {
    from {
      opacity: 0;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }


  .blob-1101 {
    position: absolute;
    bottom: -15% ;
    right: 1%;
    width: 10%;
    height: 15%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
mix-blend-mode: normal;
filter: blur(13.8954px);
transform: rotate(-157.28deg);
    border-radius: 30%;
    transform: rotate(-1.57deg);
    animation: rotate2 9s linear infinite;
  }
  .blob-1201 {
    position: absolute;
    right: 1%;
    bottom: -25%;
   width: 10%;
    height: 18%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
    mix-blend-mode: overlay;
    filter: blur(13.8954px);
    border-radius: 30%;
    animation: rotate2 8s linear infinite;
  }
  .blob-1301 {
    position: absolute;
    width: 12%;
    bottom:-20%;
    height: 20%;
    right: 1%;
    border-radius: 30%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
    mix-blend-mode: normal;
    filter: blur(16.93039px);
    transform: rotate(-1.57deg);
    animation: rotate2 7s linear infinite;
  }



.check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    font-size: 14px;
    font-family: 'lato';
    gap: 10px;
}
.check input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    height: 25px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
 
  
  .circle-checkbox:checked {
    background-color: #2196F3;
    border-color: #2196F3;
  }



  
  .thank-you {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
  }
  
  .team-message {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
  }
  
 

  
  .blob-1110{
    position: absolute;
    width: 50%;
    height: 50%;
    top:28%;
    right: 20%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
mix-blend-mode: normal;
filter: blur(23.8954px);
transform: rotate(-157.28deg);
    border-radius: 30%;
    transform: rotate(-1.57deg);
    animation: rotate2 9s linear infinite;
  }
  .blob-1210 {
    position: absolute;
    top:29%;
    right: 20%;
   width: 50%;
    height: 50%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
    mix-blend-mode: normal;
    filter: blur(29.8954px);
    border-radius: 30%;
    transform: rotate(-1.57deg);
    animation: rotate2 8s linear infinite;
  }
  .blob-1310 {
    position: absolute;
    width: 50%;
    top:35%;
    right: 20%;
    height: 50%;
    border-radius: 30%;
    background: conic-gradient(from 180deg at 50% 50%, #E5E4E2 0deg, #6A0572 10.8deg, #00CED1 99deg, #E5E4E2 183.6deg, #D4AF37 271.8deg, #E5E4E2 360deg);
    mix-blend-mode: normal;
    filter: blur(28.93039px);
    transform: rotate(-1.57deg);
    animation: rotate2 7s linear infinite;
  }
















  .custom-alert {
    box-sizing: border-box;
    display: none;
    /* align-items: center; */
    flex-direction: column;
    align-items: center;
    padding: 48px;
    gap: 56px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 441px;
    height: 539.12px;
    background: linear-gradient(112.9deg, #131313 43.65%, #565656 125.29%);
    border: 1px solid #C0C0C0;
    box-shadow: 0px 0px 30px #C0C0C0;
    border-radius: 25px;
  }
  
  .thank-you {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
  }
  
  .message {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
  }
  