* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";

}


/* navbar start from here  */
.navbar .container-fluid .navbar-nav {
    margin-left: 80px;

}

.navbar .container-fluid .navbar-nav .nav-item {
    margin-left: 25px;
}
.navbar .container-fluid .navbar-toggler {
    border: 1px solid #c4aa66;
}
.navbar .container-fluid .navbar-toggler i{
color: #c4aa66;
}


.navbar .container-fluid .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 18px;
    transition: ease 0.2s;
}

.navbar .container-fluid .navbar-nav .nav-item .nav-link:hover {
    transform: scale(0.9);
}

.navbar .container-fluid .navbar-brand img {
    width: 120px;
    height: 100px;
}

@media screen and (max-width:1020px) {
    .navbar .container-fluid .navbar-brand img {
        width: 80px;
        height: 80px;
        margin-top: -10px;

    }

    .navbar .container-fluid .navbar-nav .nav-item .nav-link {
        color: black;
        transition: ease 0.2s;
    }



}
#navbarSupportedContent{
    margin: -12px;
    margin-top: 2px;
}
  

@media screen and (max-width:980px){
    #navbarSupportedContent{
        background-color: rgba(0, 0, 0, 0.8);
        
    }
    .navbar .container-fluid .navbar-nav .nav-item .nav-link{
        color: white;
    }
   


  

}


/* search icon ko hide kr wany k leye media queries  */

@media screen and (max-width:1000px){
    .searchboxmain {
        /* color: #000000; */
        /* z-index: 1; */
        opacity: 0;
        /* display: none; */
    }
    
}

/* dropdown start from here  */

.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);

    margin:15px 0px;
    padding: 20px 0px;


}




.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: white;
    padding: 15px 15px;
    font-size: 13px;
    margin-top: 5px;
    transition: 0.1s;

}

.navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: black;
    background-color: white;
}

/* dropdown End here  */

.searchboxmain {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.inputtext {
    width: 0;
    height: 0;
    border: none;
    outline: none;
    font-weight: bold;
    transition: all 0.3s linear;


}

.icon {
    text-decoration: none;
    font-size: 28px;

    border-radius: 50px;
    position: absolute;
    right: 15px;
    font-weight: bold;
    color: #c4aa66;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchboxmain:hover .inputtext {
    padding: 10px 15px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.searchboxmain:hover .icon {
    color: #c4aa66;
    right: 5px;
}


/* navbar end here  */


/* baner strat from here  */

.bg-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

/* baner end here  */



/* section 2 paragraph start from here  */

.section2 .container-fluid .row {
    padding: 50px 100px;
}

/* .section2 .container-fluid .row .content{
    margin-top: 20px ;
    background-color: red;
} */
.section2 .container-fluid .row .content p {
    font-size: 18px;
    color: black;
    text-align: center;
}

.section2 .container-fluid .row .content h1 {
    text-align: center;
    color: #043531;
    text-transform: uppercase;
    font-weight: bold;
}





@media screen and (max-width:500px) {
    .section2 .container-fluid .row {
        padding: 0px;
    }

    .section2 .container-fluid .row .content p {
        font-size: 12px;
    }

}



/* section 2 paragraph end here  */


/* section 3 basant start from here  */
.basant {
    border-radius: 10px;

}

.section3 {
    width: 100%;
    overflow: hidden;
}

.section3 .container-fluid {
    margin-top: 40px;
    background-image: linear-gradient(#043531, white);
    padding: 100px 0px;
}

.section3 .container-fluid h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.section3 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section3 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);

}

.section3 .container-fluid .row .img .basant {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
}

@media screen and (max-width:800px) {
    .section3 .container-fluid {
        padding: 100px 40px;
    }

    .section3 .container-fluid .row .img .basant {
        margin-top: 40px;
    }
}

/* section 3 basant end here  */


/* section 4 shandour polo start form here  */


.section4 {
    width: 100%;
    overflow: hidden;
}

.section4 .container-fluid {
    margin-top: 40px;
    /* background-image: linear-gradient(#043531, white); */
    padding: 100px 0px;
}

.section4 .container-fluid h1 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.section4 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section4 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    aspect-ratio: 10/6;

}

.section4 .container-fluid .row .img .shandour-polo {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
    aspect-ratio: 10/7;
}

@media screen and (max-width:800px) {
    .section4 .container-fluid {
        padding: 100px 40px;
    }

    .section4 .container-fluid .row .content {
        margin-top: 40px;
    }
}

/* section 4 shandour polo end here  */


/* section 5 lok mela start form here  */


.section5 {
    width: 100%;
    overflow: hidden;
}

