/*

TemplateMo 576 SnapX Photography

https://templatemo.com/tm-576-snapx-photography

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
 */

@font-face {
  font-family: ahaleel ;
  src: url(../fonts/alfont_com_AlFont_com_ahaleel.otf);
}
@font-face {
  font-family: bangers ;
  src: url(../fonts/Bangers-Regular.ttf);
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura\ medium\ bt.ttf') ;
  font-weight: 700; /* Normal weight */
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura\ Bold.otf');  ;
  font-weight: 900;
   /* Bold weight */
}

@font-face {
  font-family:Dinar ;
  src: url(../fonts/GE-Dinar-One-Medium.otf);
}



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6{
 margin-top: 0px;
  margin-bottom: 0px;
  /* color: #2a2a2a; */
  font-family: ahaleel ;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2a2a2a;
  font-family: bangers;

}
h4, h5, h6{
}
h4,h6{
  font-family: Futura ;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 28px;
  color: #7a7a7a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
 
body {
  background: #fff;
  font-family: Futura;
}

html[lang="ar"] body {
  font-family: Dinar;
}

::selection {
  background: #F39C22;
  color: #fff;
}

::-moz-selection {
  background: #F39C22;
  color: #fff;
}

@media (max-width: 991px) {

  .about-us-image-content{
    font-size: small !important;
  }
  .change-to-column{
    display: flex;
    flex-flow: column-reverse !important;

  }
  .about-us-img-wrapper{
    width: 300px !important;
  }
  .auth-card{
    width: 70% !important;
    padding: 20px 15px !important;
  }

  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.border-button a {
  font-size: 15px;
  color: #fff;
  background-color: #F39C22;
  padding: 10px 20px;
  width: 120px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  text-align: center;
}

.border-button a:hover {
  background-color: #ec9b37;
  color: #fff;
}

.main-button a {
  font-size: 20px;
  color: #fff;
  background-color: #F39C22;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

/* .main-button a:hover {
  background-color: transparent;
  color: #F39C22;
} */

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 17px;
  text-transform: uppercase;
  color: #F39C22;
  font-weight: 700;
}

.section-heading h4,.sotries-customized h4 {
  margin-top: 10px;
  /* line-height: 36px; */
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
  color: #212741;
  font-family: bangers ;
  text-align: center;
}
.sotries-customized-or{
  font-size: 35px;
  margin: auto;
  color: #F39C22;
  font-weight: 900;
  text-align: center;
  font-style: italic;


}
.sotries-customized a{
  font-size: 16px;
    color: #fff;
    background-color: #F39C22;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 900;
    width: fit-content;
    text-transform:uppercase;
    letter-spacing: 0.5px;
    transition: all .3s;
    text-align: center;
    margin: auto;
    font-family: futura;
}

.section-heading h4 em {
  color: #F39C22;
  font-style: normal;
}

.section-heading p {
  margin-top: 30px;
}

.home-bg-layer{
  background-image: url(../images/doodles.png);
  min-height: 39vh;
}

/* check box inputs */


.form-check-input {
  display: none;
}
.form-check{
  padding-left:0px ;
}
/* Style the label as the clickable container */
.form-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}

/* Create a custom circle for the radio button */
.form-check-input + .form-check-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #252049;
  border-radius: 50%;
  margin-right: 8px;
  background-color: transparent;
  transition: all 0.3s ease;
}

