@font-face {
  font-family: 'Regular';
  src: url('./fonts/Resistance gÃ©nÃ©rale.otf') format('truetype'); 
}

@font-face {
  font-family: 'Regular';
  src: url('./fonts/Resistance gÃ©nÃ©rale.otf') format('truetype');
}

@font-face {
  font-family: 'Copperplate Gothic Std';
  src: url('./fonts/Copperplate-Gothic-Std-30-AB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,  button,  input, textarea,  select{   font-family: 'ResistanceGenerale', sans-serif !important; margin: 0;}
p, span,a,strong{font-family: 'RubikVariable', sans-serif !important;}
ul{ list-style: none !important; padding: 0 !important; }
a{ text-decoration: none !important; display: block; }
p{margin: 0 !important; }

::-webkit-scrollbar {
display: none;
}

body {
background: #000000 !important;
  overflow: hidden;
}

.mobile_wraper_main {display: none !important;}



.modal-header {padding: 0 !important;border: none !important;margin-bottom: 20px;}
.modal-body {padding: 0 !important; }
.modal {background: #0000008c; }
.modal-dialog {position: absolute; left: 0; right: 0; margin: auto; }
.popup_form_wrp {padding: 20px 0 0 40px;}
.popup_form_wrp h2 {font-weight: 800;font-size: 39px;color: #000;margin: 0;position: relative;letter-spacing: 0;line-height: 39px;}
.modal-content {padding: 0 !important;position: relative !important;z-index: 9;}
.popup_form_wrp p {color: #848484;font-weight: 400;}
.popup_form_wrp form input, .popup_form_wrp form select, .popup_form_wrp form textarea {width: 100%;background: #fff;border-radius: 10px;height: 45px;margin: 0 0 15px 0;padding: 0 0 0 20px;font-weight: 500;outline: none;color: #848484;border: 1px solid #f9682c;}
.popup_form_wrp form {margin: 30px 0 0 0; }
.popup_form_wrp form input::placeholder, .popup_form_wrp form textarea::placeholder {color: #848484; font-size: 14px; }
.popup_form_wrp form textarea {border-radius: 15px; height: 130px; padding: 15px 18px; }
.popup_form_wrp form select {font-size: 14px; font-weight: 500; }
.modal-content {border-radius: 20px; }
.modal-content {border: none !important;border-radius: 30px !important;}
.popup_form_wrp h2:before {content:'';display: block;position: absolute;background: #f9682c;width: 10px;height: 40px;left: -20px;border-radius: 5px;}
span.color_form {color: #e64d26; }
button.btn-close {position: absolute;right: 8px;top: 8px;background: #f9682c;opacity: 1;border-radius: 0;width: 30px;height: 25px;border-bottom-left-radius: 20px;z-index: 9999;}
button.btn-close:after {content: ''; display: block; position: absolute; background: #fff; width: 4px; height: 26px; top: 5px; transform: rotate(42deg); left: 25px; border-radius: 5px; }
button.btn-close:before {content: ''; display: block; position: absolute; background: #fff; width: 4px; height: 26px; top: 5px; transform: rotate(129deg); left: 24px; border-radius: 5px; }
button.btn-close:hover {background: #000;opacity: 1;}
button.popup_button {background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);border-radius: 20px;border: none;font-style: normal;font-weight: 700;font-size: 20px;line-height: 23px;color: #FFFFFF;text-transform:capitalize;width: 200px;height: 50px;font-family: 'Raleway';}
button.popup_button:hover {background: #f3ad16; }


.section {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #f0f0f0;
transition: background-color 0.5s;
scroll-snap-align: start;
scroll-behavior: smooth; /* Enables smooth scrolling */
}

#scrollButton, .content_inner button.btn-dark {
cursor: pointer;
position: fixed;
transition: all 0.5s ease;
bottom: 20px;  /* Adjust based on where you want it vertically */
left: 50%;
height: 55px;
width: 240px;
background: #fff500;
border: none;
color: #000;
font-weight: 500;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0 0 20px;
z-index: 9;
}

.section#section1 #scrollButton {
left: 32.5%;
top: 67%;
transform: translate(-50%, -50%);
}

.section#section2 #scrollButton {
right: 10%;
bottom: 10%;
}

.section#section3 #scrollButton, .section#section2 #scrollButton {
left: unset;
bottom: unset;
right: 16.3%;
top: 91%;
z-index: 9;
}


section.banner_sec {position: relative;/* z-index: 9; */overflow: hidden;}


.banner_inner {
text-align: center;
position: relative;
z-index: 999;
}

.banner_inner img {
margin: 0 0 30px 0;
}

.banner_inner h2 {
color: #fff;
font-size: 40px;
font-weight: 500;
margin: 0;
font-family: 'Copperplate Gothic Std', serif !important;
}

.sec_4 h5 {
  font-family: 'Copperplate Gothic Std', serif !important;
  font-size:30px !important;
}

section#section2 p {
  font-family: 'Copperplate Gothic Std', serif !important;
  text-transform: Uppercase;

}

section.banner_sec video {
    /*position: absolute;*/
    bottom: 0;
    width: 50%;
    left: unset;
    top: 13%;
    z-index: 99999;
    right: 200px;
}

section.banner_sec {
position: relative;
overflow: hidden;
opacity:1;
height: 100vh;
display: flex !important;
align-items: center;
justify-content: center;
}

.banner_sec .background {
  position: absolute;
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: 10;
}

.banner_sec .background img {
width: 100%;
height: 100%;
object-fit: cover;
}

.banner_sec video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
mix-blend-mode: screen;
opacity: 1;
z-index: 9; /* Video ko foreground mein lane ke liye */
}


#scrollButton span {
background: #000;
width: 50px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
}

#scrollButton span img {
margin: auto;
}

section#section2 {
background-image: url(../images/bg_simple.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 350px;
}

.content_inner {
text-align: center;
color: #fff;
}

.content_inner h5 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 0 10px 0;
}

.content_inner h2 {
  font-size: 47px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.content_inner button.btn-dark{
position: unset;
text-align: center;
padding: 0 !important;
}

.content_inner button.btn-dark {
  margin: auto;
  padding: 0;
  width: 200px;
  text-align: center !important;
  justify-content: center;
  margin-top: 30px;
}

section.main_section_wrap {
transition: .5s ease;
height: 100vh;
scroll-snap-type: y mandatory;
overflow-y: scroll;
scroll-behavior: smooth; 
}


.section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: translateY(40px);
transition: opacity 3s ease, transform 3s ease; 
pointer-events: none;
}

.section.active {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}




section.sec_3, section.sec_4, section.sec_5 {
background-image: url(../images/bg_simple.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 120px 0 0 0 !important;
z-index: 9;
overflow: hidden;
}

.post_wraper img {
width: 100%;
margin: 0 0 30px 0;
}

.post_wraper p {
color: #fff;
font-weight: 300;
font-size: 16px;
line-height: 24px;
margin: 0 0 20px 0 !important;
}

.post_wraper.left {
width: 90%;
}

.post_wraper.right {
width: 85%;
margin-left: auto;
display: block;
}

.post_wraper.content_inner {
text-align: left;
}

.post_wraper.content_inner button.btn-dark {
margin: unset;
}

img.margin_none{
margin-bottom: 0 !important;
}

.section {
display: none;
}

.section.active {
display: block; 
}

.section {
opacity: 0;
transform: scale(1.1);
transition: opacity 3s ease, transform 3s ease;
}

.section.active {
opacity: 1;
transform: scale(1);
}


.content_inner p {
font-size: 16px;
font-weight: 300;
}

.fadeDown {
animation: fadeDownEffect 4s ease-out;
transition: transform 4s ease-out, opacity 4s ease-out; /* Transition for smooth reset */
}

@keyframes fadeDownEffect {
0% {
  opacity: 0;
  transform: translateY(500px); /* Start from below */
}
100% {
  opacity: 1;
  transform: translateY(0); /* End at the normal position */
}
}

/* When the section is not active, apply smooth transition to transform and opacity */
.section:not(.active) .row {
opacity: 1;
transform: translateY(0);
transition: transform 4s ease-out, opacity 4s ease-out; /* Smooth transition when inactive */
}

section.sec_4 {
padding-top: 200px !important;
}

.content_inner.left {
text-align: left;
}

.content_inner.left h2 {
font-size: 45px;
margin: 0 0 20px 0;
}

.content_inner.left button.btn-dark {
margin: unset;
margin-top: 30px;
}


.marquee_container {
width: 100%;
overflow: hidden;
white-space: nowrap;
background: #fff;
padding: 0;
position: absolute;
bottom: 170px;
transform: rotate(5deg);
height: 80px;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999999;
}
.marquee {
display: inline-block;
animation: marquee 20s linear infinite;
text-transform: uppercase;
font-weight: bold;
}

@keyframes marquee {
from {
  transform: translate3d(0, 0, 0);
}
to {
  transform: translate3d(-100%, 0, 0);
}
}

h1 {
display: inline-block;
margin-right: 50px;
}

.marquee h1 {
font-weight: bold;
color: #000;
font-size: 50px;
line-height: 50px;
}

.marquee_container.two {
bottom: 180px;
transform: rotate(-5deg);
background: #FFF500;
z-index: 9;
}

.post_img img {
width: 100%;
}

.post_content p {
color: #fff;
font-weight: 300;
font-size: 16px;
}

.post_content h5 {
color: #fff;
font-size: 25px;
text-transform: uppercase;
font-weight: 300;
margin: 40px 0 0 0;
}

.post_content h6 {
color: #fff;
font-size: 14px;
font-weight: 200;
margin: 0;
}

.catlog_inner h2 {
color: #D4D5D9;
text-transform: uppercase;
font-weight: 100;
margin: 0;
line-height: 40px;
font-size: 40px;
}

.catlog_inner span {
background: #FFF500;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin-left: auto;
}

.catlog_inner span svg {
font-size: 20px;
color: #000;
}

.footer_link ul {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.footer_link ul li {
flex: 0 0 33%;
margin: 0 0 20px 0;
position: relative;
}

.footer_link ul li a {
color: #d4d5d9;
font-weight: 400;
text-transform: capitalize;
}

.footer_link ul li:after {
content: '';
display: block;
position: absolute;
background: #d4d5d9;
width: 1px;
height: 20px;
right: 25px;
top: 0;
transform: rotate(15deg);
bottom: 0;
margin: auto;
}

.footer_link ul li:nth-child(5):after {
right: 0;
}

.info_footer h5 {
color: #D4D5D9;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
margin: 0 0 10px 0;
}

h5.top {
margin: 50px 0 10px 0;
}

.info_footer a, .info_footer p {
color: #fff;
font-size: 20px;
line-height: 30px;
margin: 0;
font-weight: 500;
}

.footer_logo a img {
margin: 0 0 60px 0;
}

.footer_logo {
text-align: right;
}

.footer_logo h5 {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #d4d5d9;
}


.wpcf7-form.init label, .wpcf7-form.init span, .wpcf7-form.init input, .wpcf7-form.init textarea {
  width: 100% !important;
  color: #fff;
  line-height: 40px;
}

.wpcf7-form.init input, .wpcf7-form.init textarea {
  border: 3px solid #fff500;
  border-radius: 10px;
}

.wpcf7-submit.has-spinner {
  background: #000;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

header ul {margin: 0;}

header ul li {
  display: inline-block;
  padding: 30px 20px;
}


header .row {
  align-items: center;
}

header ul li a {
  text-transform: uppercase;
  color: #fff;
}

header .col-md-6 {
  display: flex;
  justify-content: center;
}

header .col-md-6 {
  display: flex;
  justify-content: center;
}

header .social li {
  padding: 0 10px;
}

header .social li a {
  height: 50px;
  width: 50px;
  background: #fff500;
  box-shadow: 0px 0px 10px 0px #000;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

header .social li a svg {
  color: #000;
  font-size: 18px;
}

.main_section_wrap #section1 video {transform: scaleX(-1);}


/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.popup-content video {
  max-width: 100%;
  max-height: 100%;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.video-popup {
position: relative;
cursor: pointer;
}
.video-poster {
width: 100%;
max-width: 110px;
border-radius: 8px;
transition: transform 0.3s ease;
}
.video-poster:hover {
transform: scale(1.05);
}


.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
z-index: 1000;
}

.modal-content {
  /* position: absolute !important; */
  background: #fff;
  max-width: 80%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.modal-content video {
max-width: 100%;
max-height: 100%;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999999;
}

div#videoModal {
  display: flex;
  justify-content: center;
  align-items: center;
	z-index: 99999;
}


  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1520px;
  }

.sec_3 h2 {
  font-size: 47px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
}

.footer-event {
  margin-top: 0px !important;
}

#section3 .post_wraper img {
  width: 70%;
}

#section3 .row.mt-5 {
  align-items: flex-start !important;
}

#section3 .post_wraper p {
  font-size: 14px;
}

div#comments {
  display: none;
}

nav.navigation.post-navigation {
  display: none;
}

footer.entry-footer {
  display: none;
}

.entry-meta {
  display: none;
}

h1.entry-title {
  color: #fff;
}

.post-thumbnail {
  margin-top: 100px;
}

.post-thumbnail img {
  margin-top: 100px;
}
.entry-content p {
  color: #fff;
}

.entry-content {
  margin-top: 40px;
}

#header a img {
  width: 80% !important;
}

#section2 p {
  font-size: 22px;
}


header.entry-header {
  display: none;
}

.page-id-25 #section4 .container, .page-id-15 #section3 .container {
  padding-top: 50px;
}

.page-id-15 #section3 img {
  width: 70%;
}