.section5 .container-fluid {
    margin-top: 40px;
    background-image: linear-gradient(#043531, white);
    padding: 100px 0px;
}

.section5 .container-fluid h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.section5 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section5 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    aspect-ratio: 10/6;

}

.section5 .container-fluid .row .img .lok-mela {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
    aspect-ratio: 10/7;

}

@media screen and (max-width:800px) {
    .section5 .container-fluid {
        padding: 100px 40px;
    }

    .section5 .container-fluid .row .img .lok-mela {
        margin-top: 40px;
    }
}


/* section 5 lok mela end here  */

/* section 6 chelam joshi start from here  */
.section6 {
    width: 100%;
    overflow: hidden;
}

.section6 .container-fluid {
    margin-top: 40px;
    /* background-image: linear-gradient(#043531, white); */
    padding: 100px 0px;
}

.section6 .container-fluid h1 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.section6 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section6 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    aspect-ratio: 10/6;

}

.section6 .container-fluid .row .img .chelam-joshi {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
    aspect-ratio: 10/7;
}

@media screen and (max-width:800px) {
    .section6 .container-fluid {
        padding: 100px 40px;
    }

    .section6 .container-fluid .row .content {
        margin-top: 40px;
    }
}


/* section 6 chelam joshi end here  */

/* <!-- Section 7 Sibi Mila Start From here  --> */


.section7 {
    width: 100%;
    overflow: hidden;
}

.section7 .container-fluid {
    margin-top: 40px;
    background-image: linear-gradient(#043531, white);
    padding: 100px 0px;
}

.section7 .container-fluid h1 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.section7 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section7 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    aspect-ratio: 10/6;

}

.section7 .container-fluid .row .img .sibi-mela {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
    aspect-ratio: 10/7;

}

@media screen and (max-width:800px) {
    .section7 .container-fluid {
        padding: 100px 40px;
    }

    .section7 .container-fluid .row .content {
        margin-bottom: 40px;
    }
}

/* <!-- Section 7 Sibi Mila end here  --> */


/* section 8 sindh cultural start from here  */
.section8 {
    width: 100%;
    overflow: hidden;
}

.section8 .container-fluid {
    margin-top: 40px;
    /* background-image: linear-gradient(#043531, white); */
    padding: 100px 0px;
}

.section8 .container-fluid h1 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.section8 .container-fluid .row {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.section8 .container-fluid .row .content p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    aspect-ratio: 10/6;

}

.section8 .container-fluid .row .img .Sindh-Cultural {
    -webkit-box-shadow: 1px 3px 15px 3px #000000;
    box-shadow: 1px 3px 15px 3px #000000;
    width: 100%;
    aspect-ratio: 10/7;
}

@media screen and (max-width:800px) {
    .section8 .container-fluid {
        padding: 100px 40px;
    }

    .section8 .container-fluid .row .content {
        margin-top: 40px;
    }
}


/* section 8 sindh cultural end here  */


/* readmore button css start from here  */
.readmore-btn {
    padding: 8px 12px;
    border: none;
    position: relative;
    background-color: #043531;

}

.readmore-btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.readmore-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.readmore-btn:hover::after {
    width: 100%;
}

.readmore-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.readmore-btn:hover::before {
    width: 100%;

}

.readmore-btn:hover {
    background-color: white;
}

.readmore-btn:hover a {
    color: black;
}


/* readmore button css end here  */

/* This Media Queries is for images when screen size is 768 then image will take margin bottom all images of festival  */
/* @media screen and (min-width:678px) {
    .section3 .container-fluid .row .content {
        margin-top: 20px;
    }

    .section3 .container-fluid .row .img {
        margin-top: 10px;
    }



} */

/* images media queries closs here  */

/* this media queries is for font size of content  */
@media screen and (max-width:1150px) and (min-width:768px) {

    .content,
    p {
        font-size: 13px !important;
    }
}

/* font media queries close here  */

.container-fluid .row .img:hover {
    transform: scale(1.1);
}



/* books section start from here  */
.bookssection .container-fluid {
    padding: 100px 0px;
    background-image: linear-gradient(#043531, white);
    overflow: hidden;
}
.bookssection .container-fluid h1{
    text-align: center; 
    font-weight: bold;
     color: #ffffff;
      text-transform: uppercase;
}
.bookssection .container-fluid .book-main-para{
    color: rgb(255, 255, 255);
     text-align: center;
      padding: 20px 100px; 
      letter-spacing: 1px;
}
@media screen and (max-width:600px){
    .bookssection .container-fluid .book-main-para{
        padding: 0;
        font-size: 12px;
    }
}
.bookssection .container-fluid .row{
    padding: 20px 0px;
}
.bookssection .container-fluid .row .card{
    width: 18rem; padding: 10px;
    margin-bottom: 20px;
}





/* books download btn btn start from here */
.book-dawonlaod-btn {
    padding: 5px 12px;
    position: relative;
    z-index: 1;
    border: 2px solid #c4aa66;
    background-color: white;
    top: 18px;
}

.book-dawonlaod-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c4aa66;
    transition: 0.3s ease;
    z-index: -1;
}