/* Add the checkmark inside the custom radio */
.form-check-input:checked + .form-check-label::before {
  background-color: #252049;
  border-color: #252049;
  content: "✔";
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/
.nav-auth-items{
  font-size: 15px;
    color: #fff;
    width: 80px;
    height: 40px;
    margin-top: 2px;
    
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    text-align: center;
    border: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch > span {
  position: absolute;
  top: 14px;
  pointer-events: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #F39C22 ;
}

input.check-toggle-round-flat:checked ~ .on {
  color: white;
}

.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #F39C22 ;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: white;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 97px;
  height: 42px;
  background-color: #F39C22 ;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #F39C22 ;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 48px;
  background-color: #252049;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}


.localizationstyle {
  font-size: 15px;
  color: #fff;
  background-color: #F39C22 !important;
  padding: 10px 20px;
  width: 120px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  text-align: center;
  border: 0px;
}
.localizationstyle.clicked {
  border-end-end-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
  border-start-start-radius: 50px;
  border-start-end-radius: 50px;

}

.dropdown-menu {
  min-width: fit-content ;
  width: fit-content;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 5px 0;
}
.dropdown-toggle::after{
  content: none;
}
.price-plan h3 {
  letter-spacing: 0.1rem; /* Adjust the value as needed */

  color: #252049;
  font-size: 50px;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-plan h3.active {
  color: #F39C22;

}
.price-plan p {
  color: #F39C22 ;
  font-size: 18px;
}

.price-plan {
  width: 90%;
  padding: 35px;
  border-radius: 25px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  
}
.price-cover{
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.shadow-orange {
  background-color: #F39C22;
  position: absolute;
  bottom: 6%;
  right: 10%;
  width: 86%;
  height: 100%;
  z-index: 2;
  border-radius: 25px;

}

.shadow-purple {
  background-color: #252049;
  position: absolute;
  top: 6%;
  left: 10%;
  width: 86%;
  height: 100%;
  z-index: 2;
  border-radius: 25px;

}



.background-header {
  background-color: #fff;
  height: 70px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  width: 100%;
  background-color: #252049;
  position: absolute;
  /* height: 70px; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
  display: flex
  
  
}

.header-area .main-nav .logo {
  margin-top: 9px;
  flex-basis: 10%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  max-width: 58px;
  display: inline-block;
}

.background-header .main-nav .logo {
  width: 82px;
}

.header-area .main-nav .nav {
  flex-wrap: nowrap;
  margin-top: 0px;
  margin-right: 0px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.nav {
  justify-content: center;
}
.header-area .main-nav .nav li{
  background-color: transparent !important;
}
.profile-nav-item {
  height: 50px !important;
  line-height: 50px !important;
  padding: 0px !important;
  border: none !important;
  background-color: #252049 !important;
  color: #fff !important;
}
.icon-in-expanded-nav{
  background-color: #F39C22 !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0s none;
}
.icon-in-expanded-nav:hover{
  color: white !important ;

}


.header-area .main-nav .nav li {
  padding-left: 0PX;
  padding-right: 30px;
  background-color: #252049;
}

.header-area .main-nav .nav li a  {
  display: block;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 70px;
  line-height: 70px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li a:hover  {
  color: #F39C22 !important;
}
.header-area .main-nav .nav li a.active  {
  color: #F39C22 !important;
}

.header-area .main-nav .border-button {
  /* margin-top: 13px; */
  /* text-align: right; */
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 25px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 160px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 70px;
  border-radius: 0px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #252049;
  color: #fff!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #F39C22!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
 
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #F39C22;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .auth-card{
    width: 100% !important;
    padding:10px 20px;
  }
  .page-heading h2{
    font-size: 60px !important;
  }

}

@media (max-width: 880px) 
{
.header-area .main-nav .nav {
  margin-top: 80px !important;
}

   .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 4px;
  }
  html[lang="ar"] .header-area .main-nav .logo {
    position: absolute;
    right: 30px;
    left: auto;
    top: 4px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 25px;
    right: 70px;
  }
  html[lang="ar"] .header-area .main-nav .border-button {
    position: absolute;
    top: 25px;
    left: 70px;
  }
  html[lang="ar"] .header-area .main-nav .menu-trigger {
    left: 20px !important;
    right: auto;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #F39C22!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #252049;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #252049 ;
    color: #fff !important;
    /* width: 344px; */

  }
  .header-area .main-nav .nav li a:hover {
    background: #252049 !important;
    color: #F39C22 ;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
 
 
}

@media (max-width:1050px) {
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
    .header-area .menu-trigger {
    display: block !important;
    top: 25px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 25px;
    right: 70px;
  }
  input.check-toggle-round-flat + label {
    height: 33px;
}
.switch > span {
  top: 8px;
}
  .icon-in-expanded-nav{
    width: 33px;
    height: 33px;
  }

}

.bg-main{
  background-color: #252049;
}
.header-logo {
    max-width: 58px;
}
.nav-item{
  display: block;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 70px;
    line-height: 70px;
    border: transparent;
    letter-spacing: 1px;
    z-index: 900000;
} 
.nav-item a{
  color: white;
  opacity: 1;
}
.nav-item a.active,
.nav-item a:hover{
  color: #F39C22;
  transition: all 0.15s ease-in-out;
}
.navbar-toggler{
   border: 2px solid white;
   border-radius: 10px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.3) !important;
}
/* .nav-item{
  border-bottom: 2px solid white;
  border-top: 2px solid white;
} */
.navbar{
  padding: 0px !important;
}

/*
--------------------------------------------
PopUp Style
--------------------------------------------
*/
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.popup-content {
  
  padding: 20px;
  border-radius: 8px;
  position: relative;
  width: 65%; /* Take up 80% of the screen width */
  max-width: 900px; /* Optional: Max width for the content */
  height: auto;
  z-index: 10;
}
@media (max-width:600px) {
  .popup-content{
    width: 90%;
  }
  .iframe-4-text {
    font-size: 5vw !important;
  }
  .guide-img{
    width: 300px !important;
    transform: translateY(45%);
  }
  html[lang="ar"] .guide-img{
    width: 250px !important;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 58.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border: #25204993 20px solid;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

section.popupBody {
  margin-top: 0px;
}

.popupContainer {
  position: absolute;
  width: 500px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 13px;
}

.btn {
  padding: 10px 20px;
  background: #24204a;
  color: #fff;
  transition: all .3s;
}

.btn_red {
  background: #24204a;
  color: #FFF;
  border-radius: 50px;
  width: 123px;
}


.btn_red:hover {
  color: #24204a;
  background: #E4E4E2;
}

a.btn {
  color: black;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  /* width: 17px; */
  font-size: 15px;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  display: block;
  float: inline-start;
}

.one_half.last {
  width: auto;
  margin-left: 36%;
  border-radius: 50px;
  text-transform: uppercase;
}

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #F4F4F2;
  cursor: pointer;
  color: #24204a;
  font-size: 16px;
  border-radius: 50px;
}

.popupBody {
  padding: 20px;
}

.social_login .social_box {
  display: block;
  clear: both;
  padding: 10px;
  background: #F4F4F2;
  overflow: hidden;
  border-radius: 50px;
  margin: auto;
  width:313px;
}

.social_login .icon {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}


.social_login .google .icon {
  background: #e86b5d;
}

.social_login .icon_title {
  display: block;
  padding: 5px 64px;
  /* float: left; */
  font-weight: bold;
  font-size: 13px;
  color: #777;
}

.social_login .social_box:hover {
  background: #E4E4E2;
}

.centeredText {
  color: #afafaf;
  text-align: center;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  text-transform: capitalize;
}
.signin_text{
  color:#7a7a7a;
}
.signin_text:hover{
color: #7a7a7a;
}

.user_login label {
  color:#afafaf;
}

.action_btns {
  clear: both;
  overflow: hidden;
}

.action_btns a {
  display: block;
}
/* User Login Form */

.user_login {
  display: none;
}

.user_login label {
  display: block;
  margin-bottom: 5px;
  /* margin-left: 10px; */
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
  border-radius:50px;
  /* margin-left: 20px; */
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  margin-left: 10px;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  float: right;
  margin-right: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #7a7a7a;
  transition: all .3s;
}

 .google-sign-in .social_box-google{
  display: block;
  clear: both;
  padding: 5px;
  background: #F4F4F2;
  overflow: hidden;
  border-radius: 50px;
  margin: auto;
  width:313px;

}
.google-sign-in .icon_title {
  font-weight: bold;
  font-size: 13px;
  color: #777;
  display: block;
  padding: 5px 64px;
}
.google-sign-in .icon {
  background: #e86b5d;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  float: left;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="username"],
.user_register input[type="email"]
{
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
  border-radius: 50px;
}

.user_register input[type="password"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
  border-radius: 50px;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
  font-size: 15px;
  width: 403px;
  font-size:11px;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
input[type="password"]::-ms-reveal {
  display: none;
}
.toggle{
  background: none;
  border: none;
  /*display: none;*/
  /*font-size: .9em;*/
  font-weight: 600;
  /*padding: .5em;*/
  position: absolute;
  right: 2.75em;
  top: 29.7em;
  z-index: 9;
}




/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/webp/bg.webp);
  /* background-image: url(../images/ramadan/ramadanBg333.webp); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  background-color: #2a2a2a;
  margin-top: 70px;
  height: 57rem;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner h2 {
  color: #fff;
  font-size: 68px;
  line-height: 74px;
  font-weight: 400;
  font-style: normal;
  width: 800px;
  margin: auto;
}

.main-banner h2 em {
  font-style: normal;
  color: #f7972e;
  font-weight: 400;
  font-style: normal;
}

.main-banner p {
  color: #fff;
  padding: 30px 0px;
  margin: auto;
  width: 850px;
  border-top: 1px solid rgba(250,250,250,0.2);

}

.main-banner .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center ;
}
.header-bg {
  position: relative;
  background-color: rgba(37, 32, 73, 0.7);; 
  border-radius: 50px; 
  padding: 20px -20px;
  display: inline-block;
}

.main-banner .big-border-button a {
  font-size: 20px;
  color: #fff;
  background-color: #f19d1a;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  font-weight: 400;
  font-style: normal;
}

.main-banner .big-border-button a:hover {
  background-color: #F39C22;
  color: #fff;
}

.main-banner .icon-button a.main-banner .icon-button a {
  /* margin-top: 20px; */
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #F39C22;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;


}
html[lang="ar"] .main-banner .icon-button a{
  margin: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #F39C22;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;
  gap: 2px;
}
.main-banner .icon-button a{

  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #F39C22;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;
  gap: 2px;
}

.main-banner .icon-button a i {
  margin-right: 6px;
  font-size: 16px;
}

.main-banner .icon-button a:hover {
  color: white;
  background-color: #f19d1a;
  transition:  color 0.15s ease-in-out,background-color 0.15s ease-in-out ;
}





/*
---------------------------------------------
featured
---------------------------------------------
*/ 


section.featured-items {
  margin-top: -55px;
  min-height: 10vh;
}


.featured-items .item .thumb {
  position: relative;
}

.featured-items .item .thumb img {
  border-radius: 50%;
}

.featured-items .item .thumb:hover .hover-effect {
  top: 0;
  opacity: 1;
}

.featured-items .item .thumb .hover-effect {
  /* background-color: rgba(250,250,250,0.92); 
  left: 0;
  top: 100%; */
  width: 100%;
  height: 80%;
  /* border-radius: 50%; */
  position: relative;
  opacity: 0;
  transition: all .3s;
  display: flex; 
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
}
.thumb{
  cursor: pointer;
}
.thumb:hover .content h4{
  color: #F39C22;
  transition: color 0.15s ease-in-out; 
}
.featured-items .item .thumb .hover-effect .content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 15px;
}

.featured-items .item .thumb .hover-effect .content h4 {
  font-size: 18px;
  color: #F39C22;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 800;
}

.featured-items .item .thumb .hover-effect .content h4 i {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
}

.featured-items .item .thumb .hover-effect .content h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #afafaf;
}

.featured-items .item .thumb .hover-effect .content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #afafaf;
  margin-bottom: 7px;
}

.featured-items .item .thumb .hover-effect .content ul li:last-child {
  margin-bottom: 0px;
}

