* {
  box-sizing: border-box; 
  margin:0;
  padding:0;
}
body, html {
  font-family: "Bebas Neue", sans-serif; 
  color:#fafafa;
  background-color: #000;
}
a {
  text-decoration:none; 
  color:inherit;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.container {
  width:100%; 
  max-width:1300px; 
  margin:0 auto;
  padding: 0 15px;
}

h1, .h1 {
  font-size: 72px;
  line-height: 82px;
  letter-spacing: 1px;
}

h2, .h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
    letter-spacing: 1px;
}

h3, .h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    font-size: 22px;
    line-height: 32px;
}

/*--header-sec--*/
.header-sec {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.main-header .row-box {
    display: flex;
    justify-content: space-between;
}

.main-header .logo-box img {
    width: 100%;
    max-width: 180px;
}

.mobile-menu-btn {
    display: none;
}

.desktop-menu-box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 100px;
}

.desktop-menu-box .menu-box ul {
    display: flex;
    gap: 70px;
}

.desktop-menu-box .menu-box ul li {
    display: block;
    font-size: 30px;
}

.desktop-menu-box .work-btn a {
    border: #fafafa 1px solid;
    padding: 21px 36px;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    font-family: Poppins;
    font-weight: 500;
}

.main-header {
    padding: 20px 0;
}
.desktop-menu-box .work-btn a:hover {
    background-color: #fafafa;
    color: #000;
}
/*--header-sec-end--*/

/*--hero-sec--*/
.hero-sec {
    position: relative;
    min-height: 95vh;
    display: flex;
}

.hero-sec img.hero-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero-sec .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
	justify-content: center;
}
/*--hero-sec-end--*/

/*--about-sec--*/
.about-sec {
    padding: 100px 0;
    background-color: #fafafa;
}

.about-sec .text-box h2 {
    color: #000;
}

.about-sec .text-box {
    width: 50%;
}
/*--about-sec-end--*/



/*--accordian-sec--*/
.acordian-sec {
    position: relative;
/*     min-height: 650px; */
	z-index:1;
}

.acordian-sec video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 z-index: -1;
    object-fit: cover;
}

.acordian-sec .container {
}

.accordion.active .accordion-body {
    display: block;
}


.acordian-sec .acordian-sec-content {
    width: 60%;
}

.acordian-sec .row-box {
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
}

/* .accordion-body {
	display: none;
  	padding: 30px 56px;
} */

.accordion-body {
  display: none;
  overflow: hidden;
  opacity: 0;
  padding: 0 56px;
  transition: opacity 0.4s ease, padding 0.4s ease;
}

.accordion.active .accordion-body {
  opacity: 1;
  padding: 50px 56px;
}

.plus {
  position: relative;
  width: 30px;
  height: 30px;
}

.plus__horizontal-line,
.plus__vertical-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  transform: translateY(-50%);
  background-color: #fafafa;
}

.plus__vertical-line {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.accordion.active .plus__vertical-line {
  display: none;
}
.accordion-container .accordion {
    border-top: rgb(250 250 250 / 60%) 1px solid;
}

.accordion-container .accordion:last-child {
    border-bottom: rgb(250 250 250 / 60%) 1px solid;
}
.accordion-body p {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 40px;
	margin-bottom: 10px;
}
/*--accordian-sec-end--*/

/*--our-partners-sec--*/
.our-partners-sec {
    padding: 80px 0px;
}

.our-partners-sec .title-box {
    text-align: center;
}

.partners-slider {
    margin: 40px 0 0;
}
.partners-slider .partner-slide img {
    width: 100%;
    height: auto;
}

.partners-slider .partner-slide a {
    display: flex;
}

.partners-slider button.slide-arrow {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    top: calc(50% - 24px);
    background-color: rgb(242 242 242 / 60%);
}

.partners-slider button.slide-arrow svg {
    width: 28px;
}

.partners-slider button.slide-arrow svg path {
    stroke: #000;
    stroke-width: 4px;
}

.partners-slider button.slide-arrow.prev-arrow {
    left: 20px;
}

.partners-slider button.slide-arrow.next-arrow {
    right: 20px;
}

.partners-slider button.slide-arrow:hover {
    background-color: #f2f2f2;
}
/*--our-partners-sec-end--*/

/* revenue section start */


.comparison-wrapper {
    display: flex;
    width: 100%;
    border: 1px solid #fff;
    padding: 20px;
    margin-bottom: 42px;
}

.comparison-wrapper .comparison-block {
    width: calc(100% / 2);
}

.comparison-wrapper .comparison-block h3 {
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid  #fff;
    margin-bottom: 18px;
}

.comparison-wrapper .comparison-block  ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.comparison-wrapper .comparison-block  ul li {
    font-size: 20px;
}

.comparison-wrapper .comparison-block:first-child ul {
    border-right: 1px solid #fff;
}

/* revenue section end */


/*--contact-sec--*/
.contact-sec {
    padding: 80px 0px ;
}

.contact-sec .row-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.contact-sec .left-col ul {
    padding: 20px 0 0;
}

.contact-sec .left-col li {
    display: block;
    margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
}

.contact-sec .left-col li svg {
    width: 30px;
    height: 30px;
}

.contact-sec .left-col li a {display: flex;align-items: center;gap: 15px;}

.contact-sec .left-col li span {display: flex;}
.contact-form .input-box {
    padding: 10px;
}

.contact-form .input-box input, .contact-form .input-box textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-family: 'Poppins';
    outline: none;
    background-color: #f2f2f2;
}

