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

	Theme Name: hedra2025

	Theme URI: hedra2025

	Description:hedra2025

	Author: hedra2025

	Author URI: hedra2025

	Version: 1

*/



 

 
@font-face {
  font-family: 'Cairo';
  src: url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-Bold.woff2') format('woff2'),
    url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-Regular.woff2') format('woff2'),
    url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-SemiBold.woff2') format('woff2'),
    url('//hydra-tv.org/demo/wp-content/themes/movie2025/fonts/Cairo-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



* {
  font-family: "Cairo", sans-serif;
  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);
  color: var(--footerbg);

}

.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 {
 
  box-sizing: border-box;

  overflow-x: hidden;
 
  margin: 0;

}
 

h1 {
  font-size: 2.9rem;

}

h2 {
  font-size: 2.5rem;

}

h3 {
  font-size: 1.87rem;
}

h4 {
  font-size: 1.56rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

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

:root {
  --maincolor: #282d65;
  --secondcolor: #307da2;
  --browncolor: #950100;
  --gradient: linear-gradient(to left, #262b63, #307da2);
  --borderRadius : 25px;
}
 

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: var(--maincolor) !important;
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px;
  overflow: hidden;
  flex-direction: column;
  gap: 0;
}

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

  margin-right: 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 #051d5e;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

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

  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;
}


 .contactblocks{
  display: flex;
  flex-direction: column;
  gap: 10px
}
.contactblocks span{
  font-weight: bold;
  margin-top: 10px;
  font-size: 1rem;
  color: var(--maincolor);
   
  padding: 9px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  margin-bottom: 10px;
}
.contactblocks a, .contactblocks a span{
  box-shadow: 0px 0px 0px 0px #f1f1f1;
  color: #000;
  font-size: 1rem;
   border-width: 0px ;
  padding: 0
}
.contactblocks a i{
  background-color: var(--secondcolor);
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
.contactblocks a span{
  color: brown
}



.header_menu li {
  position: relative;
}

 
 
 
.header_menu li {
  display: inline-block;
  position: relative;
 
}

.header_menu ul {
  min-height: 108px;
}
.home .header_menu li a {
	color:#fff;
}
.header_menu li a {
position: relative;
 color: #fff;
  font-weight: 700 !important;
padding-right: 20px;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem !important;
  z-index: 1;
  display: block;
  line-height: 41px;
  padding-block: 4px;
  border-radius: 15px;
}

.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(--secondcolor);
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  transition: all 0.5s ease-in-out
}
.topmenu li:hover:before{
  width: 100%;
}
.topmenu li:after{
content: '';
background-image: var(--gradient);
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
    transition-delay: 0s;
  transition-delay: 0.2s;
  margin: 0 auto;
  right: 0;
}
.topmenu li:hover:after{
  width: 100%;
}
 

.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: right;
  margin-top: 0;
  align-items: center;
  height: auto;
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
  background-image: none;
 border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  padding-block: 0px;
  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(--secondcolor) !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: var(--secondcolor) !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: var(--secondcolor) !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(--maincolor) !important;
  margin-left: 50px;
  border-radius: 10px;
}