.featured-items .item .thumb .hover-effect .content ul li span {
  color: #2a2a2a;
  font-weight: 500;
}

.featured-items .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
  
  position: absolute;
  left: -60px;
}
.featured-items .owl-nav .owl-prev span, .featured-items .owl-nav .owl-next span{
  margin: 0px -50px;
}

.featured-items .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}

.featured-items .owl-nav .owl-prev span,
.featured-items .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: #F39C22;
  border-radius: 50%;
  opacity: 0.75;
  transition: all .3s;
}
.swiper-button-next,
.swiper-button-prev{
  padding: 23px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #fff !important;
  background-color: #F39C22;
  border-radius: 50%;
  opacity: 0.75;
  transition: all .3s;
  transform: translateY(-25px);
}
 .swiper-button-next-2,
 .swiper-button-prev-2{
  opacity: 1;

  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #afafaf !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
  background-color: white;
  border-radius: 50%;
  transition: all .3s;
  transform: translateY(-50px) !important;

 }
 .swiper-button-next-2:hover,
 .swiper-button-prev-2:hover{
  background-color: #F39C22;
  color: #fff !important;
 }



.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important; /* Removes the default arrow icons */
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -25px !important;
  left: auto;
}.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -25px !important;
  right: auto;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
  opacity: 1;
}


/*
---------------------------------------------
popular categories
---------------------------------------------
*/ 

.thumb .category-title{
  position: absolute;
  top: 150%;
  left: 0;
  text-align: center;
  width: 100%;
}

section.popular-categories {
  padding: 0px 65px;
}

section.popular-categories .main-button {
  text-align: right;
}

.popular-item {

  background-color: rgba(37, 32, 73, 1);
  border-radius: 50px;
  padding: 30px;
}

.popular-item .top-content {
  display: flex;
  margin-bottom: 30px;
}

.popular-item .icon {
  /* background-color: #fff; */
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 50px;
  margin-right: 20px;
}

.popular-item .icon img {
  max-width: 100px;
  border-radius: 0px;
  width: 75px;
}

.popular-item h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #FFF;
  text-transform: uppercase;
}

.popular-item span em {
  font-style: normal;
  font-size: 12px;
  font-weight:600;
  padding: 5px 8px;
  border-radius: 10px;
  color: #F39C22;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  margin-right: 7px;
}

.popular-item span {
  color: #afafaf;
  font-weight:500;
  font-size: 14px;
}

.popular-item img {
  border-radius: 15px;
}

.popular-item .thumb {
  position: relative;
  overflow: hidden;
}

.popular-item .thumb span.category {
  font-size: 12px;
  color: #F39C22;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
}


.max-hight {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5;
    padding: 0px 30px;
}

.max-height::after {
  content: "..."; /* Add ellipsis */
  position: absolute;
  bottom: 0;
  right: 0;
  background: white; /* Optional: Background to cover text */
  padding: 0 5px; /* Optional: Adds padding around ellipsis */
}


.popular-item .thumb:hover span.category {
  top: 15px;
  opacity: 1;
}

.popular-item .border-button {
  margin-top: 30px;
}

.popular-item .border-button a {
  width: 100%;
  text-align: center;
}


/*
---------------------------------------------
closed contests
---------------------------------------------
*/ 

/* .photos-videos h2{
  letter-spacing: 2px;
} */

section.closed-contests {
  background-position: center center;
  overflow: hidden;
  padding: 120px 0px;
  min-height: 25vh;
}

.closed-item .thumb {
  position: relative;
  overflow: hidden;

}


.closed-item .thumb img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.closed-item .thumb span.winner {
  font-size: 10px;
  color: #F39C22;
  background-color: #fff;
  border-radius: 10px;
  font-weight:700;
  position: absolute;
  left: 15px;
  top: -60px;
  padding: 8px 12px;
  opacity: 0;
  transition: all .3s;
  text-transform: uppercase;
}

.closed-item .thumb span.winner em {
  color: #afafaf;
  font-style: normal;
}


.closed-item .thumb span.price em {
  color: #afafaf;
  font-style: normal;
}

.closed-item .thumb:hover span.price,
.closed-item .thumb:hover span.winner {
  opacity: 1;
  top: 15px;
}

.closed-item .down-content {
}


/* font-size: 30px;
font-weight: 700;
margin-bottom: 25px; */
.closed-item .down-content h4 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
 text-transform: uppercase;
}
.down-content h2{
  text-align: center;

}
.closed-item .down-content h4 span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 600;
}

.closed-contests .owl-nav {
  position: absolute;
  width: 100%;
  top: 40%; 
  transform: translateY(-35px);
}

.closed-contests .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
}

.closed-contests .owl-nav .owl-next {
  position: absolute;
  right: -60px;
}

.closed-contests .owl-nav .owl-prev span,
.closed-contests .owl-nav .owl-next span  {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  display: inline-block;
  color: #afafaf;
  background-color: #fff;
  border-radius: 50%;
  transition: all .3s;
}

.closed-contests .owl-nav .owl-prev span:hover,
.closed-contests .owl-nav .owl-next span:hover {
  background-color: #F39C22;
  color: #fff;
}

.closed-contests .border-button {
  margin-top: 20px;
}


/*
---------------------------------------------
pricing-plans
---------------------------------------------
*/ 

.pricing-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  transition: all .5s;
  /* margin:35px; */
}
.pricing-item ul {
  flex-grow: 1; /* Makes the content expand to fill available space */
}

.chosen-country{
  margin-top: -60px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 1rem 0;
  gap: 6px;
}
/* .chosen-country .border-button{
  margin: 1rem 10px;
  cursor: pointer;
} */
.chosen-country .border-button input{
    font-size: 15px;
    color: #fff;
    background-color: #F39C22;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid transparent; /* 2px border with the color #F39C22 */
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    width: 100px;
}

.chosen-country .border-button:hover input {
  background-color: #fff; /* White background */
  border: 2px solid #F39C22; /* 2px border with the color #F39C22 */
  color: #F39C22; /* Text color */
  transition: all 0.3s ease; /* Smooth transition for all properties */
}


.chosen-country .border-button .active{
  background-color: #fff;
  color: #F39C22;
  border: 2px solid #F39C22;
}

.pricing-item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
}

.pricing-item:hover h4 {
  color: #F39C22;
}

.pricing-item img {
  max-width: 240px;
}

.pricing-item h4 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
  transition: all .5s;
  text-transform: uppercase;
}
html[lang="ar"] .pricing-item h4{
  margin-top: 30px ;
  margin-bottom: 30px ;
}
.pricing-item ul li {
  font-size: 17px;
  color: #252049;
  margin-bottom: 10px;
  text-align: left;
  list-style-type: disc;
  margin: 0px 30px;
}
html[lang="ar"] .pricing-item ul li {
  text-align: right;
}

.pricing-item ul.first-plan li:nth-child(5),
.pricing-item ul.first-plan li:nth-child(4) {
  color: #afafaf;
  text-decoration: line-through;
}


.pricing-item ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item input.price-label {
  font-size: 30px;
  color: #252049;
  font-weight: 800;
  display: inline-block;
  margin-top: 30px;
  transition: all .5s;
  border: none;
  outline: none;
  background: none;
  appearance: none;
  align-items: center;

}
.pricing-item:hover input.price-label{
  color: #1c4c64;
}

.pricing-item .border-button {
  margin-top: 30px;

}


/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer.no-space {
  margin-top: 0px;
}

footer {
  background-color: #252049;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  size:15px;
}

footer p a {
  color: #fff;
  font-weight: 700;

}

footer p a {
  color: #F39C22;
  font-weight: 700;
}


/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  /* background-image: url(../images/ramadan/ramadanBg333.webp); */
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item h4 {
  text-align: center;
  margin-bottom: 0px;
  padding: 15px 0px;
  color: #252049;
  /* font-weight: 800; */
  text-transform: uppercase;
  font-size: 20px;
}

