/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    scroll-behavior: smooth;
    color: #ffffff;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    line-height: 1;
}

a, a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

button:focus {
    border: transparent;
}

input, select {
    width: 100%;
    max-width: 750px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    border: 3px solid #ffffff;
    padding: 10px 10px;
    font-weight: 600;
    outline: none;
    background-color: #ffffff;
}

    input.radio {
        margin-top: 6px;
        width: 15px;
        height: 15px;
        border: 1px solid #2562A9;
    }

select {
    -webkit-appearance: none;
    background: url('../img/selectarrow-1.png') no-repeat;
    background-position-x: right;
    background-color: #ffffff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DCDDDE;
    opacity: 1; /* Firefox */
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DCDDDE;
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #DCDDDE;
    font-weight: normal;
}

.second-btn-small {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bolder;
    padding: 5px 25px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

    .second-btn-small.active {
        background-color: white;
        color: #254377;
    }

.second-btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 35px;
    width: fit-content;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

.primary-btn {
    background-color: #254377;
    border: 2px solid #254377;
    border-radius: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bolder;
    padding: 10px 30px;
    width: fit-content;
    margin: 0px auto;
    display: block;
    left: 0;
    right: 0;
}

    .primary-btn:focus, .primary-btn:focus, .primary-btn:active, .second-btn:focus, .second-btn:focus, .second-btn:active {
        box-shadow: none;
        border: 2px solid #ffffff;
    }

    .primary-btn:hover, .second-btn:hover {
        border: 2px solid #ffffff;
        color: #ffffff;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
    }

.section {
    width: 768px;
    margin: auto;
    padding: 0px 15px 30px 15px;
}

.w100 {
    width: 100%;
    max-width: 750px;
}

.w75 {
    width: 75%;
    max-width: 750px;
}

.w50 {
    width: 50%;
    max-width: 750px;
}

.smalltext {
    font-size: 11px;
}

.bgcolor {
    background: linear-gradient(#ACE0F6 25%, #E3F4FF 60%);
    height: 100vh;
}

.bgcolorleaf {
    background-color: #ace0f6;
    background-image: url("../img/bubbleD.png"), linear-gradient(#254175, #276ca2);
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bgcolorWelcome {
    background-color: #ace0f6;
    background-image: url("../img/bubbleD.png"), linear-gradient(#254175, #276ca2);
    min-height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-content {
    background-color: #276da3;
    font-size: 16px;
    text-align: center;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    padding-top: 0px;
}

.modal-header {
    padding-bottom: 0px;
}

/************* Desktop Version ************/
.dekstopversion {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .dekstopversion .content {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .dekstopversion .content h2 {
            font-weight: bold;
            font-size: 40px;
        }

        .dekstopversion .content p {
            font-weight: 600;
            margin-bottom: 10px;
            font-style: italic;
        }

.leaf {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .leaf img {
        width: 100px;
        opacity: 0.2;
    }

    .leaf div:nth-child(3) img, .leaf div:nth-child(5) img {
        transform: rotate(-30deg);
        width: 200px;
    }

    .leaf div:nth-child(2) img, .leaf div:nth-child(4) img, .leaf div:nth-child(1) img, .leaf div:nth-child(5) img {
        transform: rotate(40deg);
    }

    .leaf div {
        position: absolute;
        display: block;
    }

        .leaf div:nth-child(1) {
            left: 20%;
            animation: fall 15s linear infinite;
            animation-delay: -2s;
        }

        .leaf div:nth-child(2) {
            left: 70%;
            animation: fall 15s linear infinite;
            animation-delay: -4s;
        }

        .leaf div:nth-child(3) {
            left: 0%;
            animation: fall 20s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(4) {
            left: 50%;
            animation: fall 15s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(5) {
            left: 85%;
            animation: fall 30s linear infinite;
            animation-delay: 0s;
        }

        .leaf div:nth-child(6) {
            left: 25%;
            animation: fall 15s linear infinite;
            animation-delay: -10s;
        }

        .leaf div:nth-child(7) {
            left: 75%;
            animation: fall 15s linear infinite;
            animation-delay: -15s;
        }

        .leaf div:nth-child(8) {
            left: 36%;
            animation: fall 15s linear infinite;
            animation-delay: -7s;
        }

        .leaf div:nth-child(9) {
            left: 40%;
            animation: fall 15s linear infinite;
            animation-delay: -2s;
        }

@keyframes fall {
    0% {
        opacity: 1;
        top: -10%;
        transform: translateX (20px) rotate(0deg);
    }

    20% {
        opacity: 0.8;
        transform: translateX (-20px) rotate(45deg);
    }

    40% {
        transform: translateX (-20px) rotate(90deg);
    }

    60% {
        transform: translateX (-20px) rotate(135deg);
    }

    80% {
        transform: translateX (-20px) rotate(180deg);
    }

    100% {
        top: 110%;
        transform: translateX (-20px) rotate(225deg);
    }
}

/******************************************
     START PHASE 2
******************************************/
/*remove arrow in input*/
.phasetwopage input::-webkit-outer-spin-button,
.phasetwopage input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phasetwopage input[type=number] {
    -moz-appearance: textfield;
}

.phasetwopage input.inputnumber {
    letter-spacing: 10px;
    font-weight: 600;
}

.phasetwopage {
    text-align: center;
}

    .phasetwopage .content {
        width: 100%;
        max-width: 750px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .phasetwopage .language-selector {
        margin: 0 auto;
        margin-top: 100px;
    }

    .phasetwopage .welcomepage h1, .phasetwopage .welcomepage h6 {
        font-weight: bold;
    }

    .phasetwopage .welcomepagebtm {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 25px;
    }

    .phasetwopage a {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        font-size: 13px;
    }

    .phasetwopage p {
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .phasetwopage img {
        width: 60%;
        max-width: 400px;
        margin-bottom: 15px;
    }

    .phasetwopage form {
        text-align: left;
    }

    .phasetwopage .form-group {
        margin-bottom: 10px;
    }

    .phasetwopage input, .phasetwopage input:focus {
        text-align: left;
        border-radius: 0px;
        border: none;
        color: #000000;
    }

        .phasetwopage input.right {
            text-align: center;
        }

        .phasetwopage input.left {
            background-color: #ffffff;
            border-right: 0px;
            font-weight: 600;
            text-align: center;
        }

    .phasetwopage #datepicker input, #datepicker > span:hover {
        cursor: pointer;
        color: #000000;
    }

    .phasetwopage .modal-footer {
        justify-content: center;
    }

        .phasetwopage .modal-footer a {
            text-decoration: underline;
            font-weight: bold;
        }

    .phasetwopage ul.typeahead.dropdown-menu {
        color: #000000;
        width: 95%;
    }

    .phasetwopage a.dropdown-item {
        color: #000000;
    }


/****************otp*********************

.inputotp{
    margin-top: 25px;
    margin-bottom: 25px;
}
.inputotp p{
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}
.otp-group input {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    color: #ffffff;
    margin:  0 2px;
    border-radius: 0px;
    border: 3px solid #CA3432;
}
/*Grace Input retry */
.partitioned {
    letter-spacing: 35px;
    margin: 0 auto;
    border: 0;
    background: transparent;
    font-weight: bolder;
    color: #ffffff !important;
    font-size: 30px;
    background-position-x: 0px;
    padding-left: 38px;
    width: 200px;
    min-width: 260px;
    overflow: hidden;
    text-align: left;
}

.divBorder {
    background-image: linear-gradient(to left, #ffffff 70%, rgba(255,0,0,0) 0%);
    background-position: top;
    background-size: 55px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 200px;
    min-width: 200px;
    height: 2px;
    display: block;
}

.divInner {
    position: sticky;
    left: 0;
}

.divOuter {
    width: 255px;
    overflow: hidden;
    margin: 0 auto;
}


/******************************************
     END PHASE 2
******************************************/


@media only screen and (max-width: 768px) {

    .homepage .active img {
        height: 350px;
        object-fit: cover;
    }

    .homepage .inactive img {
        height: 175px;
        object-fit: cover;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 330px;
    }

    .overlay .arrow-content2 p, .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 240px;
    }

    .section {
        width: 100%;
    }

    .bannerhomepg span {
        font-size: 18px;
    }

    .overlay .buttonposition {
        top: 30%;
    }
}

@media only screen and (max-width: 480px) {
    .homepage .active img {
        height: 175px;
        object-fit: cover;
    }

    .homepage .inactive img {
        height: 90px;
        object-fit: cover;
    }

    .overlay .arrow-content p {
        text-align: left;
        margin-top: 160px;
    }

    .overlay .arrow-content2 p {
        text-align: left;
        margin-top: 160px;
    }

    .overlay .arrow-content3 p {
        text-align: left;
        margin-top: 155px;
    }
}

@media only screen and (max-width: 320px) {
    .overlay .buttonposition {
        top: 40%;
    }
}

.activity-banner {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}
