*{margin: 0;padding: 0;box-sizing: border-box;}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

.body{
    font-family: 'Inter' !important;
}

:root{
    --primary: #652D90;
    --primary-hover: #431566;
    --secondary:#2196F3;
    --gray:#424242;
    
}

.header-top-base{
    content: "";
    background-color: var(--primary);
    height: 2px;
    width: 100%;
}

header{
    background-color: #f5f5f5;
}
.header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.main-menu ul{
    padding: 0;
    list-style: none;
}

.main-menu ul li{
    display: inline-block;
    padding: 10px;
}

.main-menu ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #424242;
}

.main-menu ul li a:hover{
    color: var(--primary);
}

.cta-action{
    display: flex;
    align-items: center;
    width: 33.33%;
    justify-content: end;
}

.cta-action ul{
    list-style: none;
    padding: 0;
}

.cta-action ul li{
    display: inline-block;
    padding: 10px;
}

.cta-action ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #424242;
}

.brand-logo{
    display: flex;
    width: 33.33%;
    justify-content: center;
}

.brand-logo img{
    height: 60px;
}

.main-menu{
    width: 33.33%;
}

.all-menu{
    display: none;
}

.cta-icon{
    display: none;
}

/* ------------------------ footer section ----------------------- */
footer{
    background-color: #020031;
    padding-top: 80px;
}
.footer-brand{
    padding-right: 20px;
}
.footer-brand p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E0E0E0;
    margin: 0;
    padding: 0;
}

.footer-brand img{
    margin-bottom: 20px;
}
.footer-social-icon{
    margin-top: 60px;
}

.footer-social-icon h6{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-base{
    content: "";
    background-color: #262464;
    height: 1px;
    width: 100%;
}

.footer-social-icon-list ul{
    padding: 0;
    list-style: none;
}

.footer-social-icon-list ul li{
    border: 1px solid #262464;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
}

.footer-social-icon-list ul li:hover{
    background-color: var(--secondary);
}

.footer-social-icon-list ul li a>i:hover{
    color: #fff;
}


.useful-link{
    width: 100%;
}

.useful-link h6{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}


.footer-main-menu, .footer-info-menu{
    margin-top: 20px;
}

.footer-main-menu ul, .footer-info-menu ul{
    padding: 0;
    list-style: none;
}

.footer-main-menu ul li, .footer-info-menu ul li{
    padding: 6px 0;
}

.footer-main-menu ul li a, .footer-info-menu ul li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #BDBDBD;
    text-decoration: none;
}

.footer-main-menu ul li a>i{
    display: none;
}

.footer-main-menu ul li a>i:hover{
    display: block;
}

.footer-useful-menu{
    display: flex;
}

.footer-info-menu{
    margin-left: 30%;
}


