*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#schedule-top-main-container{
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding:0 50px;
    width: 100%;
}
#schedule-top-container{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
#schedule-top-container h1{
    color: #00326b;
}
#schedule-top-container h2{
    color: #00326b8c;
    font-weight: 900;
}
#schedule-top-container p{
    color: #00326b;
}
#schedule-top-container span{
    font-size: small;
    color: #00326b8c;
}
#schedule-calendly-container {
    position: relative;
    height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background-image: url(/Images/backgroundSchedule.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#schedule-calendly-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    z-index: 1;
}

#schedule-calendly-container > * {
    position: relative;
    z-index: 2;
}

#schedule-calendly-container h2 {
    color: #000000;
    font-weight: 700;
}

.calendly-inline-widget {
    border-radius: 10px;
}

@media (max-width: 600px) {
    #schedule-top-container h1{
        font-size: 15px;
    }
    #schedule-top-container h2{
        font-size: 20px;
    }
    #schedule-top-container p{
        font-size: small;
        text-align: center;
    }
    #schedule-top-container span{
        text-align: center;
        font-size: 12px;
    }
    #schedule-calendly-container {
        height: 800px;
        padding: 10px;
    }
    #schedule-calendly-container h2 {
        font-size: 15px;
    }
    #schedule-top-main-container{
        padding:0 20px;
    }
}

#Schedule-Demo-Get-in-Touch-Container{
    height: 450px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#Schedule-Demo-Get-in-Touch-left{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    justify-content: center;
}
#Schedule-Demo-Get-in-Touch-left span{
    font-size: large;
    font-weight: 600;
    color: #121216;
}
#Schedule-Demo-Get-in-Touch-left h2{
    font-size: 55px;
    font-weight: 600;
    color: #00326b;
}
#Schedule-Demo-Get-in-Touch-left p{
    font-size: medium;
    color: #121216;
}
#schedule-info{
    height: fit-content;
    width: fit-content;
    margin-top: 10px;
    margin-bottom: 10px;
}
#schedule-info h6{
    color: #000;
    font-size: large;
    font-weight: 900;
}
#schedule-info span{
    color: #121216;
    font-size: medium;
    font-weight: 100;
}
#Schedule-Demo-Get-in-Touch-right{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#Schedule-Demo-Get-in-Touch-right img{
    height: 350px;
    border-radius: 20px;
    border: 2px solid #00326b;
    width: auto;
}
@media (min-width: 2000px){
    #Schedule-Demo-Get-in-Touch-right{
        height: 100%;
        width: 30%;
    }
    #Schedule-Demo-Get-in-Touch-left{
        height: 100%;
        width: 30%;
    }
}
@media (max-width: 991px){
    #Schedule-Demo-Get-in-Touch-left span{
        font-size: medium;
    }
    #Schedule-Demo-Get-in-Touch-left h2{
        font-size: 45px;
    }
    #Schedule-Demo-Get-in-Touch-left p{
        font-size: small;
    }
    #schedule-info h6{
        font-size:medium;
    }
    #schedule-info span{
        font-size: small;
    }
    #Schedule-Demo-Get-in-Touch-right img{
        height: 250px;
    }
}
@media (max-width: 768px){
    #Schedule-Demo-Get-in-Touch-Container{
        height: fit-content;
        flex-direction: column;
        padding: 10px 0;
    }
    #Schedule-Demo-Get-in-Touch-left{
        height: 50%;
        width: 100%;
        padding-left: 0;
    }
    #Schedule-Demo-Get-in-Touch-right{
        height: 50%;
        width: 100%;
        padding-left: 0px;
    }
    #Schedule-Demo-Get-in-Touch-right img{
        height: 350px;
    }
}
@media (max-width: 600px){
    #Schedule-Demo-Get-in-Touch-Container{
        height: fit-content;
        padding: 20px 0;
        gap: 30px;
        flex-direction: column;
    }
    #Schedule-Demo-Get-in-Touch-left{
        height: 50%;
        width: 100%;
        padding-left: 0px;
    }
    #Schedule-Demo-Get-in-Touch-right{
        height: 50%;
        width: 100%;
        padding-left: 0px;
    }
    #Schedule-Demo-Get-in-Touch-right img{
        height: 250px;
    }    
}
