@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
:root{
    --black-color: 0,0,0; /* black */
    --lgtblack-color: 28,28,28; /* black */
    --white-color: 255,255,255; /* white */
    --golden-color: 209,165,79; /*golden */
    --darkGrey-color: 50,52,55; /*dark grey */
    --lgtGrey-color: 246,246,246; /*light grey */
    --darkGrey-color: 50,52,55; /*light grey */

    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-28: 28px;
    --font-size-30: 30px;
    --font-size-32: 32px;
    --font-size-34: 34px;
    --font-size-36: 36px;
    --font-size-38: 38px;
    --font-size-40: 40px;
    --font-size-42: 42px;
    --font-size-44: 44px;
    --font-size-46: 46px;
    --font-size-50: 50px;
    --font-size-60: 60px;
    --font-size-70: 70px;
    --font-size-80: 80px;
    --font-size-90: 90px;
    --font-size-94: 94px;
    --font-family-josefin: "Josefin Sans", serif;
    --gredient-start: 227,192,103;
    --gredient-end: 179,118,37;
}

body{
    /*font-family: 'Mark Pro',sans-serif;*/
      font-family: "Raleway", sans-serif;
    
    color: rgba(var(--white-color), 1); background-color:black!important;}
p{font-size: var(--font-size-18); font-weight: 300;}
.header .navbar{
    background-color: rgba(var(--black-color), 0.9); 
    padding-right: 3%;}
.header .navbar-brand{display: flex; align-items: center; color: rgba(var(--white-color), 1); font-size: var(--font-size-24); text-transform: uppercase; gap: 0.875rem; font-weight: 600; padding: 0;}
.header .navbar-nav{gap: 0.75rem; font-family:  'Rajdhani';}
.header .navbar-nav .nav-link{color: rgba(var(--white-color), 1);    padding-left: 0px;     line-height: 54px; text-transform: uppercase; border-bottom: 1px solid transparent; font-weight:300;        font-size: 25px;
    position:relative;
    }
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active{ color: rgba(var(--golden-color), 1);}
/*.navbar-nav .nav-link.active{border-bottom: 2px solid rgba(var(--golden-color), 1);}*/
.header-slider .carousel-caption{bottom: 40%; transform: translate(0px, 40%);  left: 10%; right: 10%;}
.header-slider .carousel-caption h5{font-size: var(--font-size-90); font-weight: 400;     margin: 0;
    /*text-shadow: 0px 10px 0px black;*/}
