/*!
Theme Name: Gabriel Defense
Author: BigDropInc
Author URI: https://www.bigdropinc.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gabriel-defense
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
    --font-body: 'Inter', sans-serif;
    --black: #000000;
    --black-nested: rgba(0, 0, 0, 0.6);
    --white-nested: rgba(255, 255, 255, 0.6);
    --white: #ffffff;
    --orange: #FF4004;
    --yellow: #FF9932;
    --dark-grey: #0E0E11;
    --gradient: linear-gradient(103.83deg, var(--orange) 58.37%, var(--yellow) 87.33%);
    --transition: all 0.6s ;
    --filter: brightness(0) saturate(100%) invert(55%) sepia(93%) saturate(6171%) hue-rotate(358deg) brightness(101%) contrast(106%);
}
@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Semibold.eot');
    src: url('assets/fonts/ClashDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Semibold.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Semibold.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Semibold.svg#ClashDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Extralight.eot');
    src: url('assets/fonts/ClashDisplay-Extralight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Extralight.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Extralight.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Extralight.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Extralight.svg#ClashDisplay-Extralight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Bold.eot');
    src: url('assets/fonts/ClashDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Bold.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Bold.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Bold.svg#ClashDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Regular.eot');
    src: url('assets/fonts/ClashDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Regular.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Regular.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Regular.svg#ClashDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Light.eot');
    src: url('assets/fonts/ClashDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Light.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Light.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Light.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Light.svg#ClashDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('assets/fonts/ClashDisplay-Medium.eot');
    src: url('assets/fonts/ClashDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/ClashDisplay-Medium.woff') format('woff'),
        url('assets/fonts/ClashDisplay-Medium.ttf') format('truetype'),
        url('assets/fonts/ClashDisplay-Medium.svg#ClashDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


html { overflow-x: hidden; scroll-behavior: smooth;}
body {font-family: var(--font-body);color: var(--white);margin: 0;padding: 0;font-size: 16px;line-height: 140%;font-weight: 400;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background-color: var(--black);-webkit-transition: background 1s ease;-o-transition: background 1s ease;transition: background 1s ease; word-break: break-word;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {margin-top: 0px;}
h1,.h1 {font-family: 'Clash Display';font-size: 90px;font-weight: 600;line-height: 90%;letter-spacing: -0.02em;color: var(--white);text-transform: uppercase; margin-bottom: 24px;}  
h2,.h2 {font-family: 'Clash Display';font-size: 60px;font-weight: 600;line-height: 90%;letter-spacing: -0.02em;color: var(--white);text-transform: uppercase; margin-bottom: 24px;}  
h3,.h3 {font-family: 'Clash Display';font-size: 52px;font-weight: 600;line-height: 90%;letter-spacing:-0.01em;color: var(--white);margin-bottom: 24px;}  
h4,.h4 {font-family: 'Clash Display';font-size: 34px;font-weight: 600;line-height: 100%;letter-spacing:-0.01em;color: var(--white);margin-bottom: 24px;}  
h5,.h5 {font-family: 'Inter', sans-serif;font-size: 22px;font-weight: 600;line-height: 130%;letter-spacing: -0.01em;color: var(--white);margin-bottom: 15px;}  
h6,.h6 {font-family: 'Inter', sans-serif;font-size: 20px;font-weight: 600;line-height: 130%;letter-spacing: -0.01em;color: var(--white);margin-bottom: 15px;}
blockquote,.blockquote,.blockquote p {font-family: var(--font-body);font-size: 42px;font-weight: 400;line-height: 135%;color: var(--white);margin: 20px 0;letter-spacing:-0.04em;}  
.body-l, .body-l p {font-family: var(--font-body);font-size: 20px;font-weight: 400;line-height: 135%;color: var(--white-nested);letter-spacing: -0.01em;}  
.body-m, .body-m p,li {font-family: var(--font-body);font-size: 18px;font-weight: 500;line-height: 140%;color: var(--white-nested);margin-top: 0;letter-spacing: 0;} 
.body-m p{margin-bottom: 16px;}
.body-s, .body-s p {font-family: var(--font-body);font-size: 16px;font-weight: 400;line-height: 140%;color: var(--white-nested);letter-spacing: 0;}  
.body-l.text-white p{color: inherit;}
.body-m.text-white p{color: inherit;}
.body-s.text-white p{color: inherit;}

p{font-family: var(--font-body);font-size: 14px;font-weight: 400;line-height: 140%;color: var(--white-nested);letter-spacing: 0;margin-top: 0;margin-bottom: 20px;}
p:nth-last-child(1) {margin-bottom: 0;}
::-moz-selection {color: var(--black);background: var(--white);}
::selection {color: var(--black);background: var(--white);}
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
a {color: var(--white);background-color: transparent;text-decoration: none;display: inline-block; transition: var(--transition);}
a:hover {color: var(--orange);text-decoration: none;}
a:visited,a:focus,a:active {  text-decoration: none;  outline: 0;}
.container {max-width: 1640px;padding-left: 50px;padding-right: 50px;width: 100%;margin-left: auto;margin-right: auto;}
img {max-width: 100%;width: auto;height: auto;}
:focus-visible {outline: 0;}
.row{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -12px;margin-right: -12px;row-gap: 24px;}
.row>div{padding-left: 12px;padding-right: 12px;}
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
section{margin-top: 60px;margin-bottom: 160px;position: relative;}
.my-0{margin-top: 0;margin-bottom: 0;}
.section-padding{padding-top: 65px;padding-bottom: 65px;}
.text-center{text-align: center;}
.overflow-hidden{overflow: hidden;}
.overlay{position: relative;z-index: 1;}
.overlay::before{content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}
.img-wrapper { position: relative; padding-top: 100%; }
.img-wrapper img{position: absolute;left: 0;top: 0;height: 100%;width: 100%;object-fit: cover;}
.d-flex{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.text-mask{
    -webkit-mask: linear-gradient(90.27deg, var(--white) 1.63%, rgba(255, 255, 255, 0.2) 103.32%);
    mask: linear-gradient(90.27deg, var(--white) 1.63%, rgba(255, 255, 255, 0.2) 103.32%);
    display: inline-block;
}
.text-white{ color: var(--white);}
.text-shadow{text-shadow: 0px 0px 20px #FFFFFF80;}
.slick-dots {list-style: none;padding: 0;margin: 0;display: flex;align-items: center;justify-content: center;gap: 6px;width: 100%;}
.slick-dots li{margin-bottom: 0 !important;line-height: normal;}
.slick-dots li button{font-size: 0;backdrop-filter: blur(4px);background: #FFFFFF4D;border: 0;padding: 0;height: 8px;width: 8px;border-radius: 8px;transition: var(--transition);cursor: pointer;vertical-align: middle;}
.slick-dots li.slick-active button{background: linear-gradient(90deg, #FF6302 0%, #FF4C04 100%);width: 21px;}
.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slick-arrow::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/left-arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}
.slick-arrow.slick-next::before{
    background-image: url(assets/images/right-arrow.svg);
}
.slick-next.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
    background: linear-gradient(103.83deg, var(--orange) 100%, var(--yellow) 87.33%);
}
.slick-arrow:hover::before,
.slick-arrow:hover::after{
    filter: brightness(0) invert(1);
}
.slick-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 20px;
    margin-top: 32px;
}
.slick-nav .slick-arrow {
    position: relative;
}
.fw-light{font-weight: 300!important}
.fw-normal{font-weight: 400!important}
.fw-medium{font-weight: 500!important}
.fw-semibold{font-weight: 600!important}
.fw-black{font-weight: 900!important}
  
/* Buttons */
.btn,.btn-light,
.btn-dark {
    font-family: 'Clash Display';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em; 
    text-transform: uppercase;
    padding: 17px 16px 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    line-height: normal;
    min-width: 200px;
    transition: var(--transition);
}  
.btn {
    color: var(--white);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    z-index: 1;
    padding: 24px 32px 23px;
    border-radius: 12px;
}  
.btn::before{
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    background: linear-gradient(103.83deg, var(--orange) 100%, var(--yellow) 87.33%);
    z-index: -1;
    transition: var(--transition);
    border-radius: 8px;
}
.btn:hover{
    color: var(--white);
}
.btn:hover::before{
    background: var(--gradient);
}
.btn-dark{
    background: radial-gradient(30.84% 62.22% at 50.1% 50%, rgba(93, 22, 0, 0.02) 0%, rgba(249, 101, 85, 0.004) 100%);
    overflow: hidden;
    box-shadow: 0px -10px 60px 0px #BFBFBF33 inset;
    color: var(--white);
    text-align: left;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    padding: 14px 16px 13px;
    justify-content: space-between;
    min-width: auto;
}
.btn-dark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/images/dots.png);
    background-position: 0% 50%;
    opacity: 0.2;
}
.btn-dark::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: conic-gradient(from 180deg at 50% 50%,#ffffff -16.75deg,#ffffff 7.58deg,#ffffff 116.08deg,rgba(255, 255, 255, 0.05) 178.34deg,#ffffff 251.48deg,#ffffff 343.25deg,#ffffff 367.58deg);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    opacity: 0.6;
}
.btn-dark:hover{
    color: var(--white);
}
.btn-dark .icon,
.btn-light .icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.6;
    overflow: hidden;
}
.btn-dark .icon img,.btn-light .icon img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    width: 14px;
    height: 10px;
}
.btn-dark .icon .state,.btn-light .icon .state {
    left: 0;
    opacity: 1;
}
.btn-dark .icon .hover,.btn-light .icon .hover {
    left: -25px;
    opacity: 0;
}
.btn-dark:hover .icon .state,.btn-light:hover .icon .state {
    left: 25px;
    opacity: 0;
}
.btn-dark:hover .icon .hover,.btn-light:hover .icon .hover {
    left: 0;
    opacity: 1;
}
.btn-light{
    color: var(--white);
    text-align: left;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    padding: 0;
    min-width: unset;
}
.btn-light:hover{
    color: var(--white); 
}
ul {
    list-style: circle;
    margin: 16px 0;
    padding-left: 24px;
}
li:not(:last-child){
    margin-bottom: 10px;
}
ol{
    list-style: none; /* removes default numbers */
    counter-reset: my-counter; /* initialize counter */
    padding: 0;
    margin: 0;
}
ol li{
    position: relative;
  counter-increment: my-counter; /* increase counter per li */
  padding-left: 48px; /* space for custom number circle */
  font-size: 18px;
}
ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid var(--white-nested);
}
.check-list{
    padding-left: 0;
}
.check-list li {
    list-style: none;
    position: relative;
    padding-left: 24px;
}
.check-list li::before {
    content: url(assets/images/check.svg);
    position: absolute;
    left: 0;
    color: var(--white);
    top: -1px;
}
.checklist-round{
    margin-block: 24px;
}
.checklist-round ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.checklist-round ul li {
    background-image: url(assets/images/check-round.svg);
    background-repeat: no-repeat;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    background-position: 0px 1px;
}
.checklist-round ul li:not(:last-child){
    margin-bottom: 20px;
}
.heading-animation {
    overflow: hidden;
    width: 100%;
}
.heading-animation .line-wrap {
    position: relative;
    overflow: hidden;
    display:block; 
}
.heading-animation .line-wrap .word {
    display:inline-block;
    opacity:0;
    position: relative;
    font-weight: inherit;
    white-space: break-spaces !important;
}  
.heading-animation.aos-animate .line-wrap .word {
    animation-play-state: running;
    animation: fadeUptext 1s forwards;
}  
@keyframes fadeUptext {
    0% {  bottom: -80px;  opacity: 0; } 100% {  bottom: 0;  opacity: 1;}
}
.section-header {
    margin-bottom: 40px;
}
.section-header .body-l,.section-header .body-s{
    margin-bottom: 10px;
}
.section-header .body-l strong{font-weight: 700;}
.section-header>:last-child{margin-bottom: 0;}
.seprator{
    position: relative;
    z-index: 1;
    padding-bottom: 240px;
    margin-bottom: 60px;
}
.seprator::before,.wp-block-separator.is-style-default::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50.07% 0%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-top: 1px solid;
    border-image-source: radial-gradient(42.03% 42.03% at 50.04% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    bottom: 0;
    height: 88px;
    top: auto;
}
.wp-block-separator.is-style-default{
    border-top: 0 !important;
    margin-top: 60px;
    padding-bottom: 88px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.animated-txt .line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.75;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.animated-txt .line {
    position: relative;
}

/* grediunt border animation  */
.animated-border{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(
      114.63deg,
      #FCAD53 -0.61%,
      #A3242B 14.03%,
      #921402 30.86%,
      #CA5600 46.23%,
      #000000 57.94%
    );
    background-size: 300% 300%;
    animation: moveGradient 5s linear infinite;
    z-index: -1;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}
@keyframes moveGradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}

