*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #1E1E1E; 
  --main-text-color:#fff; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Cormorant Garamond', serif;
  --font-paragraph:'Mulish', sans-serif;
 --themecolor:#fff;
  --preloder-color:#00aeff;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#00aeff;
  --dark-color:#313946;
  --light-color:#ffffff;
  --heading-color:#111111 ;
  --color-green:#1fbf54;

     scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}



.cormorant-garamond {
  font-family: "Cormorant Garamond", serif;

}
.mulish {
  font-family: "Mulish", sans-serif;

}
.playfair {
  font-family: "Playfair", serif;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "Mulish", sans-serif;

  
}
p:empty{
  display: none !important;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 800;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #000;
}
::selection {
  background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}



/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white ul li,
.color-white ul li a{
  color: #fff !important;
}
p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 26px;
    letter-spacing: 0;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.actives {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
background-color: rgba(12, 1, 1, 0.7);
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

.nav{
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-paragraph);
  
    

}

.nav > ul > li::after{
 content: " ";
    width: 8px;
    height: 8px;
    background-color:transparent;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -8px;
}

.nav > ul > li:last-child:after{
  content: "";

}

.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 30px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  bottom: -7px;
  left: 27%;
  z-index: 0;
  content: " ";
  width: 40%;
  height: 3px;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {

    font-family: 'Mulish', sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
    padding: 5px 6px 5px 7px;

    font-weight:400;
    font-size: 18px;
color:#C0C0C0; 
  line-height: 23px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li > a i{ font-size: 16px;}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:#ffffff; }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#2a3e60;

  border-top:1px #324669 solid;
  text-transform:uppercase;
  font-weight:500;font-size:12px;
  color:#fff;line-height:18px;cursor:pointer;
  transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#df2020;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

 .sticky{
   padding:0px 0px;
    position: fixed !important;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 20 !important;
 background: rgb(40 39 39);
}
  

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
  
    transition: all 0.3s;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px 15px 0px;

}
.menubars2 .container {
    max-width: 1400px;
}
.sticky .menubars2{
  
}

.logo {
    position: relative;
    max-width:335px;
   
}

 .home-banner{
    padding: 190px 0px;
    background-size: cover !important;
 }
 .slide-content h1{
font-size: 52px;
line-height: 62px;
font-weight: 700;
color: var(--dark-color);
 margin-bottom: 20px;
 }
 .slide-content p{
    font-size: 17px;
    color: #2f2e2e;
    line-height: 26px;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
 }



/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/




.box{
    width:300px;
    height: 100vh;
    background-color: #000;
    position: fixed;
    text-align: left;
    z-index: 1;
    opacity: 0;
    left: -500px;
    pointer-events: none;
    transition: 0.4s;
    z-index: 9999;
    top:0;
}
.active_box{
    opacity: 1;
    left: 0px;
    pointer-events: fill;
}
.menu_icon_box{
    z-index: 2;
    width: fit-content;
    height: auto;
       background-color: #00000000;
    margin: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    display: none;
    margin-left: 10px;
      height: 31px;
}
.line1 , .line2 , .line3{
 width: 22px;
    height: 2px;
    margin: 6px 8px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.2s;
}
.activem .line1{
      transform: translate(0px , 9px)rotate(44deg);
}
.activem .line2{
    opacity: 0;
}
.activem .line3{
    transform: translate(0px , -7px)rotate(-45deg);
}

.box  {
   
}
.nav-hed{
    width: 100%;
    text-align: center;
    margin-top: 10px;

}
.nav-hed .logo{
     display: inline-block;
    padding: 20px;
 margin-top: 20px;
    width: auto;
    height: auto;
}
.mobile-menu {
margin-top: 20px;
}
.mobile-menu  li{
width: 100%;
display: inline-block;
}
.mobile-menu  li a{
    border-bottom: 1px solid #333333;
    padding: 15px 25px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.header-info-mob  li{
width: 100%;

display: inline-block;
}
.header-info-mob  li a{
  border-bottom: 1px solid #db3e62;
    padding: 15px 10px;
    color: #fff;
    width: 100%;
display: inline-block;
}


/***************MPBILE MENU***********/
/***************************
BANNE
***************************/





.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;

}

.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;

       object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-transform 20s ease-out;
    transition: transform 20s ease-out;
    transition: transform 20s ease-out,-webkit-transform 20s ease-out;
    -webkit-transition: -webkit-transform 20s ease-out;
}
.pic:hover > .holder {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}





