* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Truenoexbd';
    src: url("Fonts/TruenoExBd.woff") format("woff"), url("Fonts/TruenoExBd.ttf")  format("truetype");
   }

@font-face {
    font-family: 'TruenoLt';
    src: url("Fonts/TruenoLt.woff") format("woff"), url("Fonts/TruenoLt.ttf")  format("truetype");
}

/* html {
    scroll-behavior: smooth;
} */

body {
    background-color: #7272723b;
    overflow: auto;
    
        animation: fadeInAnimation ease 1s;
        animation-fill-mode: forwards;
       min-height: 98vh;
       
    
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    text-decoration: none;
}

.nav-logo:hover {
    
    text-decoration: none;
    width: 100px;
    height: 100px;
    /* background-color: red; */
    
}

.navbar-nav {
    perspective: 800px;
}

.navbar-nav .nav-link {
    border-bottom: 1px solid transparent;
    border-radius: 1px;
    transition: .5s;
    perspective: 1000px;
    transform-style: preserve-3d;
    

}

.navbar-nav .nav-link:hover {
    
    border-bottom: 1px solid rgb(0, 0, 0);
    border-radius: 1px;
    
    

}

.navbar-nav {
    text-align: center;
    padding-top: 20px;
    
    
 }

.navbar-nav a {
     margin-bottom: 14px;
    /* border: 1px solid red; */
    /* background-color: aliceblue; */
}

.navbar {
    /* display: none; */
    width: 100%;
    z-index: 5;
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(177, 168, 168);
    background: linear-gradient(to bottom, #ceccccc7, rgba(211, 207, 207, 0.02) );
    border-bottom: solid px rgba(0, 0, 0, 0.411);
    box-shadow: rgba(197, 197, 197, 0.52) 0px 4px 15px;
    margin-bottom: 20px;
}




.logopos {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.609), rgb(218, 214, 214));
    box-shadow: rgba(26, 25, 25, 0.294) 0px 0px 10px;
}


.nav-logo img  {
    position: relative;
    top: -1px;
    width: 42px;
    image-rendering: auto;
    /* border: 1px solid red; */
    
}

.bold {
       position: absolute;
       top: 16px;
       left: 65px;
       font-family: 'TruenoExBd';
       text-transform: uppercase;
       color: rgba(20, 20, 20, 0.815);
       font-size: 20px;
}

.light {
    position: relative;
    left: 125px;
    top: -40.5px;
    font-size: 20px;
    font-family: 'TruenoLt';
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.671);
    
}

.truenobd {
    font-family: 'TruenoExBd';
}

.truenolt {
    font-family: 'TruenoLt';
}

.navbar-collapse {
    font-size: 13px;
    
}

.navbar-collapse a {
    
    border: rgba(23, 37, 37, 0.185) 1px solid;
    border-radius: 100px;
    background-color: none;
    transition-duration: 0.3s;
    transition-property: background-color;
}

.navbar-collapse a:hover {
     color: white;
     background-color: rgba(0, 0, 0, 0.137);
}

.active {
    text-shadow: 0px 0px 0px rgba(12, 12, 12, 0.082);
}

.yessir {
    border:none;
    cursor: pointer;
}

.nav-item {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}


.seperator {
    width: 100%;
    height: 63px;
    background-color: rgba(255, 0, 0, 0);
    margin-bottom: 2px;
    
    
}

/* MOBILE AND TABLET GALLERY CONTAINER */


.gallery-container {
    display: flex;
    width: 99%;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    
    
}

.gallery-container .home-img {
    position: relative;
    background-position-x: 20%;
    margin-bottom: 2px;
    box-shadow: rgba(0, 0, 0, 0) 2px 10px 20px;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
    filter: saturate(110%) contrast(105%);
}



.gallery-container .home-img:hover {
    filter: saturate(120%);
}

.home-img img {
   flex-basis: 150px;
    flex-grow: 1;
}

.home-img {
    flex-basis: 150px;
    flex-grow: 1;
    margin-left: 1px;
    margin-right: 1px;
    position: absolute;
    
/* opacity: 1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); */
}