.page-heading h2 {
  color: #fff;
  font-size: 80px;
  letter-spacing: 2px;
  
  font-weight: 700;
  text-align: center;
}


.page-heading h2 em {
  font-style: normal;
  color: #F39C22;
}

.page-heading p {
  color: #fff;
  padding: 30px 0px;
  margin: 40px 75px 0px 75px;
  border-top: 2px solid rgba(250,250,250,0.2);
  text-transform: uppercase;
}

.page-heading h6 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid rgba(250,250,250,0.2);
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 26px;
}

.page-heading .main-content {
  margin-top: 30px;
}

.page-heading .main-content .days, .page-heading .main-content .hours, .page-heading .main-content .minutes, .page-heading .main-content .seconds {
  width: 20%;
}
.page-heading .main-content .counter div {
  margin: 0 2px;
  display: inline-block;
  text-align: center; 
}
@media (min-width: 992px) {

  .page-heading .main-content .counter div {
    margin: 0px 10px; 
  } 

 
}
@media (max-width: 992px) {

  .row-background{
    top: 0% !important; 
    height: 100% !important;
    width: 100% !important;
  }

  .page-heading{
    background-position: center;

  }
  .offset-lg-1 {
    margin: left 0, i !important;;
}

 
}
.page-heading .main-content .counter div .value {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative; 
}

.page-heading .main-content .counter div span {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}


/* 
---------------------------------------------
Contests Page
--------------------------------------------- 
*/

#search-form {
  margin-top: -69px;
  /* background-color: rgba(37, 32, 73, 0.9); */
  background-color: transparent;
  border-radius: 15px;
  padding: 30px;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
  margin-top:20px;
}

#search-form label {
  font-size: 15px;
  /* color: #F4F4F2; */
  color: #252049;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 600;
}

#search-form input,
#search-form select {
  background-color: #f7f7f7;
  width: 100%;
  height: 46px;
  border-radius: 10px;
  bordeR: none;
  outline: none;
  padding: 0px 15px;
  font-size: 15px;
  color: #afafaf;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);


}

#search-form input::placeholder {
  color: #afafaf;
}

#search-form button {
  margin-top: 30px;
  font-size: 15px;
  color:#fff;
  background-color: #F39C22;
  border: 1px solid #F39C22;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);

}

#search-form button:hover {
  background-color: transparent;
  color: #F39C22;
}

.photos-videos .item {
  margin-bottom: 30px;
}

.photos-videos .item .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.photos-videos .item .thumb img {
  transition: transform 0.3s ease, border-radius 0.3s ease;
}

.photos-videos .item .thumb img:hover {
  transform: scale(1.1);
}

/* margin-bottom: 25px; */
.photos-videos .item .down-content h2 {
  font-size: 30px;
  color: #252049;
  font-weight: 700;
  margin-top: 20px;
  font-family: Futura ;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Show '...' when text is cut off */
  line-height: 1.5em; /* Adjust line-height to control spacing */
  height: 4.5em; 
}

.photos-videos .item .down-content h6 {
  text-align: right;
  font-size: 15px;
  color: #F39C22;
  font-weight: 500;
  margin-top: 24px;
  margin-right: 30px;
}

.contest-win {
  padding: 0px 65px;
}

.contest-win .contest-item {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px;
}

.contest-win .contest-item .top-content {
  margin-bottom: 30px;
}

.contest-win .contest-item .top-content span.award {
  font-size: 15px;
  color: #fff;
  background-color: #F39C22;
  border-radius: 10px;
  padding: 8px 12px;;
}

.contest-win .contest-item .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #F39C22;
}

.contest-win .contest-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.contest-win .contest-item img {
  border-radius: 15px;
}

.contest-win .contest-item .info {
  display: flex;
  width: 100%;
}

.contest-win .contest-item span.participants {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
}

.contest-win .contest-item span.participants img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.contest-win .contest-item span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right;
}

.contest-win .contest-item span.submittions img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.contest-win .contest-item .border-button {
  margin-top: 25px;
  margin-bottom: 20px;
}

.contest-win .contest-item .border-button a {
  width: 100%;
  text-align: center;
}

.contest-win .contest-item span.info {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #afafaf;
}

.contest-win ul.pagination {
  justify-content: center;
  margin-top: 60px;
}

.contest-win ul.pagination li {
  margin: 0px 7px;
}

.contest-win ul.pagination li a,
.contest-win ul.pagination li a i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  border: 1px solid #F39C22;
  border-radius: 50%;
  color: #F39C22;
  font-size: 20px;
  font-weight: 600;
  margin-top: 11px !important;
  transition: all 0.15s ease-in-out;

}
.contest-win ul.pagination li a:hover 
{
  background-color:#F39C22 ;
  color: white !important;
  transition: all 0.15s ease-in-out;
}
.contest-win ul.pagination li a:hover i{
  color: white !important;

}

.contest-win ul.pagination li.active a {
  background-color: #F39C22;
  color: #fff;
}



/* 
---------------------------------------------
Contest Details Page
--------------------------------------------- 
*/
/* Full page overlay */

.contest-details .top-content {
  background-color: #e7f9ff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 45px;
  margin-top: -45px;
}

.contest-details .top-content ul {
  text-align: right;
}

.contest-details .top-content ul li {
  display: inline-block;
}

.contest-details .top-content ul li {
  font-size: 18px;
  font-weight: 500;
  color: #00bdfe;
  margin-left: 15px;
}

.contest-details .top-content ul li:first-child {
  margin-left: 0px;
}

.contest-details .top-content ul li span {
  font-size: 15px;
  color: #afafaf;
}

.contest-details .top-content span.open {
  font-size: 15px;
  background-color: #00bdfe;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-right: 20px;
}

.contest-details .top-content span.wish-list {
  font-size: 15px;
  font-weight: 500;
  color: #00bdfe;
}

.contest-details .top-content span.wish-list i {
  margin-right: 5px;
}

.contest-details .main-content {
  padding: 80px 60px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
}

.contest-details .main-content h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
} 

.contest-details .main-content h6 {
  font-size: 15px;
  font-weight: 600;
}

.contest-details .main-content h6.second-title {
  margin-top: 30px;
}

.contest-details .main-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}



.contest-details .main-content h4.second-title {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #d4d4d4;
}

.contest-details .main-content .item span {
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: 600;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin-right: 15px;
  float: left;
}

.contest-details .main-content .item h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contest-details .main-content .item h6 {
  font-size: 15px;
  font-weight: 400;
  color: #afafaf;
}

.contest-details .main-content .main-button {
  margin-top: 60px;
  justify-items: center;
    display: grid;
    align-items: center;
}

.contest-details .main-content .main-button a {
  font-size: 15px;
  padding: 15px;
  text-align: center;
}

.contest-waiting h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 35px;
}

.contest-waiting .waiting-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.contest-waiting .waiting-item .down-content {
  background-color: #f7f7f7;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 25px;
}

.contest-waiting .waiting-item .down-content h4 {
  font-size: 15px;
  color: #00bdfe;
  font-weight: 700;
  margin-bottom: 22px;
}

.contest-waiting .waiting-item .down-content p {
  line-height: 20px;
  margin-bottom: 20px;
}

.contest-waiting .waiting-item .down-content span.price,
.contest-waiting .waiting-item .down-content span.deadline {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
}

.contest-waiting .waiting-item .down-content span.deadline {
  float: right;
}

.contest-waiting .waiting-item .down-content span.price em,
.contest-waiting .waiting-item .down-content span.deadline em {
  font-style: normal;
  color: #00bdfe;
}

.contest-waiting ul.pagination {
  justify-content: center;
  margin-top: 60px;
}

.contest-waiting ul.pagination li {
  margin: 0px 7px;
}

.contest-waiting ul.pagination li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border: 1px solid #00bdfe;
  border-radius: 50%;
  color: #00bdfe;
  font-size: 20px;
  font-weight: 600;
}

