/*----------------------------------------------------------------------------------------

	Theme Name: rpm district

	Theme URI: rpm district

	Description:rpm district

	Author: rpm district

	Author URI: rpm district

	Version: 1

*/



 
@font-face {
    font-family: 'Montserrat';
    src: url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('//youlive.fun/wp-content/themes/rpm2025/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


 
 


* {
  font-family: 'Montserrat';
  text-decoration: none !important;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  text-transform: capitalize;

}

.clear {
  clear: both;
}

a:focus {
  outline: none;
}
 
 

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 800;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {
 background-color: var(--darkcolor);
  box-sizing: border-box;

  overflow-x: hidden;
 color:#fff;
  margin: 0;

}
 

h1 {
font-size: 2.8rem;

}

h2 {
  font-size: clamp(1.7rem, 2.5vw, 2rem);

}

h3 {
  font-size: clamp(1.5rem, 2.5vw, 1.87rem);
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

::selection {
  background-color: var(--darkredcolor);
  color: #fff;
}

:root {
  --darkcolor: #0d0d0d;
  --darkredcolor: #41b7d5;
  --lightredcolor: #f7697f;
  --gradient: linear-gradient(to left, #262b63, #307da2);

}
#whatisrpm .col-md-6:nth-child(2) .whatblocks:before, #whatisrpm .col-md-6:nth-child(4) .whatblocks:before{
  background-color: #0d0d0d;
  background-image: none
}

ul {
  padding: 0;
    margin: 0
}

li{
  list-style-type: none;
}

#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
  background: #000;
}

a:focus {
  outline: 0px !important;
}



 

.header_menu .sub-menu {
opacity: 0;
  position: absolute;
  width: 273px !important;
  transform: translateY(16px);
  box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  pointer-events: none;
  background-color: #000 !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
  top: 111px;
}

.header_menu li.menu-item-has-children a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;

  margin-left: 9px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  display: inline-block;
}

 

.header_menu li.menu-item-has-children li a:after {

  display: none;
}

.header_menu li.menu-item-has-children a:hover:after {
  transform: rotate(180deg);
  transition-duration: 0.5s;
  transition-delay: 0.1s;

}

.header_menu li:hover .sub-menu {
  opacity: 1;
  z-index: 10000 !important;
  width: 220px;
  background: var(--footerbg);
  transform: translateY(0px);
  border-bottom-right-radius: 30px;
  pointer-events: visible;
}

.header_menu li li:before {
  height: 100% !important;
  z-index: -1;
  border-radius: 0 !important;
  border-bottom-right-radius: 30px !important;
}


 

.header_menu li li:hover {
  background-color: var(--secondcolor);
}
.topmenu li ul ul{
  display: none;

}
.topmenu li ul ul ul li{
  display: none;
}
.topmenu li ul ul li:hover ul li{
  display: block;
}
.topmenu li ul li:hover ul {
  display: block;
  left: 100%;
  right: 0;
  top: 0;

}

.header_menu li.current-menu-item li a::before {
  background-image: none !important;
  background-color: transparent !important;
}

.header_menu li li {
 
 
  border-bottom: 1px solid #151515;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

  margin-right: 0;
 
  text-align: left;

  margin-left: 0;
}

header .header_menu .sub-menu li a{
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 50px !important;
}

.header_menu li li:last-child {
  border-bottom: 0px;

}

.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
  background-color: #1f1f1f
}

.header_menu li li a {
  color: #fff !important;
  font-size: 1.4rem;
  text-shadow: 0px 0px 0px transparent;
  width: 250px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  text-overflow: ellipsis;
  min-height: 53px;
}

header div.header_menu li li a:before {
  background-image: none !important;
  background-color: transparent !important;
}


 



.header_menu li {
  position: relative;
}

 
 
 
.header_menu li {
display: flex;
  position: relative;
  height: 110px;
  align-items: center;
 
}

.header_menu ul {
  min-height: 108px;
}
.home .header_menu li a {
	color:#fff;
}
.header_menu li a {
  position: relative;
  font-weight: 600 !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3rem !important;
  z-index: 1;
  display: block;
  line-height: 112px;
  font-family: 'Montserrat';
  color: #fff;
}