.book-dawonlaod-btn a {
    text-decoration: none;
    color: black;
}

.book-dawonlaod-btn:hover:after {
    width: 100%;
}


/* books download btn  end here */



/* books card hover effect start from here  */

.bookssection .container-fluid .row .card {
    transition: 0.2s;
}

.bookssection .container-fluid .row .card:hover {
    -webkit-box-shadow: 1px 0px 15px 5px #000000;
    box-shadow: 1px 0px 15px 5px #000000;
}


/* books card hover effect end here  */

/* books section end here  */


/* footer start from here  */

.footer .container-fluid .row {
    padding: 40px 10px;
}

.footer .container-fluid .row .quick-links ul li {
    list-style-type: none;

    margin-top: 10px;


}


.footer .container-fluid .row .quick-links ul li a {
    text-decoration: none;
    color: rgb(192, 188, 188);
    transition: 0.4s;
    margin-left: -26px;
}

.footer .container-fluid .row .quick-links ul li a:hover {
    text-decoration: underline;
    color: #c4aa66;
}

.footer .container-fluid .row .cntent i {
    color: #c4aa66;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #c4aa66;
    margin-left: 5px;
    transition: 0.4s;
}

.footer .container-fluid .row .cntent i:hover {
    background-color: #c4aa66;
    color: #043531;
}
.footer .container-fluid .row .cntent p{
    color: rgb(192, 188, 188);
     border-bottom: 1px solid white;
      padding: 10px 0px;
}
@media screen and (max-width:600px){
    .footer .container-fluid .row .cntent p{
        font-size: 12px;
    }
    .footer .container-fluid .row .cntent i{
        font-size: 15px;
    }
}





/* about us yaha se shoro he  */

.aboutus .container-fluid{
    padding: 100px 80px;
    background:  linear-gradient(20deg, white 10% ,#eed086  90% );

}
.aboutus .container-fluid #about-us-main-p{
    text-align: center;
}
.aboutus .container-fluid .row .our-vision{
    text-transform: capitalize; 
     padding: 80px ; 
    aspect-ratio: 10/7;
}

.aboutus .container-fluid .row .our-vison-img{
    padding: 80px ;
}
.aboutus .container-fluid .row .our-vison-img img{
    aspect-ratio: 10/7;
    width: 100%;
    border-radius: 8px;
}



.aboutus .container-fluid .row .our-approach-img{
    padding: 80px;
}
.aboutus .container-fluid .row .our-approach-img img{
    aspect-ratio: 10/7;
    width: 100%;
    border-radius: 8px;
}

.aboutus .container-fluid .row .our-approach{
    text-transform: capitalize; 
    padding: 80px;
     aspect-ratio: 10/7;
}


.aboutus .container-fluid .row  .our-proces{
    padding: 80px;
    text-transform: capitalize; 
    aspect-ratio: 10/7;
}
.aboutus .container-fluid .row  .our-proces-img {
    padding: 80px;
}
.aboutus .container-fluid .row  .our-proces-img img{
    width: 100%;
    aspect-ratio: 10/7;
    border-radius: 8px;
}

@media screen and (max-width:1100px) {
    .aboutus .container-fluid .row .our-vision p{
        font-size: 12px;
    }
    .aboutus .container-fluid .row .our-vision{
        padding:80px 0px;
    }

    .aboutus .container-fluid .row .our-vison-img{
        padding: 0px;
    }
    .aboutus .container-fluid{
        padding:50px 20px;
    }

    .aboutus .container-fluid .row .our-approach p{
        font-size: 12px;
    }
    .aboutus .container-fluid .row .our-approach{
        padding:10px 0px;
        display: none;

    }
    .aboutus .container-fluid .row .our-approach-img{
        padding: 0px 10px;
        margin-top: 10px;
        display: none;   
        
    }


    .aboutus .container-fluid .row  .our-proces{
        padding:80px 0px;
    }
    .aboutus .container-fluid .row  .our-proces p{
        font-size: 12px;
    }

    .aboutus .container-fluid .row  .our-proces-img{
        padding: 0px;
    }
    
    .aboutus .container-fluid #about-us-main-p{
        font-size: 12px;
    }



}


/* just mobile screen pr ye visible hoga  */

