@import url(general.css);


header {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
}

header .container-fluid {
    width: 90% !important;
}

.header__btn__box a {
    margin-right: 1.3rem;
    /* color: rgb(0 0 0); */
}

.header__btn__box a:last-child {
    color: var(--blue);

}

.header__apps--icon {
    font-size: 22px;
    display: flex;
    align-items: center;
}

.section_box {
    width: 100vw;
    height: 85vh;
    margin-top: 10vh;
}

.main__logo {
    width: 100%;
    /* margin: 15vh auto 100px auto; */
}

.main__logo img {
    width: 40%;
}

.index__searchBox {
    width: 50%;
    height: 50px;
    background-color: rgb(240, 240, 240);
    border-radius: 100px;
    margin: 0 auto;
    border: 1px solid rgb(208, 208, 208);
}

.events__poster {
    width: 40%;
    border-radius: 5px;
    display: flex;
    height: auto;
    margin: 2rem auto;
}

.events__poster--slide img {
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}

.index__searchBox form {
    width: 100%;
    height: 100%;
}

.index__searchBox form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.index__searchBox form input {
    width: 85%;
    background-color: rgb(240, 240, 240);
    border-radius: 100px;
    padding-right: 0px;
    height: 100%;
    border: none;
    outline: none;
}

.index__searchBox form button {
    background-color: rgb(240, 240, 240);
    border-radius: 100px;
    height: 100%;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.content__index {
    width: 100%;
    min-height: 100vh;
    padding-top: 5rem;
}

.index__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    justify-content: center;
}

.index__buttons a {
    padding: 5px 30px;
    margin: 0 10px;
}

.index__footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 100px;
    position: fixed;
    z-index: 10;
    align-items: center;
    bottom: 0;
}

.index__footer ul li {
    float: right;
    margin-left: 30px;
}


.index__footer p {
    font-size: 13px;
}

.index__icon__ress {
    width: 100%;
    text-align: left;
    direction: ltr;
    padding: 15px 0 10px 15px;
    display: none;
}

.index__icon__ress p {
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: var(--light-blue);
    color: var(--blue);
    margin-right: 10px;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    justify-content: center;
}

header p {
    display: none;
}

.bg__modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.812);
    z-index: 1000;
}

.appps__box {
    width: 25%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    position: absolute;
    left: 1rem;
    z-index: 1000;
    top: 5rem;
}

.appps__box__item {
    width: 30%;
    height: auto;
    background-color: rgb(255, 255, 255);
    margin-top: 1rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.appps__box__item img {
    width: 60%;
}

.appps__box__item p {
    text-align: center;
    margin-top: 5px;
}

.appps__box__download {
    width: 90%;
    height: auto;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.142);
    margin: 2rem auto;

}

.appps__box__download__item {
    width: 50%;
    height: auto;
    margin: 1rem auto 0;
    border-radius: 5px;
}

.appps__box__download h5 {
    text-align: center;
    margin-top: 1rem;
}

.appps__box__download__item img {
    width: 100%;
}

.appps__box__download__item:hover {
    opacity: .8;
}

.calculator__index {
    width: 30%;
    height: auto;
    display: none;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    top: 1rem;
    z-index: 1000;
    right: 1rem;
}

.calculator__index p {
    width: 99.5%;
    background-color: rgba(255, 0, 0, 0.155);
    color: red;
    transition: all .3s ease-out;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    margin-top: .3rem;
}

.calculator__index p:hover {
    background-color: rgba(255, 0, 0, 0.231);
}

table {
    width: 100%;

}

table input[type="button"] {
    width: 90%;
    padding: 10px 20px;
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.276);
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    transition: all .3s ease-out;
    text-align: center;
}

table input[type="button"]:hover {
    background-color: #ffffff;
}

table input[type="text"] {
    width: 98%;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    border: none;
    direction: ltr;
    text-align: center;
}



.tooltip-register-container {
    position: relative;
}

.tooltip-register-trigger::after {
    content: "This is a tooltip-register";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
}

.tooltip-register-trigger:hover::after {
    visibility: visible;
    opacity: 1;
}

#login-icons,
#login-icons * {
    transition: all 0.5s ease;
}


























/*------- Resoponsive 0 - 400 Pixle*/