.header_menu li.current-menu-item:hover:before {
  background-color: var(--maincolor) !important;

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}
.topmenu li:hover a{
  color: #fff !important;
}
.topmenu li:before{
  content: '';
  background-color: var(--darkredcolor);
  display: block;
  position: absolute;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  transform: skew(-9deg);
    transition-delay: 0s;
	border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.topmenu li:hover:before{
  height:  100%;
}
.topmenu li:after, .header_menu li.current_page_item:after{
  content: '';
background: #F76780;
background: linear-gradient(278deg, rgba(247, 103, 128, 0) 0%, rgba(58, 189, 214, 1) 50%, rgba(248, 156, 92, 0) 100%);
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  bottom:  0;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;

  transition-delay: 0s;
  margin: 0 auto;
  right: 0;

}
 
.topmenu li:hover:after, .header_menu li.current_page_item:after{
  width: 70%;
}
 

.header_menu li.current-menu-item:before {
  display: none;
  right: 0;
}

.header_menu li li:before {
  display: none;

}

.header_menu ul {
  gap: 6px;
  display: flex;
justify-content: start;
  text-align: left;
  margin-top: 0;
  align-items: center;
  height: auto;
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 
  background-color: rgba(0, 0, 0, 0.9);
  padding-block: 13px;
  height: 116px;
  z-index: 11111 !important;
}
.slider_site .sitebutton li{
  direction: rtl;
}
.slider_site .sitebutton li i{
  color: var(--maincolor);
  vertical-align:  inherit;
  font-size: 1rem
}
header .row{
  align-items: center;
}

 
.postimg img{
float: none !important;
  width: 100%;
  min-height: 400px;
  margin-top: 11px;
  margin-bottom: 22px;
}

 

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



#acaart_pagination {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
}

#acaart_pagination span {
  background-color: var(--maincolor);
  color: #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
}
#acaart_pagination a{
display: none
}
#articlezsela{
  padding: 10px;
  padding-top: 0;
  border: 1px solid #f1f1f1;
   border-bottom: 1px solid var(--maincolor);
}

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}



.contactforma h1 {
  text-align: center;
  margin-bottom: 40px;
  background-color: var(--maincolor);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

.site_mapo iframe {
  width: 100%;
  min-height: 350px;
  border: 0px;
  margin-top: 0;
}
.socialbottom li:hover{
  background-color: var(--maincolor);
  border-color: var(--maincolor)
}
.contactloop{
  display: flex;
  gap: 20px;
  border: 1px solid #1e4483;
  border-radius: 10px;
  align-items: center;
  height: 120px;
  padding: 18px;
  margin-top: 20px;
}
.contactloop i{
  color: #fff;
  font-size: 2rem;
  background-color: #1e4483;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.contacttext span{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
font-size: 1.3rem;
  color: #fff;
}
.contacttext p{
  margin: 0;
  color: #fff;
}

.contactforma button.wpforms-submit {
  background-color: var(--darkredcolor) !important;
  font-weight: 600;
  text-shadow: 0px 0px 0px #b7822a;
  height: 60px !important;
  width: 150px;
  border-radius: 5px !important;
  font-weight: bold !important;
  font-size: 1.5rem !important;
}
#wpforms-form-103 input, #wpforms-form-103 textarea{
  border-radius: 10px !important;
}

 

.contactforma input {
margin-bottom: 3px !important;
  height: 61px !important;
  border: 1px solid #1e4483 !important;
  width: 90%;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
 
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
  color: #fff !important;
  border-radius: 5px !important;
  background-color: #000 !important;
}

.contactforma input:focus {
  outline: none;
}


.contactforma label.vfb-error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

.contactforma {
  margin-bottom: 50px;
}


.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.contactforma .vfb-item-submit input {
  margin-top: 0;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  border: 0px !important;
  padding-left: 0 !important;
  max-width: 150px;
  text-align: center;
  box-shadow: 0 0 0 transparent !important;
  float: left;
  border-radius: 10px !important;
  padding-right: 0 !important;
  font-weight: bold;
  font-size: 22px !important;
}

.vfb-section-2 li:first-child {
  display: none;
}

#contact_map .contactforma {
  margin-top: 50px;
}

 

.contactforma textarea {
width: 100%;
  border: 1px solid #1e4483 !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
 
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  background-color: #000 !important;
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
  font-weight: normal !important;
  color: #fff !important;
}

