body{
    font-family: 'Poppins', sans-serif;
    background-color: black;
    margin: auto;
}
* {
    transition: all 0.2s ease;
}
.card {
    max-width: 600px;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-bottom: 60px;
    overflow-y: scroll;
}
@media (max-width: 768px) {
    .card {
        max-width: 100%; /* Adjust the width as needed for mobile devices */
    }
}
.bg-img {
    width: 100%;
    height: auto;
}
.social-media {
    position: absolute;
    top: 208px;
    left: 25px;
    width: 10px;
}
.social-media img {
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 768px) {
    .social-media {
        left: 20px;
        top: 135px;
    }
    .social-media img {
        height: 45px;
        width: 45px;
    }
    .icon-image {
        height: 40px;
        margin-left: 15px;
    }
}
.icon-image {
    height: 30px;
    margin-left: 15px;
}
@media only screen and (max-width: 768px) {
    .icon-image {
        margin-left: 10px;
    }
}
.header {
    position: relative;
}
.logo {
    position: absolute !important;
    top: 55px;
    left: 20px;
}
.logo img{
    width: 55%;
    height: auto;
}
@media (max-width: 768px) {
    .logo {
        top: 20px; 
        left: 10px;
    }
    .logo img {
        width: 50%;
    }
}
.profile-picture {
    position: absolute !important;
    top: 135px;
    width: 125%;
    left: 200px;
}
.profile-picture img {
    width: 54%;
    height: auto;
}
@media only screen and (max-width: 600px) {
    .header {
        text-align: center;
    }
    .logo {
        position: absolute !important;
        top: 23px;
        left: -130px;
    }
    .logo img {
        width: 45%;
        height: auto;
    }
    .profile-picture {
        position: absolute !important;
        top: 24%;
        width: 80%;
        left:107px;
        right: 50px;
        text-align: center;
    }
    .profile-picture img {
        width: 80%;
        height: auto;
    }
}

.description{
    margin-left: 0px;
}

.description-container{
    display: flex;
}

.description-icon{
    margin-left: 10px;
    margin-right: 10px;
}

.description-icon img {
    height: 100px;
}
@media (max-width: 768px) {
    .description-icon img {
        height: 65px;
        margin-top: -37px;
    }
}
.name h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #d1b979;
    margin: auto;
}
.position h2 {
    font-family: 'Poppins', sans-serif;
    color: #a6a4a4;
    font-size: 30px;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .name h2 {
        font-size: 20px; 
        margin-top: -10px;
    }
    .position h2 {
        font-size: 19px;
    }
    .description-icon{
        margin-left: 10px;
        margin-top: 20px;
        margin-right: 10px;
    }
}
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #575757;
}
.button-container button {
    width: 100%;
    border: none;
    padding: 10px;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 20px;
    color: #3c3c3c;
    cursor: pointer;
}
@media (max-width: 768px) {
    .button-container button {
        font-size: 16px;
    }
}
.contact-button{
    background-color: #ffffff;
    border-top-right-radius: 25px;
}
.service-button{
    background-color: #ffffff;
    border-top-left-radius: 25px;
}
.container-box{
    border: 1px solid #8e7a42;
    border-radius: 10px;
    margin: 30px 25px;
    box-shadow: 0 0 15px 0px #d1b97973;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 600px) {
    .container-box {
        margin: 40px 10px;
    }
}
.container-box p{
    text-align: center;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 25px;
    color: #d1b979;
}
@media (max-width: 768px) {
    .container-box p {
        font-size: 16px;
        width: 70% !important;
    }
}
@media (min-width: 320px) and (max-width: 420px) {
    .container-box p {
        font-size: 12px;
    }
}
.container-button-area{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 25px;
    margin-bottom: 5px;
}
.container-button-area button{
    align-items: center;
    margin: 0px 12px;
    padding: 1px 10px;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 15px;
    color: #0075bf;
    background-color: #ffffff;
    border: 1px solid #c8d400;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
}
@media (max-width: 768px) {
    .container-button-area button {
        margin: 10px 3px;
        font-size: 12px;
        padding: 1px 6px;
    }
}
.container-button-area button.active{
    background-color: #c8d400;
}
.container2 {
    margin-bottom: 50px;
}
.container2-box{
    border: 1px solid #8e7a42;
    border-radius: 10px;
    margin: 25px 25px;
    box-shadow: 0 0 15px 0px #d1b97973;
    }
.container2-box p{
    text-align: center;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 20px;
    color: #d1b979;
    padding: 0px 30px;
}
@media (max-width: 768px) {
    .container2-box p {
        font-size: 12px; 
        padding: 0px 15px; 
    }
}
.download-button {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #d1b979; */
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
}
#downloadButton {
    font-size: 12px;
    font-family: 'Poppins';
    background-color: #d1b979;
    color: #000000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
#downloadButton1 {
    background-color: #d1b979;
    color: #000000;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 5px;
}
@media (max-width: 600px) {
    #downloadButton {
        font-size: 12px;
    }
}
.id1, .id2 {
    font-size: 18px !important;
  }
@media (max-width: 768px) {
    .id1, .id2 {
        font-size: 12px !important; 
    }
}
.id3 {
    font-size: 25px !important;
}
@media (max-width:768px) {
    .id3 {
        font-size: 16px !important;
    }
}
.triangle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
    transition: none;
}
@media only screen and (max-width: 600px) {
    .triangle {
        gap: 155px;
    }
}
.triangle1, .triangle2 {
    width: 15px;
    height: 15px;
    visibility: hidden;
    transition: all 0.1s ease;
}
.triangle1 {
    visibility: initial;
}

a{
    text-decoration: none;
    color: #d1b979;
}

#transtriangle {
    transition: none;
}

#myDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: none;
}
.blur-bg {
    height: 100vh;
    width: 50vh;
    background-color: #000000a4;
}
.qrcode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    animation: popup 0.5s ease-out forwards;
}
@keyframes popup {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