/* 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;
}

.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;
  left: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  right: 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: 0%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: none;
  z-index: -1;
background-image: var(--gradient);
  transition: all .5s ease-in-out;
  border-radius: 15px;
}
.header_menu li.current_page_item:hover:before{
  width: 100%
}
.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(--secondcolor);
  border-radius: 0;
}

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

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--maincolor);
  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.current-menu-item a {
background-image: var(--gradient);
  border-radius: 15px;
  color: #fff !important;
}
.header_menu li li.current-menu-item a {
 background-color: #000;
  border-radius: 15px !important;
  color: #fff !important;
}
.header_menu li.current-menu-item a:hover{
  background-color: #000
}
 .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);
 
  background-image: var(--gradient);
}
 

.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: 49% !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('https://hydra-tv.org/demo/wp-content/uploads/2025/06/1_01-3.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);
  }
}
.card2 {
  height: auto
}
#ourapplication .carousel-inner{
 
  height: 100%;
 
}
.contactus {
  position: relative;
 
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;

  cursor: pointer;
}

.contactus:hover {
  transform: scale(1.05);
  color: #fff;
 
  color: #fff !important;
  background-color: var(--maincolor) !important;

}


.contactus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--maincolor), #37cddf);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.contactus:hover::before {
  left: 0;
  width: 110%;
}
.contactus:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F7697F;
  background: linear-gradient(262deg, rgba(247, 105, 127, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(248, 151, 95, 0) 100%);
  left: -100%;
  border-radius: 155px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.contactus:hover:after{
  transition-delay: 0.5s;
  left: 100%
}

.contactus:hover i{
  color: #fff !important;
}

.contactus:hover{
  border: none !important;
  
}

 .carousel-caption{
top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
  width: 100%;
  right: auto !important;
  text-align: right !important;
  height: 100%;
  bottom: auto !important;
  padding-block: 32vh;
}
#carouselExampleCaptions, .carousel-inner, .carousel-inner{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#carouselExampleCaptions{
  margin: 20px;
  border-radius: 100px;
  margin-bottom: 0
}
#carouselExampleCaptions img{
  height: 100vh;
  object-fit: cover;
}
header{
  position: absolute;
  z-index: 11;
  width: 100%;
}
#carouselExampleCaptions h1{
  font-weight: 900 !important;
}
#carouselExampleCaptions span{
  font-size: 1.8rem;
  font-weight: 900
}
#carouselExampleCaptions p{
font-size: 1.25rem;
  line-height: 40px;
  margin-top: 10px !important;
  margin-bottom: 24px;
}
#carouselExampleCaptions *{
  text-align: center;
  margin-bottom: 10px;
}
.logo_site{
  background-color: #fff;
  display: block;
  width: 129px;
  height: 129px;
  border-bottom-right-radius: 50px;
  text-align: center;
  border-bottom-left-radius: 50px;
}
.sliderbar{
  width: 50%;
  height: 22px;
  background-color: var(--maincolor);
  bottom: 0;
  border-bottom-right-radius: 170px;
  border-bottom-left-radius: 170px
}
.applictiontabtitle span{
  color: var(--browncolor);
  font-size: 1.437rem;

}
.applictiontabtitle{
  font-weight: 900;
}
.applictiontabpar{
  font-size: 1.5rem;
}
#myTab{
  border: none
}
#myTab li button{
  border: 1px solid #f1f1f1 !important;
  border-radius: 10px;
  color:#1f1f1f;
  font-weight:700;
  font-size: 1.2rem;
  text-transform: capitalize
}
#myTab li button.active{
  background-color: var(--secondcolor);
  color: #fff;
  border-color: var(--secondcolor) !important;
}
.ordernow{
  background: var(--gradient);
  border-radius: var(--borderRadius);
  width: 297px;
  height: 71px;
  color: #fff;
  font-size: 1.6rem;

}
.coloredspan{
  color: var(--browncolor)
}
.feature-box {
  padding-inline: 0;
  border-radius: 20px;
  padding-top:  43px;
  position: relative;
  padding-bottom: 30px
}
.feature-box:before{
  content: '';
  position: absolute;
  width: 400px;
  height: 100%;
  background: linear-gradient(to left, #f9f9f9, #fff);;
  border-radius: 55px;
  z-index: -1;
  right: 40px;
  top: 0
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.feature-icon {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--secondcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #0d6efd;
  margin-left: 20px;
}
.feature-item h4 {
  color: #b30000;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-item p {
  margin: 0;
  color: #1f1f1f;
  font-size: 1.125rem;
  line-height: 36px;
}
.gift-icon {
  background: var(--maincolor) !important;
  color: #fff !important;
  border-color: var(--maincolor) !important;
}
.gift-icon i{
  color: #fff !important;
}
.feature-icon i{
  color: var(--secondcolor);
  font-size: 2.3rem
}
.feature-item span{
  font-size: 1.68rem;
  color: var(--browncolor);
  margin-bottom: 3px;
  display: block;
}
.text-justify {
  text-align: justify;
}
.rightmovie a.ordernow{
  background-image: none;
  background-color: var(--secondcolor)
}
.rightmovie:before{
  content: '';
  position: absolute;
  background: #307DA2;
  background: linear-gradient(90deg, rgba(48, 125, 162, 1) 0%, rgba(39, 55, 108, 1) 30%);
  width: 500%;
  height: 577px;
  display: block;
  right: -407%;
  top: 0;
  border-radius: 55px;
  background-repeat: no-repeat;
  z-index: -1;
  transform: skew(15deg)
}
.videoimg{
  width: 100%;
  display: block;
}
.videoimg img{
width: 100%;
  object-fit: contain;
  height: 504px;
  border-radius: 55px;
  margin: 0 auto 0px;
  display: block;
  position: relative;
  z-index: 2;
}
.videoimg{
  border: 1px solid #f9f9f9;
  border-radius: 45px;
  margin-bottom: 9px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  border-top-width: 3px;
  border-top-color: var(--secondcolor);
  border-bottom-width: 3px;
  border-bottom-color: var(--secondcolor);
}
.fetsite{
  background-image: linear-gradient(to right, #fff, #f9f9f9)
}
.fetsite a.ordernow{
  background-color: #fff
}
.fetsite .feature_loop{
   background-image: linear-gradient(to left, #fff, transparent);
  padding: 20px;
  border-radius: 20px;
}
.restphoto img{
  width: 171px;
  height: 119px;
  object-fit: cover;
  border-radius: var(--borderRadius);
  position: relative;
}
.videoimg:before{
  content: '\f04b';
  background-color: rgb(255,255,255,0.5);
  width: 107px;
  height: 107px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  display: flex;
  border-radius: 100%;
  z-index: 11;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem
}
#support_site h3{
  color: #1f1f1f
}
#support_site .feature-box:before{
  display: none;

}
#support_site .feature-icon{
  border: none;
}
#support_site .feature-item:first-child .feature-icon{
  background-color: #edf0f9
}
#support_site .feature-item:nth-child(2) .feature-icon{
  margin-right: 80px !important;
  background-color: #de8092 !important;
}
#support_site .feature-item:nth-child(3) .feature-icon{
  background-color: #b4c0f0 !important;
}
#support_site .feature-item:nth-child(3) .feature-icon i{
  color: #fff;
}
#support_site .feature-item:first-child .feature-icon i{
  color: #6475bc
}
#support_site .feature-item{
  margin-block: 40px
}
#support_site .feature-box{
  padding: 0
}

.ordernow.ordernow2{
  border: 1px solid var(--maincolor);
  background-image: none !important;
  color: var(--maincolor);
  width: 332px;
  height: 72px;
}
.featurebg:before{
  background-image: var(--gradient);
  content: '';
  width: 100%;
  height: 452px;
  border-radius: 55px;
  z-index: -11;
  position: absolute;
  transform: skewX(19deg);
}

.featurebg:after{
  background-color:  var(--maincolor);
  content: '';
  width: 20%;
  height: 452px;
  border-radius: 55px;
  border-bottom-right-radius:47px;
  z-index: -111;
  position: absolute;
  right: -68px

}
.ordernow.ordernow3{
  background-color: #fff;
  background-image: none;
  color: var(--maincolor);
  width: 250px;
}
.fw-bolder{
  font-weight: 900 !important;
}

.feature_loop i{
  color: var(--browncolor);
  font-size: 2.7rem
}
.feature_loop span{
  font-size: 1.62rem 
}
.feature_loop p{
  font-size: 1.06rem;
  line-height: 35px;
  margin: 0
}
#feature_site a.ordernow.ordernow2{
  font-size: 23px !important;
}
#feature_site a.ordernow.ordernow2 i{
  color: var(--secondcolor);
  font-size: 33px;
}



.featurebg2:before{
  background-image: linear-gradient(to left, #f9f9f9, #fff);
  content: '';
  width: 100%;
  height: 330px;
  border-radius: 55px;
  z-index: -11;
  position: absolute;
  transform: skewX(-19deg);
  right: -30px
}

#carouselExampleCaptions a.ordernow{
  color: #1f1f1f
}

.accordion-button::after {
  margin-left: auto;
  margin-right: 0;
}
.number-circle {
  width: 40px;
  height: 40px;
  background-color: #8B0000; 
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 15px !important;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none !important;
}
.accordion-button {
  background-color: transparent;
  font-weight: bold;
}
#accordionExample button{
  background-image: linear-gradient(to left, #fff, #f9f9f9);
  padding-block: 20px;
  padding-right: 5px;
  font-size: 1.1rem;
  color: #1f1f1f;
  box-shadow: none !important;
}
#accordionExample .accordion-body{
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  margin-top: 7px;
}
#accordionExample button:focus{
  box-shadow: none;
}
#prices_site{
  background-image: linear-gradient(to right, #fff, #f9f9f9);
}
.priceall_loop{
  width: 100%;
  margin: 0 auto;
}
.priceloop{
  background-image: linear-gradient(to right, #fff, #f2f2f2);
  border:1px solid #f4f4f4;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 400px;
  margin-top: -24px;
  overflow: hidden;
  max-width: 100%;
}
.fetimg {
  height: auto
}
.skelclass2 {
  margin: 57px auto !important;
}
.loophed{
  height: 160px;
  overflow: hidden !important;
  z-index: 1
}

.loophed:before{
  content: '';
  background-image: var(--gradient);
  width: 100%;
  height: 225px;
  position: absolute;
  top: -100px;
  right: 10px;
  border-radius: var(--borderRadius);
  transform: rotate(16deg) skew(-30deg);
  z-index: -1
}
.loophed:after{
  content: '';
  background-color: var(--secondcolor);
  width: 100%;
  height: 210px;
  position: absolute;
  top: -100px;
  right: -18px;
  border-radius: var(--borderRadius);
  transform: rotate(16deg) skew(-30deg);
  z-index: -2
}
.trynow{
  background-color: var(--browncolor);
  border-radius: var(--borderRadius);
  height: 48px;
  z-index: 11
}
.trynow:before{
  position: absolute;
  content:'';
  width: 70%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  top: 1px
}
.priceitems{
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;

}
.priceitems li:not(:last-child){
  border-bottom: 1px solid #f4f4f4;

}
.priceitems li{
  padding-block: 12px;
  font-weight: 600;
  font-size: 1.05rem;

}
.rightmovie p{
  color: #fff;
  line-height: 39px;
  max-width: 85%;
  font-size: 1.1rem;
}
.rightmovie h2{
  align-items: center;
  display: flex;
  color: #9dd8f5 !important;
}

#ourmovies h2 a.logo_site{
  padding: 10px;
  width: 60px;
  height: 90px;
  border-radius: 55px;
  margin-left: 10px;
}
#ourmovies h2 a.logo_site img{
  width: 100%;
  height: 100%;
  background-color: #fff; 
}
.order_now{
  background-color: var(--secondcolor);
  width: 288px;
  height: 58px;
  margin-top: -30px !important;
}
.priceloop:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: var(--browncolor);
  display: block;
  left: 0px;
  top: 19%;
  border-radius: var(--borderRadius)
}
.priceloop:after{
  content: '';
  position: absolute;
  width: 5px;
  height: 100px;
  background-color: var(--browncolor);
  display: block;
  right: 0px;
  bottom:  6%;
  border-radius: var(--borderRadius)
}

.gift_page{
  position: absolute;
  right: -30px;
  transform: rotate(-90deg);
  background-color: #1f1f1f;
  border-radius: 55px;
  width: 108px;
  height: 28px;
  top: 35%;
}
.testimonial-card {
  max-width: 400px;
  margin: auto;
  border: 1px solid #f2f2f2;
  border-top-right-radius:  20px;
  border-bottom-left-radius: 20px;
  padding: 30px 20px 20px;
  position: relative;
  background-color: #fff;

  text-align: center;
}
.testimonial-card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: -70px auto 10px !important;
  border: 3px solid #fff;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
}
.testimonial-card .avatar img {
  width: 100%;
  height: auto;
  max-width: 81px;
  max-height: 81px;
}
.testimonial-card .rating i {
  color: #f1c40f;
  font-size: 1.2rem;
}
.testimonial-card .rating i.inactive {
  color: #ccc;
}
.testimonial-card .rating{
  border: 1px solid #f2f2f2;
  margin-bottom: -38px !important;
  background-color: #fff;
}
.testimonial-card p{
  font-size: 1rem;
  line-height: 35px;
}
footer{
  min-height: 516px;

}
footer:before{
  content: '';
  background-color: #1f1f1f;
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-bottom: 11px solid var(--browncolor);
  border-bottom-left-radius: 25px;
}
.botlogo{
  background-color: #fff;
  border-radius: var(--borderRadius);
  min-width: 136px;
  height: 136px;
}
.menutitle i{
  color: var(--secondcolor);
  margin-left: 5px;
  font-size: 1rem;
  vertical-align: middle;
}
.footermenu li{
  width: 50%;
  margin-bottom: 17px;
  list-style-type: disc;
  color: var(--secondcolor);
  list-style-position: inside;

}
.footermenu li a{
  color: #fff;
  font-size: 1rem;
}
.footerctitle{
font-size: 18px;
  margin-bottom: 22px;
}
.socialbot li{
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 41px;
  border-radius: 5px;
  background-color: var(--secondcolor);
}
.socialbot li i{
  color: #fff;
  font-size: 1.4rem
}
.facebookcolor{
  background-color: #262b63
}
.whatsappcolor{
  background-color: #97bc46;
}
.telegramcolor{
  background-color: #127cd6
}
.contactblock{
  border: 1px solid #f5f5f5;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
  margin-top: -40px;
  padding-bottom: 42px !important;
}
.topcontact i{
  font-size: 3.6rem
}
.topcontact p{
  color: gray;
  font-size: 1.1rem
}
#support_site .feature-item:nth-child(2) i{
  color: #fff
}
#question_site .fetimg{
  mix-blend-mode: multiply
}


.sliebut a.ordernow{
  margin: 0 !important;
  width: 203px;
  height: 63px;
}
.sliebut{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.sliebut a.ordernow:nth-child(2){
  background-color: var(--maincolor);
  color: #fff !important;
}
#wpforms-118 input, #wpforms-118 textarea{
  border: none;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  min-width: 100% !important;
  border-radius: 10px;
  min-height: 50px !important;
}

#wpforms-118 .wpforms-field-container div{
  margin: 0px !important;
  padding-block: 10px
}

#wpforms-118 button{
  background-color: var(--secondcolor);
  width: 142px;
  height: 47px;
  border-radius: 10px; 
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.contactus{
  display: flex;
  justify-content: center;
  border: 1px solid #e96c18;
  border-radius: 15px;
    width: 170px;
  height: 49px;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
 max-width: 100%;
   margin-left: 0;
  margin-right: auto;
}
.shrink .logo_site {
  background-color: #fff;
  display: block;
  width: 129px;
  height: 118px;
 
  text-align: center;
 
}

.home .header_menu li.current-menu-item:before, .home .header_menu li.current-menu-item:after{
  display: none !important;
  background-color: transparent !important;
}

.toptab, #ourapplication .carousel{
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.toptab img{
  width: 100%;
  height: 100%;
  max-height: 320px;
  display: block;
  object-fit: cover;
}
#ourapplication .s1{
  top: 20px;
  right: 20px;
  background-color: #fff;
  color: #000 !important;
  border-radius: 25px;
  padding-inline: 20px;
  padding-block: 7px;
  font-weight: 600;
   z-index: 1
}
#ourapplication .s2{
  bottom:  20px;
  left: 20px;
  background-color: #fff;
  color: #000 !important;
  border-radius: 25px;
  padding-inline: 20px;
  padding-block: 7px;
  font-weight: 600;
   z-index: 1
}
#ourapplication .s3{
  background-color: rgb(255,255,255,0.5);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
   z-index: 1
}
#ourapplication .s3:before{
  position: absolute;
  content: '\f04b';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-family:   "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 1.4rem;
}
.bottomtab{
  display: flex;
  justify-content: space-between;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  padding: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.bottomtab li a{
   font-size: 1.1rem;
  color: #111
}
.bottomtab li i{
  color: #307ca1 !important;
  vertical-align:  baseline;
  margin-left: 5px;
  font-size: 1.3rem
}

.carousel-control-next-icon, .carousel-control-prev-icon{
  border: 2px solid #e96c18;
  border-radius: 100%;
  padding: 24px;
  background-size: 20px;
}
.carousel-control-next, .carousel-control-prev{
 opacity: 1
}

.modal-content .btn-close{
  margin-left: 0;
  margin-right: auto
}
.modal-content iframe{
  width: 100%;
  min-height: 400px;
}
.modal-footer button{
  margin-left: 0 !important;
  margin-right: auto;
}
.bigslider {
  display: block;
  font-size: 2.9rem !important;
  font-weight: 700;
}


.button {
  position: relative;
 
  border: none;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;

  cursor: pointer;
}

.button:hover {
  transform: scale(1.05);
  color: #fff;
 
  color: #fff !important;
  background-color: var(--maincolor) !important;

}


.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--maincolor), #37cddf);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 50px;
}

.button:hover::before {
  left: 0;
  width: 110%;
}
.button:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F7697F;
  background: linear-gradient(262deg, rgba(247, 105, 127, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(248, 151, 95, 0) 100%);
  left: -100%;
  border-radius: 155px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.button:hover:after{
  transition-delay: 0.5s;
  left: 100%
}

.button:hover i{
  color: #fff !important;
}

.button:hover{
  border: none !important;
  
}


.slide{
  position: relative;
}
.slide button.carousel-control-prev{
  left: -100%;
  transition: all 0.5s ease-in-out;
  opacity: 0
}
.slide button.carousel-control-next{
  right:  -100%;
  transition: all 0.5s ease-in-out;
  opacity: 0
}
.slide:hover button.carousel-control-prev{
  left: 0%;
  opacity: 1
}
.slide:hover button.carousel-control-next{
  right: 0%;
  opacity: 1
}




.slide button.carousel-control-next:hover{
  transform: scale(1.1);
  background-image: linear-gradient(to left, #000 , transparent);
  opacity: 1
}
.slide button.carousel-control-prev:hover{
  transform: scale(1.1);
  background-image: linear-gradient(to right, #000 , transparent);
  opacity: 1
}
.toptab:hover .s3{
  animation: zoomInOut 2s infinite;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: translate(-50%,-50%) scale(1);
  }
  50% {
    transform: translate(-50%,-50%) scale(0.8);
  }
}
.bottomtab li:hover i{
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out infinite;
  color: #000 !important;
}
.feature-item:hover .feature-icon{
  animation: zoomInOut2 2s infinite;
}
.videoimg:hover:before{
	  animation: zoomInOut 2s infinite;
}
.feature-item:hover .feature-icon i{
  color: var(--maincolor)
}
@keyframes zoomInOut2 {
  0%, 100% {
    transform:  scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}


.feature-item span{
 padding-right: 0;
   transition: all 0.5s ease-in-out !important;
 
}
.feature-item:hover span{
 padding-right: 5px;
 
 
}
.feature-item span:before{
  width: 15px;
  display: inline-block
}
.feature-item:hover span:before{
 content: '\f100';
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  margin-left: 5px;
   animation: fadeshow 0.6s infinite;
  color: var(--maincolor);
  opacity: 1;
  
}
@keyframes fadeshow {
  0%, 100% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
}

#support_site .feature-item:nth-child(1):hover .feature-icon{
  outline: 2px solid #edf0f9;
  border: 7px solid #fff
}
#support_site .feature-item:nth-child(2):hover .feature-icon{
  outline: 2px solid #de8092;
  border: 7px solid #fff
}
#support_site .feature-item:nth-child(3):hover .feature-icon{
  outline: 2px solid #b4c0f0;
  border: 7px solid #fff
}
.feature_loop:hover i{
  animation: zoomInOut2 2s infinite;  
}
#accordionExample button:hover .number-circle, #accordionExample button[aria-expanded="true"]:hover .number-circle{
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  background-color: #fff
}
#accordionExample button[aria-expanded="true"] .number-circle{
  background-color: var(--maincolor)
}
.priceall_loop:hover .loophed:after{
 animation: pricetable 1.5s infinite;   
}
@keyframes pricetable {
  0%, 100% {
    background-color: var(--browncolor);
 
   right: -18px;
  }
  50% {
     background-color: var(--browncolor);
 
    right: -28px;
  }
}
.priceall_loop:hover .trynow{
  background-color: #fff;
  border: 1px solid var(--secondcolor);
  color: var(--browncolor) !important;
  width: 60% !important;
}
.testimonial-card{
  position: relative;
  z-index: 1
}
.testimonial-card:hover{
  transform: scale(1.05);

}
.testimonial-card:hover:before{
  width: 100%
}
.testimonial-card:before{
  transition: all 0.5s ease-in-out;
  content: '';
  position: absolute;
  background-color: #f9f9f9;
  width: 0%;
  top: 0;
  right: 0;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: -1
}
.footermenu li:hover{
  padding-right: 5px;
}
.socialbot li:hover{
  background-color: var(--maincolor)
}
.animate {
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.animate.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.accimg{
  mix-blend-mode: multiply;
}
footer:after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -2;
  background-image: linear-gradient(to top, #f1f1f1,#fff);
   
}
.page_content .feature_loop{
 
  padding: 20px;
  border-radius: 15px;
  margin-top: 0px !important;
}
 
.topfeature{
  display: flex;
  justify-content: center;
  gap: 40px;
}
.topfeature li{
  font-weight: bold;
  font-size: 1.5rem;
}
.topfeature li:before{
  content: "\f058";
  display: inline-flex;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
  color: var(--secondcolor);
  height: 50px;
}
.lohatshort{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 20px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 40px;
}
.bottomfeture .col-md-4:nth-child(4), .bottomfeture .col-md-4:nth-child(5){
  width: 50%
}
#whychooseus, #ourmovies, #feature_site{
  overflow: hidden;
}


 @media (min-width: 768px) and (max-width: 1200px) {
	 .applictiontabpar {
  margin-top: 10px !important;
}
 #ourmovies p{
  line-height: 35px !important;
}
#ourmovies h2{
  margin-top: 0 !important;
}
#ourmovies a.ordernow{
  margin-right: 0 !important;
}
.rightmovie::before {
  right: -411%;
}
.fetimg {
  height: auto
}
.featurebg::after{
 right: -19px !important;  
}
.priceloop {
  max-width: 400px; 
  width: 100%;
}
.testimonial-card .rating {
  width: 90% !important;
}
  .botlogo {
    margin: -46px auto 28px !important;
  }
  footer::before {
 
  width: 100%;
 
}
}

@media (min-width: 768px) and (max-width: 992px) {
	.featurebg2::before {
 
  height: 272px;
 
}
	.bottomtab {
  padding-inline: 8px;
}
  .container {
    max-width: 95%;
  }
  h1 {
  font-size: 2.5rem;

}

h2 {
  font-size: 2.2rem;

}
 .rightmovie {
 
    border-radius: 55px;
    padding: 10px;
    padding-top: 10px;
  }
  #ourmovies a.ordernow {
 
    margin: 36px auto !important;
  }
  #feature_site .col-md-6, .featurebg2 .col-md-7{
  width: 100%
}
#feature_site p{
  max-width: 90%;
  margin: 0 auto;
}
.priceall_loop {
 
  margin: 0 auto 35px;
}
.order_now {
 
  width: 86%;
 
}

}

@media (min-width: 992px) and (max-width: 1050px) {
	.contactus {
 
  margin-left: 0;
  margin-right: auto;
}
#carouselExampleCaptions {
 
  border-top-left-radius: 50px;
}
}
@media (min-width: 320px) and (max-width: 992px) {
	.topmenu, .contactus {
  display: none !important;
}
#carouselExampleCaptions, #carouselExampleCaptions img{
  max-height: 400px;
  margin: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}
.sliderbar{
  width: 90% !important;
}
.applictiontabtitle {
  text-align: center
}
 .toptab .carousel-item{
  max-height: 390px !important;
  min-height: 390px !important;
  height: 390px !important;
 
  position: relative;
}
.toptab .slide button.carousel-control-next{
  right: 10px !important;
  opacity: 1;
 
}
.toptab .slide button.carousel-control-prev{
  left:  10px !important;
  opacity: 1;
 
}
.toptab .slide button.carousel-control-next span, .toptab .slide button.carousel-control-prev span{
 
  border: 2px solid var(--secondcolor) !important;
  background-color: #000
}

#whychooseus h2{
  text-align: center
}
#whychooseus p, #support_site p{
  width: 90% !important;
}
.skelclass2 {
  height: auto
}
.rightmovie::before, .featurebg::after {
  display: none !important;
}
.rightmovie{
  background: #307DA2;
  background: linear-gradient(90deg, rgba(48, 125, 162, 1) 0%, rgba(39, 55, 108, 1) 30%);
  padding-bottom: 5px;
  margin-bottom: 40px;
  padding-top: 10px !important;
}
#ourmovies .col-md-6:nth-child(1){
  margin: 0 !important;
  padding: 0
}
#ourmovies h2{
  text-align: center;
  margin-top:  0 !important;
}
#support_site .feature-item:nth-child(2) .feature-icon {
  margin-right: 0px !important;
 
}
.card2 {
  height: auto
}
.featurebg::before {
  background-image: var(--gradient);
  content: '';
  width: 100%;
  height: 450px;
  border-radius: 55px;
  z-index: -11;
  position: absolute;
  transform: skewX(0deg);
}
#feature_site h2{
  text-align: center;
  margin-top: 6px !important;
}
.fetimg {
  height: auto;
margin: 0 auto 20px !important;
    display: block;
}
#question_site h3, #question_site span.coloredspan{
  text-align: center !important;
  justify-content: center;
}
#question_site .fetimg {
  display: none !important;
}
#accordionExample button {
 
  line-height: 39px;
}
.number-circle {
 
  min-width: 40px;
}
#prices_site h2, .applictiontabpar, #openion_site h2 {
  text-align: center !important;
}
#prices_site p, #openion_site p{
  width: 90% !important;
}
.priceloop {

  max-width: 100%;
}
.priceall_loop, .testimonial-card {
  margin-bottom: 30px !important;
}
#ourmovies p{
  width: 90% !important;
  margin: 0 auto
}
#question_site img{
  height: auto !important;
}
footer::before {
 
  width: 100%;
 
}

.botlogo {
  display: block !important;
  text-align: center;
  width: 150px;
  margin: -116px auto 28px;
}
 

footer h5{
  text-align: justify;
  
}


.menutitle {
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1px dashed var(--secondcolor);
  padding: 10px;
  border-radius: 10px;
  margin-top: 23px;
}
.menutitle i{
  display: none !important;
}
.footerctitle{
  text-align: center;
}
.socialbot {
  justify-content: center !important;
}
footer h6{
  text-align: center;
  margin-top: 20px !important;
  padding-block: 10px !important;
}
.ordernow {
 
  margin: 33px auto !important;
}
.applictiontabpar {
 
  margin-top: 18px !important;
}
#ourapplication .ordernow{
  margin: 0 auto !important;
}
#question_site{
  margin-top: 5px !important;
}
#question_site img{
  margin-block: 30px !important;
}
.testimonial-card p{
  min-width: 100% !important;
}
header{
  position: relative !important;
  padding-block: 10px
}
header img, .logo_site{
  max-height: 80px;
}
#carouselExampleCaptions .carousel-caption {
  top: 61% !important;
 
  padding-block: 0;
}
#carouselExampleCaptions p{
  display: none !important;
}
#carouselExampleCaptions span {
  font-weight: 300;
  margin-top: 13px !important;
    margin-bottom: 23px !important;
}
.bigslider {
  font-size: 2.3rem !important; 
}
.ordernow {
  font-size: 1.3rem;
}
#carouselExampleCaptions:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.4);
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 1
} 
#carouselExampleCaptions .carousel-caption{
  z-index: 1
}
#carouselExampleCaptions a.ordernow {
  color: #1f1f1f;
  width: 139px;
  height: 55px;
}
header .col-md-2{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mobicon{
  display: flex !important;
  width: 50px;
  height: 50px;
  border: 1px solid var(--maincolor);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.mobicon i{
  color: var(--maincolor);
  font-size: 1.5rem;
  cursor: pointer;
}
.logo_site{
  justify-content: start !important;
  display: flex !important;
}
header.shrink {
background-image: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  padding-block: 6px;
  height: 95px;
  z-index: 11111 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#support_site .row:nth-child(2){
  margin-top: 0 !important;
}
#support_site{
  margin-bottom: 0 !important;
}
.bottomfeture .col-md-4:nth-child(4), .bottomfeture .col-md-4:nth-child(5){
  width: 100%
}
.topfeature li {
  border: 1px solid #eee;
  text-align: center;
  border-radius: 15px;
}
.topfeature {
  gap: 8px;
  flex-direction: column;
}
.topfeature li::before {
  font-size: 1.5rem;
}
.slider_th h1 {
  width: 100%;
}
.slider_th {
  min-height: 271px;
}
.topfeature li {
  font-size: 1.3rem;
}
.lohatshort {
  text-align: justify;
}
.featurebg2:before {
    transform: skewX(0deg);
    right: 0px;
}
#prices_site {
    padding-bottom: 10px !important;
}
h1 {
  font-size: 2.7rem;
}
.tab-content .col-md-6{
  padding: 0
}
.contactblocks a i{
  display: none
}
.contactblock a{
  text-align: center;
}
footer .contactblock{
  padding-bottom: 70px !important;
  background-color: #242424;
  border: 1px solid var(--secondcolor);
}
footer .contactblock *{
  color: #fff !important;
}
footer .contactblocks span{
  box-shadow: none;
  border: 1px dashed var(--secondcolor);
}
  footer .contactblocks a span {
    border: none;
    color: #5fbbe8 !important;
  }
  .skelclass2 {
  margin: 0px auto !important;
}
.coloredspan {
  text-align: center;
}
#feature_site p{
  width: 100% !important;
}
}