.nolable label {
  display: none !important;
}


.contactforma .vfb-legend h3 {
  font-size: 16px !important;
  border: 1px solid #f1f1f1;
  padding: 15px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
 
  border-bottom: 4px solid #f1f1f1;
}







/* The side navigation menu */
.sidenav {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 11111;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  background-color: var(--darkredcolor) !important;
  margin-left: 50px;
  border-radius: 100%;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mobileicon {
  display: none;
}

.rightformcontent .vfb-item-secret {
  display: none !important;
}



.mobileicon {
  width: 13%;
  float: left !important;
  margin-top: 36px;
  text-align: left !important;
  direction: ltr;

}

.mobileicon span {
  background-color: #333;
  width: 30px;
  height: 4px;
  text-align: right !important;
  display: block;
  margin-bottom: 7px;

}

.mobileicon span:nth-child(2) {
  max-width: 23px;
}

.mobileicon a {
  display: block;
  cursor: pointer;
}

.sidenav {
  display: block;
}

#mySidenav li {
  border-bottom: 1px solid #151515;

  line-height: 37px;
}

.sidenav a {
  font-size: 17px !important;
  color: #fff;
  padding-right: 18px;
}

.sidenav a:hover {
  color: #fff !important;
}

.closebtn {
  background: var(--maincolor) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !important;
  color: #fff !important;
}

a.closebtn:hover {
  color: #fff !important;
}

.sidenav li.menu-item-has-children .sub-menu {
  display: none;

}


.sidenav li.menu-item-has-children a {
  position: relative;
  background-color: #111;
  border-bottom: 3px solid #000;
  line-height: 29px;
}
#mySidenav li.menu-item-has-children{
  background-color:  var(--darkredcolor)
}

.sidenav li.menu-item-has-children a:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;

  right: 30px;
  top: 20%;
  margin-top: 10px;
  z-index: 100;

}

.sidenav li.menu-item-has-children a::after {
content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  left: auto;
}

.sidenav li.menu-item-has-children li a::after {

  width: 0px;
  height: 0px;

  clip-path: none;
}

.sidenav li.menu-item-has-children a.active {

  background-color: var(--maincolor);
}



img {
  max-width: 100%;
}

.mobicon {

  display: none;
}

.header_menu li.menu-item-has-children ul li.current-menu-item a {

  color: #fff !important;
  width: 100%;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
 
  line-height: 53px !important;
  background-color: #1f1f1f;

}

.header_menu li a:hover {
  color: #fff;
  border-radius: 0px;
}

.header_menu li.current-menu-item li a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

 

.header_menu li.current_page_item:before {
content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: none;
  z-index: -1;
  background-color: var(--darkredcolor);
  transition: all .5s ease-in-out;
  border-radius: 5px;
    transform: skew(-9deg);
}
.header_menu li.current_page_item:hover:before{
 background-color: var(--darkredcolor) !important;
}
.header_menu li.current_page_item:hover a{
  color: #fff !important;
}


.header_menu li.current-menu-item:hover a:before {

  height: 100%;
  opacity: 1;
}

.header_menu li.current-menu-item li a {
padding-inline: 16px !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

.header_menu li:hover a {
  color: #fff;
}


  

.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 1111 !important;
  top: 0;
 

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--darkredcolor);
  border-radius: 0;
}

.totopa2:hover i {
  color: #fff;
}

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--darkredcolor);
  width: 45px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 45px;
  z-index: 100;
 
  border: 0px solid #fff;
  bottom: 28px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);

}

.totopa2 i {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;

}

.totopa2 i.upclass {
  bottom: 12px;
}

.totopa2 i.bottomclass {
  bottom: -124px;
}

.totopa2:hover i.upclass {
  bottom: 50px;
}

.totopa2:hover i.bottomclass {
  bottom: 10px;

}








 

.header_menu li:hover a {
  color: var(--maincolor);
}


.regionfull2 {
  text-align: center;
}

















.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


 
.header_menu li.current_page_item {
  position: relative;
border-radius: 5px;
}


