/*Home CSS */

/* 1 part */
.nav-item a {
    color: white !important;
}
.navbar-brand {
    color: white !important;
}

body, html {
    width: 100%;
    height: 100%;
}

.full-width-container {
    width: 100%;
    overflow: hidden;
}

.full-width-image {
    width: 100%;
    height: auto;
}

header {
    background-color: #000;
    padding: 10px 0;
}

/* 2 part */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    list-style: none;
    display: flex;
}

.navbar-menu li {
    margin-right: 20px;
}

.navbar-menu a {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: block;
    margin-left: 20px;
}

.navbar-menu a:hover {
    color: #f7e012;
}

.navbar-logo h2 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin-right: 50px;
}

/* 3 part */
.home-body {
    width: 100%;
    display: flex;
    background-color: #000;
}

.home_body_1,
.home_body_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_body_1 img,
.home_body_2 img {
    max-width: 100%;
    height: auto;
}

/* 4 part */
.footer-text {
    font-size: 25px ;
    font-family: sans-serif;
    font-weight: 500;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 100px 200px;
}

/* Modal Custom Styling */
.modal-content {
    background-color: #333;
    color: white;
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 20px;
}

.modal-title {
    color: white;
}

/* Modal close button styling */

.btn-close {
    background-color: transparent !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;  /* Ensure close button color is white */
    font-size:20px !important;  /* Adjust size of the close button if needed */
    opacity: 1 !important;
}

/* Ensure the button stays visible */
.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-close:hover {
    color: #f7e012 !important;  /* Optional: Change to any color when hovered */
}


/* Responsive styling */
@media (max-width: 768px) {

  .full-width-image {
    width: 100%;
    height: auto;
}
    .navbar-toggler {
        background-color: white !important;
    }

    .navbar-nav {
        flex-direction: column; /* Stack navbar items vertically */
    }

    .home-body {
        /* flex-direction: column; */
    }

    .home_body_1,
    .home_body_2 {
        width: 100%;
    }

    .footer-text {
        padding: 50px 20px;
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}



/*About CSS */

/* 1 part */
.nav-item a {
    color: white !important;
}
.navbar-brand {
    color: white !important;
}

body, html {
    width: 100%;
    height: 100%;
}

.full-width-container {
    width: 100%;
    overflow: hidden;
}

.full-width-image {
    width: 100%;
    height: auto;
}

header {
    background-color: #000;
    padding: 10px 0;
}

/* 2 part */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    list-style: none;
    display: flex;
}

.navbar-menu li {
    margin-right: 20px;
}

.navbar-menu a {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: block;
    margin-left: 20px;
}

.navbar-menu a:hover {
    color: #f7e012;
}

.navbar-logo h2 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin-right: 50px;
}

/* 3 part */
.home-body {
    width: 100%;
    display: flex;
    background-color: #000;
}

.home_body_1,
.home_body_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_body_1 img,
.home_body_2 img {
    max-width: 100%;
    height: auto;
}

/* 4 part */
.footer-text {
    font-size: 25px ;
    font-family: sans-serif;
    font-weight: 500;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 100px 200px;
}

/* Modal Custom Styling */
.modal-content {
    background-color: #333;
    color: white;
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 20px;
}

.modal-title {
    color: white;
}

/* Modal close button styling */

.btn-close {
    background-color: transparent !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;  /* Ensure close button color is white */
    font-size:20px !important;  /* Adjust size of the close button if needed */
    opacity: 1 !important;
}

/* Ensure the button stays visible */
.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-close:hover {
    color: #f7e012 !important;  /* Optional: Change to any color when hovered */
}