.contest-waiting ul.pagination li.active a {
  background-color: #00bdfe;
  color: #fff;
}




/* 
---------------------------------------------
Categories Page
--------------------------------------------- 
*/

.top-categories {
  margin-top: -100px;
}

.top-categories .item {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.top-categories .item .icon {
  background-color: #f7f7f7;
  width: 75px;
  height: 75px;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  border-radius: 10px;
}

.top-categories .item .icon img {
  max-width: 36px;
  border-radius: 0px;
}

.top-categories .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-categories .item span {
  font-size: 15px;
  color: #afafaf;
  display: block;
}

.top-categories .item span.counter {
  margin-top: 10px;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #F39C22;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
  margin-right: 10px;
}

.featured-contests .item  {
  margin-bottom: 30px;
}

.featured-contests .item .thumb {
  position: relative;
  overflow: hidden;
}
.featured-contests .item .thumb h4{
  font-weight: 900;
}

.featured-contests .item .thumb  img {
  border-radius: 15px;
}

.featured-contests .item .hover-effect {
  position: absolute;
  right: -100%;
  bottom: 15px;
  transition: all .5s;
}

.featured-contests .item .thumb:hover .hover-effect {
  right: 15px;
  bottom: 15px;
}

.featured-contests .item .hover-effect .content {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px 20px;
}

.featured-contests .item .hover-effect .content .top-content {
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content .top-content span.award {
  font-size: 15px;
  color: #fff;
  background-color: #00bdfe;
  border-radius: 10px;
  padding: 8px 12px;;
}

.featured-contests .item .hover-effect .content .top-content span.price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #00bdfe;
}

.featured-contests .item .hover-effect .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}

.featured-contests .item .hover-effect .content img {
  border-radius: 15px;
}

.featured-contests .item .hover-effect .content .info {
  display: flex;
  width: 100%;
}

.featured-contests .item .hover-effect .content span.participants {
  font-size: 13px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
}

.featured-contests .item .hover-effect .content span.participants img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content span.submittions {
  font-size: 15px;
  font-weight: 500;
  color: #afafaf;
  flex-basis: 50%;
  display: inline-block;
  text-align: right;
}

.featured-contests .item .hover-effect .content span.submittions img {
  border-radius: 0px;
  max-width: 24px;
  margin-bottom: 8px;
}

.featured-contests .item .hover-effect .content .border-button {
  margin-top: 15px;
  margin-bottom: 0px;
}

.featured-contests .item .hover-effect .content .border-button a {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
}

.featured-contests .item .hover-effect .content span.info {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #afafaf;
}

.testimonials {
  padding: 120px 0px;
  background-image: url("../images/doodles.png");
}

.testimonials .item {
  border: 1px solid #e0e0e0; 
  padding: 60px 60px 100px 60px;
  border-radius: 15px;
  background-color: #eee;
}

.testimonials .item .content {
  display: flex;
}

.testimonials .item .content .image {
  min-width: 240px;
}

.testimonials .item .content .image img {
  border-radius: 15px;
}

.testimonials .item p {
  font-size: 20px;
  font-weight: 600;
  color: #7a7a7a;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  /* height: calc(1.5em * 2); */
}
.testimonials .container .main-button{
  display: grid;
  justify-items: center;
  align-items: center;
}
.testimonials .container .main-button a{
  font-size: 17px;
}

.testimonials .item .content .left-content {
  margin-right: 45px;
}

.testimonials .item .content .left-content h4 {
  display: inline-block;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonials .item .content .left-content span {
  display: block;
  font-size: 15px;
  color: #afafaf;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 120px;
  position: relative;
  z-index: 555;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  margin: 0px 3px;
}

.testimonials .owl-dots .active {
  width: 10px;
  height: 10px;
  background-color: #F39C22;
  border: 1px solid #F39C22;
  box-sizing: content-box; /* Border is outside the element's size */
  position: relative; /* Needed for the pseudo-element */
}

.testimonials .owl-dots .active::after {
  content: "";
  position: absolute;
  top: -2px;  /* Adjust to add space outside */
  left: -2px; /* Adjust to add space outside */
  right: -2px; /* Adjust to add space outside */
  bottom: -2px; /* Adjust to add space outside */
  border: 1px solid #F39C22;  /* Outer border color and thickness */
  border-radius: 50%;  /* Ensure the border is circular */
}




/* 
---------------------------------------------
Users Page
--------------------------------------------- 
*/




.user-info {
  text-align: center;
  margin-top: -85px;
}

.user-info h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}

.user-info .avatar img {
  max-width: 170px;
  border-radius: 50%;
  border: 1px solid #afafaf;
}

.user-info .info {
  margin-top: 30px;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #afafaf;
}

.user-info .info h4 {
  margin-top: 0px;
}

.user-info .info h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.user-info .info span {
  font-size: 15px;
  color: #afafaf;
  display: block;
  margin-top: 5px;
}

section.portfolio {
  padding: 80px 0px;
  background-color: #f7f7f7;
}

section.portfolio .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

section.portfolio .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

section.portfolio .thumb .hover-effect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 42, 42, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content {
  text-align: center;
  padding: 30px;
  display: inline-block;
  width: 100%;
}

section.portfolio .thumb .hover-effect .content h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

section.portfolio .thumb .hover-effect .content span {
  font-size: 15px;
  color: #fff;
  margin: 10px;
}

section.portfolio .thumb .hover-effect .content span em {
  font-style: normal;
  font-weight: 700;
}

section.portfolio .thumb .hover-effect .content ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

section.portfolio .thumb .hover-effect .content ul li {
  display: inline-block;
  margin: 0px 5px;
}

section.portfolio .thumb .hover-effect .content ul li a {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 10px;
  background-color: #fff;
  color: #2a2a2a;
  font-size: 15px;
  transition: all .3s;
}

section.portfolio .thumb .hover-effect .content ul li a:hover {
  background-color: #00bdfe;
  color: #fff;
}

section.portfolio .main-button {
  text-align: center;
  margin-top: 30px;
}

section.contact-us .info-item {
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.contact-us .info-item i {
  font-size: 32px;
  background-color: #00bdfe;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 25px;
}

section.contact-us .info-item h4 {
  font-size: 25px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 12px;
}

section.contact-us .info-item a {
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  transition: all 0.3s;
}

section.contact-us .info-item a:hover {
  color: #f7972e;
}

#contact {
  margin-top: 60px;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #2a2a2a;
  border-radius: 10px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  transition: all .3s;
}

#contact input:focus,
#contact textarea:focus {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #00bdfe;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: 1px solid #00bdfe;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: transparent;
  border: 1px solid #00bdfe;
  color: #00bdfe;
}



/* 
---------------------------------------------
about us Page
--------------------------------------------- 
*/


.about-us-main{
  padding: 10px 10px;
}

.pragraph-content{
  width: 55%;
  top: 30%;
  left: 23%;
}
.pragraph-content h2 { 
}
pragraph-content p {

}

.pragraph-body{
  color: #252049;
  position: absolute;

}
.about-us-rec{
  background: rgba(255, 255, 255, 0.65);
  border-radius: 62px;
  width: 871px;
  height: 387px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 2089px;
}
.about-us{
  padding-top: 50px;
}
.who-we-are {
  position: absolute;
  top: 2447px;
  left: 50%;
  transform: translate(-50%, -150%); 
  z-index: 1;
}

.who-we-are h2, .who-we-are p {
  margin: 0;
  color: #000; 
  text-align: center;
}
.customer-say{
  margin-top: -122px;
  width: 100%;
}
.review-rectangles {
  position: absolute;
  top: 381%;
  left: 65%;
  transform: translateX(-50%);
  width: 687px;
  height: 202px;
}

