@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}


body {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #353535;
    font-family: 'Ubuntu', sans-serif;

}

input,
textarea,
button,
select,
a,
p {
    -webkit-tap-highlight-color: transparent;
}

.mb-5 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 40px;
}

.wrapper {
    width: 400px;
    max-height: 100dvh;
    overflow-y: scroll;
    /* background-image: url(/assets/image/bg.jpg); */
    /* background-color: rgb(52, 52, 52);  */
    /* background-image: linear-gradient(90deg, rgb(73, 73, 73), rgb(15, 15, 15)); */
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 80px;
    background-color: #000000;
    opacity: 0.8;
    background-image: radial-gradient(#938c8c 0.5px, #292929 0.5px);
    background-size: 10px 10px;

}

.wrapper::-webkit-scrollbar {
    display: none;
}

.logo {
    text-align: center;
}

.logo img {
    height: 40px;
    margin: auto;
}

.profile {
    text-align: center;
}

.profile img {
    height: 90px;
    border-radius: 50%;
    margin: 30px 0 0 0;
}

.profile p {
    color: rgb(190, 188, 188);
    margin-top: 5px;
    font-weight: 400;
}

.section {
    padding: 0px 15px;
    position: relative;
}

.section .social-links {
    background-color: #0000003b;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 20px;

}

.section .social-links h3 {
    color: rgb(184, 179, 179);
    margin-bottom: 15px;
}

.section .social-links img {
    height: 30px;
    width: 30px;
    margin: 15px 0;
}

.section .social-links .icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
}

.section .contact-details {
    background-image: linear-gradient(rgba(255,255,255,.1), rgba(0,0,0,.2));
    border: 1px solid #e6fdff;
    border-radius: 10px;
    margin: 25px 0;
    padding: 30px;
}

.section .contact-details img {
    height: 26px;
    width: 26px;
}

.section .contact-details a {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
}


.section .contact-details a:first-child {
    display: flex;
    align-items: start;
}

.section .contact-details a:last-child {
    margin-bottom: 0px;
}

.section .about-section {
    background-color: #0000003b;
    padding: 25px;
    border-radius: 10px;
}

.section .about-section h2 {
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 1rem;
}

.section .about-section .para-1 {
    font-size: 14px;
    font-weight: 300;
}

.section .about-section .para-2 {
    font-weight: 300;
    margin-bottom: 20px;
}


.section .other-links {
    background-image: linear-gradient(rgba(255,255,255,.1), rgba(0,0,0,.2));
    border: 1px solid #94abd1;
    border-radius: 10px;
    margin: 25px 0;
    padding: 25px;
}

.section .other-links h2 {
    font-size: 22px;
    text-decoration: underline;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.section .other-links img {
    height: 20px;
    width: 20px;
}

.section .other-links a {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
}

.section .other-links a:last-child {
    margin-bottom: 0px;
}

.section .other-links iframe {
    width: 100%;
}

.section .payment-section {
    background-color: #0000003b;
    padding: 30px 20px;
    border-radius: 10px;
}

.section .payment-section button {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    background-image: linear-gradient(to right, rgb(114 114 114), rgb(52 50 52));
}

.section .payment-section .myDiv {
    height: 0;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.5s ease;
    background-image: linear-gradient(to left, rgb(114 114 114), rgb(52 50 52));


}

.section .payment-section .myDiv .content {
    padding: 20px;
    text-align: center;
}

.section .payment-section .myDiv .content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.section .payment-section .myDiv .content p:last-child {
    margin-bottom: 0px;
}

#myDiv {
    margin-bottom: 20px;
}

#myDiv2 {
    margin-bottom: 20px;
}

.section .payment-section .qr-code {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.section .payment-section .qr-code:last-child {
    margin-bottom: 10px;
}

.section .payment-section .qr-code img:first-child {
    width: 80px;
    height: auto;
}

.section .payment-section .qr-code img:last-child {
    width: 150px;
    height: auto;
}

.section .video-section {
    background-image: linear-gradient(rgb(31, 47, 117), rgb(116, 24, 12));
    border: 1px solid #94abd1;
    border-radius: 10px;
    margin: 25px 0;
    padding: 30px;
}

.section .contact-section {
    background-color: #0000003b;
    padding: 30px 20px;
    border-radius: 10px;
}

.section .contact-section h3 {
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.section .contact-section input,
.section .contact-section textarea {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    padding: 7px 10px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 1.25rem;
    background-image: linear-gradient(rgb(58 58 58), rgb(57 57 57));
}

.section .contact-section input::placeholder,
.section .contact-section textarea::placeholder {
    color: #fff;
}

.section .contact-section form div:first-child {
    display: flex;
    gap: 1rem;
}

.section .contact-section button {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding: 7px 40px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    border-radius: 8px;
    cursor: pointer;
    background-image: linear-gradient(rgb(58 58 58), rgb(57 57 57));
}


.navbar {
    width: 400px;
    position: fixed;
    z-index: 9;
    margin: auto;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-image: linear-gradient(rgb(11, 11, 11), #22232d);

}

.navbar .navlinks a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    text-decoration: none;
    gap: 4px;
    color: #fff;
    opacity: 0.9;
    padding: 10px 0;
    justify-content: center;
    height: 60px;
    width: 60px;
}

.navbar .navlinks p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    text-decoration: none;
    gap: 4px;
    color: #fff;
    opacity: 0.9;
    padding: 10px 0;
    justify-content: center;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.navbar .navlinks a i {
    font-size: 16px;
}

.navbar .navlinks a.active {
    background-color: rgb(34 35 45);
    border-radius: 50%;
    box-shadow: rgba(194, 192, 192, 0.555) 0px 50px 100px -20px, rgba(194, 192, 192, 0.555) 0px 30px 60px -30px, rgba(194, 192, 192, 0.555) 0px -2px 6px 0px inset;
}

.page {
    position: relative;
}

.pop-wrap {
    position: fixed;
    bottom: 65px;
    width: 400px;
    margin: auto;
    height: 20px;
}

.popover {
    width: 400px;
    position: fixed;
    z-index: 0;
    margin: auto;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    bottom: 60px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #525252;
}

.popover a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.9;
    padding: 8px 10px;

}

.popover a i {
    width: 20px;
    text-align: center;
}


.save {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.save i {
    opacity: 0.9;
}

.save button {
    height: 35px;
    color: white;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #ffffffc4;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.hide {
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
}


/* Responsive  */



@media(max-width:991px) {
    .wrapper {
        width: 100%;

    }

    .section {
        padding: 0 30px;
    }

    .navbar {
        width: 100%;

    }

    .popover {
        width: 100%;

    }

    .pop-wrap {
        width: 100%;
    }
}

@media(max-width:576px) {
    .section {
        padding: 0 15px;
    }

}

@media(max-width:290px) {

    .other-links a {
        font-size: 14px;
    }
}