/* Responsive styling */
@media (max-width: 768px) {

  .full-width-image {
    width: 100%;
    height: auto;
}
    .navbar-toggler {
        background-color: white !important;
    }

    .navbar-nav {
        flex-direction: column; /* Stack navbar items vertically */
    }

    .home-body {
        /* flex-direction: column; */
    }

    .home_body_1,
    .home_body_2 {
        width: 100%;
    }

    .footer-text {
        padding: 50px 20px;
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* About style part  */
/* 1 part */
.nav-item a {
    color: white !important;
}
.navbar-brand {
    color: white !important;
}

body, html {
    width: 100%;
    height: 100%;
}

.full-width-container {
    width: 100%;
    overflow: hidden;
}

.full-width-image {
    width: 100%;
    height: auto;
}

header {
    background-color: #000;
    padding: 10px 0;
}

/* 2 part */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    list-style: none;
    display: flex;
}

.navbar-menu li {
    margin-right: 20px;
}

.navbar-menu a {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    display: block;
    margin-left: 20px;
}

.navbar-menu a:hover {
    color: #f7e012;
}

.navbar-logo h2 {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin-right: 50px;
}

/* 3 part */
.about-body-card-h1{
    font-size: 60px;
    font-weight:700;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.about-body {
    align-items: center;
    width: 100%;
    display: flex;
    background-color: #000;
    /* padding: 80px; */
}

.about_body_1 p{
    font-size:25px;
}
.about_body_1{
    color: white;
    width: 80%;
    align-items:center;
    justify-content: end;
    padding: 50px;
}
.about_body_2 {
    width: 20%;
    justify-content: space-between;
    align-items: center;
}
.about_body_2 img {
    max-width: 100%;
    height:45vh;
    
    
}
.about-span a{
    color:#FF9900;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial;
}
/* =====about-card ============*/
.card-image{
    width: 100%;
    height: 30vh;
    border-radius: 10px;
}
.about-body-card{
    width: 100%;
    background-color: #000;
    
}
.about_body_3{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;

}

.about-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

}

.about-card .card1{
    margin-top: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

/* 4 part */
.footer-text {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 500;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 100px 100px;
}

/* Modal Custom Styling */
.modal-content {
    background-color: #333;
    color: white;
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 20px;
}

.modal-title {
    color: white;
}

/* Modal close button styling */

.btn-close {
    background-color: transparent !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;  /* Ensure close button color is white */
    font-size:20px !important;  /* Adjust size of the close button if needed */
    opacity: 1 !important;
}

/* Ensure the button stays visible */
.btn-close:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-close:hover {
    color: #f7e012 !important;  /* Optional: Change to any color when hovered */
}


/* Responsive styling */
@media (max-width: 768px) {
  
  .full-width-image {
    width: 100%;
    height: auto;
}
    .navbar-toggler {
        background-color: white !important;
    }

    .navbar-nav {
        flex-direction: column; /* Stack navbar items vertically */
    }

    .about-body {
        align-items: center;
        display: flex;
        flex-direction: column;
        background-color: #000;  
    }
    .about_body_1{
    color: white;
    width: 100%;
    align-items:center;
    justify-content: end;
    
}
    .about_body_1 h1{
        font-size: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: baseline;
    }
    .about_body_2 {
    width: 100%;
    padding: 0 80px;
    justify-content: space-between;
    align-items: center;
    }
    .about-body .about-body-p{
        font-size: 15px;
    }
    .card-image{
    width: 100%;
    height: 40vh;
    border-radius: 10px;
}
    .about-card{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

}

.about-card .card1{
    margin-top: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.about-body-card-h1{
    font-size: 30px;
    padding:30px;
}
    .about_body_2 {
        width: 100%;
    }
 
.about_body_3{
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column; 
}

    .footer-text {
        padding: 50px 20px;
        font-size: 18px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* ============news body ============ */

/* ============news body ============ */

.nwes-body{
    width: 100%;
    background-color: #000000;  
    display: flex; 
    padding: 50px;
    gap: 100px;
} 
.news_body_1{
    width: 50%;
}
.news_body_2{
width: 50%;
}
.nwes-body-text{
    padding: 40px 50px;
    display: flex;
    width: 100%;
    gap: 100px;
    background-color: #000;
}
.news_body_text1{
    width: 50%; 
}
.news_body_text2{
    width: 50%;
}
.newstext a{
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}
.news-body-image1{
    width: 80%;
    height: auto;
}
.news-body-image2{
    width: 50%;
    height: auto;
}
@media (max-width: 768px) {
    .nwes-body{
    width: 100%;
    background-color: #000000;  
    display: flex; 
    padding: 30px 40px;
    gap: 50px;
    } 
.news_body_1{
    width: 50%;
}
.news_body_2{
width: 50%;
}

.nwes-body-text{
    box-sizing: border-box;
    padding: 0px 40px;
    display: flex;
    width: 100%;
    gap: 50px;
    background-color: #000;
}
.news_body_text1{
    width: 50%;
}
.news_body_text2{
    width: 50%;
}
.newstext a{
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;

}
}

/* ======================newsnpng============== */
.nwesnpng-body-text{
    width: 100%;
    padding: 30px 50px;
    background-color: #000;
}
.newsnpngtext1{
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 50px;
    color: white;  
}

.newsnpngtext{
    font-size: 25px;
    color: white; 
    padding: 10px 0;
}
.newsnpngtext a:hover{
    color: #FF9900; 
}
.newsnpns-span {
    color: #FF9900;
}

@media (max-width: 768px){
    
    .nwesnpng-body-text{
    
    padding: 20px 25px;
    
}
   
    .newsnpngtext1{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    color: white;  
}

.newsnpngtext{
    font-size: 15px;
    color: white; 
    padding: 10px 0;
}
}

/* =============news baila page============== */

.newsbailatext-p{
    font-size: 25px;
    color: white;
}

/* ============contact page========== */
.contact-body{
    display: flex;
    padding: 40px 50px;
    background-color: #000;

}
.contacttext{
    color: white;
}
.contacttext1{
    color: white;
    font-size: 25px;
}

.contact_body_1{
    width: 50%;
}
.contact_body_2{
    width: 50%;
}
.contact_body_2 img{
    height: 30vh;
}
.contact-span{
    font-size: 25PX;
    color:#FF9900;
}
.contact-span:hover{
    color: #FF9900;
}
@media (max-width: 768px) {

    .contact_body_2 img{
    height: auto;
}
.contact-body{
    display: flex;
    padding: 20px 30px;
    gap: 40px;
    background-color: #000;
}
.contacttext{
    font-size: 20px;
    font-weight: 600;
}
.contact_body_1{
    width: 60%;
}
.contact_body_2{
    width: 40%;
}
.contacttext1{
    font-size: 16px;
}

.contact-span{
    font-size: 16PX;
    color:#FF9900;
}
}

/* =========Zukor picture======== */

    .zukorpic-body{
        width: 100%;
        display: flex;
        padding: 40px 50px;
        background-color: #000;
    }
    .zukurpic_body_1{
        width: 50%;

    }
    .zukorpic_body_2{
        width: 50%;
    }

    .zurokpic-img1{
        width: 100%;
        height: auto;
        background-color: #000;
    }

    .zukorpic-img2{
        width: 100%;
    }

 @media (max-width: 768px) {
    .zukorpic-body{
        width: 100%;
        display: flex;
    padding: 20px 0px;
    padding-right: 20px;
    background-color: #000000;
    }
    .contacttext1{
        font-size: 12PX;
    }

 }
 
 /* ========= Zukor Records page ======== */

 .zukorreco-img1{
        width: 100%;
        height: auto;
        background-color: #000;
    }

    .zukorreco-img2{
        width: 100%;
    }
.zukorreco-body{
        width: 100%;
        display: flex;
        padding: 40px 50px;
        background-color: #000;
    }
    .zukorreco_body_1{
        width: 60%;
    }
    .zukorreco_body_2{
        width: 40%;
    }
.zukorreco-img2{
    width: 90%;
    height: auto;
    padding-left:80px;
}
.zukorreco-img3{
    width: 80%;
    padding-left: 100px;
}
.zukorrecords-one-image{
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: row;
    
}
.zukorrecords-one-image1{
    width: 45%;
    padding-left: 50px;
    margin-top: -100px;
    color: white;
    font-size: 10px;
    
  
}
.zukorrecords-two-image2{
    width: 30%;
    display: flex;
    width: 25%;
   margin-top: -100px;
   
   
}
.zukorreco-two-img{
    width: 50%;
    height: auto;
}

.zukorrecords-two-image2{
    gap: 20px;
}

.my-button{
    width: 30%;
    height: 6vh;
    font-size: 25px;
    border-radius: 20px;
    background-color: #292BCC;
    color: white;
    font-weight: 600;
    
}
.my-button1{
    width: 40%;
    height: 6vh;
    font-size: 25px;
    font-weight: 600;
    border-radius: 20px;
    
    
}

.zukorreco-img2-button{
    width: 90%;
    display: flex;
    /* flex-direction: column; */
    /* padding-left: 50px; */
    gap: 10px;

}


.my-button3{
    width: 60%;
    height: 6vh;
    font-size: 25px;
    border-radius: 20px;
    background-color: #292BCC;
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: 200px;
}

.zukorreco-img2-button2{
    width: 40%;
}

.zukorreco-img2-button3{
    width: 100%;
    padding-left: 80px;
}
.zukorreco-img2{
    color: white;
    margin-left: 120px;
}
.zukorreco-img4{
    width: 100%;
    color: white;
}
.zukorreco-a{
    color: #FF9900;
    font-size: 25px;
    font-weight: 700;
    padding-left: 100px;
}
.zukorreco-a:hover{
    color: #FF9900;
}
.zukorreco-p{
    color: white;
    font-size: 20px;
    padding-left: 100px;
}

/*========= Responsive mobile mode ======= */

@media (max-width: 768px) {
    .navbar-nav .nav-item {
        margin: 10px;
    }

    .zukorreco-body {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .zukorrecords-one-image{
        padding: 20px;
    }
    

    .zukorreco_body_1, .zukorreco_body_2 {
        width: 100%;
        margin-top: 100px;
        padding: 10px;
    }
    .zukorreco-img3{
        margin-top: -100px;
    }
    
    .zukorreco-img2, .zukorreco-img3 {
        width: 100%;
        height: auto;
        padding-left: 0;
    }

    .zukorrecords-one-image1 {
        width: 100%;
        padding: 0 20px;
        margin-top: 0;
    }
    .zukorrecords-one-image1 h1{
        font-size: 20px;
    }

    .zukorrecords-two-image2 {
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .my-button, .my-button1, .my-button3 {
        width: 100%;
        font-size: 20px;
        padding: 10px 0px;

    }
    .zukorreco-img2-button2{
         width: 100%;
    }
    .zukorreco-img2-button {
        width: 100%;
        flex-direction: column;
    }

    .zukorreco-img2 {
        margin-top: -120px;
        margin-left: 0;
    }

.zukorreco-img2-button2{
    width:50px;
}

    .zukorreco-img2-button3{
    width: 100%;
    padding-left: 0px;
}
    .zukorreco-img4 {
        margin-top: 50px;
        max-width: 100%;
        padding-left: 0;
    }

    .zukorreco-a{
    color: #FF9900;
    font-size: 25px;
    font-weight: 700;
    padding-left: 0;
}
.zukorreco-img2-button2{
    width: 50%;
    padding-right: 50px;
}
.zukorreco-p{
    color: white;
    font-size: 20px;
    padding-left: 0;
}
    
    .percentage-text, .my-button {
        width: 100%;
        text-align: center;
    }
}


/* ==========partner page========== */
.partners-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.partners-body-image{
    height: 30vh;
}
.partners-body-image1{
    height: 20vh;
}

/* ===========Partner responsive====== */
@media (max-width: 768px) {

    .partners-body{
        width: 100%;
}

    .partners-body-image{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
}
.partners-body-image1{
   display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
}

}