@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700|Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    background: #44d1ee;
    font-family: 'Poppins', sans-serif;
}

::selection {
    color: white;
    background: #48DBFB;
}

.center, .start-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start-btn a {
    font-size: 25px;
    background: white;
    color: #48DBFB;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

.modal-box {
    top: 40%;
    opacity: 0;
    visibility: hidden;
    background: white;
    height: auto;
    width: 400px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #50dcfb;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
}

.start-btn.show-modal {
    opacity: 0;
    visibility: hidden;
}

.modal-box.show-modal {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.modal-box .fa-times {
    position: absolute;
    top: 0;
    right: 0;
    background: #48DBFB;
    height: 45px;
    width: 50px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    border-radius: 0 5px 0 50px;
    padding-left: 13px;
    cursor: pointer;
}

.fa-times:hover {
    font-size: 22px;
}

.modal-box .icon1 {
    font-size: 60px;
    background: #48DBFB;
    height: 120px;
    width: 120px;
    color: white;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
}

.modal-box header {
    font-size: 31px;
    font-family: 'Lobster Two';
    margin-bottom: 10px;
}

.modal-box p {
    /* margin-bottom: 10px; */
    line-height: 20px;
    color: grey;
}

form input, form button {
    height: 50px;
    width: 95%;
    border-radius: 3px;
}

form .icon2 {
    position: absolute;
    height: 50px;
    width: 50px;
    margin-top: 15px;
    background: #48DBFB;
    color: white;
    line-height: 50px;
    font-size: 24px;
    border-radius: 5px 0 0 5px;
}

form input {
    margin-top: 15px;
    padding: 0 65px;
    font-size: 18px;
    outline: none;
    border: 2px solid #1ed2fa;
    caret-color: #48DBFB;
}

input::placeholder {
    color: #8c8c8c;
}

form input:focus {
    box-shadow: 0 0 15px #82e6fc,
        0 0 25px #b4f0fd,
        0 0 35px #ffffff;
}

form button {
    margin-top: 15px;
    background: #48DBFB;
    color: white;
    font-size: 25px;
    border: 1px solid #1ed2fa;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: .3s;
}

form button:hover {
    background: #1ed2fa;
    border: 1px solid #05cdfa;
    letter-spacing: 2px;
}

.modal-box .icons {
    margin-top: 25px;
}

.icons i {
    font-size: 22px;
    margin: 0 7px;
    color: #48DBFB;
    cursor: pointer;
}

.icons i:hover {
    transform: scale(1.1);
    color: #05cdfa;
}

@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700|Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



::selection {
    color: white;
    background: #48DBFB;
}

.center, .start-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start-btn a {
    font-size: 25px;
    background: white;
    color: #48DBFB;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

.modal-box {
    top: 40%;
    opacity: 0;
    visibility: hidden;
    background: white;
    height: auto;
    width: 400px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #50dcfb;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
    z-index: 9999;
}

.start-btn.show-modal {
    opacity: 0;
    visibility: hidden;
}

.modal-box.show-modal {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: .4s;
    z-index: 99999;
}

.modal-box .fa-times {
    position: absolute;
    top: 0;
    right: 0;
    background: #48DBFB;
    height: 45px;
    width: 50px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    border-radius: 0 5px 0 50px;
    padding-left: 13px;
    cursor: pointer;
}

.fa-times:hover {
    font-size: 22px;
}

.modal-box .icon1 {
    font-size: 60px;
    background: #48DBFB;
    height: 120px;
    width: 120px;
    color: white;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    margin-bottom: 10px;
}

.modal-box header {
    font-size: 31px;
    font-family: 'Lobster Two';
    margin-bottom: 10px;
}

.modal-box p {
    /* margin-bottom: 10px; */
    line-height: 20px;
    color: grey;
}

form input, form button {
    height: 50px;
    width: 95%;
    border-radius: 3px;
}

form .icon2 {
    position: absolute;
    height: 50px;
    width: 50px;
    margin-top: 15px;
    background: #48DBFB;
    color: white;
    line-height: 50px;
    font-size: 24px;
    border-radius: 5px 0 0 5px;
}

form input {
    margin-top: 15px;
    padding: 0 65px;
    font-size: 18px;
    outline: none;
    border: 2px solid #1ed2fa;
    caret-color: #48DBFB;
}

input::placeholder {
    color: #8c8c8c;
}

form input:focus {
    box-shadow: 0 0 15px #82e6fc,
        0 0 25px #b4f0fd,
        0 0 35px #ffffff;
}

form button {
    margin-top: 15px;
    background: #48DBFB;
    color: white;
    font-size: 25px;
    border: 1px solid #1ed2fa;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    transition: .3s;
}

form button:hover {
    background: #1ed2fa;
    border: 1px solid #05cdfa;
    letter-spacing: 2px;
}

.modal-box .icons {
    margin-top: 25px;
}

.icons i {
    font-size: 22px;
    margin: 0 7px;
    color: #48DBFB;
    cursor: pointer;
}

.icons i:hover {
    transform: scale(1.1);
    color: #05cdfa;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}