.rectangle {
  position: absolute;
  width: 687px;
  height: 202px;
  background-color: #2a2a5e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  opacity: 0;
  animation: fade-cycle 9s infinite; /* Each rectangle participates in the same animation cycle */
}


.rectangle1 {
  animation-delay: 0s; /* First rectangle starts immediately */
 
}

.rectangle2 {
  animation-delay: 3s; /* Second rectangle starts after 3 seconds */
}

.rectangle3 {
  animation-delay: 6s; 
 
}


@keyframes fade-cycle {
  0%, 10% {
      opacity: 1; 
  }
  33.33%, 100% {
      opacity: 0; 
  }
}
.corner-photo {
  position: absolute;
  top: -20px; /* Adjust position to move the image out of the rectangle slightly */
  left: -20px; /* Adjust position to align image on the corner */
  width: 100px; /* Size of the photo */
  height: 100px;

}
.text-content {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: white;
}

.text-content h4 {
  margin-left: 74px;
  margin-top: -58px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.text-content p {
  margin-top: 50px;
  margin-left: 115px;
  font-size: 16px;
  line-height: 1.4;
}

.row-background{
  background-color: #d9d9d97e;
  width: 90%;
  height: 80%;
  top: 10%;
  z-index: 0;
}

.about-us-img-wrapper{
  width: 100%;
  height: 100%;
}

.z-index-5{
  z-index: 5;
}
.about-us-text h5{
  color: #252049;
  font-size: 20px;
  font-weight: 900;
  font-family: Futura;


}
.about-us-text h4{
  color: #F39C22;
  font-size: 30px;
 font-weight: 900;

}
.about-us-text h5 span {
  color: #F39C22;
}
.about-us-text p{
  color: #252049;
  font-size: 17px;
}
.about-us-part-2{
  margin-top: 150px;
}
.about-us-part-2 .about-us-img-wrapper {
  right:auto;
  left:-42%;
}
.about-us-who-we-are h6{
  text-align: start !important;
color: #F39C22;
text-align: center;
font-family: Futura;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.about-us-who-we-are .about-us-text {
  padding: 80px 0px;
}
.about-us-who-we-are  .about-us-text h3{
  font-size: 45px ;
  margin-bottom: 50px;
}
.about-us-who-we-are  .about-us-text p{
  font-size: 20px;
}
.about-us-image-content{
  position: absolute;
  height: 34%;
  top: 65%;
  left: 14%;  
  width: 72%;
  border-radius: 20px;
  
}
.ready-to-start{
  color: black;
  font-weight: 900;
}
.ready-to-start-p{
  color: #252049 !important;
  font-weight: 900;

}

/* 
---------------------------------------------
contact us  Style
--------------------------------------------- 
*/

.hero-contact-Us{
   background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-contact-Us1{
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-contact-Us h2 {
  color: #fff;
  font-size: 68px;
  line-height: 74px;
  font-weight: 400;
  font-style: normal;
  margin: auto;
  padding-bottom: 10px;
}

.hero-contact-Us h2 em {
  font-style: normal;
  color: #f7972e;
  font-weight: 400;
  font-style: normal;
}
.hero-contact-Us p {
  color: #fff;
  padding: 30px 0px;
  margin: auto;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
}
.hero-contact-Us .content {
  background-color: rgba(37, 32, 73, 0.7);
  border-radius: 50px;
   padding: 50px 66px;
   width: 50%;
}

.contact-Us-content{
  background-image: url(../images/Dod2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-Us-content img{
  width: 57%;
}
 html[lang='ar'] .contact-Us-content img{
  transform: scaleX(-1);
 }
 
 html[lang='ar'] .contact-Us-content .contact-us-icon{
  transform: scaleX(1);
 }
.contact-Us-content .form img{
  width: 35%;
}

.contact-Us-content .form{
  width: 60%;
  text-align: start;
  border-radius: 50px;
}
.contact-Us-content .form .form-contacts{
  background-color: #252049;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 40px;

}
html[lang="ar"] .contact-Us-content .form .form-contacts{
  padding-right: 40px;
}

.contact-Us-content .form .form-contacts h4{
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}
.contact-Us-content .form .form-contacts h5{
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  color: #C9C9C9;
  font-family: Futura;
font-size: 12px;
font-style: normal;
font-weight: 200;
line-height: normal;

}
html[lang="ar"] .contact-Us-content .form .form-contacts h5 {
  font-size: 15px;
}
.contact-Us-content .form {

background-color: red;
overflow: hidden;
border-radius: 10px;
}


.from-contact  img{
  width: 10%;
}
.from-contact  span{
  width: 100%;
}
.from-contact  span{
  width: 100%;
  color: white;
  padding: 0px 0px;
  font-size: 12px;
}
.Ellipses{
  position: absolute;
  right:0 ;
  bottom: 0;
}
html[lang="ar"] .Ellipses{
  right: auto;
  left:0 ;
  transform: scaleX(-1)
}
.contact-Us-content .form .from-inputs{
  padding: 50px 30px;
  padding-bottom: 25px;
  font-size: 18px;
}

.contact-Us-content-img1{
  width: 80% !important;
  margin: 50px 0px;
}

.contact-Us-content .form-control {
  background-color: transparent;
            border: none;
            border-radius: 0;
            border-bottom: 1px solid #dee2e6;
            padding: 0 .40rem;
        }
        
        .contact-Us-content .form-control:focus {
            border-color: #F39C22;
            box-shadow: none;
        }

        .contact-Us-content .form-check-input {
            width: 20px;
            height: 20px;
            margin-top: 0;
        }

        .contact-Us-content .form-check-input:checked {
            background-color: #F39C22;
            border-color: #F39C22;
        }

        .contact-Us-content .contact-us-btn {
            background-color: #F39C22;
            border-color: #F39C22;
        }

        .contact-Us-content .btn-primary:hover {
            background-color: #e69516;
            border-color: #e69516;
        }


        .contact-us-icon{
          min-width: 40px;
          min-height: 15px;
          object-fit: contain;
        }

        
/* 
---------------------------------------------
profile us 
--------------------------------------------- 
*/

.profile-bg{
  background-image: url(../images/Dod2.svg);
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}
.profile-content{
  min-height: 100vh;
}

.last-order-title{
  color: #252049;
  font-size: 30px;
  font-weight: 700;
  font-family: futura;
}

.user-name{
  font-size: 30px;
  font-weight: 700;
  font-family: futura;
}

/*
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

html[lang="ar"] .order-form span.form-label {
  letter-spacing: 1px;
}

.order-form span.form-label {
  font-size: 24px!important;
  font-weight: 800;
}

.order-form span.form-label a {
  font-size: 24px;
  color: #d68e29;

}
.order-opacity{
  background-color: rgba(211, 212, 213, 0.233);
  border-radius: 100px;
  margin: 50px auto;
}
.ordar-background{
  background-image: url(../images/Dod2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 70px;
  display: flex;
  align-items: center;
}
.ordar-image{
  width: 40%;
  margin-top: 50px;

}
.order-form{
  width: 70%;
  margin: auto;
  margin: 50px auto;
}
.order-form .form-control {
  background-color: transparent;
            border: none;
            border-radius: 0;
            border-bottom: 3px solid #dee2e6;
            padding: 0 .40rem;
        }
        
        .order-form  .form-control:focus {
            border-color: #252049;
            box-shadow: none;
        }

        .order-form  .form-check-input {
            width: 20px;
            height: 20px;
            margin-top: 0;
        }

        .order-form   .form-check-input:checked {
            background-color: #252049;
            border-color: #252049;
        }

        .order-form  .btn-primary {
            background-color: #252049;
            border-color: #252049;
            border-radius: 50px;
        }
        .order-form  .Customize-btn  {
          background-color: white;
          color: #252049;
          border-radius: 50px;
        }

        .order-form  .btn-primary:hover {
            background-color: #332b69;
            border-color: #332b69;
        }

        .order-form  .form-label,
        .order-form  .form-group span {
            color: #252049;
            font-size: 18px;
            font-weight: 600;
            padding: 15px 0px;
        }
        .order-form .form-group label{
          display: inline-block;
          padding: 10px 20px;
          background-color: #ffffff;
          border: 2px solid #ccc;
          border-radius: 5px;
          color: #555;
          font-size: 14px;
          font-weight: bold;
          cursor: pointer;
          text-align: center;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .order-form .form-group input{
          display: none;
        }

        .preview-container {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 10px;
        }
        .preview-container img {
          width: 50px;
          height: 50px;
          border: 2px solid #ddd;
          border-radius: 25px;
        }
        .box {
          --b: 2px; /* thickness of the border */
          --c: #F39C22; /* color of the border */
          --w: 10px; /* width of border */
          
          border: var(--b) solid #0000; /* space for the border */
          --_g: #0000 90deg,var(--c) 0;
          --_p: var(--w) var(--w) border-box no-repeat;
          background:
            conic-gradient(from 90deg  at top    var(--b) left  var(--b),var(--_g)) 0    0    / var(--_p),
            conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g)) 100% 0    / var(--_p),
            conic-gradient(from 0deg   at bottom var(--b) left  var(--b),var(--_g)) 0    100% / var(--_p),
            conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
    
          width: 200px;
          height: 100px;
          box-sizing: border-box;
          margin: 5px;
          display: inline-flex;
          font-size: 30px;
          justify-content: center;
          align-items: center;
          text-align: center;
          transition: border 0.3s ease-in-out;
        }
    
        /* Hover effect */
        .box:hover {
          border: 10px solid #00bdfe !important; /* space for the border */

        }


/* 

/*
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  /* overflow-x: hidden; */
}
@media (max-width: 565px) {
  section.featured-items{
  }
  .main-banner h2{
    font-size:30px !important;
    line-height: 40px !important;
    padding-bottom: 15px;
  }
  .main-banner .icon-button a{
    font-size: 15px !important;
  }
  .icon-button {
    margin-top: 30px  !important;
  }
  .main-banner .big-border-button a{
    font-size: 13px !important;
  }
  .main-banner .buttons{
    margin-top: 0px !important;
  }
  .main-banner p{
    font-size: 12px !important;
    padding: 15px 0px;
    text-transform:uppercase;
  }
  .contest-details .main-content{
    padding: 80px 10px;
  }
  .book {
    width: 70% !important;
  }
  .container{
    padding: 0px 30px;
  }
  .contact-Us-content .container{
    margin: 0px 30px;
  }
  .container-fluid{
    padding: 0px 30px ;
  }
}

@media (max-width: 767px) {
  .lazy-hight-closed-contests{
    min-height: 342px !important;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell{
   text-align: start !important; 
  }
  .profile-section{
    margin-top: 120px;
  }

  input.check-toggle-round-flat + label{
    height: 33px;
  }
  .switch > span{
    top: 8px;
  }
  .contact-Us-content img{
    width: 100%;
  }
  .contact-Us-content .form{
    width: 90%;
  }
  .hero-contact-Us .content {
    padding: 20px 10px;
    width: 100%;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .testimonials .item .content {
    display: inline-block;
    text-align: center;
  }
  .testimonials .item .content .image {
    margin-top: 30px;
  }
  .testimonials .item .content .left-content {
    margin-right: 0px;
  }
  .featured-items .owl-nav .owl-next,
  .closed-contests .owl-nav .owl-next {
    right: -10px !important;
  }
  .featured-items .owl-nav .owl-prev,
  .closed-contests .owl-nav .owl-prev {
    left: -10px !important;
  }

}

@media (max-width: 992px) {
  .lazy-hight-closed-contests{
    min-height: 468px !important;
  }
  .order-form{
    width: 80%;
  }
  .ordar-image{
    width: 70%;
  }
  .header-area .main-nav .nav li:first-child {
    padding-left: 0px !important;
  }
  .header-area .main-nav .nav li:last-child {
    /* padding-right: 15px !important; */
  }
  .header-area .main-nav .nav li ul li:first-child {
    padding-left: 0px !important;
  }
  .header-area .main-nav .nav li ul li:last-child {
    padding-right: 0px !important;
  }
  .header-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding: 30px;
  }
  
.main-banner h2 {
  font-size: auto;
  width: auto;
  margin: center;
}
.main-banner p{
  width: auto;
}
  .border-button a {
    font-size: 14px;
    padding: 10px 20px;


  }
  .header-area .main-nav .logo {
  }
  .section-heading {
    text-align: center;
  }
  section.popular-categories .main-button {
    text-align: center;
    margin-top: -30px;
  }
  section.popular-categories .popular-item {
    margin-top: 30px;
  }
  .contest-win .contest-item {
    margin-bottom: 30px;
  }
  .contest-details .top-content {
    text-align: center;
  }
  .contest-details .top-content ul {
    text-align: center;
    margin-top: 30px;
  }
  .contest-details .top-content ul li:first-child {
    margin-left: 10px;
  }
  .contest-details .top-content ul li {
    margin: 0px 10px;
  }
  .contest-details .item {
    margin-bottom: 20px;
  }
  .contest-waiting .waiting-item {
    margin-bottom: 30px;
  }
  .top-categories .item,
  section.contact-us .info-item {
    margin-bottom: 15px;
  }
  section.popular-categories,
  .contest-win {
    padding: 0px;
  }
  .chosen-country .border-button input  {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    vertical-align: middle; 
    width: 65px;
    font-size: 10px;

  }
  .pricing-item {
    margin-bottom: 15px;
  }
  .featured-contests .item .hover-effect .content .info {
    display: flex !important;
  }
  .popupContainer{
    width: 350px;
  }
  .one_half.last {
    width: 20%;
    margin-left:24%;
  }
  .one_half{
    padding: 6px 16px;
  }


  .image-arrow img {
    padding-top: 0px;
    margin-top: -94px;
    width: 138px;
    margin-left: 254px;

  }
  .image-abtus {
    margin-top: 0;
    width: auto; 
  }

  .image-abtus img {
    display: flex;
    margin-top: 0px;
    width: 390px;
    align-items: center;
    margin-bottom: 25px;
  }
  .description-abtus {
    text-align: center;
    margin-left: 10px;
  }
}

@media (min-width: 1050px) and (max-width: 1400px) {
  .row-background{
    top:5%;
    height:90% !important
  }
} 
@media (min-width: 991px) and (max-width: 1400px) {
  .about-us-image-content{
    justify-content: start !important;
  }
} 
@media (max-width: 1050px){
  .row-background{
    top:0%;
    height:100% !important
  }
}
@media (max-width:1400px){
  
.lazy-hight{
  min-height: 360px !important;
}
.lazy-hight-closed-contests{
  min-height: 459px !important;
}

}
@media (max-width: 1200px) {
  .lazy-hight{
    min-height: 300px !important;
  }
  .lazy-hight-circle{
    min-height: lazy-hight-circle;
  }
  .lazy-hight-closed-contests{
    min-height:410px  !important;
  }
  .header-bg{
    /* padding: 10px 5px; */
  }

  .featured-contests .item .hover-effect .content .info {
    display: none;
  }
}
@media (max-width: 360px) {

  .main-banner .big-border-button a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*
---------------------------------------------
login section
---------------------------------------------
*/
.auth-section{
  background-image: url(../images/Dod2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 70px;


}


.auth-img{
  transform: translateY(-70px);
  width: 40%;
  margin: 0px auto;

}

.auth-img2{
  transform: translateY(-50px);
  width: 40%;
  margin: 0px auto;

}

.auth-card{
  background-image: url(../images/content-backgournd.svg);
  border-radius: 50px;
  width: 50%;
  padding: 20px 50px;
  
}

.show-password{
  cursor: pointer;
}
.card-body{
  transform: translateY(-50px);

}
.auth-card label{
  color: #252049;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0px;
  
}
.card-body input {
  background-color: rgba(176, 186, 195, 0.4)  ;
  padding: 20px 20px;
  border-radius: 22px;
}
.card-body select{
  background-color: rgba(176, 186, 195, 0.4)  ;
  padding: 20px 20px;
  border-radius: 22px;
}
.card-body a{
  color: #252049;
}
.card-body .auth-btn{
  background-color: #F39C22 ;
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1);
}
.card-body .auth-btn:hover{
  background-color: #F39C22 ;
}
.card-body .auth-choices{
  color: #d68e29  !important;
  cursor: pointer;
}
.card-body .auth-choices:hover{
  color: #ffac38  !important;
}
.card-body .Auth-or{
  font-size: 20px;
  position: relative;
}
.card-body .Auth-or::after{
  content: '';
  position: absolute;
  left: 105%;
  top: 50%;
  width: 12px;
  border: 1px solid #212529;

}
.card-body .Auth-or::before{
  content: '';
  position: absolute;
  right: 105%;
  top: 50%;
  width: 12px;
  border: 1px solid #212529;
}

.brands-btns{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.1);
 cursor: pointer;
}


.custom-select-with-arrow {
  appearance: auto;
  background: transparent; /* Transparent background */
  position: relative;
}

.payment-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 166px 0;
}
.order-completed {
  background-color: #2e2546;
  padding: 30px 60px;
  border-radius: 10px;
}
.order-completed h2 {
  color: #fff;
  font-size: 40px;
}
.order-completed h2 em {
  font-style: normal;
  color: #F39C22;
}

.skeleton {
  position: relative;

}
.skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: skeleton 1s infinite reverse;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
 
  
}
.circle-skeleton {
  position: relative;

}
.circle-skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  background-size: 200%;
  animation: skeleton 1s infinite reverse;
  border-radius: 50%;
  
}
@keyframes skeleton {
  0% {
      background-position: -100% 0;
  }
  100% {
      background-position: 100% 0;
  }
}