.gallery-container .home-img img {
    height: 308px;
    width: 100%;
   
    object-fit: cover;
    
    transition: 0.3s ease-in-out;
   
   
}

.mobile-text {
position: absolute;
opacity: 1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 4;
transition: 0.3s ease-in-out;
}

.home-img .mobile-textbutton {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'raleway', sans-serif;
    
    text-transform: uppercase;
    font-size: 25px;
}

.mobile-text a {
    color: rgb(10, 1, 1);
    position: relative;
    display: inline-block;
    background-image: linear-gradient(to right, #cececebd, #eef2f3);
    /* border: 2px solid red; */
    transition: 0.5s;
    padding: 8px;
    
    
}

.mobile-text a:hover {
    text-decoration: none;
    color: black;
    /* background: linear-gradient(to right, #8e9eab, #eef2f3); */
    background-color: rgb(255, 255, 255);
}

.mobile-text a span {
    display: block;
     position: absolute;
     background: rgb(255, 255, 255);
    
}

.mobile-text a span:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;

}

.mobile-text a:hover span:nth-child(1) {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;


}


.mobile-text a span:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;

}

.mobile-text a:hover span:nth-child(2) {
   transform: scaleY(1);
   transform-origin: left;
   transition: transform 0.5s;


}

.mobile-text a span:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;

}

.mobile-text a:hover span:nth-child(3) {
   transform: scaleY(1);
   transform-origin: bottom;
   transition: transform 0.5s;


}

.mobile-text a span:nth-child(4) {
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;

}

.mobile-text a:hover span:nth-child(4) {
   transform: scaleY(1);
   transform-origin: left;
   transition: transform 0.5s;


}


/* MOBILE AND TABLET GALLERY CONTAINER ENDS */


/* featured  */





/* featured ends */


/* Scrollbar */

::-webkit-scrollbar {
    width: 13px;
}
  
  ::-webkit-scrollbar-track {
    border: 20px solid #ffffff;
    box-shadow: inset 0 0 2.5px 2px;
   border-radius: 20px; 
  
  }
  
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #cecece, rgba(148, 148, 148, 0.424));
    border-radius: 510px;
    width: 10px;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #fffefd9f;
    
  }


/* Scrollbar Ends */


/* GRID CONTAINER above 1200px */

.grid-container {
    margin-bottom: 50px;
    display: none;
    perspective: 700px;
}

.grid-container .img:hover img {
 /* filter: brightness(0.7) grayscale(2) blur(1px) ;  */
 opacity: 0.9;
  
}

.grid-container .img:hover  {
 filter: none;
}

.img .text {
position: absolute;
opacity: 1;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 4;
transition: 0.3s ease-in-out;
}

.grid-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -25px;
    padding: 0px 0px;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 4px;
    grid-auto-flow: dense;
}

.grid-container .img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position-x: 20%;
    margin-top: 12px;
    box-shadow: rgba(0, 0, 0, 0) 2px 10px 20px;
    transition: 0.3s ease-in-out;
    border-radius: 2px;
    /* filter: grayscale(0.9); */
    transform-style: preserve-3d;
    
}




.grid-container .img:first-child {
    grid-column-start: span 5;
    grid-row-start: span 4;
    


}

.grid-container .img img {
    height: 798px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    display: inline-block;
    
}

.box-c img {
    /* background-color: lightcoral; */
    position: relative;
    top:-10px;
}

.box-d img {
   /* background-color: lightcoral; */
   position: relative;
   top: -120px;
   height: 100px;
   /* border: 2px solid red; */
 }

.box-d {
    /* background-color: red; */
    max-height: 83%;
}

.box-e, .box-c {
    max-height: 90%;
}
.box-b, .box-f {
max-height: 98%;
}

.box-h, .box-j {
    max-height: 90%;
    top: 8.4%;
}
.box-i {
    max-height: 83%;
    top: 15.3%;
}

.box-i img {
    object-fit: cover;
    object-position: left;
}