.contact-form .input-box textarea {
    height: 120px;
    resize: none;
}
.contact-form .input-box input:focus, .contact-form .input-box textarea:focus {
  background-color: #FFF;
}
.contact-form .input-box  input[type="submit"] {
    background-color: #000;
    color: #f2f2f2;
    border: #f2f2f2 2px solid;
    font-weight: 500;
    cursor: pointer;
}

.contact-form .input-box input[type="submit"]:hover {
    background-color: #f2f2f2;
    color: #000;
}
/*--contact-sec-end--*/

/*--gallery-sec--*/
.gallery-slider .gallery-slide {
    height: 313px;
    padding: 0 10px;
}

.gallery-slider .gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--gallery-sec-end--*/

/*--footer-sec--*/
.footer-sec {
    padding: 80px 0;
	border-top: 1px solid #fff;
	margin-top: 5px;
}

.footer-main .row-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.footer-main .left-menu-col li {
    display: block;
    font-size: 22px;
}

.footer-main .left-menu-col li:not(:last-child) {
    margin: 0 0 30px;
}

.footer-main .left-menu-col li a {
    border-bottom: #f2f2f2 1px solid;
}

.footer-main .right-newsletter-col {
    text-align: right;
}

.footer-main .right-newsletter-col p {
    margin: 20px 0;
}
.footer-sec .social-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.footer-sec .copyright-box {
    padding: 40px 0 0;
}

.footer-sec .copyright-box .copyright_content {
    text-align: center;
    padding: 30px 0 0;
}
.footer-sec .copyright-box .copyright_content p {
  color: #f2f2f2;
}
.footer-sec .social-box svg {
    width: 20px;
    height: 20px;
    fill: #f2f2f2;
}
.footer-sec .social-box a:hover {
  opacity: 0.8;
}

/*--footer-sec-end--*/

#myPopup label {
    color: #000;
	line-height: .8;
}
#myPopup .popup-body p{
	display: flex;
	flex-direction: column;
}
#myPopup .popup-body p br{
	display: none;
}
#myPopup .popup-body{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.popup-inner fieldset.hidden-fields-container {
    display: none;
}
#myPopup .popup-body p *{
	line-height: 1;
}
#myPopup .popup-body p .wpcf7-form-control-wrap > *::placeholder{
		font-family: 'Poppins';
	text-transform: capitalize;
}
#myPopup .popup-body p .wpcf7-form-control-wrap > *{
    padding: 10px;
    width: 100%;
	font-size: 16px;
	border: 1px solid ;
	font-family: 'Poppins';
	text-transform: capitalize;
} 
#myPopup .popup-body p .wpcf7-form-control-wrap input[type="email"]{
	text-transform: lowercase;
}
#myPopup .star-rating-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#myPopup .star-rating-wrapper .stars p{
	flex-direction: row;
}
#myPopup .wpcf7-submit {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    background: #000;
    color: #fff;
	transition: all .3s ease-in-out;
}
#myPopup .wpcf7-submit:hover{
	background: #fff;
	color: #000;
}

/* -----------------------------------------------------responsive css */

@media (min-width: 0px) and (max-width: 767px){
	.about-sec .container .row{
      flex-direction: column;
    }
    .video-banner{
      margin:2rem 0rem !important;
		width:100% !important;
    }
    .inf-left, .inf-right{
      width:100%;
    }
    .desktop-menu-box .menu-box ul li {
    display: block;
    font-size: 20px;
}
.desktop-menu-box .work-btn a{
    padding: 10px 12px;
        font-size: 14px;
        white-space: nowrap;
}
.main-header .logo-box img {
    width: 100%;
    max-width: 85px;
}
.main-header .row-box{
    align-items: center;
}
.logo-box a{
        display: flex;
    justify-content: center;
    align-items: center;
}
.about-sec{
    padding: 80px 0px;
}
.about-sec .text-box{
    width: 100%;
}
.acordian-sec .row-box{
    justify-content: center;
}
.acordian-sec .acordian-sec-content{
    width: 100%;
        position: relative;
        z-index: 5;
}
.accordion-header{
    justify-content: space-between;
}
.acordian-sec{
    min-height: 100% !important;
}
.contact-sec .row-box{
    display: block;
}
.acordian-sec .container{
    position: unset;    
}
.acordian-sec video{
    position: absolute;
    object-fit: cover;
}
.acordian-sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000073;
    z-index: 1;
}
.footer-main .row-box{
    display: block;
    text-align: center;
}
.footer-main .right-newsletter-col{
    text-align: center;
    margin-top: 4rem;
}
}

@media screen and (max-width: 575px){
	button#openPopup{
		width: 100% !important;
		max-width: fit-content;
	}
}