/**************
footer
**************/


/***************************
RESPONSIVE
***************************/
.top-head {
display: inline-block;
vertical-align: top;
width: 100%;
background:#000 url(../images/heder-bg.png);
background-repeat: repeat-x;
position: relative;
left: 0px;
z-index: 10;
top:0px;

border-bottom: 1px solid #272727;
}

.btn-group-header{
    width: auto;
    display: flex;
}

a.get-btn{
background-color: #fff;
border: 1px solid #e7e8e9;
    border-radius: 0;
    padding: 5px 18px;
    color: #262626;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    height: 43px;
    line-height: 30px;
    text-transform: uppercase;
    width: auto;
    font-family: var(--font-titel);
    display: inline-block;
    transition: all 0.3s;
}
a.get-btn:hover{
    background-color: #df2020;
    border: 1px solid #df2020;
    color: #fff;
}
a.header-call{
margin-left: 13px;
    font-family: 'Mulish', sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    
}
a.header-call i{
     width: 36px;
    height: 36px;
    border: 1px solid #C0274A;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #C0274A;
    transition: all 0.3s;
}
a.header-call:hover i{
    background-color: #C0274A;
    border: 1px solid #C0274A;
    color: #fff;
}
.socil-header {
display: flex;
gap: 15px;
align-items: center;
    justify-content: center;
}
.cart-top,
.email-top{
border-radius: 100px;
display: inline-block;
width: 46px;
height: 46px;
position: relative;
line-height: 46px;
color :#fff !important;
background: #2F2F2F;
text-align: center;
}
.cart-top:hover,
.email-top:hover{
color :#fff;
}
.cart-top span{
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 18px;
    color: #000;

    font-size: 14px;
    border-radius: 100px;
    line-height: 18px;
    transform: translate(15px, -6px);
}
.user-btn{
    background-color: #D9D9D9;
    width: 162px;
    height: 44px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 42px;

}
.user-btn i{
        font-size: 18px;
    margin-right: 6px;
}

.menu-right {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0;
}
.banner-home {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 100px 0px 30px 0px;
}
.banner-title {
color: #fff;
    font-size: 3.8125rem;
    font-style: italic;
    font-weight: 400;
  position: relative;
    max-width: 1050px;
    margin: auto;
}
.banner-title sup{
font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 104px;
       top: 9px;
    left: 7px;
}
.banner-title sub{
font-family: "Playfair", serif;
font-weight: 500;
    font-size: 97px;
  right: 15px;
        bottom: -45px;
}
.arrow-banner{
  width: 76px;
    height: 76px;
    border-radius: 100px;
    color: #FFFFFF;
    text-align: center;
    line-height: 76px;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    margin-top: 84px;

}
.arrow-banner:hover,
.arrow-banner:visited{
        color: #FFFFFF;
}
.footer {
display: inline-block;
vertical-align: top;
width: 100%;
background:#000 url(../images/footer.png);
background-repeat: repeat-x;



}
.footer{
    padding-top:100px ;
}

.footer .container{
    max-width: 1140px;
}

.footer-menu li {
    margin-bottom: 18px;
}

.footer-menu li a{
    color: #C0C0C0;
    font-size: 18px;
}
.footer-menu li a:hover{
    color: #fff;
}
.border-left-right{
    border-left:1px solid #2C2C2C;
   border-right:1px solid #2C2C2C;
       display: flex
;
    align-items: center;
    justify-content: center;
}
.text-copy {
    border-top: 1px solid #2C2C2C;
    color: #969696;
    text-align: center;
    padding: 15px 0px;
    font-size: 14px;
}
.text-copy a{
       color: #fff;
}
ul.footer-menu {
    margin-bottom: 50px;
}
.email-holder{

}
.email-holder p{

font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
display: inline-block;
color: #A4A4A4;
    margin-bottom: 7px;

}
.email-holder a{
    margin-bottom: 18px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
display: inline-block;
color: #FFFFFF;


}
.socil-footer {
    display: flex
;
    gap: 10px;
    margin-top: 10px;
	margin-bottom:10px;
}
.socil-footer li a{
    border-radius: 100px;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: relative;
    line-height: 46px;
    color: #fff;
    background: #2F2F2F;
    text-align: center;
    font-size: 17px;
}

