/*------------------------------------------------------ 
NAME : PHOTOGRAPHER PORTFOLIO MULTIPURPOSE TEMPLATE BY WINKTHEMES
AUTHOR : WINKTHEMES
AUTHOR LINK : https://www.templatemonster.com/authors/winkthemes/
Version: 1.0
------------------------------------------------------*/

/*-------------------- DEFAULT (FOR STYLING COMPLETE WEBSITE) --------------------*/

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: auto;
    background: none transparent;
    user-select: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
    text-decoration: none;
}
.page-link{
    cursor: pointer;
}
::-webkit-scrollbar-track{
    width: 8px;
}
::-webkit-scrollbar{
    width: 8px;
    background:#000;
}
::-webkit-scrollbar-thumb{
    background: #fff;
}
::placeholder{
    color: #790c5a;
}

#all{
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    border-right: 0px;
}
.cursor{
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid #ad0961;
    position: fixed;
    z-index: 6;
    top: -25px;
    left: -25px;
    opacity:1;
    overflow: hidden;
    font-family: montserrat;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    text-align: center;
  }

  .cursor-two{
    height: 8px;
    width: 8px;
    background: #ad0961;
    border-radius: 50%;
    pointer-events: none;
    position: fixed;
    z-index: 6;
    opacity:1;
    top: -4px;
    left: -4px;
  }
  .hover{
      cursor: pointer;
  }
  .dot{
    animation: dot 1s linear infinite;
}

@keyframes dot{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes dot{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/*-------------------- DEFAULT (FOR STYLING COMPLETE WEBSITE) --------------------*/

/*-------------------- GALLERY PAGE CSS -------------------- */

#gallery{
    width: 100%;
    height: auto;
   
    background:  none transparent;
    overflow: hidden;
}
.gallery-header-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1d4d4;
    z-index: 1;
}
.gallery-header{
    width: 100%;
    padding: 40px;
    text-align: center;
    font-family: montserrat;
    font-size: 42px;
    color: #790c5a;
    padding-bottom: 0px;
    font-weight: 600;
    z-index: 1;
}
.image-selector{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 40px 10px 10px 10px;

}
.image-selector a{
    padding: 5px 10px;
    font-size: 16px;
    margin: 10px;
    font-family: poppins;
    color: #790c5a;
    transition: all .4s ease;
}
.image-selector .active , .image-selector a:hover{
    background: #790c5a;
    color: #f1d4d4;
    transition: all .4s ease;
}
.gallery-images-container{
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-grid{
    width: 100%;
    margin: 0 auto;
}
.gallery-grid .column{
    width: 33%;
    overflow: hidden;
    height: auto;
}
.column img{
    width: 100%;
    height: auto;
    margin: 8px;
    transition: all .3s ease;
}
/*-------------------- GALLERY PAGE CSS -------------------- */








.footer{
    width: 100%;
    background: #790c5a;
    color: white;
    font-size: 22px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: poppins;
}






/* ===-----------------------------------------------------------RESPONSIVE CSS(MOBILE DEVICES) -----------------=======---------------------------*/

@media all and (max-width: 675px) and (min-width: 0px){

    .navigation-links ul li{
        font-size: 36px;
      }
      .social-media-links ul li{
        font-size: 18px;
      }

    .cursor,.cursor-two{
        display: none;
    }
    .loader-text-stroke{
        font-size: 6vw;
    }
    .swiper-controls div img{
        width: 30px;
    }


/* GALLERY PAGE */
.gallery-header{
    padding: 10px;
    padding-top: 20px;
    font-size: 26px;
    padding-bottom: 30px;
    transition: all .5s ease;
}
.image-selector{
    padding: 0;
}
.gallery-grid{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.gallery-grid .column{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
}
.image-selector a{
    font-size: 15px;
    margin: 5px;
}
.gallery-images-container{
    padding-top: 0px;
}
/* GALLERY PAGE */



/* -----------------------------------------------------------RESPONSIVE CSS(MOBILE DEVICES) --------------------------------------------*/







/* -----------------------------------------------------------RESPONSIVE CSS(TABLETS) --------------------------------------------*/

@media all and (max-width: 950px) and (min-width: 676px){

/* DEFAULT */

/* DEFAULT */


/* GALLERY PAGE */
.gallery-grid{
    width: 98%;
    margin: 0 auto;
}
.gallery-grid .column{
    width: 50%;
    overflow: hidden;
    height: auto;
}
.column img{
    width: 100%;
    height: auto;
    margin: 8px;
}
.image-selector{
    padding: 50px 10px 10px 10px;
}
/* GALLERY PAGE */



/* -----------------------------------------------------------RESPONSIVE CSS(TABLETS) --------------------------------------------*/