.lazy-hight{
  min-height: 422px;
}
.lazy-hight-circle{
  min-height: 408px;
} 
.lazy-hero-cat{
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * (1 / 1));  /* Maintain intrinsic aspect ratio */
  position: relative;
  overflow: hidden;
} 
.lazy-hight-main {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * (3567 / 2539));  /* Maintain intrinsic aspect ratio */
  position: relative;
  overflow: hidden;
}

.min-height-colsed{
  min-height: 505px !important;
}
.min-height-contest{
  min-height: 801px !important;
}

.img-404 {
  background-image: url(../images/404.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  background-color: #2a2a2a;
  margin-top: 70px;
  height: 94vh;
  padding-bottom: 70px;
}
#previewContainer2 img{
  width: 35px;
}

html[lang='ar'] .modal-header .btn-close{
  margin:0 !important
}


.plain-text-input {
  border: none;
  background: transparent;
  outline: none;
  pointer-events: none;
}

.modal-body td {
  word-break: break-word;  /* For most browsers */
  word-wrap: break-word;
  white-space: normal; 
  width: 100%; /* Ensures wrapping */
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
      float: left !important;
  }
  html[lang='ar'] .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
      float: right !important ;
  }
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
      float: left !important;

  }
  html[lang='ar'] .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
      float: right !important ;

  }
  .dataTables_info{
      display: none !important;
  }
}

