/*
==============
Template Name : JPhotography Minimal Photographey Portfolio HTML5 Template
Author Name : Muse-Master (Dasagani Ramesh Goud)
Version : 1.0
==============
CSS Styles Content Table
1. Global Styles
2. Nav Bar Styles
3. Home Page Gallery
4. About Me Page
5. Contact Page
6. Project Single
7. Footer Global Styles
*/

/*===========
Global Styles
=============*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Caveat:wght@400;500;600;700&family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    padding-top: 151px;
}

h1, h2, h3, a{
    font-family: 'Caveat', cursive;
    color: #000;
}
h1 {
    font-size: 36px;
    font-weight: 900;
}
h1.home {
    margin-top: 4%;
    color: #fff;
    font-family: 'Caveat', cursive;
    font-weight: 400;
}
h2 {
    margin-bottom: 0;
}
h4, h5, h6, p {
    font-family: 'Raleway', sans-serif;
    color: #555;
}
.h3, h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
    color:#000;
}
h5 {
    font-size: 16px;
}
h5.home {
    color: #fff;
}
p {
    line-height: 1.7;
}


.img-center {
    display: block;
    margin: 0 auto;
}

.text-justify {
    text-align: justify;
}

.btn-lg {
    padding: 12px 68px;
}
.btn {
    padding: 10px 40px;
}

.btn {
    font-family: 'Raleway', sans-serif;
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
}

.btn:hover {
    background-color: #fff;
    border-color: #252525;
    color: #252525;
}

.btn.btn-invert {
    background-color: #fff;
    border: 1px solid #252525;
    color: #252525;
    border-radius: 2px;

}
.btn.btn-invert:hover {
    background-color: #252525;
    border: 1px solid #252525;
    color: #fff;
}

.mgR-20px {
    margin-right: 20px;
}


/*=============================
CSS Smooth Aiimation Transition
=============================*/
.item-inner,
.controls button,
.item-hover .hover-text,
.item-hover, 
.home-gallery .thumb-a,
.hover-text h3,
.swiper-button-prev, 
.swiper-button-next,
footer a{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*============
ATF Background
==============*/

/* Base styles for mobile-first approach */
.video-section {
    position: relative;
    width: 100%;
    height: 450px; /* Full viewport height */
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Cover the section */
    object-fit: cover; /* Maintain aspect ratio */
    z-index: -1;
}

#hero-text {
    position: relative;
    z-index: 1;
    color: white; /* Ensure text is readable */
    text-align: center; /* Center text */
    padding: 10px; /* Adjust padding for smaller screens */
    box-sizing: border-box; /* Include padding in element's total width and height */
}

.containerhome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Responsive adjustments */
@media (min-width: 576px) {
    #hero-text {
        padding: 20px; /* Increase padding for larger screens */
    }
}

@media (min-width: 768px) {
    #hero-text h1 {
        font-size: 2.5rem; /* Larger font size for larger screens */
    }
    #hero-text h5 {
        font-size: 1.25rem; /* Larger font size for larger screens */
    }
}

@media (min-width: 992px) {
    #hero-text h1 {
        font-size: 3rem; /* Larger font size for larger screens */
    }
    #hero-text h5 {
        font-size: 1.5rem; /* Larger font size for larger screens */
    }
}

@media (min-width: 1200px) {
    #hero-text h1 {
        font-size: 3.5rem; /* Larger font size for larger screens */
    }
    #hero-text h5 {
        font-size: 1.75rem; /* Larger font size for larger screens */
    }
}


/*============
Nav Bar Styles
==============*/

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
    transition: background-color 0.3s ease-in-out;
}
.sticky-header .navbar-brand img.logo {
    max-height: 150px;
    transition: max-height 0.3s ease-in-out;
}

.shrink .navbar-brand img.logo {
    max-height: 70px;
}  

.container-fluid .navbar {
    padding: 10px;
}

.navbar-brand {
    font-size: 34px;
    font-weight: 900;
}

.navbar-default .navbar-brand, 
.navbar-default .navbar-brand:focus, 
.navbar-default .navbar-brand:hover {
    color: #252525;
}
.navbar-brand img.logo {
    width: 300px;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 16px;
    color: #555;
}

.navbar-nav {
    width: 100%;
    display: flex;
    padding: 0%;
    list-style: none;
}
.nav-item {
    flex-grow: 1;
  text-align: center;
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #252525;
}


.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:focus, 
.navbar-light .navbar-nav > .active > a:hover {
    color: #252525;
    background-color: transparent;
}