.aboutus .container-fluid .row .our-approach-demo{
    text-transform: capitalize; 
    padding: 80px;
     aspect-ratio: 10/7;
}
.aboutus .container-fluid .row .our-approach-img-demo{
    padding: 80px;

}
.aboutus .container-fluid .row .our-approach-img-demo img{
    aspect-ratio: 10/7;
    width: 100%;
    border-radius: 8px;
}

@media screen and (max-width:1100px) {
.aboutus .container-fluid .row .our-approach-demo{
    padding: 80px 0px;
}
.aboutus .container-fluid .row .our-approach-demo p{
    font-size: 12px;
    
}
.aboutus .container-fluid .row .our-approach-img-demo{
    padding: 0px 10px;
    margin-top: 10px;
    border-radius: 50%;
}
    
}


@media screen and (min-width:1100px) {
    
.aboutus .container-fluid .row .our-approach-demo{
    text-transform: capitalize; 
    padding: 80px;
     aspect-ratio: 10/7;
     display: none;
}
.aboutus .container-fluid .row .our-approach-img-demo{
    padding: 80px;
    display: none;

}
.aboutus .container-fluid .row .our-approach-img-demo img{
    aspect-ratio: 10/7;
    width: 100%;
    border-radius: 8px;
    display: none;
}
}

/* just mobile screen pr ye visible hoga  */
/* about us yaha pr khatm he  */


/* gallery main section start from here */
.galery .container-fluid{
    padding: 100px;
    background:  linear-gradient(20deg, white 10% ,#eed086  90% );


}

h1{
text-align: center;
text-transform: uppercase;
}

.gallery-wrap {
display: flex;
flex-direction: row;
height: 70vh;
}

.item {
flex: 1;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: none;
transition: flex 0.5s ease;

&:hover{
flex: 7;
}
}

.item-1 { 
background-image: url(images-main/basant-readmore-body-2.jpg);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}

.item-2 { 
background-image: url(images-main/basant-readmore-body-4.jpg);

}

.item-3 { 
background-image: url(images-main/basant-readmore-body1.jpg);

}

.item-4 { 
background-image: url(images-main/basant-readmore-body-6.jpg);

}

.item-5 { 
background-image: url(images-main/basant-readmore-mainbaner-1.jpg);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}

/* second row start from here  */

.item-6 { 
    background-image: url(images-main/shandoupolo-body-1.jpg);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    
    .item-7 { 
    background-image: url(images-main/shandour-polo-readmore-mainbaner2.jpg);
    
    }
    
    .item-8 { 
    background-image: url(images-main/shandour-polo-readmore-mainbaner3.jpg);
    
    }
    
    .item-9 { 
    background-image: url(images-main/shandourpolo-body-3.jpg);
    
    }
    
    .item-10 { 
    background-image: url(images-main/shandourpolo-body-4.jpg);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    }

    /* third row start from here  */
    .item-11 { 
        background-image: url(images-main/lok-mela-img.jpg);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        }
        
        .item-12 { 
        background-image: url(images-main/lokmelabody1.jpg);
        
        }
        
        .item-13 { 
        background-image: url(images-main/lokmelabody2.jpg);
        
        }
        
        .item-14 { 
        background-image: url(images-main/lokmelamainbaner2.jpg);
        
        }
        
        .item-15 { 
        background-image: url(images-main/lokmelamainbaner3.jpg);
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        }

        /* forth row start from here  */
        .item-16 { 
            background-image: url(images-main/sibimainbaner1.png);
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            }
            
            .item-17 { 
            background-image: url(images-main/sibibaner3-transformed.jpeg);
            
            }
            
            .item-18 { 
            background-image: url(images-main/sibimelabody1.png);
            
            }
            
            .item-19 { 
            background-image: url(images-main/sibibaner2-transformed.jpeg);
            
            }
            
            .item-20 { 
            background-image: url(images-main/sibimelabody3.png);
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            }

            /* <!-- fifth row start from here  --> */

            .item-21 { 
                background-image: url(images-main/sindhmainbaner1.jpeg);
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                }
                
                .item-22 { 
                background-image: url(images-main/sindhmainbaner3.png);
                
                }
                
                .item-23{ 
                background-image: url(images-main/sindhbody1.png);
                
                }
                
                .item-24 { 
                background-image: url(images-main/sindhmainbaner2.jpeg);
                
                }
                
                .item-25 { 
                background-image: url(images-main/sindhbody2.png);
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                }




@media screen and (max-width:768px) {
    .galery .container-fluid{
        padding: 50px 20px;
    }

    .gallery-wrap .item:hover{
        flex: 15;
        
    }
    .galery .container-fluid p{
        font-size: 12px;
    }

    
}

/* gallery main section end here */
