
*{
    font-family: "Poppins", serif;
}
.main{
    background: url('../../asset/img/bg.png') no-repeat center center;
    height: 100vh;
    width: 100%;
    background-size: cover;
   
}
.test_1{
    font-size: 24px;
    color: #555555;
    font-weight: 600;
}
.heading{
    font-size: 6.25rem;
    font-weight: 600;
    color: #353083;
    line-height: 100px;
   
}
.section1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.paragrap{
    font-size: 20px;
    font-weight: 500;
    color: #555555;
}
.heading_2{
    font-size: 64px;
    font-weight: 700;
    color: #353083;
}
.heading_3{
    font-size: 32px;
    font-weight: 500;
    color: #303030;
}
.fc{
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}
.line{
    color: #000000;
    border-color: #000000;
    width: 20%;
    /* height: 10px; */
    transform: rotate(90deg);
}
.card{
    border: none;
    border-radius: 10px;
    background: #F5F4F9;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.section{
    background: url('../../asset/img/bg2.png') no-repeat center center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 100vh;
}
.section_3_heading{
    color: #353083;
    font-size: 46px;
    font-weight: 700;
}
.exclamation{
    color: #F27A21;
    font-size: 58px;
    font-weight: 700;
}
.paragrap_3{
    font-size: 26px;
    color: #303030;
}


h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.countdown {
    font-size: 96px;
    font-weight: 300;
    color: #353083;
}
.day{
    font-size: 25px;
    font-weight: 500;
    color: #F27A21;
}
.countdown div{
    line-height: 60px;
    text-align: center;
}
footer{
    background: url('../../asset/img/header.png') no-repeat center center;
    /* height: 35vh; */
    background-size: cover;
    width: 100%;
    height: auto;
}
.white-card{
    border-radius: 20px;
    background: #FFFFFF;

}
.white-card h5{
    font-size: 50px;
    color: #353083;
}
.white-card p{
    color: #05132E;
    font-size: 22px;
}
.white-card button{
    color: #353083;
    font-size: 20px;
    border: 1px solid #353083;
    border-radius: 10px;
}
.modal-header{
    border-bottom: none !important;
}
.modal-content{
    background: url('../../asset/img/modelbg.png') no-repeat center center;
    width: 100%;
    /* height: 50vh; */
}
.contactus{
    font-size: 16px;
    color: #303030;
    font-weight: 500;
}
.contact-container {
    display: flex;
    /* background: transparent; */
    padding: 40px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}
.contact-info {
    width: 50%;
    padding-right: 20px;
    /* text-align: center; */
}
.contact-info h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.contact-info p {
    font-size: 35px;
    color: #333;
    font-weight: 700;
}
.contact-form {
    width: 50%;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.contact-form button {
    width: 100%;
    padding: 10px;
    background: transparent;
    color: #353083;
    border: 2px solid #353083;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.question{
    color: #353083;
}
.w50{
    width: 50%;
}
@media (max-width: 992px) {
    .heading{
        font-size: 48px !important; 
        font-weight: 600;
        color: #353083;
        line-height: 62px !important;
        text-align: justify
    }
    .section1, .white-card{
        width: auto !important;
        text-align: justify;
    }

    .contact-form {
        width: 100% !important;
    }
    .countdown {
        font-size: 45px !important;
    }
    .day {
        font-size: 15px !important;
    }
    .section_3_heading{
        font-size: 22px !important;
    }
    .heading_2 {
        font-size: 45px !important; 
        font-weight: 700;
        color: #353083;
      }
      .countdown div {
        line-height: 33px !important;
        text-align: center;
      }
      .section{
        height: auto !important;
      }
      .contact-container{
        padding: 20px !important;
      }
      .exclamation{
        font-size: 26px;

      }
      .paragrap_3{
        font-size: 14px;
      }
      .white-card h5 {
        font-size: 38px;
      }
      .white-card p {
        font-size: 14px;
      }

      .test_1 {
        font-size: 16px;
      }
     
}
@media (min-width: 992px) and (max-width: 1200px) {
    .heading{
        font-size: 52px !important;
        line-height: 62px !important;
        text-align: justify !important;
    }
    .section_3_heading{
        font-size: 28px !important;
    }
    .countdown {
        font-size: 45px !important;
    }
    .day {
        font-size: 16px !important;
    }
    .section1{
        width: 80% !important;
    }
    .countdown div {
        line-height: 33px !important;
        text-align: center;
      }
}

@media (max-width: 1500px) {
    .fc{
        font-size: 18px !important;
    }   
    .section_3_heading {
        color: #353083;
        font-size: 40px;
        font-weight: 700;
    }
}

@media (max-width: 1200px) {
    .line {
        width: 10% !important;
    }
}

@media (min-width: 1220px) {
    /* .section1 {
        height: 80.8vh !important;
    } */
}

hr{
    opacity: 1;
}

#countdown {
    display: flex;
    gap: 20px;
}
.time-box {
    text-align: center;
    width: 16%;
}
.time-box span {
    display: block;
    transition: all 0.2s ease-in-out; 
}

.modal-content{
    border-radius: 30px;
}

input, textarea{
    border-radius: 10px !important;
    border: 1px solid #303030 !important;
}
input:focus, textarea:focus, .btn:focus{
    box-shadow: none !important;
    outline: none !important;
}
.placeholder-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.styled-placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: gray;

}

.styled-placeholder .star {
    font-weight: bold;
}
.styled-placeholder1 {
    position: absolute;
    top: 30%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    color: gray;
}

@media (max-width: 768px) {
   .w75{
    width: 95% !important;
   }
    
}