.header_menu li.current_page_item a {
color: #fff !important;
  background-color: var(--maincolor);
}

 
.header_menu li li.current-menu-item a {
 background-color: #000;
  border-radius: 0px;
  color: #fff !important;
}
 
 .home .header_menu li.current-menu-item a:hover{
  background-color: transparent;
}
 
.home .header_menu li.current-menu-item a {
color: #fff !important;
  border: 0px solid var(--maincolor);
  border-radius: 10px !important;
  background-color: var(--maincolor);
}
 

.catpagenew .case_card a.card-title {
  font-size: 1.1rem;
  display: block;
}



.contactforma .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 48% !important;
  padding: 0 !important;
}
.contactforma .wpforms-field-phone{
  width: 100%
}

.contactforma .wpforms-field-textarea {
  width: 100% !important;
  padding: 0 !important;
}

.contactforma {
  margin-top: 26px;
}

.contactforma .wpforms-submit-container {
text-align: left;
  margin-left: 0px;
  margin-top: 40px !important;
}



.contactforma h4,
.contactforma h3 {
 
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
  color: #fff;
  font-weight: 400;
 
  width: 100%;
  text-align: center;
  background-color: #1e4483;
}
#wpforms-submit-82:hover {
  background-color: var(--secondcolor) !important;
}

.contactforma22 ul {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 10px;

}

.contactforma22 li {
  list-style-type: none;
  line-height: 35px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  padding-top: 5px;
}

.contactforma22 li:last-child {
  border: 0;
}

.contactforma22 li a {
  color: #333;
 font-size:1.7rem;
}
 

.contactforma22 li i {
  color: var(--maincolor);
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
text-align: center;
  min-height: 471px;
  position: relative;
  z-index: 1;
  clip-path: none;
  margin-bottom: 35px;
  border-radius: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
 
}
 

 
.slider_th h2 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.slider_th h1 {
margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  text-shadow: 0px 1px 0px var(--maincolor);
}

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgb(0,0,0,0.7);
  width: 100%;
  height: 100%;
 
  box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.05);

}
.slider_th .gradienbg{
    background-image: linear-gradient(to bottom, transparent, var(--maincolor));
  height: 150px
}
.slider_th  {
 
  background-image: url('wp-content/uploads/2025/05/1_01-1.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 
}
 
 


 

 
 
 
 

.postcontent p {
  line-height: 40px;
  font-size: 1.8rem;

  padding-top: 30px;
}
 
 

 

 


.postcontent h2{
font-weight: 400;
  line-height: 45px;
}
 

 
 
 

 

 

 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
  
  
 

 

 


       .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  
  
  
 

 .loader {
  width: 48px;
  height: 48px;
  margin: auto;
  position: relative;

  top: 50%;

}

.loader:before {
  content: '';
  width: 48px;
  height: 5px;
  background: #f1f1f1;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow324 0.5s linear infinite;
}

.loader:after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--maincolor);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  animation: jump7456 0.5s linear infinite;
}

