* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/**
 Typography
*/
@font-face {
  font-family: 'CBZsanslight';
  src: url('../../assets/fonts/cbzsans/CBZsans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CBZsansmedium';
  src: url('../../assets/fonts/cbzsans/CBZsans-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CBZsanssemibold';
  src: url('../../assets/fonts/cbzsans/CBZSans-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CBZsansbold';
  src: url('../../assets/fonts/cbzsans/CBZsans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CBZsansregular';
  src: url('../../assets/fonts/cbzsans/CBZsans-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'GilroyThin';
  src: local('Gilroy Thin'), local('Gilroy-Thin'),
      url('../../assets/fonts/gilroy/Gilroy-Thin.eot'),
        url('../../assets/fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../../assets/fonts/Gilroy-Thin.woff') format('woff'),
        url('../../assets/fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
  font-family: 'GilroyLight';
  src: local('Gilroy Light'), local('Gilroy-Light'),
      url('../../assets/fonts/gilroy/Gilroy-Light.eot'),
        url('../../assets/fonts/gilroy/Gilroy-Light.woff2') format('woff2'),
        url('../../assets/fonts/gilroy/Gilroy-Light.woff') format('woff'),
        url('../../assets/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: 'GilroyRegular';
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
      url('../../assets/fonts/gilroy/Gilroy-Regular.eot'),
        url('../../assets/fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('../../assets/fonts/gilroy/Gilroy-Regular.woff') format('woff'),
        url('../../assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: 'GilroySemibold';
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
      url('../../assets/fonts/gilroy/Gilroy-Semibold.eot'),
        url('../../assets/fonts/gilroy/Gilroy-Semibold.woff2') format('woff2'),
        url('../../assets/fonts/gilroy/Gilroy-Semibold.woff') format('woff'),
        url('../../assets/fonts/gilroy/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
  font-family: 'GilroyBold';
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
      url('../../assets/fonts/gilroy/Gilroy-Bold.eot'),
        url('../../assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('../../assets/fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('../../assets/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
  font-family: 'GilroyBlack';
  src: local('Gilroy Black'), local('Gilroy-Black'),
      url('../../assets/fonts/gilroy/Gilroy-Black.eot'),
        url('../../assets/fonts/gilroy/Gilroy-Black.woff2') format('woff2'),
        url('../../assets/fonts/gilroy/Gilroy-Black.woff') format('woff'),
        url('../../assets/fonts/gilroy/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/* mac hide \*/
html, body {
height: 100%;
font-family: 'GilroyRegular', Arial, Helvetica, Verdana, sans-serif;
}

body {
  font-weight: 500;
  color: #4c4c4c;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  background-color: #fff;
}



a {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

header {
  position: fixed;
  z-index: 2;
  top: 39px;
  left: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

header.scroll {
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 14px -4px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 4px 14px -4px rgba(0,0,0,0.51);
box-shadow: 0px 4px 14px -4px rgba(0,0,0,0.51);
}

header .logo, menu .logo {
  float: left;
width: 100%;
padding: 8px 0 0 20px;
}
header .logo img.mast, menu .logo img.mast{
  height: 25px;
}
header .logo img.sub, menu .logo img.sub{
  float: left;
  display: none;
  height: 20px;
  padding-left: 154px;
  margin-top: -9999px;
}
header .logo p, menu .logo p{
  font-size: 11px;
  margin-top: 1px;
  margin-left: 15px;
  letter-spacing: 0.4px;
}
header .search {
display: none;
}


  menu {
    position: fixed;
    width: 60px;
    top: 50px;
    right: 20px;
  height: 40px;
  z-index: 4;
  }

menu.scroll {
    top: 10px;
  }

main, .tab-panels section  {
  float: left;
  width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 60px auto -40px;
text-align: center;
}
main .lft  {
  float: right;
  width: 100%;
}
main .rgt  {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 40px;
  z-index:1;
}
main .rgt .advert {
  position: relative;
  border-radius: 12px;
  
  height: 150px;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100% ;
  margin-bottom: 50px;
}






main .rgt .advert .dropdown {
    position: relative;
}

main .rgt .advert .dropdown-button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-radius: 12px 12px 0 0;
}

main .rgt .advert .icon {
    margin-right: 10px;
}


main .rgt .advert .catlist {
    list-style: none;
    padding: 10px;
    margin: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 12px 12px;
    width: 100%;
   text-align: left;
}


main .rgt .advert .catlist li {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

main .rgt .advert .catlist li:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}

main .rgt .advert .catlist li:hover {
    background-color: #f1f1f1;
}


main .rgt .advert .submenu {
    display: flex;
    justify-content: space-between;

}


main .rgt .advert .submenu .dropdown-menu, main .rgt .advert .submenu .dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: 200px;
    position: absolute;
    bottom: 10px;
    height: auto;
    right: -180px;
    display: none;
    z-index: 1;
    overflow: hidden;
}

main .rgt .advert .submenu:hover .dropdown-menu, main .rgt .advert .submenu:hover .dropdown-menu  {
    display: block;
}

main .rgt .advert .dropdown-menu li, main .rgt .advert .dropdown-menu li {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

main .rgt .advert .dropdown-menu li:hover, main .rgt .advert .dropdown-menu li:hover {
    background-color: #f1f1f1;
}














main .rgt .advert .ad{
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
   height: 80px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  margin-bottom: 12px;
  z-index: 1;
}

main .rgt .advert .ad.professional-services{

   margin-top: 20px;

}

main .rgt .advert .ad img{
  width: auto;
  height: 100%;
}

main .site {
  margin: 0 5%;
  width: 90%;
  text-align: left;
}

main .site p{
margin-bottom: 20px;
}

main .site h1.head {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}

main .site h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

main .site h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

main .site li {
  margin-bottom: 10px;
}

main .rgt .advert img{
  width: auto;
  height: 150px;
}
article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

aside {
  float: left;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
}

aside.scroll {
  top: -40px;
}

aside .widget{
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}


.section-padding {
  padding-top: 20px;
}

/*** button ***/

button {
padding: 0;
margin: 0;
border: 0;
text-align: center;
background: transparent;
}

/*** main content ***/

.content-advert { 
  width: calc(100% - 52px);
  margin: auto;
  border-radius: 12px;
  text-align: center;

}

.content-advert img{ 
  float: left;
  width: 100%;
  transition: all 0.3s;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
 /*** box-shadow: 1px 10px 30px -10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 1px 10px 30px -10px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 1px 10px 30px -10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25); ***/
        border: 1px solid rgba(0, 0, 0, 0.9);
}

.content-advert img:hover{ 
  transform: scale(1.02);
  border-radius: 12px;
}


.content-all-advert { 
  overflow: hidden;
  width: calc(100% - 52px);
  margin: auto; margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  text-align: center;

}

.content-all-advert img{ 
  float: left;
  width: 100%;
  transition: all 0.3s;
  border-radius: 12px;
}

.content-all-advert img:hover{ 
  transform: scale(1.02);
  border-radius: 12px;
}

.slides {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 400%;
  height: 400px;
  animation: slide 20s ease-in infinite;
}

.slide img {
  height: 100%;
  border-radius: 12px;
}


@keyframes slide {
  0% { margin-left: 0;}
  21% {margin-left: 0;}
  25% {margin-left: -100%;}
  46% {margin-left: -100%;}
  50% {margin-left: -200%;}
  71% {margin-left: -200%;}
  75% {margin-left: -300%;}
  95% {margin-left: -300%;}
  100% {margin-left: 0;}
}

/*** hide content and show on click ***/

.content-all, .content-tickets, .content-hot, .content-shop, .content-directory, .content-property { display: none; }
.show { display: block; }

.gallery-section {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 46px;
  font-weight: 700;
  color: #f44336;
} 

.filter {
  display: none;
}

.btn {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #fff;
  transition: all 0.3s;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
menu .btn {
  padding: 10px 20px;
  margin: 0 4px 0 0;
  color: #fff;
  background: #261077;
}
.btn:hover,.btn-active {
  background: #f44336;
  color: #fff;
  font-family: 'GilroySemibold';
  transform: scale(1.05);
  border: 1px solid #f44336;
}
.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 10px auto 30px auto;
  /* gap: 14px; */
}
.gallery section {
  display: flex;
  position: relative;
}

.gallery section .gimage{
  width: 100%;
  height: 100px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 20px 100px 20px;
  border-top:  0px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
border-right: 0px solid rgba(0, 0, 0, 0);
border: 1px solid rgba(0, 0, 0, 0.3);
}

.gallery section:hover .gimage {
  transform: scale(1.1);
  cursor: pointer;
}

.gallery section .gimage img{
 position: relative;
    width: 100%;
    height: 100%; /* Set a specific height for the container */
    overflow: hidden;
    display: flex;
    justify-content: center; /* Center horizontally (optional) */
    align-items: center; /* Center vertically */
}

.gallery span {
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 120px;
  width: 100%;
  padding: 0 20px;
height: 100px;

}

.gallery section:hover span {
  top: 128px;
  transform: scale(1.1);

}
.gallery span .txt{
width: 100%;
padding: 3px 0px 0 0px;
text-align: left;
height: 90px;
float: left;
border-radius: 0;
border-left: 0px solid rgba(0, 0, 0, 0);
border-right: 0px solid rgba(0, 0, 0, 0);
border-bottom:  0px solid rgba(0, 0, 0, 0);
}
.gallery span .txt h3 a{
  width: 100%;
font-size: 12px;
  line-height: 14px;
height: 28px;
margin-top: 5px;
font-family: 'CBZsansbold';
color: #31285C;
         max-height: 28px;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.gallery span .txt h4{
  width: 100%;
  color: #ff5331;
  font-family: 'CBZsansregular';
  margin: 2px auto;
font-size: 16px;
  line-height: 18px;
height: 18px;
         max-height: 18px;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.gallery span .txt h5 a{
  float: left;
 padding: 2px 5px;
 margin-top: 3px  ;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, 0.3);
font-size: 10px;
}

.gallery span .txt h5 a:hover{
 background-color: #ff5331;;
 
}
.gallery span .txt h6 a{
  width: 100%;
font-size: 10px;
  line-height: 12px;
height: 12px;
         max-height: 12px;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  outline-offset: -6px;
  outline: 2px solid #fff;
}
.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}


/* services */
.services {
  display: none;
}
.services ul {
  list-style-type: none;
  margin: 5px auto;
  padding: 0;
  text-align: center;
}
.services ul li {
  display: inline-block;
  margin: 0.2em 0;
  border-right: 1px solid grey;
  font-size: 12px;
}
.services ul li:last-child {
  border-right: 0px solid rgba(0, 0, 0, 0);
}
.services ul a {
  text-decoration: none;
  display: block;
  position: relative;
  color: black;
  padding: 0 .5em;
}
.services ul a:hover {
  color: #c69f73;
}


/* footer */
footer, .push {
height: 40px;
}
footer{
float: left;
width: 100%;
  text-align: center;
  margin: 40px auto;
  background-color: #ffffff;
  }

footer ul {
  list-style-type: none;
  margin: 0px auto;
  padding: 0 20px 0 0;
}
footer ul li {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 13px;
}
footer ul a {
  text-decoration: none;
  display: block;
  position: relative;
  color: black;
  padding:.5em 0
}
footer ul a:hover {
  color: #c69f73;
}




  @media (min-width: 780px) {
header .search {
  display: block;
 float: right;
  width: 50%;
  position: absolute;
right: 60px;
 top: 20px;
    padding: 0 0 0 30px;
}
main .rgt .advert {

  height: 250px;

}





main .rgt .advert img{

  height: 250px;
}
  }


    @media (min-width: 900px) {
header .search {
  
 float: left;
  width: 50%;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   
}


header .logo img.sub, menu .logo img.sub {
    margin-top: -30px;
    display: block;
}
}

@media (min-width: 1120px) {

header .logo {
    width: 25%;
}
article {
  width: 66.66666667%;
}

.filter {
  display: block;
  text-align: center;
  max-width: 1050px;
  margin: auto;
}
.services {
  display: block;
}
aside {
  width: 33.33333333%;
}
aside .widget{
  position: fixed;
  overflow: hidden;
  right: 40px;
  top: 192px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0;
  width: auto;
  background-color: transparent;
  box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 10px 30px -10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.25);
}
aside.scroll {
  top: 100px;
}

header {
border-top: 0px solid rgba(0, 0, 0, 0);
  top: 0px;
 
}

 menu {
    top: 10px;
  }

main .rgt .advert {
width: 66.66666667%;
}

main .site {
  margin: 0 20%;
  width: 60%;
}

footer{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  margin: 0 auto;
}


}

@media (min-width: 1440px) {

main .site {
  margin: 0 25%;
  width: 50%;
}
  
  main .rgt  {
  height: 100vh;
  padding: 0;
}
main .rgt .advert {
  position: fixed;
  bottom: 40px;
  height: auto;
  left: 40px;
  top: 80px;
  width: 324px;
  max-width: 324px;
  background-position: bottom center;
  background-size: 100% auto;
  margin-bottom: 0;
}

main .rgt .advert .ad img {
    width: 100% !important;
    height: auto !important ;
}

main .lft  {
  width: 75%;
}
main .rgt  {
  width: 25%;
}

}