@media screen and (max-width: 992px) {
    body {
        overflow: hidden;
    }

    .main__logo {
        width: 100%;
    }

    .content__index {
        padding-top: 0px;
    }

    .calculator__index {
        width: 90%;
        height: auto;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 10px;
        position: fixed;
        top: 13%;
        right: 50%;
        transform: translate(50%, 0);
    }

    .appps__box {
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 1100;
        top: 5rem;
    }

    .index__footer {
        width: 100%;
        display: block;
        padding: 10px 0;
        text-align: center;
        bottom: 0;
    }

    .index__footer * {
        font-size: 8px !important;
    }

    .index__footer ul {
        float: right;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .index__footer ul li a {
        text-align: center;
        /* font-size: 10px; */
    }

    .index__footer ul li {
        text-align: center;
        margin: 0px 10px;
    }

    .index__footer p {
        line-height: 15px;
        text-align: center;
        padding: 0 20px;
    }

    .events__poster {
        width: 80%;
    }


    /* .header__apps--icon {
        display: none;
    } */

    .index__buttons {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 1rem;
        justify-content: center;
    }

    .index__buttons a {
        padding: 5px 30px;
        margin: 0 5px;
        font-size: 12px;
    }

    .index__searchBox {
        width: 85%;
        height: 40px;
        background-color: rgb(240, 240, 240);
        border-radius: 100px;
        margin: 0 auto;
        border: 1px solid rgb(208, 208, 208);
    }

    .index__searchBox form input {
        width: 75%;
        background-color: rgb(240, 240, 240);
        border-radius: 100px;
        padding-right: 15px;
        height: 100%;
        border: none;
        outline: none;
        font-size: 10px;
    }

    .index__searchBox form button {
        font-size: 14px;
        margin-left: 10px;
    }


    header {
        font-size: 8px;
    }

    header i {
        font-size: 16px !important;
    }


    /* 
    header {
        width: 100%;
        height: 100vh;
        display: flex;
        position: fixed;
        top: 0px;
        z-index: 1200;
        right: 0px;
        background-color: rgb(253, 252, 252);
        align-items: flex-start;
    }

    header .container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        margin-top: 5rem;
        align-items: flex-center;
        padding: 0px;
    }

    header p {
        position: absolute;
        left: 1rem;
        top: 1rem;
        width: 40px;
        height: 40px;
        font-size: 20px;
        background-color: var(--light-blue);
        color: var(--blue);
        display: flex;
        border-radius: 3px;
        align-items: center;
        justify-content: center;
    }

    header .container a {
        color: #f8f9f9;
        background-color: var(--blue);
        padding: 10px;
        width: 60%;
        font-size: 15px;
        border-radius: 10rem;
        text-align: center !important;
        /* border-top-left-radius: 10rem; */
    /* }


    header .container a:nth-child(3) {
        display: none;
    } */

    .index__icon__ress {
        display: flex;
    }

    .main__logo img {
        width: 60%;
    }

}

@media screen and (min-width :768px) and (max-width: 992px) {
    .calculator__index {
        width: 70%;
        top: 13%;
        right: 50%;
        transform: translate(50%, 0);
    }

    .index__buttons {
        margin-top: 2rem;
    }

    .events__poster {
        width: 70%;
    }

}

@media screen and (min-width :992px) and (max-width: 1200px) {
    .calculator__index {
        width: 70%;
        top: 13%;
        right: 50%;
        transform: translate(50%, 0);
    }

    .index__buttons {
        margin-top: 2rem;
    }

    .events__poster {
        width: 40%;
    }

}

.page__title img {
    width: 70px;
}

.fo__search__box__ress {
    display: none;
}

.fo__search__box {
    display: flex;
    width: 300px;
    height: 35px;
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    padding: 3px;
    background-color: #fff;
    border: solid 1px lightgray;
}

.fo__search__box form {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    /* padding: 2px; */
}

.fo__search__box form input {
    width: 80%;
    height: 100%;
    font-size: 13px;
    border-radius: 100px;
    padding-right: 10px;
}

.fo__search__box form button {
    background-color: var(--blue);
    width: 18%;
    color: white;
    height: 100%;
    display: flex;
    /* font-size: 15px; */
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    text-align: center;
    border: none;
    font-size: 17px;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11;
}



.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-height: 80vh;
    overflow-y: auto;
}

.popup-content::-moz-scrollbar {
    width: 10px;
}

.popup-content::-moz-scrollbar-thumb {
    background: var(--blue);
    opacity: 0.3;
    border-radius: 4px;
}

.popup-content::-webkit-scrollbar {
    width: 10px;
}

.popup-content::-webkit-scrollbar-thumb {
    background: var(--blue);
    opacity: 0.3;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

button {
    padding: 0 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.border_red {
    border: solid 1px red;
}