@keyframes jump7456 {
  15% {
    border-bottom-right-radius: 3px;
  }

  25% {
    transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    transform: translateY(18px) scale(1, .9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

@keyframes shadow324 {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}



 .spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;

  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  animation: spinner-e04l1k 1s infinite linear;
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 auto;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}


.spinner::before {
  border-color: var(--maincolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}


.videoplayer {
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.ordernow li{
  border: 1px solid var(--lightredcolor);
  width: 353px;
  height: 79px;
  border-radius: 55px;
}
.ordernow li a{
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
}
.what_title{
  text-transform: uppercase;
  font-weight: 700;
  color: var(--darkredcolor);
  text-transform: capitalize;
  font-family: 'Montserrat';
}
.what_title p{
color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 41px;
}
footer {
  height: 97px;
position: relative;
}
footer .container {
  line-height: 97px;
  height: 97px;
  background: #0D0D0D;
  background: linear-gradient(277deg, rgba(13, 13, 13, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(13, 13, 13, 1) 100%);
  border-radius:  100px;
  border-bottom: 4px solid var(--darkredcolor);
  font-size: 1.2rem;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #474747;

}
.footermen li a{
  color: #808080;
  font-size: 1.05rem;
  font-weight: normal
}
.footermen{
  padding-left: 20px;
}
.footermen li:not(:last-child):after{
  content: '|';
  padding-inline: 10px;
}
footer:before{
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #0D0D0D;
  background: linear-gradient(277deg, rgba(13, 13, 13, 0) 0%, rgba(54, 54, 54, 1) 50%, rgba(13, 13, 13, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.whatblocks i{
  font-size: 6rem;
  margin-bottom: 31px;
}
.whatblocks h2{
  font-family: 'Montserrat';
  margin: 0
}
.whatblocks{
 min-width: 100%;
  max-width: 269px;

}
.whatblocks:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
background: #F7697F;
background: linear-gradient(262deg, rgba(247, 105, 127, 1) 26%, rgba(248, 151, 95, 1) 100%);
 
  z-index: -1;
  transform: skewX(-10deg);
  left: 16px;
  top: -34px;
  border-radius: 5px
}
.whatblocks h2:before{
  border-radius: 5px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transform: skewX(-10deg);
  left: 0;
  top: 0;
  border-bottom: 2px solid var(--lightredcolor);
}

.countdown .time {
  font-size: 3rem;
  font-weight: bold;
  
  text-align: center;
}

.countdown .label {
  font-size: 1.1rem;
  color: var(--lightredcolor);

  text-transform: uppercase;
  text-align: center;
}

.countdown .unit {
margin: 0 7px;
  border: 1px dashed var(--darkredcolor);
  width: 126px;
  padding-top: 16px;
  border-radius: 10px;
  cursor: pointer;
}
.countdown:before{
  content: '';
  position: absolute;

  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter_date:before{
  content: '';
  position: absolute;
background: #F76780;
background: linear-gradient(0deg, rgba(247, 103, 128, 0) 0%, rgba(32, 32, 32, 1) 50%, rgba(248, 156, 92, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0
}
header{
  border-top: 5px solid var(--darkredcolor);
  height: 110px;
  display: flex;
  align-items: center
}
.logo_site img{
width: auto;
  height: 77px;
}
.videoplayer img{
  width: 106px !important;
  height: 106px !important;
   animation: zoomInOut 2s infinite;
}
.video_block img{
  width: 100%;
  height: 870px;
}
.ordernow li{
  overflow: hidden;
  z-index: 1
}
.ordernow li:before{
  content:'';
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--lightredcolor);
  z-index: -1;
  transition: all 0.5s ease-in-out
}
.ordernow li:hover:before{
  width: 100%;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

#whatisrpm .col-md-6 .whatblocks:before{
  border: 1px solid var(--lightredcolor);
 
  transition: all 0.5s ease-in-out;
}

#whatisrpm .col-md-6:hover .whatblocks:before{
  width: 100%;
  background-color: #000;
  background-image: none;
  top: -50px
}
#whatisrpm .col-md-6:hover .whatblocks i{
color: var(--lightredcolor);
  margin-top: -10px;
  animation: zoomInOut 2s infinite;
}

#whatisrpm .col-md-6:hover .whatblocks h2:before{
background: #7288CF;
background: linear-gradient(262deg, rgba(114, 136, 207, 1) 26%, rgba(58, 189, 214, 1) 100%);
 border: none
}


body:not(.elementor-editor-active) .animate {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

body:not(.elementor-editor-active) .animate.in-view {
  transform: translateY(0px);
  opacity: 1;
}

header .col-md-3, header .col-md-9, header .container {
  padding: 0
}
.home header{
  position: absolute;
}
#blockhover{
  position: relative;
  padding: 19px;
}
#blockhover:before{
  background-color: #000;
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  border: none;
  transition: all 0.5s ease-in-out;
  margin: 0 auto
}
#blockhover:hover:before{
 
  width: 100%;
 
}
#blockhover:hover svg {
  animation: zoomInOut 2s infinite;
  fill: #fff
}
#blockhover:hover{
 border: 1px solid #3abdd6;
  transform: scale(1.03)
}
#blockhover svg{
  width: 47px;
}
#blockhover .elementor-icon:before{
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  display: block;
  background: #7288CF;
  background: linear-gradient(262deg, rgba(114, 136, 207, 1) 26%, rgba(58, 189, 214, 1) 100%);
  border-radius: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.socialbot li a{
  color: #fff;
  font-size: 1.2rem;
}
.socialbot li{
  border: 1px solid var(--lightredcolor);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s ease-in-out !important;
}
.footermen li:hover a{
  color: #fff
}
.socialbot {
height: 97px;
  align-items: center;
  padding-right: 20px;
}
.socialbot li:hover{
  background-color: var(--lightredcolor);
  transform: skew(15deg)
}
.socialbot li:hover a{
 color: #fff
}

.totopa3{
  position: relative;
 margin-bottom: 52px;
  width:60px;
  height: 60px;
  border: 1px dashed var(--lightredcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}
.totopa3 i{
  color: #fff;
  font-size: 2rem
}
.totopa3:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: green;
  top: 0;
  left: -3px
}

.totopa3:after{
content: 'available';
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 5px;
  color: #fff;
  bottom: -30px;
  left: -17px;
  background-color: #000;
  padding-inline: 10px;
}
.unit.active{
  background-color: var(--darkredcolor);
    margin-top: -5px;
}
.unit.active *{
  color: #fff !important;
}
#contactbutton .elementor-widget-container{
   border: 1px solid var(--darkredcolor);
 transition: all 0.5s ease-in-out !important;
}

