#Nav-holder{
    padding-top: 40px;
    padding-left: 50px;
}
.anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main-hr{
    border-top: 1px solid #fff;
    width: 20%;
}
.hero-content-holder{
    margin-top: 100px;
    overflow: hidden;

}
.guides-holder{
    margin-top: 100px;
    
}  
.guides-holder .card{
    border-radius:20px !important;
    margin-bottom: 70px;
    overflow: hidden;
} 
#FAQS{
    background: rgb(1, 1, 100);
}
.guides-holder img:hover{
    scale: 1.2;
}
.guides-holder img{
    transition: .3s;
    height: 300px;
    object-fit: cover;
    border-top-right-radius:20px !important;
    border-top-left-radius:20px !important;

}
.guides-holder .content-header{
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 7px;
    border-radius: 20px;
}
.guides-holder .card h4{
    font-weight: 100;
    padding: 10px;
    color: rgb(0, 2, 31);
}
#MainTopHeader{
    height: auto;
    padding-bottom: 15px !important;
    padding-top: 5px !important;
    top:0 !important;
    background-color: transparent;
}

.main-logo-text span.main{
    
    /* margin-top: -20px !important; */
    color: #fff !important;
    font-size: 25px;
    font-weight: 1000 !important;
    font-family: 'Roboto';
    letter-spacing: 1px;
}
.main-hero-overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.549);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 2;
}
span.min-text{
    color: #fff;
    font-size: 18px !important;
    margin-top: -20px !important;
    font-weight: 500;
    text-align: center;
    font-family: 'Great Vibes', sans-serif;
    letter-spacing: 5px;
    text-transform: capitalize;
}
#Nav-holder li a{
    color: #fff !important;
    position: relative !important;
}

#Nav-holder li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px; /* Adjust the height of the line if needed */
    bottom: 0; /* Align the line to the bottom of the anchor text */
    left: 0;
    background-color: #fff; /* Line color */
    transition: width 0.3s ease-in-out;
    margin-bottom: -10px !important;
}

#Nav-holder li a:hover::before {
    width: 100%;
}
.hero_slide_content{
    z-index: 1000 !important;
    position: relative !important;
}
.hero_slider_container{
    position: relative !important;
}
.hero-text-main{
    text-shadow: none !important;
}
.hero-section{
    /* margin-top: 100px; */
}
#Nav-holder li a:hover{
    content:'';
    position: absolute;
    top: 0;
    left: 0;

}
.pre-loader-cst {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top:0;
    left: 0;
    margin: 0;
    background-color: #0a0a0a;
    font-family: Arial, sans-serif;
    z-index: 1000;
    transition: opacity 2s ease-out;
    opacity: 1;
}

.drawing-text-loader {
    font-size: 5em;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: draw 4s linear forwards;
    fill: none;
    stroke: rgb(255, 255, 255);
}

.slogan-loader {
    margin-top: 20px;
    font-size: 2em;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    animation: draw 4s linear forwards;
    fill: none;
    stroke: rgb(207, 207, 207);
    animation-delay: 3s;
    letter-spacing: 3px;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.fade-out {
    opacity: 0;
}
.display-none{
    display: none;
}
#MenuToggleBtn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 13px;
    margin-top: 20px;
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 0px;
    width: 50px;
    background-color: #000;
}
#MenuToggleBtn i{
    font-size: 25px;
}
#ProjectPostSM{
    display: none;
}
#ProjectPostLG{
    display: block;
}
#customMenuHam{
    border: 2px solid #fff;
    margin-top: 100px;
    background-color: #000;
}
#customMenuHam i{
    color: #fff;
}
.main-logo-text{
    z-index: 99999;
    margin-top: 300px;
    color: red !important;
}
.menu_container{
    z-index: 99999;
}
.drawer {
    height: 100%;
    width: 30vw;
    position: fixed;
    z-index: 9999999;
    top: 0;
    transition: .5s;
    right: 0;
    margin-right: -110vw;
    background: url('../images/site/pattern.jpg') center no-repeat;
    background-size: cover;
    overflow-x: hidden;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}
.drawer-content {
    padding: 20px;
    background: rgba(5, 5, 5, 0.83);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#myDrawer ul li a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: .4s;
}
#myDrawer ul li a:hover{
    color: gold;
}

#myDrawer ul li{
    margin-top: 20px;
}