.contact-info h6{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contact-info ul{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.contact-info ul li{
    padding: 6px 0;
}

.contact-info ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #BDBDBD;
    text-decoration: none;
}

.footer-Address{
    color: #b9b9b9;
    margin-top: 20px;
}

.footer-Address p>i{
    margin-right: 10px;
    color: var(--secondary);
}

.footer-copyright{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    padding: 40px 0;
}

.footer-copyright p{
    padding: 0;
}

.footer-copyright span{
    color: var(--secondary);
}

/* ----------------------------- search area section---------------------- */

.search-area{
    background-image: url(image/search\ bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 370px;
    position: relative;
}

.search-box{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
}

.search{
    width: 35vw;
}

.search input[type=text]{
    width: 100%;
    height: 3vw;
    padding: 0 10px;
    outline: none;
    border: none;
}

.search button[type=submit]{
    height: 3vw;
    padding: 0 25px;
    outline: none;
    border: none;
    background: #fff;
}

.search form{
    display: flex;
}

.category{
    margin-right: 2px;
}

.category select{
    word-wrap: normal;
    outline: none;
    border: none;
    height: 3vw;
    padding: 0 10px;
}




/* ---------------------services section --------------------- */

.service-top{
    padding: 100px 12px;
}

.service-bottom{
    margin-bottom: 100px;
}

.service-top h2{
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #424242;
    margin-bottom: 30px;
}
.service-details{
    display: flex;
}

.service-details img{
    height: 100%;
}

.service-text{
    margin-left: 30px;
}

.service-text > a{
    background-color: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.service-text > a:hover{
    background-color: var(--primary-hover);
}

.service-text h6{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #424242;
}

.service-text ul{
    list-style: none;
    padding: 0;
}

.service-text ul li{
    padding: 10px 10px;
}

.service-text ul li a{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #424242;
}

.service-text ul li:hover{
    background-color: #EDEDED;
    border-radius: 5px;
}

/* ------------------------ promotion section ------------------------- */


.promotion-area{
    background-color: var(--primary);
}
.promotion{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 25px 0;
}

.promotion h1{
    font-style: normal;
    font-weight: 800;
    font-size: 2rem;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFC;
}

.promotion h1>span{
    color: #FFA800;
}

.promotion a{
    background: #FFA800;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

/* ---------------------------- photo gallery ------------------------------------ */

.gallery{
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 250px;
}


/* -----------stretch vertically----------------- */
.v-stretch{
    grid-row: span 2;
}

/* ---------------stretch horizontally -------------- */
.h-stretch{
    grid-column: span 2;
}

/* ---------------stretch horizontally and vertically-------------- */
.big-stretch{
    grid-column: span 2;
    grid-row: span 2;
}

.gallery div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.photo-collection-title{
    padding: 50px 0;
}

.photo-collection-title h2{
    font-weight: 700;
    font-size: calc(1.325rem + .9vw);
    color: var(--primary);
}


/* --------------------------Hire professional photographer ---------------------- */

.category-img{
    position: relative;
    margin-bottom: 2rem;
}

.category-title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    color: #fff;
}

.p-category-title{
    text-align: center;
    padding: 100px 0;
}

.p-category-title h2{
    font-size: calc(1.325rem + .9vw);
    font-weight: 700;
    color: var(--primary);
}


/* ----------------------- about section ------------------------ */
.about-section-area{
    padding: 100px 0;
    background-color: #ECECEC;
}

.about-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 42px;
    text-align: left;
    color: #424242;
    margin-bottom: 25px;
}

.about-text p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #424242;
    margin-bottom: 50px;
}

.about-text a{
    text-decoration: none;
    border: 1px solid #652D90;
    padding: 10px 24px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.about-align{
    display: flex;
    align-items: center;
}




/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- Home page responsive-------------------- */

@media screen and (max-width:992px) {

    .header-icon{
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .brand-logo{
        justify-content: start;
    }
    .main-menu{
        display: none;
    }

    .cta-action{
        display: none;
    }

    .all-menu{
        display: block;
        margin-right: 10px;
    }

    .cta-icon{
        display: block;
    }

    .cta-icon ul{
        padding: 0;
        list-style: none;
        margin: 0;
    }

    .cta-icon ul li{
        display: inline-block;
        padding: 10px;
    }

    .cta-icon ul li a{
        text-decoration: none;
        color: #424242;
    }

    .cta-icon ul li a:hover{
        color: var(--primary);
    }


    .about-align{
        display: block;
    }

    .footer-social-icon-list ul li{
        padding: 0 5px;
        border: none;
    }

    /* ------------------------ search area ----------------------------- */

    .search input[type=text]{
        height: 4vw;
        padding: 0 10px;
    }
    
    .search button[type=submit]{
        height: 4vw;
        padding: 0px 25px;
    }

    .category select{
        height: 4vw;
    }


    /* ---------------------- service section ---------------------- */

    .service-details{
        display: block;
    }

    .service-text{
        margin: 0;
        padding: 20px 0;
    }

}
/* ---------------------------------------- small screen ------------------ */
@media screen and (max-width:768px) {
    .header-area{
        align-items: center;
    }
    .brand-logo{
        justify-content: start;
    }

    .main-menu{
        display: none;
    }

    .cta-icon{
        display: none;
    }

    /* -------------------- search area ---------------------- */

    .search-box{
        display: block;
    }

    .search input[type=text]{
        height: 8vw;
        padding: 0 10px;
        width: 100%;
    }
    
    .search button[type=submit]{
        height: 8vw;
        padding: 0px 25px;
    }

    .category select{
        height: 8vw;
        width: 100%;
        margin-bottom: 10px;
    }

    .search{
        width: 65vw;
    }

    /* ------------------------------promotion area ----------------- */

    .promotion{
        display: flex;
        flex-direction: column;
    }

    /* ----------------------- photo collection ------------------------ */

    .v-stretch{
        grid-row: span 1;
    }

    .h-stretch{
        grid-column: span 1;
    }

    .big-stretch{
        grid-column: span 1;
        grid-row: span 1;
    }
    
}



/* --------------------------------------------------------------------------
---------------------------------imgdetails page----------------------------
-------------------------------------------------------------------------- */

.image-details{
    margin-top: 50px;
}

.sidebar-category-base{
    content: "";
    background-color: #f0f0f0;
    width: 100%;
    height: 1px;
}
.side-bar{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.img-d-text h3{
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    color: #424242;
}

.img-d-title{
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 20px 0;
}

.img-d-view{
    display: flex;
    justify-content: start;
    align-items: center;
}

.img-d-view svg{
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    margin-left: 10px;
}

.img-d-image img{
    width: 100%;
    height: auto;
}

.img-information h6{
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 19px;
    color: #424242;
}

.img-formet h6{
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 19px;
    color: #2196F3;
}

.img-information p{
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #616161;
}

.similar-photo h6{
    font-size: 1.5rem;
    line-height: 2rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.s-photo-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.s-photo-title img{
    width: 100%;
    height: auto;
    margin-right: 20px;
}

.s-photo-title img:last-child{
    margin: 0;
}

.similar-photo img{
    width: 100%;
    height: auto;
}

.img-profile{
    display: flex;
    margin-top: 50px;
    align-items: center;
}
.img-profile img{
    border-radius: 400px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
}

.img-profile-name{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.img-profile-name > a{
    text-decoration: none;
    font-size: 2rem;
    color: #424242;
}

.img-profile-name span{
    margin-bottom: 20px;
}

.hire-btn a{
    text-decoration: none;
    background: #2196F3;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
}

.hire-btn a> .get-quote{
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
    border: #2196F3;
}


/* --------------------------------------------------------------------------
---------------------------------artist profile page----------------------------
-------------------------------------------------------------------------- */

.profile-section{
    background-image: url(image/portfolio-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.profile-area{
    padding: 35px 0;
}

.image-profile{
    display: flex;
    align-items: start;
}

.image-profile img{
    border-radius: 100px;
    width: 130px;
    height: 130px;
    margin-right: 20px;
}

.image-profile-name{
    display: block;
    width: 100%;
}

.image-profile-name span{
    color: #fff;
}

.quote-btn{
    margin-top: 20px;
}

.quote-btn a{
    background-color: #2196F3;
    padding: 10px 24px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
}

.image-profile-name > a{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    display: block;
    text-decoration: none;
}

.portfolio-area{
    padding: 35px 0;
}

.portfolio{
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 200px;
}


/* -----------stretch vertically----------------- */
.vertical-stretch{
    grid-row: span 2;
}

/* ---------------stretch horizontally -------------- */
.horizontal-stretch{
    grid-column: span 2;
}

/* ---------------stretch horizontally and vertically-------------- */
.bigshow-stretch{
    grid-column: span 2;
    grid-row: span 2;
}

.portfolio div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.pagination a{
    text-decoration: none;
    padding: 10px 15px;
    transition: background-color .3s;
}

.pagination a.active {
  background-color: #2196F3;
  color: white;
}

.pagination a:hover:not(.active){
    background-color: #ddd;
    color: #fff;
}




/* --------------------------------------------------------------------------
---------------------------------artist  page----------------------------
-------------------------------------------------------------------------- */

.artist-profile{
    padding: 30px 0;
}

.single-profile{
    display: flex;
    margin-bottom: 20px;
    align-items: start;
}


.single-profile-text{
    margin-left: 20px;
}

.single-profile-text h2{
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.single-contact{
    margin-top: 20px;
}

.single-contact a{
    text-decoration: none;
    color: #fff;
    background-color: #2196F3;
    padding: 10px 30px;
}

.single-contact a:hover{
    background-color: #262464;
}

.single-contact a:last-child{
    background-color: #fff;
    color: #2196F3;
    border: 1px solid #2196F3;
}
   

@media screen and (max-width:992px) {
    .single-contact a{
        display: block;
        margin-bottom: 20px;
    }

    .single-profile{
        display: flex;
        align-items: start;
    }
}

@media screen and (max-width:768px){
    .single-contact a{
        display: inline;
        margin-bottom: 20px;
    }
}


/* ************************* sidenav overlay ******************* */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--primary-hover);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .action{
    margin-top: 20px;
    border-top: 1px solid #7A39AC; 
  }




  /* ///////////////////////////// vedio page //////////////////////////////////////////////// */

#browse-category-img img{
    width: 100%;
  }

  #browse-category-img {
    margin-bottom: 24px;
  }

  .category-text{
    width: 100%;
    background: #ccc;
    text-align: center;
    padding: 10px 10px;
  }

  .category-text p{
    margin: 0;
    color: #000;
    font-size: 18px;
    font-family: Inter;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
  }


  .b-category h2{
    margin-top: 80px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--gray);
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }


  /* -------------------------- start video collection ----------------------- */

  .v-collection-heading{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }

  .v-filter{
    display: flex;
    justify-content: space-between;
  }
  .v-heading h3{
    color: var(--gray);
    font-size: 32px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .v-filter p{
    margin: 0;
    border: 1px solid #424242;
    border-radius: 100px;
    padding: 10px 30px;
  }