.box-k img {
    position: relative;
    
    object-fit: cover;
    object-position: -600px;
}

.stopping-time h2 {
    text-shadow: 0px 1px 1px  rgb(172, 170, 170),
    0px 1px 1px  rgb(185, 184, 184),0px 1px 0px  rgb(165, 164, 164),
    0px 2px 3px  rgb(112, 110, 110),
    0px 3px 1px  rgb(82, 82, 82),
    0px 4px 1px  rgb(29, 29, 29);
    font-family: 'raleway';
}

.stopping-time-slogan h2 {
    text-shadow: 0px 1px 1px  rgba(26, 3, 3, 0.788),
    0px 1px 1px  rgb(185, 184, 184),0px 1px 0px  rgb(165, 164, 164),
    0px 2px 3px  rgb(112, 110, 110),
    0px 3px 1px  rgb(82, 82, 82),
    0px 4px 1px  rgb(29, 29, 29);
    font-family: 'raleway';
    font-style: italic;

}

.stopping-container {
    display: none;
    width: 100%;
    text-align: center;
 }

.linebreak  {
    display: none;
    /* background-image: url(/Photos/MercaShoots-FinalLogo-photo-and-video.png);
    background-repeat: no-repeat;
    background-position: center;
     */
}

.linebreak h2 {
    text-shadow: 0px 1px 1px  rgb(172, 170, 170),
    0px 1px 1px  rgb(185, 184, 184),0px 2px 0px  rgb(165, 164, 164),
    0px 2px 3px  rgb(112, 110, 110),
    0px 3px 1px  rgb(82, 82, 82),
    0px 4px 1px  rgb(29, 29, 29);
    font-family: 'raleway';
    font-style: italic;
}

.linebreak .leftline {
    
    border-bottom: 1px solid rgb(182, 176, 176);
    display: inline-block;
     margin-bottom: 10px;
   }
.linebreak .rightline {
    
    border-bottom: 1px solid rgb(190, 181, 181);
    display: inline-block;
    margin-bottom: 10px;
}

.linebreak span:nth-child(1) {
    width: 100px;
    margin-right: 20px;
}
.linebreak span:nth-child(2) {
    width: 100px;
    margin-left: 20px;
}



.textbutton {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
   
}

/* Line Negations on the Picture Buttons---- */

/* .fasbut span:not(:nth-child(1)){
  
}

.fitbut span:not(:nth-child(1)){
    
}
.porbut span:not(:nth-child(1)){
    
}
.wedbut span:not(:nth-child(1)){
    
}

.evebut span:not(:nth-child(1)){
    
} */

/* Line Negations on the Picture Buttons---- */

/* PICTURE CATEGORY AND ANIMATIONS */

.text a {
    color: rgb(10, 1, 1);
    position: relative;
    display: inline-block;
   background-color: rgba(238, 238, 238, 0.507);
    /* border: 2px solid red; */
    transition: 0.5s;
    padding: 8px;
}

.text a:hover {
    text-decoration: none;
    color: black;
    background: rgb(255, 255, 255);
    
    /* backdrop-filter: blur(10px); */
}

.text a span {
    display: block;
    position: absolute;
    background: rgb(255, 255, 255);
}

.text a span:nth-child(1) {
     left: 0;
     bottom: 0;
     width: 2px;
     height: 100%;
     transform: scaleY(0);
     transform-origin: top;
     transition: transform 0.5s;

}

.text a:hover span:nth-child(1) {
    transform: scaleY(1);
    transform-origin: bottom;
    transition: transform 0.5s;
}

.text a span:nth-child(2) {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;

}

.text a:hover span:nth-child(2) {
   transform: scaleY(1);
   transform-origin: left;
   transition: transform 0.5s;


}

.text a span:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s;

}

.text a:hover span:nth-child(3) {
   transform: scaleY(1);
   transform-origin: bottom;
   transition: transform 0.5s;


}

.text a span:nth-child(4) {
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;

}

.text a:hover span:nth-child(4) {
   transform: scaleY(1);
   transform-origin: left;
   transition: transform 0.5s;


}

