body {
    /* background-image: url('http://127.0.0.1:8000/img/bg/black-bg-wood.jpg'); */
    background-image: url('https://www.ahmadzahidhamidi.com/img/bg/black-bg-wood.jpg');
    background-size: cover;
}

.homepage {
    /* height: 100vh; */
}

.homepage-main-title h1, h2 {
    text-align: center;
}

.homepage-jawatan {
    display: flex;
    flex-direction: column;
    /* position: relative; */
    background-color: rgba(0, 0, 0, 0.144);
    bottom: -70px;
    left: 0;
    width: 100%;
    /* height: 60vh; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* height: 500px; */
}

.jawatan-container {
    display: flex;
}

.right-pane-jawatan {
    display: flex;
    align-self: center;
    justify-content: center;
}

.homepage-social {
    display: flex;
    flex-direction: row;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.144);
    bottom: -132px;
    left: 0;
    width: 100%;
    /* height: 60vh; */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* height: 500px; */
}

@media (max-width: 600px) {
    .homepage-social {
        flex-direction: column; /* Side by side on larger screens */
        justify-content: space-between; /* Space between profiles */
    }
}

@media (max-width: 320.98px) { 
    .homepage-person {
        display: flex;
        height: 100vh;
        justify-content: center;
    }

    .homepage-person > img {
        height: 100%;
        padding-top: 20px;
        /* padding-right: 30px; */
    }
    
    .homepage-main-title {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: 80px;
        left: 0px;
        padding: 0 20px;
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 17px;
    }

    .homepage-main-title h2 {
        font-size: 15px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }

    .homepage-social {
        position: relative;
        flex-direction: column; /* Side by side on larger screens */
        justify-content: space-between; /* Space between profiles */
        bottom: 0;
    }
    
    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 0;
        width: 270px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 0;
    }

    .social-profile-circle {
        position: absolute;
        left: 0;
        height: 70px;
        width: 70px;
        margin: 20px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }

    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        /* left: -40px; */
        padding: 10px 10px 10px 20px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }
    
    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 25px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        /* margin-bottom: 50px; */
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 50px;
    }

    .container-jawatan {
        flex-direction: column;
        height: 600px;
    }
}

@media (min-width: 321px) and (max-width: 375px) { 
    .homepage-person {
        display: flex;
        height: 100vh;
        justify-content: center;
    }

    .homepage-person > img {
        height: 100%;
        padding-top: 20px;
        /* padding-right: 30px; */
    }

    .homepage-main-title {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: 100px;
        left: 0px;
        padding: 0 20px;
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 20px;
    }

    .homepage-main-title h2 {
        font-size: 17px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }

    .homepage-social {
        position: relative;
        flex-direction: column; /* Side by side on larger screens */
        justify-content: space-between; /* Space between profiles */
        bottom: 0;
    }
    
    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 0;
        width: 321px;
    }
    
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 0;
    }

    .social-profile-circle {
        height: 70px;
        width: 70px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }

    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 10px 10px 10px 20px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }
    
    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 25px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        /* margin-bottom: 50px; */
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 50px;
    }


    .container-jawatan {
        display: flex;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}

@media (min-width: 376px) and (max-width: 425px){
    
    .homepage-person {
        display: flex;
        height: 100vh;
        padding-top: 20px;
        /* margin-right: 20px; */
        justify-content: right;
    }

    .homepage-person > img {
        height: 100%;
    }

    .homepage-main-title {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: 250px;
        left: 0px;
        /* padding-right: 230px; */
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 20px;
    }

    .homepage-main-title h2 {
        font-size: 17px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }

    .homepage-social {
        position: relative;
        flex-direction: column; /* Side by side on larger screens */
        justify-content: space-between; /* Space between profiles */
        bottom: 0;
    }
    
    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 30px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 0;
    }

    .social-profile-circle {
        height: 100px;
        width: 100px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }

    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 10px 10px 10px 20px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }
    
    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 25px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        /* margin-bottom: 50px; */
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 50px;
    }

    .container-jawatan {
        display: flex;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .right-pane-jawatan {
        flex-direction: column;
    }
}

@media (min-width: 426px) and (max-width: 768px) { 

    .homepage-person {
        display: flex;
        height: 100vh;
        padding-top: 20px;
        margin-right: 20px;
        justify-content: right;
    }

    .homepage-person > img {
        height: 100%;
    }

    .homepage-main-title {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: -330px;
        left: -30px;
        padding-right: 230px;
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 20px;
    }

    .homepage-main-title h2 {
        font-size: 17px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }

    .homepage-social {
        position: relative;
        flex-direction: column; /* Side by side on larger screens */
        justify-content: space-between; /* Space between profiles */
        bottom: 80px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 30px;
    }
    
    .social-profile-circle {
        height: 150px;
        width: 150px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }

    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 20px 20px 20px 40px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }

    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 40px;
        /* margin: 0px 30px; */
        z-index: -1;
    }
    
    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        /* margin-bottom: 50px; */
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        /* margin-top: 20px; */
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 50px;
    }

    .container-jawatan {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        /* text-align: center; */
        top: -80px;
        left: 50%; /* Move to the middle of the screen */
        transform: translate(-50%, -50%); /* Adjust positioning to exactly center the element */
        /* transform: translateX(50%); */
        /* height: 420px; */
        /* top: -437px; */
        /* bottom: 437px; */
        /* width: 100vh; */
    }
}