.header-slider .carousel-caption h5 span{color: rgba(var(--golden-color), 1); font-family: var(--font-family-josefin);}
.header-slider .carousel-caption p{font-size: var(--font-size-40); font-family: var(--font-family-josefin); font-weight:400; color: rgba(var(--white-color), 1); line-height: normal;}
.header-slider .carousel-control-prev, .header-slider .carousel-control-next{width: 10%;}
.header-slider .carousel-item{position: relative;}
.header-slider .carousel-item::before{ content: " "; background-color: rgba(var(--black-color), 0.5); position: absolute; left: 0; top: 0; bottom: 0; right: 0;}
.carousel-control-next, .carousel-control-prev{opacity: 1;}
.carousel-control-next-icon{background-image: url(../images/right-arrow.svg); background-size: 64%;}
.carousel-control-next-icon, .carousel-control-prev-icon{background-color: rgba(var(--white-color), 1); border-radius: 100%; width: 2.5rem; height: 2.5rem;}
.carousel-control-prev-icon{background-image: url(../images/left-arrow.svg); background-size: 64%;}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: rgba(var(--white-color), 1); text-decoration: none;  outline: 0;  opacity: 0.5;}
.header-slider .connected-arrow{margin-top: 2rem;}
.darkGrey-bg{background-color: #000;}
.goldColor-bg{background: linear-gradient(180deg, rgba(var(--gredient-start), 1) 0%, rgba(var(--gredient-end), 1) 100%);}
.section-box{padding: 2rem; text-align: center; border-radius: 14px; min-height: 363px; margin-top: -40px; position: relative;}
.section-box p{margin: 0;}
.section-box .star-circle{width: 3rem; height: 3rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; background-color: rgba(var(--white-color), 1); margin: auto; margin-bottom: 1rem; }
.star-circle .icon-star{color: rgba(var(--darkGrey-color), 1); font-size: var(--font-size-20);  }
.goldColor-bg .star-circle i{color: rgba(var(--golden-color), 1);}
.lgtGrey-bg{background-color: rgba(var(--lgtGrey-color), 1);}
.who-we-are{background-color: rgba(var(--white-color), 1); border-radius: 8px; padding: 2px;     height: 323px;}
.who-we-are img{width: 100%; height: 100%; object-fit: contain; border-radius: 8px;}
.section-padding{padding: 8rem 0;}
.discover-head{color: rgba(var(--golden-color), 1); font-size: var(--font-size-20); text-transform: uppercase; font-weight: 600;}
.who-are-content h1{color: rgba(var(--black-color), 1); font-size: var(--font-size-46); font-weight: 600; margin-bottom: 2rem;}
.who-are-content p{color: rgba(var(--black-color), 1); margin-bottom: 2rem;font-size: 22px;}
.play-icon{background-color: rgba(var(--white-color), 0.7); width: 6rem; height: 6rem; border-radius: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; margin: auto; display: flex; align-items: center; justify-content: center;}
.play-icon i{color: rgba(var(--black-color), 1); font-size: var(--font-size-94); position: relative; top: 6px;}
.lgtBlack-colorbg{background-color: #000}
.service-greybg{background-color: rgba(var(--darkGrey-color), 1);}
.sub-heading{font-size: var(--font-size-60); text-transform: uppercase; font-weight: 600; margin-bottom: 3.5rem;}
.services-content-section{height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 0 0.75rem;}
.services-content-section .section-heading{font-size: var(--font-size-46); text-transform: uppercase;}
.services-content-section p{font-size: var(--font-size-18);}
.services-content-section .btn{width: 11rem; margin-top: 0.75rem;}
.service-img{position: relative;}
.service-img img{width: 100%; height: 100%; object-fit: contain;}
.service-img .play-icon, .m-graphic-img .play-icon{background-color: rgba(var(--black-color), 0.7);}
.service-img .play-icon i, .m-graphic-img .play-icon i{color: rgba(var(--white-color), 1);}
.service-bg{background-image:  url(../images/service-bg.png); background-size: cover;}
.m-graphic-img img{width: 100%; object-fit: contain;}
.m-graphic-img{position: relative;}
.business-bg{background: url(../images/business-bg.png) center bottom no-repeat; background-size: cover; }


.btn-primary{    text-transform: uppercase;
    background: #bb8333;
    border-color:  #bb8333;
    color: rgba(var(--black-color), 1);
    font-weight: 500;
    padding: .5rem 1.5rem;
    border-radius: 8px;
    font-size: var(--font-size-18);
    font-weight: bold;}
.btn-primary:hover {  border-color:  #bb8333; background: #bb8333;color: rgba(var(--black-color), 1);} 
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #fff;  background-color: rgba(var(--golden-color), 1);   border-color: rgba(var(--golden-color), 1); box-shadow: 0 0 0 .25rem rgba(var(--golden-color), 0.5);}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {color: #fff; background-color:rgba(var(--golden-color), 1);  border-color:rgba(var(--golden-color), 1);}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .25rem rgba(var(--golden-color), 0.5);}

.btn-secondary{text-transform: uppercase; background-color: rgba(var(--white-color), 1); border-color: rgba(var(--white-color), 1); color: rgba(var(--black-color), 1); font-weight: 600; padding: .5rem 1.5rem; border-radius: 8px; font-size: var(--font-size-18);}
.btn-secondary:hover { background-color: rgba(var(--darkGrey-color), 0.5); border-color:rgba(var(--darkGrey-color), 1);}
.business-content h5{font-size: var(--font-size-40); font-weight: 600;}
.business-content p{font-size: var(--font-size-24); padding: 0 30%;}
.business-content .btn{margin-top: 1.8rem;}
.company-address{display: flex; flex-direction: column; justify-content: space-around; height: 100%; font-size: var(--font-size-18);}
.social-links{display: flex; align-items: center; gap: 1rem; justify-content: center; margin: auto;}
.social-links a{text-decoration: none; font-size: var(--font-size-22); color: rgba(var(--white-color), 1); transition: all ease 0.5s;}
.social-links a:hover{color: rgba(var(--golden-color), 1);}
.copyrightTxt{text-align: center; font-size: var(--font-size-18); color: rgba(var(--black-color), 1); padding: 2rem 0;}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse{
        flex-grow: inherit;
    }
}
.navbar-toggler{
    background-color:white!important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    color: white;
  }

.our-videos{background-color: rgba(var(--black-color), 1);    height: 357px;}
.our-videos img{width: 100%; height: 100%; object-fit: contain;}

.custom-navbar {
      position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-caption {
    position: absolute;
    top: 20%; /* Adjust position as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
 
    z-index: 10;
  }
.sp-page-title {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    background-color: #000;
}
body .sp-page-title.title-image-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
}
.sp-page-title .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    top:70px;
}

.sp-page-title.title-image-bg .sp-page-title-heading, .sp-page-title.title-image-bg .sp-page-title-sub-heading {
    color: #fff;     text-shadow: 21px 10px 10px #000; 
}
.sp-page-title .sp-page-title-heading {
    font-size: 50px;
    line-height: 1;
        height: 55px;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    margin: 0;
    padding: 0;
    color: #fff;
}.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align:center;
  
}
.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}.sp-page-title .breadcrumb li.float-start {
    margin-right: 0.5rem;
}
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a {
    color: #fff;    text-shadow: 21px 10px 10px #000;    font-size: 25px;
}


/*contact */


.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
      color: #071c34;
    text-transform: capitalize;
    font-size: 29px;
    
 
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input[type="text"],.contact-page-form input[type="email"] {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
 
 
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}


/*contact  */

.golden{
    
   /* color: rgb(var(--golden-color))!important;*/
    
      background: -webkit-linear-gradient(rgba(229,197,108,1), rgb(178,116,37,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  
    /*color: rgb(253, 195, 98)!important;*/
}


/*Team*/

.our-team {
    /* Add a simple box shadow */
    box-shadow: 0 -8px 27px -23px rgb(198 146 63)
    transition: all 0.3s ease; /* Optional for smooth hover effect */
}

.our-team:hover {
    /* Add a slightly larger shadow on hover for effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}


.team_member {
    background: rgba(199,201,209,.09);
	padding-bottom: 50px;
	overflow: hidden;
}
.single_team_content{
padding:45px;
margin-top:60px;
}
.single_team_content h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
.single_team_content p{}
.our-team {
	margin-bottom: 30px;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.09);
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
     background-color: #fff;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #ffaa17;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #232434;
}
.our-team:hover .social li a:hover{
    color: #fff;
}
.our-team .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-team .title{
    font-size: 18px;
    font-weight: bold;
    color: #ffaa17;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #ffaa17;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #ffaa17;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    color:black;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffaa17;
    margin: 0 auto;
    position: relative;
    top: -13px;
}

@media only screen and (max-width: 790px){
.custom-navbar{
    position:inherit!important;
}
.mainweb {
    height: 60px !important;
}

.fixed-caption {
  
    top: -25%!important;
        display: block !important;
 
}
.sp-page-title {
    padding: inherit!important;
}
.sp-page-title .container {
    top: inherit!important;
}

.counter {
    font-size: 30px!important;
    margin-top: -47px!important;
}

}


@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.bg-dark,.bg-secondary{
        background-color: #000000 !important;
}



/*Team*/

.grade
{
    
    
    background: -webkit-linear-gradient(rgba(229,197,108,1), rgb(178,116,37,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}


 

.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}
 
 
 #about-us .countS .col-md-4 {
  border-right: 1px solid #1a1708; /* Light border */
  padding: 20px; /* Optional: Add some padding */
}

#about-us .countS .col-md-4:last-child {
  border-right: none; /* Remove border for the last column */
}

.navbar-nav {
  display: flex;
  flex-wrap: nowrap;
}


/* For mobile screens */
@media (max-width: 992px) {
    
    
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%; /* Initially off-screen */
    width: 80%;
    
    background-color: black;
    transition: left 0.3s ease-in-out; /* Transition effect */
    z-index: 1050; /* Ensure navbar stays on top */
  }

  .navbar-collapse.show {
    left: 0; /* When toggled, the navbar slides in */
     height:  inherit!important;
  }

  .navbar-nav {
          gap: inherit!important;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    height: 100%;
  }

  .navbar-nav .nav-link {
    
    text-align: center;
    font-size: 18px;    line-height: 36px!important;
     
  }

  /* Navbar toggle button */
  .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 15px;
    
     padding: 1px;
    font-size: 13px;
  }
  
.section-box {
 
    margin-top: 10px;
    
}

.header-slider h5 span {
    font-size: 51px !important;
}

.who-are-content h1 {
     font-size: 14px!important;
   
}

 

 
 

}

html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
}


 