#section3 .post_wraper p {
      font-size: 12px;
  }

header ul li {
  display: inline-block;
  padding: 30px 6px;
}

#muteIcon {
  color: #fff !important;
}

div#myAudio {
  visibility: hidden;
}

button#muteButton {
  position: relative;
  top: -50px;
}

svg#muteIcon {
  font-size: 40px;
}


#section3 .margin_none,
#section3 .right img {
  width: 65%;
}

#section3 h2 {
  font-size: 28px;
}

#section3 .right {
  margin-left: 10px;
  width: 90%;
}

#section3 .row.mt-5 {
  align-items: flex-start !important;
}

.marquee_container {
  height: 50px;
}

.marquee_container h1 {
  font-size: 25px;
}

.sec_4 .row {
  align-items: flex-start !important;
}
#section2 {
  padding-top: 200px !important;
}
#section2 #scrollButton {
  top: 80% !important;
}





@media only screen and (max-width: 1536px){

section.main_section_wrap{
  overflow-y: unset !important;
}



}
@media only screen and (max-width: 1199px){}
@media only screen and (max-width: 767px){

  .mobile_wraper_main {
    display: block !important;
  }
  .navbar-toggler{
    color:#fff !important;
  }
  section.sec_3, section.sec_4, section.sec_5 {
    height: auto !important;
}
  .section#section3 #scrollButton, .section#section2 #scrollButton {
    left: unset;
    bottom: unset;
    right: 16.3%;
    bottom: 10px !important;
    z-index: 9;
    top: unset !important;
}
  section.main_section_wrap {
    overflow-y: scroll !important;
}
  .section {
    display: block !important;
}
.section {
  opacity: 1 !important;
  transform: scale(1);
  transition: unset !important;
}
  .section {
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 3s ease, transform 3s ease;
    pointer-events: none;
}
#section2 p {
  font-size: 16px !important;
}
section.main_section_wrap {
    scroll-snap-type: unset !important;
}
.sec_4 h5 {
    line-height: 40px !important;
}
    #scrollButton {
        display: none;
    }
}