* {
    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;
    }
}





/* conatctsus start from here  */
 .conatct-us .container-fluid{
    padding: 100px ; 
    margin-bottom: 50px;
    margin-top: 50px;
     background:  linear-gradient(30deg, white 80% ,#043531  20% );
}


.conatct-us  .container-fluid .row .info .icons i{
font-size: 22px;
margin-right: 8px;
}
/* .container-fluid .row .info .icons{
    margin-top: 20px;
} */
.conatct-us .container-fluid .row .info{
    border-radius: 8px;
}


.conatct-us .container-fluid .row .contact {
    padding: 30px;
}
.conatct-us .container-fluid .row .contact p{
    margin-top: 25px;
}


.conatct-us .container-fluid .row .contact input{
    width: 100%;
    height: 45px;
     border: none;
     border-bottom: 2px solid #043531;
     outline: none;
     background-color: transparent;
}
.conatct-us .container-fluid .row .contact .submit{
    margin-top: 20px;
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #043531;
    transition: 0.4s;
}
.conatct-us .container-fluid .row .contact .submit:hover{
    background-color: #175751;
    color: rgb(255, 255, 255);
}


/* bacground linear gradeint remove krny k leye media quieries yaha se start he  */
@media screen and (max-width:768px){
    .conatct-us .container-fluid{
     background:  linear-gradient(30deg, white 80% ,#ffffff  20% );

    }
    .conatct-us .container-fluid{
        padding: 50px 0px;
    }
}

/* bacground linear gradeint remove krny k leye media quieries yaha pr khatm he  */


/* font size control media queries start from here  */
@media screen and (max-width:768px) {
    .conatct-us .container-fluid .row .contact p{
        font-size: 12px;
    }
    .conatct-us .container-fluid .row .contact{
        background-image: linear-gradient(#c4aa66, white);
        margin-bottom: 10px;
    }

    .conatct-us  .container-fluid .row .info .icons i{
        font-size: 15px;
    }
    .conatct-us .container-fluid .row .info p{
        font-size: 12px;
    }

}




/* font size control media queries end here  */





/* conatctsus end here  */