.drawer-hr{
    border-bottom: 1px solid #fff;
}
.top-main-content.abt h3{
    font-family: serif !important;
    line-height: 50px;
}
.closebtn{
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px 10px;
    z-index: 99999999;
}
#myDrawer .list{
    margin-top: 20px;
}
.info-text-min p{
    color: #000;
    font-size: 14px;
}
.info-text-min li strong{
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
}
.arrow-holder{
    font-size: 30px;
    position: absolute;
    font-weight: 100 !important;
    bottom: 0;
    margin-bottom: 20vh;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
.scroll-down{
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.781);
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 0.774);
    padding:10px;
    border-radius: 30px;
    z-index: 1000;
}
.arrow-container{
    position: relative;
    z-index: 1000;
}
.scrolled{
    height: auto !important;
    margin-top: -10px !important;
    transition:.7s;
}
.main-hero-ext{
    height: 100vh;
}
.content-holder-info{
    margin-top: 100px;
}

.content-holder-info p{
    color: #333;
}
.content-holder-info h1{
    font-size: 50px;
    text-transform: uppercase;
}
.content-holder-info h2{
    font-size: 35px;
    text-transform: uppercase;
}
.btn-create-account{
    border: 1px solid #fff !important;
    color: #fff !important;
    text-transform: uppercase;
}
.hero-text-main{
    font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}