/* PICTURE CATEGORY AND ANIMATIONS ENDS*/



/* GRID CONTAINER ENDS 1200px and up */

.navbar-toggler:focus  {
  box-shadow: none;
  outline: none;
    
}

.about-container {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    line-height: 25px;
    position: relative;
    margin-bottom: 80px;
    
}

.about-container img {
    float: left;
    width: 35%;
    max-width: 50%;
    padding: 0 15px 0 0;
    display: none;
}

.about-text {
    text-align: center;
    font-family: 'raleway';
    color: black;
    margin-top: 20px;
    font-weight: 600;
    
   
}

.about-text .about-title {
    margin-bottom: 20px;
    display: block;
    outline: 1px solid black;
    border-radius: 3px;
    background-color: rgba(201, 201, 201, 0.281);
    font-family: 'Raleway';
    font-size: 30px;
    text-shadow: 1px 2px white;
    text-align: center;
}



.mobile-about-pic img {
    max-width: 100%;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.footer-content {
font-family: 'raleway';
display: block;
text-align: center;
font-size: 12px;
margin-bottom: 10px;

}

.footer-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    font-family: 'raleway';
    font-size: 11.5px;
}
.footer-container2 {
display: block;
text-align: center;
margin-left: 3px;
font-size: 13px;
margin-bottom: 10px;
}

 .footer-left {
    
    border-bottom: 1px solid rgb(182, 176, 176);
    display: inline-block;
     margin-bottom: 4px;
     width: 40px;
     height: 10px;
     margin-right: 6px;
   }

.footer-right {
    width: 40px;
    height: 10px;
    border-bottom: 1px solid rgb(182, 176, 176);
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 6px;
}

/* .linebreaker {
    border-bottom: 1px solid rgb(182, 176, 176);
    display: inline-block;
     margin-bottom: 4px;
     width: 10px;
     height: 10px;
     margin-right: 4px;
     transform: rotateZ(90deg);
} */

.linebreaker2 {
    border-bottom: 1px solid rgb(182, 176, 176);
    display: inline-block;
     margin-bottom: 4px;
     width: 20px;
     height: 10px;
     margin-right: -10px;
     transform: rotateZ(90deg);
}

.insta {
    /* background-color: rgba(0, 0, 0, 0.253); */
    padding: 8px;
    padding-left: 9px;
    padding-right: 9.5px;
    
    border-radius: 10%;
    color: rgba(0, 0, 0, 0.541);
    transition: .3s cubic-bezier(.52,-0.55,.32,1.86);
    
    
}

.insta:hover {
    color: rgb(218, 42, 66);
    background-color: rgba(255, 255, 255, 0.404);
    transform: translateY(-1px);
    
    
    
}

.facebook {
    /* background-color: rgba(0, 0, 0, 0.253); */
    padding: 7.5px;
    border-radius: 10%;
    color: rgba(0, 0, 0, 0.493);
    transition: .3s ;
    perspective: 100px;
   
    
}

.facebook:hover {
    color: #4267B2;
    background-color: rgba(255, 255, 255, 0.336);
    transform: translateY(-1px);  
     
}


.bringitdown {
    display: block;
    padding-top: 100px;
    margin-bottom: -50px;
    width: 100%;
    text-align: center;
    
}


