/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/


@font-face {
  font-family: sports;
  src: url(/fonts/SF\ Sports\ Night.ttf);
}

@font-face {
  font-family: display;
  src: url(/fonts/SF\ UI\ Display\ Regular.ttf);
}






/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #000000;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #ffffff;

  --body-font-family:            display,'roboto', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                16px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--dark-color);
    font-family: var(--body-font-family);    
    position: relative;
    font-weight: lighter;
}



/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
.h-text{
  position: relative;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    user-select: none;
    white-space: wrap;
   
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

.c-btn{
  color: var(--white-color);
  border: 2px solid white;
}

.d-btn{
  color: var(--dark-color);
  border: 2px solid white;
  background-color: #fff;
}



a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 20%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.glass-overlay{
  background: rgba(0, 0, 0, 0.8);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;

}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/


.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding: 10px 0;
  background: #f8f9fa;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 16px;
  color: var(--dark-color);
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: var(--primary-color);
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}

.navbar-toggler .navbar-toggler-icon {
  background-color: var(--dark-color);
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--dark-color);
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #ddd;
}

.dropdown-item {
  color: var(--dark-color);
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background: var(--primary-color);
  color: #fff;
}




/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  animation-duration: 30s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  
}

.bg1{
  background-image: url(/images/bg-2_1.jpg);
}

.bg2{
  background-image: url(/images/background.jpg);
}

.bg3{
  background-image: url(/images/bg3_1.jpg);
 
}


@keyframes zoom {
  0%{
    background-size: 100%;
  }
  100%{
    background-size: 300%;
  }
}


@media screen and (min-width: 992px) {
  .hero {
    height: 100vh;
  }

  .custom-video,
  .news-detail-image {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.heroText {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  border-bottom: 4px solid #36D300;
  border-right: 4px solid #36D300;
  border-bottom-right-radius: 20px;
  padding: 20px;
  
}

.heroText h1{
  color: #fff;
}
.heroText p{
  width: 40%;
  color: #fff;
}

@media screen and (max-width: 992px){
  .hero{
    height: 80vh;
  }
  .heroText p{
    display: none;
  }
  .heroText .btn{
    display: none;
  }
}

@media screen and (max-width: 1200px){
  .heroText p{
    display: none;
  }
  .heroText .btn{
    display: none;
  }
}
/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.about-sec{
  background-image: url(/images/aboutbg2.jpg);
  background-size: cover;
}
.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 675px;
  object-fit: cover;
}
.about-img{
  display: flex;
  justify-content: center;
}

.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

.player{
  height: 500px;
  position: absolute;
}
@media screen and (max-width: 992px){
  .player{
  height: 200px;
  display: none;
  }
}
/*---------------------------------------
  SERVICES NATHI             
-----------------------------------------*/


#shape{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; /* Change to relative, fixed, or absolute */
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); /* Center it */
            width: 800px; /* Adjust size */
            height: 800px;
           filter: opacity(0.5);
           position: fixed;
            
}


/*---------------------UPDATED-----------------------*/
.services-section{
  background-color: #fff;
}

.services-section p{
  color: #000;
}
.feature-box-1 {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #36D300;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}
.feature-box-1 .icon i {
  line-height: 70px;
}
.feature-box-1 h5 {
  color: #000;
  font-weight: 600;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #1e1e1e;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover {
  top: -5px;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}
.section {
    padding: 100px 0;
    position: relative;
}
.section-title {
    padding-bottom: 45px;
}
.section-title h2 {
    font-weight: 700;
    color: #000;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #141414;
    padding-left: 15px;
}


/*--------------------------------------------*/
.carousel-nav-icon {
  height: 48px;
  width: 48px;

}
.carousel-item {
  .col, .col-sm, .col-md {
     margin: 8px;
     height: 300px;
     background-size: cover;
     background-position: center center;
  }
}







#services{

}

.boxes{
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 20px;
}
.serv-box{
  background-color: #000;
  border-radius: 10%;
  height: 195px;
  width: 195px;
  border: 1px solid white;
  color: #fff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}

.serv-box i{
  font-size: 40px;
  font-weight: bold;
}
.activ-2{
  background-color: #000;
  border-radius: 10%;
  height: 195px;
  width: 195px;
  border: 1px solid white;
  color: #fff;
}


@media screen and (max-width: 992px){
  .serv-box{
  height: 180px;
  width: 180px;
  }
  .serv-box:hover{
  height: 185px;
  width: 185px;
  }
  .boxes{
    margin-left: 8px;
  }

}

/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow-y: hidden;
  border: 1px solid black;
 filter: grayscale(1);
  padding: 20px;
  scrollbar-width: 0;
  height: 400px;
  
}


.portfolio-thumb:hover{
  filter: grayscale(0);
}


.portfolio-info {
  margin: 20px;
}
@media screen and (max-width: 992px){
  .portfolio-thumb{
    height: 290px;
  }
}



/*---------------------------------------
  PORTFOLIO SEPARATE PAGE             
-----------------------------------------*/
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
  
}

.selfie img{
  border-radius: 15px;
}

/*---------------------------------------
  Blog             
-----------------------------------------*/
.blog-sec{

}

.blog-hero{
  background-image: url(/images/lifadigital-bg.jpg);
  background-size: cover;
  background-position-y: center;
  height: 70vh;
  width: 100%;
  top: 0;
  bottom: 0;
}

.blog-hd{
  font-size: 5vw;
  position: absolute;
color: #fff;
z-index: 1;
margin-left: 80px;
}

.tc-card{
 /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
margin-bottom: 100px;
margin-top: 100px;
}

.tc li a{
  color: #36D300;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
  
  box-shadow:2px 2px 10px 2px#535353;
  border-radius: 10px;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #ffc107;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--white-color);
  border: none;
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

.form-check-label{
  color: white;
}
/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.site-footer {
  background: var(--dark-color);
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.site-footer .custom-link {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.site-footer .custom-link:hover,
.site-footer .social-icon-link:hover {
  color: var(--white-color);
}

.copyright-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

@media screen and (max-width: 991px) {
  .hd-mail{
    display: none;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }

  .blog-hd{
    margin-left: 10px;
  }

}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
}


.butt{
  display: flex;
   width: 100%;
}

@media screen and (max-width: 992px){

}