.main-auth-container{
    background: rgb(4, 1, 41);
    padding-top: 120px;
}
.contacts-header h3{
    font-family: 'Great Vibes', sans-serif;
    font-size: 50px;
    letter-spacing: 2px;
}
.main-auth-container label{
    color: #fff;
}
.main-auth-container form .form-control{
    background-color: transparent;
    color: #fff !important;
}
.uppercase{
    text-transform: uppercase;
}
.main-auth-container #myTab a.active{
    color: gold !important;
}
#MainInfoHolder{
    margin-top: 120px;
    margin-bottom: 120px;
}
.profile-header {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.profile-image {
   
    border-radius: 50%;
    object-fit: cover;
}
.profile-info {
    text-align: center;
    margin-top: 10px;
}
.profile-stats {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}
.profile-stats div {
    text-align: center;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.gallery img {
    width: 100%;
    height: auto;
}
.gallery-item {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}
.footer_copyright{
    font-size: 16px;
}
.text-success-cst{
    color: rgb(112, 187, 0) !important;
}
@media (max-width: 768px) {
    .gallery-item {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    .focus-key-text{
        font-size: 80px;
    }
    .footer_content p, .footer_content ul li a{
        font-size: 20px !important;
    }
    .footer-logo{
        height: 180px !important;
        width: auto !important;
    }
}
@media (max-width: 576px) {
    #ProjectPostLG{
        display: none;
    }
    #ProjectPostSM{
        display: block;
    }
    #MainTopHeader{
        margin-top: -50px !important;
    }
    #ProfileSectionView{
        margin-top: 180px !important;
    }
    .menu_social_container a i{
        font-size: 24px !important;
        color: rgb(63, 63, 63);
    }
    .menu_social_container{
        margin-top: 100px !important;
    }
    .menu_social_container .menu_mm{
        display: flex;
        justify-content: space-between;
    }
    .dropdown-menu{
        background-color: #fff !important;
    }
    #SignUpIcons a, #AuthIcons a{
        font-size: 20px;
    }
    #AuthIcons,#SignUpIcons{
        margin-top: 100px !important;
    }
    .contacts-header h3{
        font-size: 30px;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .top-main-content.abt h3{
        font-size: 20px !important;
    }
    h1#secondaryHeader{
        font-size: 55px !important;
        margin-top: 200px !important;
    }
    .portfolio_slider_container.sub{
        height: 400px !important;
    }
    .portfolio_slider_container.sub .hero_slide_background,.hero_slide_content{
        height: 400px !important;
    }
    .focus-key-text,.focus-key-text-secondary{
        font-size: 80px !important;
    }   
    .hero-text-main{
        font-size: 60px !important;
    }
    #MainTopHeader .logo{
        margin-top: 50px;
    }
    #MainTopHeader .text-logo .main{
        font-size: 30px;
    }
    #MainTopHeader .text-logo .min-text{
        /* margin-top: 150px; */
        line-height: 13px !important;
        font-size: 26px !important;
    }
    #Nav-holder{
        display: none;
    }
    #MenuToggleBtn{
        margin-top: 70vh;
        margin-right: 3px;
    }
    .gallery-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .drawer {
        height: 100%;
        width: 100vw;
    }
    #myDrawer p{
        font-size: 19px;
    }
    #myDrawer .btn-create-account{
        padding: 10px 45px;
        border-radius: 20px;
        font-size: 18px;
        margin-top: 40px;
    }
}
.profile-header {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.member-card {
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.cover-photo {
    height: 150px;
    position: relative;
}
.profile-image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}
.member-info {
    padding: 60px 15px 15px; /* Adjusted padding to account for the profile image */
    text-align: center;
}
.member-info h5 {
    margin: 10px 0;
}
.member-info p {
    margin: 0;
    color: #6c757d;
}
.profile-actions {
    text-align: center;
    margin-top: 20px;
}
.profile-actions button {
    margin: 0 5px;
}
.main_nav_item a.user{
    font-weight: normal !important;
}
.text-logo{
    text-align: center;
}
.main-login-form{
    margin-top: 180px;
    margin-bottom: 100px;
}
.main-login-form .card{
    border: 1px dashed grey;
}
.post-project-btn{
    border: 1px solid grey;
}
.profiles-holder{
    background: #ebf2f7;
}
.profiles-holder .profile .card{
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 50px#00000048;
}
.btn-primary-cst{
    background-color: #c7e0f1;
    color: #000;
}
.underline{
    text-decoration: underline !important;
}
.text-header-cst{
    color: rgb(255, 0, 85);
}
.text-mid-cst{
    color: #000 ;
}

 .img-preview {
    width: 150px;
    height: 150px;
    object-fit: cover;
    }
    .custom-modal .modal-content {
      border-radius: 5px !important;
      background: #fff;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .custom-modal .modal-header {
      border-bottom: none;
      background-color: #4c6ef5;
      color: white;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }

    .custom-modal .modal-body {
      padding: 20px;
      color: #333;
      text-align: center;
      font-size: 16px;
    }

    .custom-modal .modal-footer {
      border-top: none;
      justify-content: center;
    }

    /* Custom close button */
    .custom-modal .close {
      color: white;
      opacity: 1;
    }

    .custom-modal .modal-footer button {
      background-color: #4c6ef5;
      border-radius: 5px !important;
      color: white;
      padding: 10px 20px;
      transition: background-color 0.3s ease;
    }

    .custom-modal .modal-footer button:hover {
      background-color: #3b5bdb;
    }

    /* Add some scale animation */
    .custom-modal .modal-dialog {
      transform: scale(0.8);
      transition: transform 0.3s ease-out;
    }

    .custom-modal.show .modal-dialog {
      transform: scale(1);
    }
    /* Plus Icon */
    .upload-icon {
      display: inline-block;
      font-size: 50px;
      color: #4c6ef5;
      cursor: pointer;
    }

    /* Image preview styles */
    .image-preview {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .image-preview img {
      width: 100px;
      height: 100px;
      margin: 10px;
      border-radius: 10px;
      object-fit: cover;
      border: 2px solid #ddd;
    }
    .remove-icon {
      position: absolute;
      top: -5px;
      right: -5px;
      background-color: red;
      color: white;
      border-radius: 50%;
      font-size: 16px;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .profile-image {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    /* Profile container to wrap the image and overlay */
    .profile-container {
        position: relative;
        display: inline-block;
    }

    /* Hidden overlay, appears on hover */
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show overlay on hover */
    .profile-container:hover .overlay {
        opacity: 1;
    }

    /* Button inside the circle overlay */
    .upload-btn {
        background-color: #5a5a5a;
        border: none;
        padding: 8px 15px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        color: #333;
        transition: background-color 0.3s ease;
        position: absolute;
        /* bottom: 0; */
        margin-top: 170px;
    }

    /* Button hover effect */
    .upload-btn:hover {
        background-color: #ddd;
    }

    /* Optional: Change opacity of image on hover */
    .profile-container:hover .profile-image {
        opacity: 0.7;
    }
    .btn-custom-default{
        border: 1px solid rgb(161, 161, 161);
    }
.bg-secondary-image{
    height: 100vh !important;
}
.bg-secondary-image img{
    object-fit: cover;
}