.from-holder {
    background-color: #fff;
    width: 100%;
    padding-top: 45px;
        margin-bottom: -48px;
    position: relative;
    z-index: 1;
}
.heading-group2 h2{
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 57px;
/* identical to box height, or 142% */
text-align: center;
text-transform: capitalize;

color: #0F1014;
}
.heading-group2 p{


font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 31px;
/* or 172% */
text-align: center;

color: #646464;



}

.fild{
    width:100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    background: none;
    width: 100%;
}
.fild input[type=text],
.fild input[type=email],
.fild input[type=tel]{
     width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #C1C6CC;
    padding: 14px 0px;
    font-size: 16px;
}

.fild select{
     width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #C1C6CC;
    padding: 14px 0px;
    font-size: 16px;
        color: #7a6863;
        text-transform: uppercase;
         letter-spacing: 1px;
}
.fild textarea{
    font-size: 16px;
     width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #C1C6CC;
    padding: 14px 0px;
    height: 120px;
}
.fild input[type=text]::-webkit-input-placeholder,
.fild input[type=email]::-webkit-input-placeholder,
.fild input[type=tel]::-webkit-input-placeholder,
.fild textarea::-webkit-input-placeholder { 
 text-transform: uppercase;
 letter-spacing: 1px;
}

.fild input[type=text]::-ms-input-placeholder,
.fild input[type=email]::-ms-input-placeholder,
.fild input[type=tel]::-ms-input-placeholder,
.fild textarea::-ms-input-placeholder{ 
text-transform: uppercase;
 letter-spacing: 1px;
}

.fild input[type=text]::placeholder,
.fild input[type=email]::placeholder,
.fild input[type=tel]::placeholder,
.fild textarea::placeholder{ 
text-transform: uppercase;
 letter-spacing: 1px;
}