#contactbutton:hover .elementor-widget-container{
  background-color: #000 !important;
  border: 1px solid var(--darkredcolor);
 
}
#accordinid .e-n-accordion-item-title-text{
  color: #fff;
  font-weight: bold;
}

#accordinid summary[aria-expanded="true"]{
  background-color:  #333;
  padding-block: 20px !important;
}
#accordinid *{
  border-color:  #111;
}
#accordinid summary{
  border-bottom: 1px solid #111;
  padding-block: 20px !important;
  border-radius: 10px;
  margin-bottom: 3px;
}

#accordinid summary svg{
  fill: #f7697f
}
#caroselmedia img{
  max-height: 100px;
  width: 200px;
  object-fit: contain;
}
#caroselmedia .elementor-swiper-button-prev, #caroselmedia .elementor-swiper-button-next{
  background-color: var(--darkredcolor);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#caroselmedia .elementor-swiper-button-prev{
  margin-left: -50px;
}
#caroselmedia .elementor-swiper-button-next{
  margin-right: -50px;
}
.notificationbar{
  position: relative;
 
}
.notificationbar li{
  border: 1px dashed #fff;
  padding-inline: 16px;
  padding-block: 5px;
  border-radius: 55px;
  background-color: #000;
  text-align: center;
  width: auto;
}
.notificationbar li span{
  color: var(--darkredcolor);
  font-weight: bold;
}
.notificationbar li {
  transform: translateY(0px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  list-style: none;
}

.notificationbar li.active {
  transform: translateY(-10px);
  opacity: 1;
}
.bottomicons {
  position: fixed;
  bottom: 2%;
  right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}
#teamhover:hover{
  background-color: #000;
  transform: scale(1.03)
}
#contactbutton a{
  text-shadow: 0px 1px 0px #196c81
}
.reservebooth input:not(#wpforms-603-field_6_1):not(#wpforms-667-field_6_1)
, .reservebooth textarea, .reservebooth select{
  border: 1px solid #114451  !important;
  background-color: #000 !important;
  min-height: 60px !important;
  border-radius: 10px !important;
  color: #fff !important;
}
.reservebooth label, .reservebooth legend{
  color: #fff !important;
}
.reservebooth button{
  background-color: var(--darkredcolor) !important;
  font-weight: bold !important;
  text-shadow: 0px 1px 0px #218699 !important;
}
.whatblocks2 img{
  border-radius: 10px;
  width: 100% !important;
  max-height: 350px;
  object-fit: cover;
    filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
 
}
.whatblocks2 img:hover{
  filter: grayscale(0%);
  transform:  scale(1.05);
  border-radius: 50px;
}
#rtldir{
  direction: rtl !important;
 
}