.navbar-toggler > .i1{
    top:9px;
}

.navbar-toggler > .i2{
    top:17px;
}

.navbar-toggler > .i3{
    top:25px;
}

.navbar-toggler.active > .i2{
    opacity:0;
}
.navbar-toggler.active > .i1,
.navbar-toggler.active > .i3{
    top:17px;
}

.navbar-toggler.active > .i1{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.navbar-toggler.active > .i3{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.navbar-toggler {
    position: relative;
    width: 50px;
    height: 40px;
}
.navbar-toggler > .icon-bar {
    position: absolute;
    width: 30px;
    left: 10px;
    margin: 0 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #888;
    height: 3px;
}

/*=========
Header Text
===========*/

#hero-text {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: center;
    margin-bottom: 0;
}

#hero-text h2 {
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: 900;
}

#hero-text h5 {
    margin-top: 0;
    letter-spacing: 6px;
    color: #696969;
}

/*==========
Home
==========*/

.weare {
    padding: 100px 0;
}
.weare div {
    padding: 20px;
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.logos {
    max-width: 100px;
    max-height: 70px;
    margin: 40px;
    height: auto;
}


.mySlides, .slides {display:none;}

.slider-content {
    max-width:1200px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
}

.slider-display-container {
    position: relative;
}

.slider-black {
    color: #fff !important;
    background-color: #000 !important;
}

.slider-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.slider-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.slider-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}



#portfolio p {
    color: grey;
    font-size: 12px;
    font-weight: 200;
}

a {
    color: #999;
    font-family: 'Raleway', sans-serif;
}
a:hover {
    color: #666;
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.single-content img {
    width: 290px;
    height: 100%;
    margin: 10px;
}

.filters {
    width: 100%;
    text-align: center;
}

ul {
    list-style: none;
    padding: 20px 0;
}

nav li {
    display: inline;
    padding: 8px 18px;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-align: center;
}

nav li:hover {
    color: #555;
}

nav li.active {
    color: #000;
    background-color: transparent;
}



.item-inner {
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.item-hover {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 7;
    opacity: 0.4;
    visibility: visible;
    right: 15px;
    text-align: center;
    margin: 0 auto;
}

.item-a.hovered .item-img {
    bottom: 0px;
}


.hover-text h3{
    margin: 0;
    color: #fff;
}

.item-hover .hover-text {
    padding: 14px 0 18px;
    bottom: -16px;
    position: relative;
    left: 0;
    text-align: center;
    right: 0;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}


.item-inner:hover {
    border-radius: 6px;
}

.thumb-a:hover .item-hover{
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
}
.thumb-a:hover .item-hover .hover-text{
    bottom: 0;

}


/*===========
Home Page Gallery
============*/

/*Mix Controls*/
.controls button {
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 25px;
    color: #7C7C7C;
    cursor: pointer;
    border: 1px solid transparent;
}

.controls button:hover, .controls button.mixitup-control-active {
    border: 1px solid #656565;
    border-radius: 25px;
    color: #656565;
}

.controls {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.controls button:focus {
    outline: none;
}
/*Mix Controls End*/

.mix-container {
    overflow: hidden;
    margin: 0 auto;
}

.home-gallery {
    width: 100%;
    max-width: 2000px;
    display: inline-block;
    padding: 0 7.5px;
}

.home-gallery .mix {
    display: block;
    padding: 7.5px;
    width: 25%;
    float: left;
}

.home-gallery .mix a:before {
    bottom: 0px;
pointer-events: none;
right: 0px;
box-shadow: inset 0px 0px 60px rgba(0,0,0,0.2), inset 0px 0px 60px rgba(0,0,0,0.2);
position: absolute;
transition: box-shadow 0.2s ease-in-out 0s;
left: 0px;
top: 0px;
content: "";
-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}

.home-gallery .mix:hover a:before {
box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1), inset 0px 0px 20px rgba(0,0,0,0.1);
}

.home-gallery .thumb-a {
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 340px;
}

.home-gallery .item-img {
    display: inline-block;
    margin: 0 auto;
}

.home-gallery .item-img img {
    max-width: 100%;
}


.section-title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-title p {
    margin-bottom: 0;
    text-align: center !important;
}

/*============
Accordion
=============*/

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80%; /* Set to 80% width */
    margin: 0 auto; /* Center the accordion */
  }
  
  .accordion-item {
    border: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
  }
  
  .accordion-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
  }
  
  .accordion-header .arrow {
      position: absolute;
      right:15px;
    transition: transform 0.3s ease;
  }
  
  .accordion-content {
      display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: max-height 0.3s ease-in-out;
  }
  
  .accordion-item.active .accordion-header .arrow {
    transform: rotate(180deg);
  }
  
  .accordion-item.active .accordion-content {
    max-height: 100%; /* Adjust as needed */
    padding: 10px;
  }

  /*============
Equipment
=============*/