@media (min-width: 769px) and (max-width: 1024px) { 
    
    .homepage-person {
        display: flex;
        height: 100vh;
        padding-top: 20px;
        margin-right: 5vw;
        justify-content: right;
    }

    .homepage-person > img {
        height: 100%;
    }
    
    .homepage-main-title {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: -320px;
        right: 120px;
        /* padding-left: 50px; */
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 25px;
    }

    .homepage-main-title h2 {
        font-size: 20px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 30px;
    }
    

    .social-profile-circle {
        height: 100px;
        width: 100px;
    }
    
    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }
        
    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 20px 20px 20px 40px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }

    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }
    
    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 40px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 10px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 10px;
    }

    .container-jawatan {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        /* text-align: center; */
        top: -350px;
        left: 50%; /* Move to the middle of the screen */
        transform: translate(-50%, -50%); /* Adjust positioning to exactly center the element */
        /* transform: translateX(50%); */
        /* height: 420px; */
        /* top: -437px; */
        /* bottom: 437px; */
        /* width: 100vh; */
    }
}

@media (min-width: 1025px) and (max-width: 1440px) { 
    .homepage-person {
        display: flex;
        height: 100vh;
        padding-top: 20px;
        margin-right: 10vw;
        justify-content: right;
    }

    .homepage-person > img {
        height: 100%;
    }

    .homepage-main-title {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: -300px;
        right: 100px;
        /* padding-left: 50px; */
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 25px;
    }

    .homepage-main-title h2 {
        font-size: 20px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-profile-circle {
        height: 100px;
        width: 100px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }
    
    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 20px 20px 20px 40px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }

    .social-profile-name h1 {
        font-size: 17px;
        font-weight: 500;
    }
    
    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 40px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 17px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 10px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 10px;
    }

    .container-jawatan {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        top: -326px;
        left: 50%; /* Move to the middle of the screen */
        transform: translate(-50%, -50%); /* Adjust positioning to exactly center the element */
        /* transform: translateX(50%); */
        /* height: 420px; */
        /* top: -437px; */
        /* bottom: 437px; */
        /* width: 100vh; */
    }
}

@media (min-width: 1441px) { 

    .homepage-person {
        display: flex;
        height: 100vh;
        padding-top: 20px;
        margin-left: 40vw;
        justify-content: center;
    }

    .homepage-person > img {
        height: 100%;
    }

    .homepage-main-title {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: -350px;
        right: 100px;
        /* padding-left: 50px; */
        z-index: 10;
        width: 100%;
    }

    .homepage-main-title h1 {
        font-size: 25px;
        /* margin-bottom: 20px; */
    }

    .homepage-main-title h2 {
        font-size: 20px;
        margin-top:5px;
        margin-left:55px;
        margin-right:55px;
    }
    
    .social-ig-profile {
        display: flex;
        align-items: center;
        position:relative;
        justify-content: left;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-x-profile {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-left: 30px;
    }

    .social-profile-circle {
        height: 110px;
        width: 110px;
    }

    .social-profile-circle img {
        height: 100%;
        width: 100%;
        border-radius: 50%;
        z-index: 10;
        border: 2px solid var(--white);
    }

    .social-profile-name {
        display: flex;
        flex-direction: column;
        position: relative;
        left: -40px;
        padding: 20px 20px 20px 40px;
        /* padding-left: 20px; */
        margin-left: 20px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        z-index: -1;
    }

    .social-profile-name h1 {
        font-size: 20px;
    }

    .social-profile-content {
        display: flex;
        position: relative;
        top: -10px;
        background: rgba(0,0,1,0.3);
        border-radius: 40px;
        padding: 40px;
        /* margin: 0px 30px; */
        z-index: -1;
    }

    .social-profile-content h1 {
        font-size: 20px;
        font-weight: 500;
    }

    .left-pane-social {
        /* border: 2px solid red; */
        display: flex;
        flex: 1;
        /* align-items: flex-start; */
        justify-content: right;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-left: 50px;
        margin-right: 10px;
    }
    
    .right-pane-social {
        /* border: 2px solid green; */
        display: flex;
        flex: 1;
        align-items: flex-start;
        flex-direction: column; /* Side by side on larger screens */
        margin-top: 20px;
        margin-bottom: 50px;
        margin-right: 50px;
        margin-left: 10px;
    }

    .container-jawatan {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
        top: -326px;
        left: 50%; /* Move to the middle of the screen */
        transform: translate(-50%, -50%); /* Adjust positioning to exactly center the element */
        /* transform: translateX(50%); */
        /* height: 420px; */
        /* top: -437px; */
        /* bottom: 437px; */
        /* width: 100vh; */
    }

}