@media (min-width: 1201px) and (max-width: 1450px) {
	.header_menu li a {
  padding-right: 7px;
  padding-left: 7px; 
  font-size: 1.2rem !important;
  font-family: 'Montserrat';
}
  header .container{
    min-width: 97%
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .topmenu li:first-child{
    display: none
  }
  header .container{
    min-width: 97% !important;
  }
 
  .header_menu li a {
  padding-right: 6px;
  padding-left: 6px;
  font-size: 1.2rem !important;
  font-family: 'Montserrat';
}
}




@media (min-width: 320px) and (max-width: 992px) {
	
	.topmenu {
  display: none;
}
.video_block img{
  object-fit: cover;
  height: 500px !important;
}


.ordernow {
    position: fixed !important;
    bottom: 14px !important;
    z-index: 11;
    gap: 0.5rem !important;
    max-width: 96%;
    margin: 0 auto;
    justify-content: center !important;
    align-items: center;
    display: flex;
    left: 0;
    right: 0;
}

header .container{
  padding:  15px !important;
}
 
.video_block .videoplayer img{
  height: 106px !important; 
}
.whatblocks {
  min-width: 100%;
  margin-bottom: 24px;
  padding: 10px !important;
}
.whatblocks::before {
  transform: skewX(0deg);
  left: 0;
  top: 1px; 
}
#whatisrpm .col-md-6:hover .whatblocks:before{
  top: 0px
}
#whatisrpm .col-md-6:hover .whatblocks i{
 
  margin-top: 0px;
 
}
.whatblocks i {
  font-size: 5rem;
 
}
.countdown .unit {
  margin: 0 2px;
}
.countdown .time {
  font-size: 2rem;
 
}
.countdown .label {
  font-size: 0.8rem;
 
}
.ordernow li a {
  font-size: 1.13rem;
 
}
.ordernow li {
  border-radius: 8px;
  background-color: #000;
}
.home footer {
  margin-bottom: 142px !important;
  padding-top: 12px;
  height: auto;
}
.totopa2 {
  bottom: 98px; 
}
header .col-md-2{
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}
.mobicon{
  display: flex !important;
  align-items: center;
  width: 15%;
  justify-content:end;
}
.mobicon i{
  font-size: 2rem;
  cursor: pointer;
}
 .container, .container-md, .container-sm {
    max-width: 97% !important;
  }
  .footerhq {
  line-height: 28px;
  height: 97px;
  background: #0D0D0D;
  background: linear-gradient(277deg, rgba(13, 13, 13, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(13, 13, 13, 1) 100%);
  border-radius: 22px;
  border-bottom: 4px solid var(--darkredcolor);
  font-size: 1.2rem;
  font-family: 'Montserrat';
  font-weight: 600;
  color: #474747;
  padding-block: 10px;
}
.totopa3 {
  right: 7%; 
}
.totopa3::after {
  color: var(--darkredcolor);
  font-weight: bold;
}
.socialbot {
 height: 80px;
  padding-right: 0;
  justify-content: center !important;
  position: relative;
    z-index: 1;
}
.footermen {
  padding-left: 0;
  justify-content: center !important;
  text-align: center;
}
footer .container {
  line-height: inherit;
  height: auto;
  background: #0D0D0D;
  border-radius: 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0.03);
 
}
.what_title p {
 
  font-size: 1.2rem;
 text-align: left;
}
#whatisrpm .col-md-6 .whatblocks h2:before{
background: #7288CF;
background: linear-gradient(262deg, rgba(114, 136, 207, 1) 26%, rgba(58, 189, 214, 1) 100%);
 border: none;
 transform: skewX(0deg);
}
#whatisrpm .col-md-6 .whatblocks::before {
  border: 1px solid var(--lightredcolor);
  transition: all 0.5s ease-in-out;
  background-color: #0d0d0d !important;
  background-image: none !important;
}
.whatblocks i {
  font-size: 5rem !important;
  margin-bottom: 18px;
  margin-top: 13px !important;
}
  #whatisrpm .container{
    margin-bottom: 0 !important;
  }
  .contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 100% !important;
  padding: 0 !important;
}
#caroselmedia .elementor-swiper-button-prev{
  margin-left: 0px;
}
#caroselmedia .elementor-swiper-button-next{
  margin-right: 0px;
}
 
.home .bottomicons {
 
  bottom: 15%;
 
}
.bottomicons {
 
  bottom: 2%;
 
}
.whatblocks2 {
  padding: 0 !important;
  margin-bottom: 30px;
}
#rtldir li{
  display: flex;
  justify-content: flex-start
}
  footer{
  padding-bottom: 200px;
  padding-top: 10px;
    margin-top: 10px;
}
  .home footer{
  padding-bottom: 0px;
}
}