html[lang="ar"] .contest-details .main-content h4 {
font-family: Futura !important;
}
html[lang="ar"] .closed-item .down-content h4{
font-family: Futura !important;
}



/* Style the dropdown container */
#country_list {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 95% !important;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}



/* Hover effect for dropdown items */
#country_list .dropdown-item:hover {
    background: #f8f9fa;
}

/* Hide the default select element (since we replaced it with input) */
#country_id {
    display: none;
}




.iframe-2 {
  width: 24%;
  top: 0%;
  right: 88%;
  z-index: -10;
  animation: floatUpDown 4s ease-in-out infinite;
}

.iframe-3 {
  width: 24%;
  bottom: 2%;
  left: 88%;
  z-index: -10;
  animation: floatUpDownReverse 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0) rotate(-40deg) ; }
  50%  { transform: translateY(-30px) rotate(-40deg) ; }
  100% { transform: translateY(0) rotate(-40deg) ; }
}
@keyframes floatUpDownReverse {
  0%   { transform: translateY(0) rotate(15deg); }
  50%  { transform: translateY(30px) rotate(15deg); }
  100% { transform: translateY(0) rotate(15deg); }
}
.iframe-4 {
  width: 20%;
  top: -10%;
  left: 85%;
  aspect-ratio: 1 / 1;
}
.iframe-img {
  animation: spin 6s linear infinite;

}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.iframe-4-text{
  /* position: absolute; */
  position: absolute;
  top: 35%;
  left: 13%;
  font-size: 3.5vw;
  z-index: 1;

}
@media (min-width:1360px){
  .iframe-4-text{
    font-size: 57px !important;

  }
}
@media (max-width:990px){
  .iframe-4-text {
    font-size: 3.0vw ;
}
}

.guide-header{
  color: #F39C22;
  font-size: 2.5rem ;
}
.guide-content{
  margin-top: 10px;
  font-size: 1.35rem;
  color: #252049;
  text-align: center;
}
.guide-img{
  /* transform: translateY(-100%); */
  width: 400px;
}

.guide-1{
  transform: translateY(-30%);

}
.guide-2{
  transform: translateY(60%);

}
@media (max-width:800px){
  .guide-2{
    transform: translateY(0%);

  }
  .guide-arrow-right{
    display: none !important;
  }
  .guide-arrow-lef{
    display: none !important;
  }
}

.guide-3{
  transform: translateY(5%);

}
.steps-spacing{
  padding: 120px 0px;
}

.guide-arrow-lef{
  left: -30%;



  
  top: 0%;
  width: 13%;
  transform: scaleX(-1) rotate(25deg);
}
.guide-arrow-right{
  right: -30%;
  top: 45%;
  width: 30%;
  transform: rotate(150deg);
}


/* 
.review-slide:nth-child(1){
  padding: 30px  ;
}
.review-slide:nth-child(2){
  padding: 20px ;
}
.review-slide:nth-child(4){
  padding: 20px ;
}
.review-slide:nth-child(5){
  padding: 30px ;
}

.swiper-slide{
  transition:  padding 1s ease;

} */

.swiper3 .swiper-button-prev{
  position: absolute;
  left: 39.7%  !important;
  top: 60%;
  padding: 6px;
  height: auto;
  width: auto;
  opacity: 1;
}
.swiper3 .swiper-button-next{
  position: absolute;
  right: 39.7% !important ;
  top: 60%;
  padding: 6px;
  height: auto;
  width: auto;
  opacity: 1;
}
html[lang="ar"] .swiper-button-prev,.swiper-button-next{
  display: none;
}
html[lang="ar"] .swiper-button-next{
  display: none;
}
.fs-15{
  font-size: 18px;
  color: #332b69;
}
.rev-image-steps{
  width: 150px;
}

@media (max-width:900px){
  .swiper3 .swiper-button-prev{
    top: 55% !important;
    left: 22.5% !important;
  }
  .swiper3 .swiper-button-next{
    top: 55% !important;
    right: 22.5% !important;
  }
}
@media (max-width:640px){

  .swiper3{
    width: 70%;
  }
  .swiper3 .swiper-button-prev{
    top: 55% !important;
    left: auto !important;
  }
  .swiper3 .swiper-button-next{

    top: 55% !important;
    right: 0% !important;
  }
}
.slider-iframe{
  height: 500px;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 750px;
      margin: 1.75rem auto;
  }
}
.slide-content{
  position: relative;
}
.run-vid{
  color: #F39C22 ;
  position: absolute;
  top: 40%;
  left: 38%;
  pointer-events: none;
}