body{
    scroll-behavior: smooth;
    font-family: 'Optima' !important;
}
html{
    scroll-behavior: smooth !important;
}
#navbar{
    background-color: #1c1f34;
}
#hero_section{
    background-image: url(../Assets/home-banner.png);
    height: calc(100vh);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;

}
#port_folio_section{
    background-color: #ebebf1;
}
#port_folio_section .description{
    color: #1d1d39;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;

}
#service_section,#speed_section,#technology_section,#Club_section,#about_section{
    background-color: #fff;
}
.service_heading{
    font-size: 24px;
    font-weight: 600;
}
.section-desc{
    color: #515179;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}
#Conatct_section{
    background-color: #1d1d39;
}
#Conatct_section h6{
    font-weight: 500;
    margin-bottom: 30px;

    font-size: 24px;
    color: #fff;
}
#Conatct_section p{
    font-size: 18px;
    line-height: 27.99px;
    color: #fff;
}
#contact_form{
    color: #ffffff;
    font-family: 'Optima';
    font-size: 21px;
    font-weight: 700;
    line-height: 31.99px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
input.form-control:focus{
    outline: none;
    box-shadow: none
}
#submit{
    border: 1px #fff solid;
    background: none;
    padding: 10px 30px;
    font-size: 21px;
    font-family: 'Optima';
    color: #fff;
}
#submit:hover{
    background-color: #515179;
}
.copyright-txt {
    float: left;
    color: #404041;
    font-size: 12px;
    font-weight: 300;
    margin-left: 15px;
    margin-bottom: 35px;
    margin-top: 20px;
}
.img-fluid{
    max-width: 100%;

}
button:focus{
    box-shadow: none;
    outline: none;
}
.founders_heading{
    font-size: 30px;
    font-weight: 500;
    color: #515179;
}
.founders h5{
    font-weight: 600;
}
.founders p{
    color: #515179;
}
.modal{
    --bs-modal-bg:#fff0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .img-fluid{
        max-width: 100%;
        height: 100%;
        width: 100%     ;
    
    }

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
    .img-fluid{
        max-width: 100%;
        height: 100%;
    
    }
}

.modal.fade.zoom:not(.show) .modal-dialog {

    transform: scale(0.5);

}