.contact-para  {
   /* background-color: red; */
    font-family: 'raleway';
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: -70px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.contact-title {
    font-size: 30px;
    text-align: center;
    padding-top: 100px;
    text-transform: uppercase;
    font-family: 'raleway';
    text-shadow: 0px 1px 1px  rgb(172, 170, 170),
    0px 1px 1px  rgb(185, 184, 184),0px 1px 0px  rgb(165, 164, 164),
    0px 2px 3px  rgb(112, 110, 110),
    0px 3px 1px  rgb(82, 82, 82),
    0px 4px 1px  rgb(29, 29, 29);
}

.contact-title span {
    margin-bottom: 9px;
}

.bringitdown span {
    margin-bottom: 9px;
}

.contact-form {
    margin-bottom: 130px;
    display: flex;
    justify-content: center;
}

form {
    width: 90%;
    max-width: 700px;
    text-align: center;
    margin-top: 50px;
    transition: all .1s ease-in-out;
}

.form-control {
    font-weight: 600;
    font-family: 'raleway';
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
    color: rgb(0, 0, 0);
    font-size: 16px;
    margin-bottom: 10px;
}

.form-control:focus {
    background: transparent;
    box-shadow: 0px 0px rgb(179, 101, 101);
}

form .submit {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
    background: rgba(255, 255, 255, 0.781);
    border-color: transparent;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
    transition: .2s;
    font-family: 'raleway';
}

form .submit:hover {
    background-color: rgba(0, 0, 0, 0.747);
    cursor: pointer;
    color: white;
}

.text-size {
    width: 20px;
}

.videowrapper {
    
    position: relative;
    padding-bottom: 30%;
    padding-top: 30%;
    height: 0px;
    width: 99%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    
}

.videowrapper iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    margin-top: 80px;
    border-top: 3px solid rgba(255, 255, 255, 0.699);
    border-bottom: 3px solid rgba(255, 255, 255, 0.699);
   
}

.videotitle h1{
    padding-top: 90px;
    text-align: center;
    font-size: 20px;
    font-family: 'raleway';
}

footer {
   position: sticky;
   top: 100%;
}

/* LIGHTBOX GALLERY STARTS  */

.lightbox-gallery {
    width: 100%;
    
}
.item {
    padding: unset;
    transition: .4s ease-in-out;
    
}

.item img {
   object-fit: cover;
   
}

.item:hover {
    filter: brightness(80%);
}

.lightbox-gallery .outtaplace {
    display: none;
} 

.lightbox-gallery .oddoneout  {
 position: sticky;
 left: 25%;
 /* background-color: red; */
 
 }





/* LIGHTBOX GALLERY ENDS  */

/* CATEGORY TITLES */ 

.titleup {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'raleway';
    text-shadow: 0px 1px 1px  rgb(172, 170, 170),
    0px 2px 1px  rgb(185, 184, 184),0px 3px 0px  rgb(165, 164, 164),
    0px 4px 3px  rgb(112, 110, 110),
    0px 5px 1px  rgb(82, 82, 82),
    0px 6px 1px  rgb(29, 29, 29);
    
}

.titlecap h2 {
    text-align: center;
    font-family: 'Raleway';
    font-size: 12px;
}

/* CATEGORY TITLES ENDS */ 

/* BACK TO TOP ICON */

#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 13%;
    right: 10.5%;
    font-size: 14px;
    width: 40px;
    height: 41px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(128, 128, 128, 0.993);
    cursor: pointer;
    outline: none;
    border: 2px solid rgba(128, 128, 128, 0.918);
    border-radius: 50%;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;

}

#back-to-top-btn:hover, #back-to-top-btn:focus {
    background-color: rgba(128, 128, 128, 0.678);
    color: rgb(255, 255, 255);
}

/* ANIMATIONS */
.btnentrance {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: btnentrance;
}
/* zoomin */
@keyframes btnentrance {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}

.btnexit {
    animation-duration: 0.25s;
    animation-fill-mode: both;
    animation-name: btnexit;
}

/* zoomout */
@keyframes btnexit {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}




/* BACK TO TOP ICON ENDS */ 

.shootup {
    display: none;
    font-family: "Raleway";
    text-align: center;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.shootup a {
    font-size: 13px;
    background-color: rgba(37, 37, 37, 0.61);
    text-decoration: none;
    color: rgb(223, 223, 223);
    font-weight: 600;
    border: 1px solid rgba(128, 128, 128, 0.719);
    padding: 10px;
    transition: 0.2s;
    border-radius: 5px;
}

.shootup a:hover {
    background-color: rgb(63, 63, 63);
    color: rgb(236, 236, 236);
}

.footer-container .bringithome {
    text-decoration: none;
    color: initial;
}