/* card block css start  */
.card{
    border-radius: 24px;
    box-shadow: 0px 0px 120px 0px #CCD7FF33 inset;
    border: 1px solid #ffffff2e;
    padding: 32px;
    background-image: url(assets/images/dots-overlay.png);
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
}
.card::before,.card:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}
.card:after{
    background: linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
    radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
}
/* card block css end  */

/* header css start  */
.site-header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: var(--transition);
}
.site-header.nav-up {
    transform: translateY(-100%);
}
.site-header.sticky {
    transform: translateY(0);
    background-color: #131313;
}
.site-header .menu ul,
.site-header .menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-header .menu > li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    cursor: pointer;
    padding-block: 23px;
}
.site-header.sticky .menu > li{
    padding-block: 21px
}
.site-header .menu li a {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
}
.site-header .menu li.current-menu-item > a,
.site-header .menu >li:hover>a,
.site-header .menu .sub-menu li a:hover,
.site-header .menu>.current-menu-ancestor>a,
.site-header .menu .sub-menu li.current-page-ancestor>a{
    color: var(--white);
}
.site-header .menu >li:hover>.caret-arrow,
.site-header .menu > li.current-menu-item >.caret-arrow,
.site-header .menu>.current-menu-ancestor>.caret-arrow,
.site-header .menu .menu-item-has-children.current-menu-item>.caret-arrow,
.site-header .menu .sub-menu li.current-page-ancestor>.caret-arrow{
    opacity: 1;
}
.draw-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    display: none;
    z-index: 8;
}
.site-header .menu-close,
.site-header .menu .hide-desktop,
.site-header .menu-icon{
    display: none;
}
header .menu-icon img{
    display: block;
}
.site-header .row{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.site-header .row>div{
    width: auto;
}
.site-header .col-left,
.site-header .col-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.site-header .col-left a{
    vertical-align: middle;
}
.site-header .col-center {
    text-align: center;
}
.site-header .col-right {
    text-align: right;
}
.site-header .menu .sub-menu {
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 10px;
    padding: 20px;
    min-width: 205px;
    text-align: left;
    z-index: 1;
}
.site-header .menu .sub-menu::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    width: calc(100% - 2px);
    background-color: #161718;
    border-radius: 10px;
    z-index: -1;
}
.site-header .menu .sub-menu li a {
    font-size: 14px;
}
.site-header .menu .sub-menu li{
    margin-bottom: 0;
}
.site-header .menu .sub-menu li:not(:last-child){
    padding-bottom: 15px;
}
.site-header .menu-item-has-children .caret-arrow{
    background-image: url(assets/images/caret-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.7;
    top: 0;
    position: relative;
    transition: var(--transition);
}
.site-header .menu-item-has-children .caret-arrow.active,
.site-header .menu >li:hover>.caret-arrow{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.site-header .site-branding img{
    display: block;
}
.site-header .site-branding img{
    max-width: 148px;
}
.site-header+section{
    margin-top: 0;
}
.site-header+section.seprator::before{
    z-index: 0;
}
/* header css end  */
  
/* Footer Start */
.footer-details{
    display: flex;
    flex-direction: column;
}
.footer-col{
    width: 25%;
}
.footer-logo{
    margin-bottom: 24px;
}
.footer-details{
    margin-bottom: 48px;
}
.footer-details a:not(:last-child){
    margin-bottom: 8px;
}
.social-media{
    display: flex;
}
.social-media a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 12px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 50%;
    transition: var(--transition);
}
.social-media a:hover{
    border-color:#fff;
}
.social-media a:not(:last-child){
    margin-right: 6px;
}
.social-media a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-col h6{
    font-size: 18px;
    line-height: 140%;
    margin: 0px;
}
.footer-top{
    margin-bottom: 96px;
}
.footer-menu .ft-title{
    margin-bottom: 20px;
    color: var(--white);
}
.footer-menu ul{
    padding-left: 0px;
    margin: 0px;
}
.footer-menu ul li{
    list-style: none;
}
.footer-menu ul li a{
    font-size: 14px;
    line-height: 140%;
    color: var(--white);
    transition: var(--transition);
    opacity: 0.5;
    font-weight: 400;
}
.footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a{
    opacity: 1;
}
.footer-menu:not(:last-child){
    margin-bottom: 48px;
}
.copyright-bar p{
	margin: 0px;
    color: rgba(255, 255, 255, 0.5);
}
.copyright-bar a{
	font-size:14px;
	line-height:135%;
	color:var(--white);
	opacity:0.5;
	text-decoration:underline;
}
.copyright-bar a:hover{
	opacity:1;
}
.copyright-bar{
		display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
footer{
	padding: 95px 0px 48px 0px;
	position:relative;
    background-color: #131313;
    z-index: 1;
    overflow: hidden;
}
footer.overlay::before {
    background-color: var(--orange);
    opacity: 0.49;
    filter: blur(212px);
    width: 538px;
    height: 487px;
    right: 0;
    margin-inline: auto;
    top: -84%;
}
footer.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    height: 113px;
    width: 78%;
    z-index: -1;
    left: 0;
    background: radial-gradient(50% 50% at 50.07% 0%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-top: 1px solid;
    border-image-source: radial-gradient(42.03% 42.03% at 50.04% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    right: 0;
    margin-inline: auto;
}
.footer-overlay{
    background: url(assets/images/footer-overlay.png);
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.2;
	z-index:-1;
}
.footer-details a:first-child{
	margin-bottom:24px;
}
/* Footer End */

/* Accordian Section Css Start  */
.accordion-box .content {
    display: none;
    padding-top: 8px;
    padding-left: 56px;
}
.accordion-box:not(:last-child) {
    margin-bottom: 25px;
}
.accordion-box .title{
    position: relative;
    padding-left: 56px;
}
.accordion-box .title:hover{
    color: var(--white);
}
.accordion-box .accordion-sign {
    box-shadow: 0px 0px 100px 0px #CCD7FF26 inset;
    width: 27px;
    height: 27px;
    top: 0px;
    left: 0px;
    border-radius: 24px;
    position: absolute;
    border: 1px solid rgba(255,255,255,0.3);
}
.accordion-box .accordion-sign::before, .accordion-box .accordion-sign::after {
    content: "";
    position: absolute;
    left: 0;
    width: 11px;
    border-radius: 4px;
    background-color: var(--white);
    height: 1px;
    top: 12px;
    right: 0;
    margin-inline: auto;
}
.accordion-box .accordion-sign::after {
    height: 11px;
    width: 1px;
    top: 7px;
    transition: var(--transition);
}
.accordion-box .accordion-sign.opened::after{
    height: 0;
}
/* Accordian Section Css End  */

/* Form Common Css Start */
form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
}
.form-control, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):not([type="checkbox"],.gform_button),.gform-theme--foundation .gfield select,.gform-theme--foundation .gfield textarea {
    border: 1px solid #6D6E71 !important;
    background-color: #6D6E7133 !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
    color: #FFFFFF80 !important;
    font-family: Inter !important;
    font-weight: var(--font-body) !important;
    font-size: 16px !important;
    line-height: 130% !important;
    letter-spacing: 0 !important;
    width: 100%;
    height: auto !important;
    text-align: left;
}
select.form-control,.gform-theme--foundation .gfield select {
    appearance: none;
    background-image: url(assets/images/select.svg) !important;
    background-position: calc(100% - 25px);
    background-repeat: no-repeat;
}
select.form-control option,
.gform-theme--foundation .gfield select option{
    color: var(--dark-grey) !important;
}
/* Placeholder for ALL (5 versions) */
.form-control::-webkit-input-placeholder,
.gform-theme--framework input[type]::-webkit-input-placeholder,
.gform-theme--foundation .gfield select::-webkit-input-placeholder,
.gform-theme--foundation .gfield textarea::-webkit-input-placeholder {
    color: var(--white);
    opacity: 0.5;
}
.form-control::-moz-placeholder,
.gform-theme--framework input[type]::-moz-placeholder,
.gform-theme--foundation .gfield select::-moz-placeholder,
.gform-theme--foundation .gfield textarea::-moz-placeholder {
    color: var(--white);
    opacity: 0.5;
}
.form-control:-ms-input-placeholder,
.gform-theme--framework input[type]:-ms-input-placeholder,
.gform-theme--foundation .gfield select:-ms-input-placeholder,
.gform-theme--foundation .gfield textarea:-ms-input-placeholder {
    color: var(--white);
    opacity: 0.5;
}
.form-control::-ms-input-placeholder,
.gform-theme--framework input[type]::-ms-input-placeholder,
.gform-theme--foundation .gfield select::-ms-input-placeholder,
.gform-theme--foundation .gfield textarea::-ms-input-placeholder {
    color: var(--white);
    opacity: 0.5;
}
.form-control::placeholder,
.gform-theme--framework input[type]::placeholder,
.gform-theme--foundation .gfield select::placeholder,
.gform-theme--foundation .gfield textarea::placeholder {
    color: var(--white);
    opacity: 0.5;
}
.gform-field-label{
    color: var(--white) !important;
}
.gform-theme--foundation .gform_fields {
    gap: 30px 10px !important;
}
.gform-theme--foundation .gfield textarea {
    min-block-size: 138px !important; 
    height: 138px !important;
}
form *:focus{
    outline: 0!important;
}
.gfield_checkbox .gform-field-label{
    color: var(--white-nested) !important;
    cursor: pointer;
}
.gform-theme--foundation input[type="checkbox"]{
    background-color: transparent !important;
    border: 1px solid var(--white) !important;
    border-radius: 2px !important;
    cursor: pointer;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    color: var(--white) !important;
    font-size: 11px !important;
    transform: rotate(-10deg);
}
.gform_button {
    background: var(--orange) !important;
    color: var(--white) !important;
    font-family: 'Clash Display' !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    position: relative !important;
    line-height: normal !important;
    height: auto !important;
    padding: 15px 15px !important;
    border-radius: 8px !important;
    transition: var(--transition) !important;
}
.gform_button:hover{
    background: var(--gradient) !important;
}
.gform_button:focus{
    border-color: transparent !important;
}
.gform-theme--framework .gform_validation_errors {
    background-color: var(--white) !important;
}
.gfield_validation_message{
    background-color: var(--white) !important;
    padding: 5px !important;
}
.gform_validation_errors li::before{
    display: none !important;
}
.gform-theme--framework .gform-footer .gform_button{
    width: 100%;
}
.gform-theme--framework .gform-footer{
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #FFFFFF29;
    width: 100%;
    text-align: center;
}
.gform_wrapper .gform-loader {
    display: none !important;
}
.ginput_container_fileupload{
    position: relative;
    overflow: hidden;
}
.gform_wrapper input[type="file"]::-webkit-file-upload-button {
    display: none;
}
.gform_wrapper input[type="file"]::file-selector-button {
    display: none;
}
.gform_required_legend {
    display: none;
}
/* Form Common Css End */

/* 404 page css Start */
.error-sec{
    position: relative;
    background-image: url(assets/images/error-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: calc((var(--vh, 1vh)* 100));
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-block: 120px;
    margin-block: 0;
}
.error-sec .btn-wrapper{
    margin-top: 32px;
}
.error-sec h1{
    font-size: 240px;
    letter-spacing: -0.02em;
}
/* 404 page css End */

/* Pagination styles Start */
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.custom-pagination ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-pagination ul li {
    list-style: none;
    margin: 0;
}
.custom-pagination a, .custom-pagination span {
    display: flex;
    padding: 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.custom-pagination .page-numbers.current {
    background-image: url(assets/images/dots-overlay.png);
    overflow: hidden;
    box-shadow: 0px 0px 100px 0px #CCD7FF26 inset;
    border: 1px solid #ffffff2e;
}
.custom-pagination .page-numbers.current::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    background: linear-gradient(180deg, rgba(46, 51, 90, 0) 0%, rgba(28, 27, 51, 0.1) 100%),
    radial-gradient(146.13% 118.42% at 50% -15.5%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 99.59%);
}
.custom-pagination .page-numbers.dots {
    cursor: default;
    width: 40px;
    font-size: 0;
    position: relative;
}
.custom-pagination .page-numbers.dots::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: var(--white);
    width: 100%;
}
.custom-pagination a:not(.next,.prev,.dots){
    opacity: 0.6;
}
/* Pagination styles End */

/* =========================
    MEDIA QUERIES
    ========================= */
@media (min-width: 1441px) {
    .site-header .container,
    .site-footer .container {
        max-width: 1920px;
        padding-inline: 58px;
    }
}
@media (min-width: 1200px) {
    /* Header css Start  */
    .site-header .menu .sub-menu{
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: var(--transition);
    }
    .site-header .menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .main-navigation .btn{
        display: none;
    }
    .site-header.sticky {
        padding-block: 0;
    }
    .site-header .menu .sub-menu .sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }
    .site-header .menu-item-has-children .sub-menu .caret-arrow {
        transform: rotate(-90deg);
        float: right;
        margin: 7px 0 0px 0;
        position: relative;
        transform-box: content-box;
        transform-origin: 80% 50%;
    }
    /* Header css End  */
}
@media (max-width: 1560px) {
    h1,.h1 { font-size: 84px; }
}
@media (max-width: 1440px) {
    h1,.h1 { font-size: 76px; }
    h2,.h2 { font-size: 50px; }
    h3,.h3 { font-size: 40px; }
    h4,.h4 { font-size: 30px; }
    blockquote,.blockquote,.blockquote p { font-size: 36px; }

    .site-header .container, .site-footer .container{
        padding-inline: 50px;
    }
}
@media (max-width: 1366px) {
    h1, .h1 {
        font-size: 74px;
    }
}
@media (max-width: 1280px) {
    h1,.h1 { font-size: 70px; }
    h2,.h2 { font-size: 40px; }
    h3,.h3 { font-size: 36px; }
    h4,.h4 { font-size: 26px; }
    h5,.h5 { font-size: 20px; }
    h6,.h6 { font-size: 18px; }
    blockquote,.blockquote,.blockquote p { font-size: 34px; }
    .body-l,.body-l p{font-size: 18px;}
    .body-m,.body-m p,li{font-size: 17px;}
    body,.body-s, .body-s p{font-size: 15px;}
    section{
        margin-bottom: 130px;
    }

    /* Header css Start  */
    .site-header .menu > li{
        padding-block: 23px;
        margin: 0 16px;
    }
    /* Header css End  */

    /* Footer Css Start  */
    footer{
        padding: 66px 0px 44px 0px;
    }
    footer.overlay::before{
        top: -88%;
    }
    .footer-top {
        margin-bottom: 60px;
    }
    .site-footer .footer-col.ft-contact{
        width: 35%;
    }
    .site-footer .footer-col {
        width: 21.66%;
    }
    /* Footer Css End  */

    /* card block css start  */
    .card{
        padding: 24px;
    }
    /* card block css End  */
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 58px;
    }

    /* Header css Start  */
    .main-navigation {
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        position: fixed;
        top: 0;
        right: -100%;
        height: calc((var(--vh, 1vh) * 100));
        background-color: var(--black);
        width: 360px;
        transition: all 0.8s;
        padding: 90px 25px 20px;
        text-align: left;
        display: flex;
        flex-direction: column;
    }
    .main-navigation.active {
        opacity: 1;
        visibility: visible;
        right: 0;
    }
    .site-header .menu-header-menu-container {
        height: 100%;
        overflow-y: auto;
        margin-bottom: 25px;
        padding-inline: 35px;
    }
    .main-navigation .menu li {
        display: block;
        margin: 0;
    }
    .site-header .menu-close, .site-header .menu .hide-desktop, .site-header .menu-icon {
        display: inline-block;
        vertical-align: middle;
    }
    .site-header .col-right .contact-btn{
        display: none;
    }
    .site-header .menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .main-navigation .btn {
        margin-top: auto;
    }  
    .site-header .menu>li>a{
        color: var(--white);
        text-transform: uppercase;
        font-family: 'Clash Display';
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }
    .site-header .menu-item-has-children .caret-arrow {
        opacity: 1;
        top: 8px;
        float: right;
    }    
    .site-header .menu > li {
        padding-block: 17px;
        border-bottom: 1px solid #FFFFFF24;
    }
    .main-navigation::before {
        content: "";
        position: absolute;
        right: -70px;
        background: linear-gradient(80.67deg, #FE6202 12.52%, #FF4D04 35.44%, #B82205 46.7%, #BC688E 51.37%, #CB4E11 56.25%);
        width: 307px;
        height: 252px;
        top: -30px;
        filter: blur(180px);
    }
    .site-header .menu .sub-menu{
        display: none;
        display: none;
        position: static;
        width: 100%;
        border: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 15px 0 0;
        transition: unset;
    }
    .site-header .menu .sub-menu::before{
        display: none;
    }
    .site-header .menu .sub-menu .sub-menu {
        padding-left: 15px;
    }
    /* Header css End  */
}
@media (max-width: 991px) {
    h1,.h1 { font-size: 64px; }
    h2,.h2 { font-size: 42px; }
    h3,.h3 { font-size: 30px; }
    h4,.h4 { font-size: 26px; }
    blockquote,.blockquote,.blockquote p { font-size: 32px; }
    .site-header .container, .site-footer .container,.container {
        padding-inline: 20px;
    }
}  
@media (max-width: 767px) {
    h1,.h1 { font-size: 38px}
    h2,.h2 { font-size: 34px; }
    h3,.h3 { font-size: 32px; }
    h4,.h4 { font-size: 26px; }
    h5,.h5 { font-size: 20px; }
    h6,.h6 { font-size: 18px; }
    blockquote,.blockquote,.blockquote p { font-size: 24px; line-height: 120%; }
    p{font-size: 13px;}
    .body-l,.body-l p{font-size: 17px;}
    .body-m,.body-m p,li{font-size: 15px;}
    .section-header {
        margin-bottom: 30px;
    }
    section {
        margin-bottom: 88px;
    }
    .btn-dark{
        box-shadow: none;
        background: transparent;
        padding: 11px 16px;
        column-gap: 11px;
    }
    .btn-dark::after{
        background: transparent;
        -webkit-mask: transparent;
        border: 1px solid var(--white);
        -webkit-mask-composite: unset;
        mask-composite: unset;
    }
    .btn-dark::before{display: none;}
    .btn-wrapper .btn {
        display: block;
    }
    .seprator{
        padding-bottom: 170px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .wp-block-separator.is-style-default{
        margin-bottom: 0;
    }
    section.seprator+section:not(.seprator) {
        margin-top: 0;
    }
    .error-sec h1{
        font-size: 120px;
    }

    /* Header css start  */
    .main-navigation{
        width: 100%;
    }
    /* Header css End  */

    /* Footer Css Start  */
    .site-footer .footer-col,.site-footer .footer-col.ft-contact {
        width: 100%;
    }
    footer.overlay::before {
        top: -575px;
    }
    footer{
        padding: 40px 0;
    }
    .footer-details {
        margin-bottom: 30px;
    }
    .social-media a:not(:last-child) {
        margin-right: 20px;
    }
    .copyright-bar {
        flex-direction: column;
        align-items: start;
        row-gap: 15px;
    }
    .copyright-bar a,.footer-menu ul li a{
        font-size: 13px
    }
    ul.footer-menu {
        display: none;
        margin-top: 15px;
    }
    .footer-menu:not(:last-child) {
        margin-bottom: 0;
    }
    div.footer-menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        padding-block: 20px;
    }
    div.footer-menu.solution-menu{
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }
    .footer-menu .ft-title {
        margin-bottom: 0;
        position: relative;
    }
    .footer-menu .ft-title::before{
        content: "";
        position: absolute;
        right: 0;
        top: 8px;
        background-position: top right;
        background-image: url(assets/images/caret-arrow.svg);
        height: 5px;
        width: 9px;
        background-repeat: no-repeat;
        transition: var(--transition);
    }
    .footer-menu.active .ft-title::before{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer-top {
        margin-bottom: 40px;
        row-gap: 0;
    }
    .site-footer .footer-col.ft-contact {
        margin-bottom: 30px;
    }
    /* Footer Css End  */

    /* Pagination styles Start */
    .custom-pagination ul{
        gap: 10px 5px;
    }
    .custom-pagination .page-numbers.dots{
        width: 30px;
    }
    .custom-pagination a.prev, .custom-pagination a.next {
        width: auto;
    }
    /* Pagination styles End */
}
@media (max-width: 340px) {
    h1,.h1 { font-size: 32px}
    h2,.h2 { font-size: 30px; }
}

/* 404 Page css start */

/* 404 Page css end */