html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.navbar {
    background-color: white;
    padding-top: 25px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.ri-menu-3-line {
    font-size: 30px;
}

.navbar img {
    padding-top: 1em;
    width: 150px;
}
.nav-info a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    margin-right: 4em;
}
.nav-info a:hover {
    color: #5ca0dc;
    transition: 0.1s linear;
}
.current-page{
    color: #3199F7 !important;
}

.bg {
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
@media screen and (max-width: 992px){
    .main-h2  {
        font-size: 60px;
    }
    .main-p {
        font-size: 20px;
    }
}

.main-h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 63px;
    background: linear-gradient(117.78deg, #1A2B4B 42.86%, #416AF1 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.main-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 33px;
}

.btn-primary {
    padding: 19px 43px;
    background: linear-gradient(143.58deg, #3199F7 -0.47%, #4858EF 110.1%);
    box-shadow: 0px 14px 14px rgba(64, 111, 241, 0.25);
    border-radius: 6px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}

.btn-light {
    padding: 20px 32px 20px 40px;
    border: 2px solid #5277F7;
    box-sizing: border-box;
    filter: drop-shadow(0px 14px 14px rgba(64, 111, 241, 0.25));
    border-radius: 6px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.dashed-border {
    border-bottom: 1px dashed #3E73F2;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.btn-back {
    text-decoration: none;
    padding: 20px;
    border: 1px solid rgba(61, 118, 242, 0.35);
    box-sizing: border-box;
    color: #3199F7;
    font-size: 30px;
    border-radius: 50%;
    margin-top: 50px;
    display: inline-block;
}

.noLink {
    color: black;
    text-decoration: none;
}

/****MODAL****/


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 700px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    top: 20vh;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {top: 0; opacity: 0}
    to {top: 20vh; opacity: 1}
}

.close-sec {
    display: flex;
    justify-content: end;
    padding: 10px;
}

.modal-main {
    padding: 0 50px 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column ;
}
.modal-main label {
    font-weight: 400;
    font-size: 11px;
    line-height: 38px;
}
.modal-form-check p{
    font-weight: 400;
    font-size: 11px;
    line-height: 19px;
}
.modal-main form input, .modal-main form textarea {
    background: #F1F3FF;
    border: 1px solid #C3CAF7;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 18px 20px;
}
.modal-main .form-check-input{
    padding: 5px;
}
.modal-main button {
    padding: 19px 50px;
}
@media only screen and (max-width: 1200px) {
    .modal-content {
        width: 100vw;
    }

}