@import url('https://fonts.googleapis.com/css2?family=Poppins: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('./fonts/gilroy/stylesheet.css'); */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.icon-invert{
    filter: invert(58%) sepia(66%) saturate(362%) hue-rotate(153deg) brightness(112%) contrast(78%);
}

/* .footer-container */

.footer-container {
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    font-size: 18px;
    padding: 50px 0 10px 0;
}

.footer-sub-container {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    justify-content: center;
    grid-gap: 1rem;
    align-items: flex-start;
    margin-bottom: 45px;
}

.footer-section-1 {
    grid-column: 1/6;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    grid-gap: 20px;
}

.footer-contact-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 300px;
    margin-bottom: 1rem;
}

.contact-text {
    /* font-size: 14px; */
    width: 90%;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

.contact-icons:nth-child(1) {
    margin-bottom: auto;
}

.contact-icons {
    width: 25px;
    margin: 2px;
}

.footer-section-2 {
    grid-column: 6/8;
}

.footer-section-3,
.footer-section-2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-header {
    margin-bottom: 20px;
}

.footer-contact-link {
    text-decoration: none;
    color: #fff;
    /* margin-bottom: 10px; */
}

.footer-contact-link:hover {
    color: #0798ff;
}

.contact-text-2 {
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-section-3 {
    grid-column: 8/10;
}

.footer-section-4 {
    grid-column: 10/12;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 240px;
}

.follow-icons-container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 25px;
}

.follow-us-icons {
    width: 30px;
}

.hr-copyright {
    width: 96vw;
    position: absolute;
    left: 2vw;
    margin: 0;
}

/* .hr-copyright-1{} */

/* .hr-copyright-2 */

.copyright-container {
    padding-top: 12px;
    font-size: 15px;
}

div.copyright-container>p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
}

.copyright-container>p>img {
    width: 30px;
}

.terms-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin-bottom: 10px;
}

.policy-terms {
    font-size: 17px;
}

.refund-policy {
    padding-right: 12px;
    border-right: #fff solid 1px;
}

.terms-condition {
    padding-left: 12px;
}

.terms-link {
    text-decoration: none;
    color: #fff;
}

.terms-link:hover {
    color: #fff;
}

@media (max-device-width: 1024px) {
    .footer-section-1 {
        grid-column: 1/12;
        margin-bottom: 1rem;
    }

    .footer-section-2 {
        grid-column: 1/3;
    }

    .footer-section-3 {
        grid-column: 4/7;
    }

    .footer-section-4 {
        grid-column: 8/12;
    }
}

@media (max-device-width: 992px) {
    .follow-icons-container {
        width: 140px;
    }
}

@media (max-device-width: 768px) {
    .footer-section-1 {
        padding: 1rem;
        margin-bottom: 0%;
    }

    .footer-section-2 {
        grid-column: 1/12;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-3 {
        grid-column: 1/12;
        padding: 1rem 1rem 0 1rem;
    }

    .footer-section-4 {
        grid-column: 1/12;
        width: 200px;
        padding: 1rem 1rem 0 1rem;
    }
}

@media (max-device-width: 576px) {
    .footer-container {
        font-size: 1rem;
    }
}

@media (max-device-width: 404px) {
    .terms-container {
        margin-bottom: 30px;
    }
}

.form-main-container{
    padding: 0;
    /* background-color: #eee; */
}

#loader{
    font-size: 20px;
}

.form-container{
    width: 100%;
    padding: 0px;
    text-align: center;
    /* background: #fff; */
    /* box-shadow: 0 0 15px #000; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.main-form-input{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: center;
    /* background: #fff; */
    /* box-shadow: 0 0 15px #000; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.input-sub-data{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.input-data{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1); */
    padding: 0 10px;
    gap: 5px;
    background-color: transparent;
}

.input-data > label{
    /* font-size: 20px; */
    /* width: 300px; */
    text-align: left;
}

.input-field{
    width: 100%;
    /* margin-top: 10px; */
    padding: 10px 15px;
    color: #fff;
    background-color: #fff;
    border-radius: 5px;
    border: #ccc solid 1px;
}

.input-field:focus{
    outline: none;
}


.register-btn:hover{
    cursor: pointer;
    opacity: 0.9;
}

label.error{
    color: red;
}

.rotate-z-180{
    transform: rotateY(180deg);
}

/* @media (max-device-width: 1400px) {
    .hero-img{
        height: 50%;
    }
    .hero-heading{
        font-size: 2rem;
    }
    .hero-sub-container{
        gap: 20px;
    }
    .date-time-text{
        font-size: 24px;
    }
    .date-icon, .time-icon{
        width: 30px;
        height: 30px;
    }
} */

@media (max-device-width: 1500px) {
}

@media (max-device-width: 992px) {
    .hero-sub-content-container{
        grid-template-columns: repeat(1,1fr);
    }
    .hero-img-container{
        display: none;
    }
    .hero-sub-container{
        align-items: center;
    }
    .hero-content-container{
        background-image: url('../assets/images/hero-main.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .hero-content-container::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000050;
        z-index: 1;
    }
    .input-sub-data{
        flex-direction: column;
    }
    /* .agenda-td,
    .input-data > label{
        font-size: 1rem;
    } */
}

@media (max-device-width: 768px) {
    .agenda-tr{
        flex-direction: column;
    }
    .agenda-td:nth-child(1),
    .agenda-th:nth-child(1){
        margin: 0;
    }
}

@media (max-device-width: 576px) {
    .hero-phone-heading{
        font-size: 1.8rem;
        font-weight: 500;
    }
}