.fild input[type=submit]{
    line-height: 19px;
    width: 100%;
    background: #0F1014;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 17px 40px;
    letter-spacing: 1px;
    transition: all 0.3s;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.section-forms{
    background-color: #050505;
    padding-top: 40px;
}
.section-wel{
    padding: 70px 0px;
    background-color: #fff;
}

.page-content h2{

font-style: normal;
font-weight: 500;
font-size: 60px;
line-height: 54px;
/* or 90% */
letter-spacing: 0.03em;

color: #111111;
margin-bottom: 30px;

}
.page-content p{
margin-bottom: 20px;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 26px;
/* or 153% */

color: #535353;


}
.underline{

    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 35px;
    line-height: 54px;
    letter-spacing: -0.04em;
    text-transform: capitalize;
    color: #262626;
    border-bottom: 1px solid #A4A4A4;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 40px;
}
.btn-dark{
    color: #fff !important;
    width: auto;
    height: revert-layer;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #202020;
    display: inline-block;
    text-align: center;
   
    line-height: 47px;
    padding: 4px 20px;

}

.section-testimonials{
   padding: 85px 0px;

background: linear-gradient(180deg, #383838 0%, #686868 49.52%, #383838 100%);

}

.testimonials-title{

font-style: normal;
font-weight: 400;
font-size: 52px;
line-height: 60px;
/* identical to box height, or 115% */
text-align: center;
text-transform: capitalize;

color: #FFFFFF;


}
.testimonials-holder{
    background-color: #090A0D;
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.test-data p{
 

font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 39px;
/* or 177% */

color: #FFFFFF;


    position: relative;
}

.test-data p sup {
font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 77px;
    top: 28px;
    left: -9px;
    color: #fff;
}

.test-data p sub {
font-family: "Playfair", serif;
    font-weight: 500;
    font-size: 77px;
    top: 32px;
    right: -1px;
    color: #fff;
}


.subtitle-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 20px;
}

.person-name {
  font-weight: 500;
  white-space: nowrap;
  font-size: 24px;
  color: #A2A2A2;
}


.border-line {
  border-top: 1px solid #3B3A3A;
  height: 1px;
  width: 100%;
}
.mobile-show{
    display: none;
}
.img-holder2{

}
.inner-banner-new{
    width: 100%;
    height: auto;
}
.inner-banner-new img{
    max-width: 100%;
    width: 100%;
}
.page-content p{
    width: 100%;
}
.page-content p mark{
    background-color: #000;
    color: #fff;
}
.page-content em{
width: 100%;
display: inline-block;
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-weight: 300;
font-size: 26px;
line-height: 37px;
/* identical to box height, or 142% */
letter-spacing: -0.04em;
text-transform: capitalize;
padding-bottom: 10px;
color: #262626;
border-bottom: 1px solid #A4A4A4;

}
.page-content .email-content{


font-family: 'Mulish',sans-serif;
font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 37px;
/* identical to box height, or 142% */
letter-spacing: -0.04em;

color: #262626;


}
.page-content .email-content strong{
    font-weight: 600;
}

.map {
	width:100%;
}
.map iframe{
	width:100%;
height:650px;
	filter: grayscale(1);
}

/***********************EVENT CSS STAR********************/
/***********************EVENT CSS STAR********************/

 /* Top bar - search and buttons */
    .top-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: space-between;
      align-items: center;
    }

    /* Search container */
    .search-container {
      position: relative;
      flex-grow: 1;
      max-width: 100%;
      min-width: 220px;
    }
.search-container > input[type=search]{
width: 100%;
height: 46px;
background: #2F2F2F;
border: 1px solid #565656;
padding: 0px 15px;
	position:relative;
	    color: #fff;
}
.search-container > input[type="search"]::placeholder {
  color: #ffffff;
  opacity: 1;
}

.btn-all{
background-color: #D9D9D9;
    width: auto;
    height: 46px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    padding: 0px 19px;
    border: none;
}
  

    /* Buttons container */
    .buttons-container {
      display: flex;
      gap: 12px;
      flex-wrap: nowrap;
    }

    /* Buttons */
    .btn {
      background-color: #dcdcdc;
      color: #111;
      padding: 10px 20px;
      font-size: 0.9rem;
      min-width: 72px;
      display: flex;
      justify-content: center;
      align-items: center;
      letter-spacing: 0.04em;
      user-select: none;
    }
    .btn:hover,
    .btn:focus {
      background-color: #b6b6b6;
      outline: none;
    }

    /* Secondary buttons (LIST, MONTH, DAY) */
    .btn-secondary {
      background-color: #dcdcdc;
      color: #111;
      padding: 10px 14px;
      font-weight: 700;
      font-size: 0.85rem;
      min-width: 48px;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #b6b6b6;
      outline: none;
    }

    /* Bottom bar - nav & label */
    .bottom-bar {
      display: flex;
      align-items: center;
      gap: 16px;
		margin:26px 0px;
    }

    /* Arrow buttons */
    .arrow-button {
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #eee;
    border-radius: 0;
    padding: 4px 8px;
    font-size: 28px;
    user-select: none;
    transition: color 0.3s ease;
    box-shadow: none !important;
    border: none;
    }
    .arrow-button:hover,
    .arrow-button:focus {
      color: #bbb;
      outline: none;
      background-color: rgba(255 255 255 / 0.1);
    }

    /* Today button */
    .btn-today {
        background-color: #333;
    color: #eee;
    padding: 8px 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    user-select: none;
    transition: background-color 0.3s ease;
    min-width: 70px;
    box-shadow: none !important;
    border: none;
    font-size: 14px;
    }
    .btn-today:hover,
    .btn-today:focus {
      background-color: #555;
      outline: none;
    }

    /* Upcoming label */
    .upcoming-label {
      font-size: 36px;
      font-weight: 500;
      user-select: none;
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      color: #eee;
		background: transparent;
    border: none;
	font-family: 'Cormorant Garamond',serif;


    }
    .upcoming-label:hover,
    .upcoming-label:focus {
      color: #bbb;
      outline: none;
    }
    .material-icons.dropdown-icon {
      font-size: 20px;
      font-weight: normal;
    }
   

 
    .event-card {
      display: flex;
      flex-wrap: nowrap;
      background: #000;
      border-radius:0px;
      overflow: hidden;
margin-bottom:30px;
      color: #fff;
   
    }

  
    .event-image {
      flex: 1 1 45%;
      object-fit: cover;
      max-height: 100%;
      max-width: 100%;
      height: 100%;
    }

  
    .date-badge {
      position: absolute;
      top: 1rem;
      left: 1rem;
      background: #fff;
      color: #333;
      font-weight: 600;
      font-size: 0.875rem;
      border-radius: 0.25rem;
      padding: 0.5rem 0.75rem;
      text-align: center;
      width: 4.5rem;
      user-select: none;
      font-family: 'Poppins', sans-serif;
      line-height: 1.1;
    }

    .date-badge .month {
      font-size: 0.85rem;
      text-transform: uppercase;
    }
    .date-badge .day {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
    }
    .date-badge .year {
      font-size: 0.75rem;
      font-weight: 500;
    }

    
    .event-content {
      flex: 1 1 55%;
      padding: 2rem 2.5rem;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .event-datetime {
      font-size: 1rem;
      color: #bbb;
      margin-bottom: 0.5rem;
      font-weight: 500;
    }

    .event-title {
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      margin-bottom: 1.2rem;

    }

    .event-description {
         font-size: 1.06rem;
      line-height: 1.6;
      color: #bbb;
      margin-bottom: 2rem;
      font-weight: 400;
      max-width: 600px;
    }

 
    .event-footer {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .price {
      font-size: 2rem;
      font-weight: 600;
      flex-shrink: 0;
      color: white;
    }

    .btn-readmore {
       background: #e0e0e0;
    border: none;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 12px 18px;
    border-radius: 0;
    box-shadow: none;
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
    }
    .btn-readmore:hover, .btn-readmore:focus {
      background: #cfcfcf;
      outline: none;
      text-decoration: none;
      color: #000;
    }

    .event-image-wrapper {
      position: relative;
      flex: 1 1 45%;
      min-width: 280px;
    }

.section-eventlist{
	padding:70px 0px;
}


/********************Single Event*********************/
/* Header styles */
 
    .event-single-data h1 {
     font-weight: 600;
    font-size: 4.3rem;
    margin-bottom: 0.25rem;
    color: #fff;
    text-align: center;
    }
     .dates {
        font-size: 1.1rem;
    color: #dddddd;
    margin-bottom: 0.75rem;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 19px;
    }
    .event-single-data .price {
      font-size: 2.2rem;
      font-weight: 500;
		   text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 19px;
    }
    /* Content container */
  
    /* Tournament image */
    .tournament-image img {
   width: 100%;
    max-height: 512px;
    border-radius: 0;
    object-fit: cover;

    }
    /* Text content paragraphs */
    .content-text p {
    font-size: 1.06rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 400;
    }
  
    .footer-container {
   max-width: 100%;
    margin: 0 auto;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    padding: 15px 0px;
		color:#fff;
    }
.footer-container p,
.footer-container p a{
	color:inherit;
}
    /* Book now button */
    .btn-book {
      background-color: #e0e0e0;
      color: #121212;
      font-weight: 600;
      padding: 0.5rem 1.25rem;
      border-radius: 0.375rem;
      border: none;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }
    .btn-book:hover, .btn-book:focus {
      background-color: #cfcfcf;
      color: #000;
      outline: none;
      box-shadow: 0 0 5px 2px #888;
    }
    /* Accepted payment & social */
    .accepted-text {
      font-weight: 500;
      color: #ccc;
      white-space: nowrap;
      user-select: none;
      margin-right: 0.5rem;
    }
    .payment-icons img {
      height: auto;
      margin: 0 0.15rem;
      vertical-align: middle;
    }
    .shares-text {
        font-weight: 500;
    margin-left: 0.5rem;
    color: #fdfdfd;
    user-select: none;
    margin-right: 10px;
		
    }
.social-icons{
    gap: 0.5rem;
}
    .social-icons a {
    border-radius: 100px;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: relative;
    line-height: 46px;
    color: #fff;
    background: #2F2F2F;
    text-align: center;
    font-size: 17px;
    }
    .social-icons a:hover,
    .social-icons a:focus {
      color: #ffffff;
      outline: none;
    }
    /* Horizontal separator */
    .separator {
      border-top: 1px solid #444;
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      flex-basis: 100%;
    }
.black-box {
    background: #000;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.black-box p{
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 28px;
}
.btn-evnt{
	background: #e0e0e0;
    border: none;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 12px 18px;
    border-radius: 0;
    box-shadow: none;

    cursor: pointer;
    transition: background-color 0.25s ease;
}


/***********************EVENT CSS end********************/

/***********************USER LOGIN CSS STAR********************/
.user-form {
    background-color: #090A0D;
    width: 100%;
    display: inline-block;
    padding: 15px;
}


.form-control {
     border: none !important;
   border-radius: 0 !important;
 
}
.user-btn1{
	background-color: #D9D9D9;
    width: 162px;
    height: 44px;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border: none;
}
/* Base checkbox container */
.custom-checkbox .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.2em;
  border-radius: 0.25em;
  border: 2px solid #fff;
  background-color: #000;
  transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state */
.custom-checkbox .form-check-input:checked {
  background-color: #000;
  border-color: #fff;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1.125rem;
}
/* Checkmark appearance (for modern browsers) */
.custom-checkbox .form-check-input:checked::before {
  content: '';
  display: block;
  width: 0.5em;
  height: 0.25em;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  position: relative;
    top: 4px;
  left: 0.25em;
}

/* Optional: remove native focus outline and add glow */
.custom-checkbox .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.form-check-input:checked[type=checkbox] {
    background-image: none !important;
}

.link-user,
.link-user:hover{
	color:#fff;
}

.user-dashboard input[type="file"] {
  font-size: 0.9rem;
}
.user-dashboard .card h5 {
  margin-bottom: 1rem;
}
.card-custom{
	background:#000;
}
table.table.table-striped {
    background: #fff;
}
ul.list-group {
    border-radius: 0px;
}
.castom-adgets {
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/***************************new************************/


 .form-container {
      width: 100%;
	 background-color:#000;
      max-width: 100%;
      padding: 0;
    }
    .step {
      display: none;
    }
    .step.active {
      display: block;
    }
 .step-header {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 0;
    background: #29292A;
    padding: 34px 10px;
	 position:relative;
}
.step-header:after{
	    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #575757;
    left: 82px;
    top: 53px;
    z-index: 0;
    max-width: 376px;
}
form#signupForm {
    padding: 30px;
}
.form-head p{
	color:#fff
}
.form-container label sub {
    color: #DC1B0F;
    bottom: 2px;
    font-size: 14px;
}

.step-item {
  text-align: center;
	position:relative;
	z-index:1;
  flex: 1;
}

.step-circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #000;
  color: white;
  line-height: 40px;
	    font-weight: 600;
}

.step-circle.active {
  background-color: white;
  color: black;
}

.step-label {
     margin-top: 11px;
    display: block;
    color: #ccc;
    font-size: 15px;
}

    .form-container h2 {
      margin-bottom: 10px;
      text-align: center;
		    font-size: 40px;
    }
   .form-container input[type="text"], 
.form-container input[type="email"], 
.form-container input[type="password"],
.form-container input[type="number"],
.form-container input[type="date"]
{
      width: 100%;
      padding: 10px;
      margin: 10px 0px 20px 0px;
      background: #222;
      border: 1px solid #444 !important;
      color: white;
    }
.form-container select{
	  padding: 10px;
           margin: 10px 0px 20px 0px;
      background: #222;
      border: 1px solid #444;
      color: white;
}
.form-container label{
	font-size:15px;
}
    .gender-group {
      display: flex;
      justify-content: space-between;
        margin: 10px 0px 20px 0px;
    }
    .gender-group label {
      flex: 1;
      background: #333;
      padding: 10px;
      text-align: center;
      cursor: pointer;
    }
    .gender-group input {
      display: none;
    }
    .gender-group input:checked + label {
      background: #fff;
      color: #000;
    }
  .form-container  button {
      width: 100%;
      padding: 10px;
      margin-top: 20px;
      background: #ccc;
      color: #000;
      border: none;
      cursor: pointer;
    }

    .code-box {
      display: flex;
      justify-content: space-between;
    }
    .code-box input {
      width: 22%;
      text-align: center;
    }
  .form-container select:focus {
    outline: none;
    border-color: #888;
  }
    .form-container select option {
    background: #111;
    color: white;
  }
.color-white,
.color-white a{
	color:#fff;
}
.small,
.small a{
	color:#CACACA;
}

.card-body h6{
	color:#000;
}
.share-btn{
	background-color:#000 !important;
	color:#fff !important;
}
.break-word{
	word-break: break-word;
}
.cosutom-tabil tr td{
	font-size:14px;
}
.cosutom-tabil thead  tr{
	    background-color: #484848;
    color: #fff;
    font-size: 15px;
}
.cosutom-tabil thead  tr th{
	padding:15px 4px;
}
.cosutom-tabil thead  tr th:nth-child(6){
	width: 154px;
}
input.numInput.cur-year {
    color: #fff !important;
}
.flatpickr-months .flatpickr-month {
    color: #000 !important;
}
.flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: #000000 !important;
    color: #fff;
 
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: #3f3f3f  !important;
  
    color: #fff !important;
 cursor: pointer;
  
    
}
.flatpickr-weekdays {
    background: #434343 !important;
   
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #2e2e2e !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #000000 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #313131 !important;
    outline: none;
    padding: 0;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: #434343 !important;
    color: rgb(255 255 255) !important;
    
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #000000 !important;
}

.flatpickr-months .flatpickr-month {
   
    background: #3f3f3f !important;
   
}

p.notfound-message {
    color: #ffffff;
    background: #424242;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 6px;
    position: relative;
}
p.notfound-message::after {
    content: "";
    position: absolute;
    bottom: -6px; /* Adjust based on arrow size */
    left: 10px;   /* Adjust to control arrow horizontal position */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #424242; /* Same color as background */
}
p.not-meg {
    color: #a5a5a5;
}
.w-30 {
   width: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.text-warning a{
	color:#fff;
border-bottom: 1px solid #fff;
    padding: 0px 0px 3px 0px;
}
.padin-payment{
	padding:100px 0px 100px 0px !important;
}
.ptag p{
	    font-style: normal;
    font-weight: 500;
    font-size: 4rem !important;
    line-height: 5rem !important;
    letter-spacing: 0.03em;
    color: #111111;
    margin-bottom: 30px;
	    font-family: var(--font-titel) !important;
}
.paid-btn{
	position:relative;
}
.paid-badge {
position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #424242;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    right: 46px;
    border: 1px solid #5e5e5e;
}

.paid-badge img {
width: 21px;
    height: 21px;
 
  object-fit: contain;
}

/* Tooltip text */
.paid-badge::after {
  content: "Paid Member";
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}

/* Tooltip arrow */
.paid-badge::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

/* Show tooltip on hover */
.paid-badge:hover::after,
.paid-badge:hover::before {
  opacity: 1;
  visibility: visible;
}



/******************************calder***************/
.calendar-controls {
  display: flex;
  gap: 10px;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 46px;
  left: 0;
  background: #fff;
	color:#000;
  border: 1px solid #ccc;
  width: 140px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 99;
  pointer-events: none;
	
}

.dropdown.show {
  max-height: 500px; /* Enough to show all items */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.dropdown div {
  padding: 8px 12px;
  cursor: pointer;
	    font-size: 14px;
}

.dropdown div:hover {
  background-color: #f0f0f0;
}
.show {
  display: block !important;
}



select.btn-all option{
	text-align:left;
}


  /* Remove blue background in some browsers on selected option */
  select.btn-all option:checked {
    background-color: #000 !important;
    color: #fff !important;
  }
select.btn-all option:hover {
  background-color: #000 !important;
  color: #fff !important;
}

#coupon_code{
	text-transform:uppercase;
}

/* Basic styling */
select.btn-all {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
 width:140px;

  
  padding: 0px 15px;
  
  position: relative;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10'%3E%3Cpath fill='black' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* Optional: on focus */
select.btn-all:focus {
  outline: none;
  border-color: #333;
}

/* Optional: disabled style */
select.btn-all option[disabled] {
  color: gray;
}

/* Focus outline */
.calendar-controls .dropdown-wrapper select.btn-all:focus {
  outline: none;
  border-color: #444;
}

/* Disabled option */
.calendar-controls .dropdown-wrapper select.btn-all option[disabled] {
  color: gray;
}

.btn-border{
background-color: #000000;
    width: auto;
    height: auto;
    display: inline-block;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
       font-size: 14px !important;
    text-align: center;
    line-height: 42px;
    border: 1px dashed #ccc;
    padding: 0px 10px;
	transition:all 0.3s;
}
.btn-border:hover{
background-color: #d9d9d9;
    color: #222222 !important;
    border: 1px dashed #383838;
}
.castom-w1{
	width: 27%;
	flex: 0 0 auto;
}
.castom-w2{
	width:46%;
	flex: 0 0 auto;
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(30px);
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}
/* Reduce fade-up distance */
[data-aos="fade-up"] {
  transform: translateY(20px);  /* short distance */
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-timing-function: ease-in-out;
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
  opacity: 1;
}
/* Make AOS zoom-in smoother and less dramatic */
[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.95); /* smaller zoom effect */
  transition: all 0.6s ease-in-out;
}

[data-aos="zoom-in"].aos-animate {
  opacity: 1;
  transform: scale(1);
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #1e401e;
    text-align: center;
    padding: 15px;
    /* margin-bottom: 20px; */
    position: relative;
    top: -19px;
    max-width: 426px;
    background: #e7f7f0;
    font-weight: 600;
    margin: auto;
    font-size: 16px;
}