.eqlist {
    list-style: circle;
    padding: 0;
}
.eqlist li {
    padding: 0;
}
.eqlist ul {
    list-style: disc;
    padding: 0;
}
.eqlist ul li {
    margin-left: 30px;
}
.eqlist ul li a {
    color: #000;
    text-decoration: underline;
}
.eqlist ul li a:hover {
    color: #555;
}
.eqlist ul li:last-child {
    padding-bottom: 20px;
}

.equipment {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.equipment td {
    display: inline-block;
    width: 350;
    height: 250;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}  
.card-body {
    padding: 2px 16px;
}

.overlay {position:absolute; overflow-y:auto; top:0; right:0; bottom:0; left:0; background-color: rgba(0,0,0,0.96); z-index:9999; opacity:0; -webkit-transition:opacity 0.2s ease-in; -moz-transition:opacity 0.2s ease-in; transition:opacity 0.2s ease-in; pointer-events:none;}
.overlay:target {opacity:1; pointer-events:auto;}
.close {right:25px; top:10px; position:fixed; text-decoration: none; color:#ddd;}
.close:hover {color:#fff;}
.close:before {content:"X"; 'Raleway', sans-serif; font-size:2.0em; font-weight:300;}

.info {display:table; position:relative; padding:50px 150px;}
.info > div {display:table-cell; vertical-align:middle; color: #fff;}
.info > div > p, .info > div > span {color: #fff; font-weight: 300;}
.info > div > img {max-width: 500px;}

/*============
MM Team
=============*/

  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .col-lg-4, .col-md-6, .col-sm-12 {
    padding: 10px;
    box-sizing: border-box;
    transition: transform 0.3s;
  }
  
  .col-lg-4:hover, .col-md-6:hover, .col-sm-12:hover {
    transform: scale(1.01);
  }
  
  .image-column {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 128.57%; /* 1344/1050 as a percentage to maintain aspect ratio */
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-size 0.3s;
  }
  
  .image-column:hover {
    background-size: 102%; /* Zoom in effect on hover */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  
  .caption {
    position: absolute;
    border-bottom-left-radius: 5px;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 22px;
  }

  .profile-section {
    margin-top: 5%;
  }
  
  .profile-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
    object-fit: cover;
  }
  
  .profile {
    padding-left: 20px;
  }
  
  .profile h2 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 5px;
  }
  
  .profile p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
  }
  
  .contact-info {
    list-style: none;
    padding: 0;
  }
  
  .contact-info li {
    margin-bottom: 10px;
  }
  
  .contact-info a {
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  } 

/*============
About Me Page
=============*/
.my-name {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.about-me p {
    line-height: 26px;
}

.progress-bars {
    padding-top: 20px;
}

.p-bar {
    border-bottom: 2px solid #252525;
    padding-bottom: 10px;
    padding-top: 24px;
}

.p-bar p {
    display: inline;
    font-size: 18px;
    font-weight: 300;
    color: #252525;

}

.p-bar .text-right {
    float: right;
}

/*=============
Contact Page
=============*/

.contact a, .form-control {
    color: #696969;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.contact .form-control {
    padding: 12px 18px;
}

.contact form .btn-lg {
    float: right;
}

.contact-info {
    margin-top: 100px;
}
.contact-info .card {
    background-color: #F4F4F4;
    border:none;
    padding: 50px 10px;
    text-align: center;
}
#map {
    display: block;
    width: 100%;
    height: 384px;
}

.contact-info .card p {
    margin-bottom: 0;
}
.contact-info .card .fas {
    display: block;
    font-size: 34px;
    color: #252525;
    padding-bottom: 16px;
}

.contact-info .card a, .contact-info .card p {
    font-size: 14px;
    line-height: 26px;
}


.contact-info .card a:hover {
    text-decoration: underline;
}



/*===============
Project Single
===============*/
.project-holder {
    max-height: 650px;
    overflow: hidden;
}

.project-details {
    padding-top: 30px;
}
.project-details h2 {
    margin-bottom: 16px;
}

.project-details p {
    font-weight: 300;
    text-align: justify;
}
.project-details .details-right {
    position: relative;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.details-info {
    padding-top:20px;
    padding-right:20px;
}
.details-info p {
    font-family: 'Caveat', cursive;
}
.vimeo-video {
    width: 250px;
}
.vimeo-video iframe {
    width: 100%;
    height: auto;
}

.project-details ul {
    padding: 10px 0;
    margin: 0;
    margin-left: -50px;
}

.project-details ul li {
    display: inline-block;
    font-size: 16px;
}

.project-details ul > li:first-child {
    width: 150px;
    text-align: right;
}
.project-details ul > li:last-child {
    width: 180px;
}

.project-details .devider {
    padding-right: 12px;
}


.project-btns {
    padding-top: 26px;
}

.project-btns .btn {
    width: 160px;
}

.swiper-button-prev, .swiper-button-next {
    background-image: none;
    width: auto;
    height: auto;
    background-color: #252525;
    color: #fff;
    padding: 10px 14px;
    border-radius: 2px;
}

.project-holder .project-video {
    width: 100%;
    height: 624px;
}

/*===================
Footer Global Styles
=====================*/
footer {
    background: #000;
}
.footer-info {
    margin-top: 120px;
    padding: 120px 0;
    text-align: center;
}
.logof {
    height: 200px;
}
.footer-social {
    margin: 70px 0;
}
.footer-social a {
    font-size: 34px;
    padding: 0 10px;
    color:#999;
}
.footer-social a:hover {
    color:#fff;
}

/*========================================
========================================
======= Responsive Media Queries =======
========================================
========================================*/
@media only screen and (max-width: 1500px) {
    nav li {
        padding: 8px 10px; 
    }
    .home-gallery .mix {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1199px) {
    nav li {
        padding: 6px 8px; 
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    h1 {
        font-size: 34px;
    }
    #hero-text h2 {
        font-size: 28px;
    }
    #hero-text h5 {
        letter-spacing: 3px;
    }
    .h3, h3 {
        font-size: 18px;
    }
    .project-holder .project-video {
        height: 523px;
    }
    .slider, .slider2 {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 100px;
    }
    .sticky-header .navbar-brand img.logo {
        max-height: 70px;
    }
    .shrink .navbar-brand img.logo {
        max-height: 50px;
    }
    
    #hero-text h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 32px;
    }
    #hero-text h2 {
        font-size: 20px;
        padding-top: 2px;
        padding-bottom: 6px;
    }
    .project-holder .project-video {
        height: 388px;
    }
}

@media only screen and (max-width: 960px) {
    .home-gallery .mix {
        width: 50%;
    }
    h1.home {
        margin-top: 15%;
    }
    .project-details .details-right {
        padding-top:100px;
        padding:10px;
        position: relative;
        height: auto;
        overflow-y: auto;
        overflow-x: auto;
    }
}

@media only screen and (max-width: 767px) {
    .borders div {
        display: none;
    }
    #hero-text {
        padding-bottom: 80px;
    }
    .navbar-brand {
        font-size: 28px;
    }
    .home-gallery .mix {
        padding: 10px;
    }
    .item-hover .hover-text {
        padding: 8px 0 12px;
    }
    #map {
        margin-top: 40px;
    }
    .details-info {
        margin: 10px 100px;
    }
    .contact-info .card {
        padding: 30px 10px;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .project-holder .project-video {
        height: 287px;
    }
    .footer-info {
        padding: 80px 0;
        margin-top: 80px;
    }
    .weare {
        margin-top:-100px;
    }
    h1.home {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 580px) {
    .navbar-brand {
        font-size: 22px;
    }
    .home-gallery .mix {
        width: 100%;
    }
    .home-gallery .thumb-a {
        max-height: 240px;
    }
    .controls button {
        padding: 4px 12px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .borders div {
        height: 80px;
        width: 80px;
    }
    .brTR {
        border-width: 15px 15px 0 0;
        right: 0;
        top: 0;
    }
    .brTL {
        border-width: 15px 0 0 15px;
        top: 0;
        left: 0;
    }

    .brBL {
        border-width: 0 0 15px 15px;
        bottom: 0;
        left: 0;
    }

    .brBR {
        border-width: 0 15px 15px 0;
        bottom: 0;
        right: 0;
    }
    footer a {
        font-size: 24px;
        padding: 0 6px;
    }
    .weare {
        padding:20px;
    }
    h1.home {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    #hero-text h5 {
        letter-spacing: 0;
    }
    #hero-text {
        padding-bottom: 60px;
        padding-top: 80px;
    }
    .h2, h2 {
        font-size: 22px;
    }
    h1.home {
        margin-top: 0;
    }
}