@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sora:wght@100..800&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
  font-family: "DM Sans", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: var(--whitecolor);
	background-repeat: repeat-x;
	font-size:16px;
	color:#767676;

}
a{
	color:inherit;
	outline: none !important;
    text-decoration: none;
}
a:hover{
    color:inherit;
    text-decoration:none;
}


.btn:focus{
	outline: none !important;
}
ol {
	padding-left: 0;
}

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

img {
	vertical-align: top;
	max-width:100%;
	border: none;
	outline: none;
}

.btn:focus,
.form-control:focus,
.resizeselect:focus{
	box-shadow: none;
	border: none;
	outline: 0;
}
:root{
    --lightcolor:#f54d00;
    --darkcolor:#020305;
    --whitecolor:#ffffff;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px;
  }
}

header{
  position: fixed;
  left: 0;
  right: 0;
  top:0;
  z-index: 222;
}
.navbar-brand{
  border-right: solid 2px #eeeeee;
  padding-right: 25px;
  height: 79px;
  padding-top: 6px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--darkcolor);
  font-family: "Sora", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 19px;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--lightcolor);
}
.banner-part {
  height: 660px;
  position: relative;
  z-index: 2;
  background: var(--darkcolor);
}
.banner-part .owl-carousel .items-sliders {
    height: 660px;
    width: 100%;
}
.fixed-menu{
  position: fixed !important;
  top:0;
  left: 0;
  right: 0;
  z-index: 999;
}
.banner-part .btn-about {
  background:var(--lightcolor);
  box-shadow: none !important;
  letter-spacing: inherit !important;
  font-weight: 400 !important;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 0;
  color: var(--whitecolor) !important;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
  text-transform: uppercase;
}
.banner-part .btn-about:hover{
  background-color: var(--whitecolor);
}
.banner-part .btn-about svg{
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-left: 5px;
}
.banner-part .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-part .owl-dots .owl-dot {
  display: table !important;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  border: solid 2px transparent !important;
  text-align: center;
}
.banner-part .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  opacity: 9 !important;
  background: #fff !important;
  margin: auto;
  display: block;
  margin: 0 auto !important;
}
.banner-part .owl-dots .active {
  border: solid 2px !important;
}
.banner-part .owl-dots .active span {
  background: var(--lightcolor) !important;
}
.banner-part .owl-carousel .items-sliders {
  height: 702px;
  padding-top: 100px;
}
.banner-part .owl-carousel .items-sliders .container {
  position: relative;
  z-index: 2;
  height:560px;
  display: grid;
  align-content: center;
}
.banner-part .owl-carousel .items-sliders .container h2 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Anek Malayalam", serif;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;

}
.banner-part .owl-carousel .items-sliders .container h2 span {
  font-family: "Anek Malayalam", serif;
  text-transform: uppercase;
}
.banner-part .owl-carousel .items-sliders figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 101%;
  height: 660px;
}
.banner-part .owl-carousel .items-sliders figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.nunts{
  position: absolute;
  width: 220px;
  display: inline-block;
  left: 0;
  bottom: -90px;
  z-index: 4;
}
.cherry02{
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.banner-part .owl-carousel .nunts{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 15px;
  font-size: 50px;
}
.banner-part .owl-carousel h2 span{
  font-family: 'Anybody', sans-serif;
}
.banner-part .owl-carousel .cherry02{
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name:fadeOutLeft;
}
.banner-part .owl-carousel h6 {
  font-size: 18px;
  color: #fff;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-family: "Anek Malayalam", serif;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-part .owl-carousel p {
  font-size: 20px;
  color: #fff;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  font-weight: 300;
}
.banner-part .owl-carousel .btn-contact {
  background: var(--lightcolor);
  border-radius: 50px 0 50px 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  font-size: 16px;
  text-transform:capitalize;
  padding: 18px 35px;
  font-weight: 600;
  margin-top: 20px;
  color: var(--darkcolor) !important;
  box-shadow: #000 61 4px 7px 30px;
}
.banner-part .owl-carousel .btn-contact svg {
  width: 20px;
  height: 20px;
}
.banner-part .owl-carousel .button-divu {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.banner-part .owl-carousel .active .nunts{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .cherry02{
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name:fadeInLeft;
}
.banner-part .owl-carousel .active h2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active h6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .btn-contact {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.banner-part .owl-carousel .active .button-divu {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.right-magic {
  border-left: solid 2px #eeeeee;
  padding: 22px 0 22px 28px;
}
.u-icons {
  background: var(--lightcolor);
  color: var(--whitecolor);
  font-family: "Sora", sans-serif;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  line-height: 44px;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
}
.calls-iconu h5{
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: var(--darkcolor);
}
.calls-iconu h5 small{
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;

}

.btn-bookings {
  background: var(--lightcolor);
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
  color: var(--whitecolor);
  margin-left: 5px;
  position: relative;
  padding: 15px 30px;
  left: 16px;
  transition: all 0.5s;
}
.btn-bookings:hover{
  background: var(--darkcolor);
  color: var(--whitecolor);
}
/* .btn-bookings::after{
  position: absolute;
  left: -1px;
  content: "";
  background: var(--lightcolor);
  top: -30px;
  width: 150%;
  height: 302%;
} */
.btn-bookings span{
  position: relative;
  z-index: 2;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
}
@-webkit-keyframes fadeInLeft {
  0% {
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  }
  100% {
          opacity: 1;
          -webkit-transform: none;
          transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
    0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    }
    100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
    }
}

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

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

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

.body-seaction{
  padding-top: 70px;
}
.sub-heading{
  color: #999999;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "DM Sans", serif;
  padding-left: 22px;
}
.sub-heading::after{
  position: absolute;
  content: "";
  left: 0;
  top:6px;
  width: 8px;
  height: 8px;
  background: var(--lightcolor);

}
.about-home-parts h2{
  font-family: "Sora", serif;
  font-weight: 800;
  font-weight: 55px;
  line-height: 45px;
  text-transform: uppercase;
  color: var(--darkcolor);
}
.about-home-parts h2 span{
  font-family: "Sora", serif;
}
.col-box{
  display: flex;
  align-items: center;
  border: solid 1px #f1f1f1;
  padding: 10px;
}
.col-box span{
  width: 40px;
  height: 40px;
  background: var(--lightcolor);
  color: var(--whitecolor);
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  margin-right: 15px;
}
.col-box h5{
  font-family: "Sora", serif;
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 600;
}
.btn-mores{
  background: var(--lightcolor);
  box-shadow: none !important;
  letter-spacing: inherit !important;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 0;
  color: var(--whitecolor) !important;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
  text-transform: uppercase;
}
.btn-mores:hover{
  background: var(--darkcolor);
}
.sm-about-pic{
  width: 95%;
  height: 500px;
  overflow: hidden;
}
.cover-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-div-text {
  width: 150px;
  height: 150px;
  background: var(--lightcolor);
  color: var(--whitecolor);
  top: 24px;
  right: 0;
  font-family: "Sora", serif;
  text-align: center;
}
.c-div-text p{
  font-weight: 200;
  font-size: 16px;
  color: #bbb;
}
.c-div-text i{
  font-size: 45px;
  color: var(--lightcolor);
}
.c-div-text h5{
   font-size: 45px;
   font-family: "Sora", serif;
   font-weight: 700;
}
.c-div-text h5 small{
  font-size: 15px;
  font-family: "Sora", serif;
  font-weight: 300;
}
.missouns{
  background: var(--darkcolor);
  padding: 25px;
}
.missouns h5{
  font-family: "Sora", serif;
  text-transform: uppercase;
  font-size: 16px;
}
.missouns p{
  font-weight: 300;
  color: #bbb;
}
.spoi-icon{
  width: 5%;
  display: inline-block;
}
.funs-cals{
  margin-top: 90px;
}
.funs-cals::after{
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background:#020305 url(../images/theater-performance-intermission-stockcake1.jpg) center;
  height: 260px;
  width: 100%;
  bottom: -80px;
}
.funs-cals .container{
  position: relative;
  z-index: 3;
}
.ccomin-items-box{
  padding: 42px 45px;
  text-align: center;
  position: relative;
  border: 1px solid #d7d7d7;
  transition: all 0.5s;
  background: var(--whitecolor);
}
.ccomin-items-box::before{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  height: 3px;
  background: var(--lightcolor);
  width: 100%;
  content: "";
  transform: scale(0);
  transition: all 0.5s;
}
.ccomin-items-box:hover::before{
  transform: scale(1);
}
.ccomin-items-box:hover{
  background: var(--darkcolor);
}

.ccomin-items-box h5{
  color: var(--darkcolor);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Sora", serif;
  transition: all 0.5s;
}
.ccomin-items-box i{
  font-size: 40px;
  color: var(--lightcolor);
}
.ccomin-items-box:hover h5,
.ccomin-items-box:hover p{
  color: var(--whitecolor);
}
.col-nou h2{
  color: var(--lightcolor);
  font-family: "Sora", serif;
  font-weight: 700;
  font-size: 40px;
}
.col-nou p{
  color: var(--darkcolor);
  font-family: "Sora", serif;
}
.events-div{
  padding: 70px 0;
}
.events-div{
  padding: 150px 0 70px 0;
}
.md-heading{
  font-family: "Sora", serif;
  font-weight: 800;
  font-weight: 55px;
  line-height: 45px;
  text-transform: uppercase;
  color: var(--darkcolor);
}
.md-heading span {
  font-family: "Sora", serif;
}
.comon-evntsy{
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 12px;
  position: relative;
  min-height: 410px;
  margin-bottom: 30px;
}
.comon-evntsy h5{
  font-family: "Sora", serif;
  font-size: 18px;
  color: var(--darkcolor);
  font-weight: 700;
}
.post-imgs{
  height: 204px;
  overflow: hidden;
  width: 100%;
}
.post-imgs img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.comon-evntsy:hover img{
  transform: scale(1.1);
}
.comon-evntsy{
  position: relative;
}
.comon-evntsy .btn{
  text-transform: uppercase;
  font-weight: 600;
  color: var(--darkcolor);
  font-size: 14px;
}
.comon-evntsy::after{
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 0;
  right: 0;
  width: calc(100% - 13px);
  height: calc(100% - 6px);
  background-color: var(--lightcolor);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

}
.comon-evntsy:hover::after{
  bottom: -6px;
  right: -6px;
}

.upcoming-events{
  background: var(--darkcolor);
  padding:0 0 70px 0;
  height: 630px;
}

.upcoming-events .sub-heading::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--lightcolor);
  display: inline-block;
  margin: auto;
  right: 160px;
}
.upcoming-events .container{
  position: relative;
  z-index: 2;
  height: 300px;
}
.md-ban{
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  font-family: "Sora", serif;
}
.baner-pictures{
  height: 630px;
  top:0;
  left: 0;
  right: 0;
  width: 100%;
}
.baner-pictures img{
  object-position: top;
  opacity: 0.3;
}
.upcoming-events .btn-maod{
  background: var(--lightcolor);
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
  color: var(--whitecolor);
  margin-left: 5px;
  position: relative;
  padding: 15px 30px;
  left: 16px;
  transition: all 0.5s;
  display: table;
}

.times-div span {
  display: block;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}
#timer > div{
  margin: 0 35px;
  font-size: 50px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  color: white;
  text-align: center;
}

.wd-sub-menu .woodmart-nav-link{
  font-family: "Quicksand", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
.wd-sub-menu .woodmart-nav-link:hover{
  background: #eb0e0e;
  color: #fff;
}
.wd-sub-menu .menu-item{
 border-bottom: dashed 1px #E4E4E4;
}
.wd-sub-menu li:last-child.menu-item{
  border-bottom: none;
}


.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn {
  top: 20px !important;
  left: 20px !important;
  height: 30px;
  width: 30px;
}
.teams-sctions{
  padding: 70px 0;
}
.teams-sctions .sub-heading::after,
.gallery-parts01 .sub-heading::after,
.blogs-div .sub-heading::after,
.portoflios .sub-heading::after{
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--lightcolor);
  right: 80px;
  margin: auto;
}
.comon-teams05 figure{
  height: 350px;
  overflow: hidden;
}
.comon-teams05 figure img{
  transform: scale(1);
  transition: all 0.5s;
}
.comon-teams05:hover figure img{
  transform: scale(1.1);
}
.comon-teams05 h5 {
  font-family: "Sora", serif;
  font-size: 16px;
  color: var(--lightcolor);
  font-weight: 700;
}
.comon-teams05 h2 {
  font-family: "Sora", serif;
  font-size: 22px;
  color: var(--darkcolor);
  font-weight: 700;
  margin-top: 5px;
}
.video-sections{
  background: #1e2023;
}
.videos-picou05{
  height: 550px;
  margin: 0;
}
.left-parts05-divg {
  padding-left: 90px;
  padding-top: 0;
  padding-right: 30px;
  height: 550px;
}
.left-parts05-divg .btn-mores{
  width: fit-content;
  display: inline-block;
}
.video-icons05{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.video-icons05::before{
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  width: 65px;
  height: 65px;
  content: "";
  animation: ripple-wave 1s linear infinite;
  border-radius: 5px;
}
.gallery-parts01{
  padding: 70px 0;
}
.comon-galleryus-div{
   position: relative;
   height: 300px;
   overflow: hidden;
   border: 1px solid #d7d7d7;
   padding: 12px;
}
.comon-galleryus-div figure{
  height: 276px;
  display: inline-block;
  width: 100%;
}

.comon-galleryus-div figcaption{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  background: #1e2023;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: center;
  font-size: 25px;
  color: var(--whitecolor);
  text-align: center;
  font-size: 28px;
  transform: scale(0);
  transition: all 0.5s;
}
.comon-galleryus-div:hover figcaption{
  transform: scale(1);
}
.textimonails{
  background: #f8f8f8;
  padding-top: 70px;
  padding-left: 140px;
}
.cmon-texr-div .icon{
  position: absolute;
  right: 0;
  top:0;
}
.items-reviews{

}
.items-reviews p{
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding: 20px;
  position: relative;
}
.items-reviews p::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--lightcolor);
  left: 0;
  right: 0;
  bottom: 0;
}
.strt-ratigns{
  color: var(--lightcolor);
  font-size: 16px;
}
.items-reviews h5{
  color: var(--darkcolor);
  font-weight: 700;
  margin-top: 8px;
}
.items-reviews h5 small{
  margin-top: 2px;
  font-weight: 500;
}
.left-tesimonals-divs{
  top: -20px;
  left: 0;
}
.get-in-touches{
  padding: 70px 0;
}
.btn-submits{
  background: var(--lightcolor);
  letter-spacing: inherit !important;
  font-weight: 400 !important;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 0;
  color: var(--whitecolor) !important;
  margin-top: 20px;
  transition: ease-in-out 0.5s;
  text-transform: uppercase;
}
.btn-submits:hover{
  background: var(--darkcolor);
}
.forms-section .form-control{
  height: 45px;
  border-radius: 0;
  transition: all 0.5s;
}
.forms-section .form-control:focus{
  border: solid 1px var(--lightcolor);
}
.right-contacts-divs{
  background: var(--darkcolor);
}
.get-in-touches textarea.form-control{
  height: 150px;
  resize: none;
}
.comon-labels05{

}
.comon-labels05 h5{
  text-transform: uppercase;
  font-weight: 700;
}
.blogs-div{
  padding: 70px 0;
}
.portoflios{
  background: #1f2024;
  padding: 70px 0;
}
.img-post-img05{
  height: 400px;
  overflow: hidden;
}
.comon-posrtfolios{
  position: relative;
}
.comon-posrtfolios img{
  transform: scale(1);
  transition: all 0.5s;
}
.comon-posrtfolios:hover img{
  transform: scale(1.1);
}
.comon-posrtfolios .posrt-contesn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  display: grid;
  align-content: end;
  padding: 20px;
  background: rgb(12,6,22);
  background: linear-gradient(0deg, rgba(12,6,22,1) 5%, rgba(12,6,22,0) 100%);
}
.comon-posrtfolios .posrt-contesn h6{
  color: var(--whitecolor);
  text-transform: uppercase;
  font-size: 14px;
}
.right-aoew{
  background: var(--lightcolor);
  color: var(--whitecolor);
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  right: 12px;
  top: 13px;
  position: absolute;
  font-size: 29px;
  line-height: 52px;
  transition: all 0.5s;
  z-index: 1;
}
.right-aoew:hover{
  background: var(--whitecolor);
  color: var(--darkcolor);
}
.comon-blogs-po{
  position: relative;
}
.datest{
  background: var(--whitecolor);
}
.datest{

}
.datest h2{
  font-size: 20px;
  padding: 10px;
  background: var(--lightcolor);
  line-height: 20px;
  color: var(--whitecolor);
}
.datest h2 small{
  color: var(--whitecolor);
  text-transform: uppercase;
  font-size: 14px;
}
.metas{
  color: var(--darkcolor);
}
.content-divsd h5{
  color: var(--darkcolor);
  font-weight: 700;
}
.monres{
  text-transform: uppercase;
  color: var(--darkcolor);
  font-size: 14px;
  font-weight: 700;
}
.img-posu{
  height: 400px;
  overflow: hidden;
}
.img-posu img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.knowload-partners{
  padding: 70px 0 40px 0;
}
.knowload-partners h5{
  color: var(--darkcolor);
  font-weight: 700;
}
footer{
  background: #09090a;
  padding:60px 0 0 0;
}
.icons-ft{
  background: var(--lightcolor);
  width: 45px;
  height: 45px;
  color: var(--whitecolor);
  line-height: 46px;
  font-size: 25px;
  margin-right: 12px;
  text-align: center;
}
.emials-divtext h5{
  width: 75%;
  color: #fff;
}
.emials-divtext h5{
  font-size: 18px;
}
.emials-divtext h5 small{
  text-transform: uppercase;
  font-size: 18px;
  color: #bbb;

}
.comon-btm-footer li a{
  font-size: 20px;
  color: #bbb;
  padding: 5px 8px;
}
.links08{
  font-size: 15px !important;
  color: #bbb;
  padding: 7px 0 !important;
  display: inline-block;
  width: 100%;
  transition: all 0.5s;
}
.links08:hover{
  color: var(--whitecolor);
}
.menu-ft-links{
  column-count: 2;
}
.comon-btm-footer h5,
.subcribes-div h5{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.subcribes-div .form-control{
  border: none;
}
.subcribes-div .btn{
  background: var(--lightcolor);
  color: #fff;
}
.copye-textr{
  background: #0e0f10;
  padding: 15px 0;
  margin-top: 15px;
}
.copye-textr p{
  font-size: 14px;


}
.sub-banner-parts01{
  background: url(../images/theater-performance-intermission-stockcake1.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-content: center;
  padding-top: 70px;
}
.sub-banner-parts01 h2{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 42px;
}
.breadcrumb li a{
  color: var(--whitecolor);
}
.breadcrumb li.active{
  color: var(--lightcolor);
}
.middle-partsd{
  margin-top: 70px;
  padding-bottom: 70px;
}
.check-list08 li{
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--darkcolor);
  font-size: 17px;
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
}
.check-list08 li:last-child{
  border-bottom: none;
}
.check-list08 i{
  color: var(--lightcolor);
  font-size: 20px;
  margin-right: 5px;
}
.middle-partsd::before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  content: "";
  background: var(--lightcolor);
  display: inline-block;
}
.why-offer{
  background: #1e2023;
  padding: 70px 0;
}
.why-offer .ccomin-items-box{
  min-height: 240px;
}
.events-parts{
  padding-bottom: 70px;
}
.comonmon-events091,
.img-events-div05{
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
.comonmon-events091{
  box-shadow: #00000026 1px 13px 10px;
}
.img-events-div05 img{
  transform: scale(1);
  transition: all 0.5s;
}
.img-events-div05:hover img{
  transform: scale(1.1);
}
.event-text-div08{
   bottom: 30px;
   left: 25px;
   display: inline-block;
   width: 65%;
   position: relative;
   background: #fff;
   padding: 20px;
   box-shadow: 10px 10px 0 0 rgba(255, 255, 255, 0.4);
}
.event-text-div08 h5{
  font-size: 15px;
}
.event-text-div08 h5 small{
  color: #999;
  margin-bottom: 5px;
}
.event-text-div08 h5 span{
  font-size: 20px;
  color: var(--darkcolor);
  font-weight: 700;
}
.event-text-div08 ul li{
  position: relative;
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 5px;
}
.event-text-div08 ul li strong{
  color: var(--darkcolor);
}
.event-text-div08 ul li::before{
  position: absolute;
  content: "";
  left: 0;
  height: 5px;
  width: 5px;
  display: inline-block;
  background: var(--lightcolor);
  top:8px;
}
.pricert{
  font-weight: 700;
  color: var(--lightcolor);
  font-size: 17px;
}
.btn-mores{
  background: var(--lightcolor);
  color: var(--whitecolor);
  right: 18px;
  bottom: 18px;
  padding: 8px 15px;
  font-size: 18px;
}

.events-parts .sub-heading::after,
.gallery-parts .sub-heading::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--lightcolor);
  display: inline-block;
  margin: auto;
  right: 50px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--lightcolor);
  display: inline-block;
  padding: 15px 25px;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.page-link{
  display: inline-block;
    padding: 15px 25px;
    border-radius: 50px;
    color: var(--darkcolor);
    margin: 0 5px;
    background: rgb(246 197 0 / 10%);
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.page-item:last-child .page-link {
  border-radius: 50px;
}
.event-details-banner  .carousel-item{
  height: 550px;
}
.event-details-banner  .carousel-item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.events-details-part{
  top:-110px;
}
.in-eventsd-vs{
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: #73737345 1px 2px 50px;
}
.lefd-colums h2,
.right-colus-ev h3{
  color: var(--darkcolor);
  font-weight: 700;
}
.lefd-colums i,
.right-colus-ev i{
  color: var(--lightcolor);
  font-size: 18px;
}
.lefd-colums p{
  color: var(--darkcolor);
}
.map-locations{
  font-weight: 600;
}
.lefd-colums::after{
  position: absolute;
  right: 0;
  top:0;
  width: 2px;
  height: 100%;
  content: "";
  border-right: dashed 2px #bbb;
}
.img-posty{
  border: solid 1px #e0e0e0;
  padding: 10px;
  display: inline-block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition: all 0.5s;
}
.img-posty:hover{
  border: solid 1px var(--lightcolor);
}
.img-posty img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.admins-texta{
  color: var(--darkcolor);
  font-weight: 600;
}
.btn-booking-now{
  background: var(--lightcolor);
  color: var(--whitecolor) !important;
  padding: 12px 25px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
}
.data-para{
  color: var(--darkcolor);
  font-weight: 600;
}
.btn-booking-now:hover{
  background: var(--darkcolor);
}
.right-colus-ev .btn i{
  color: var(--whitecolor) !important;
}
.descriptions-div05{
  position: relative;
  top:-50px;
}
.descriptions-div05 .comon-bd-head{
  font-weight: 700;
  color: var(--darkcolor);
  font-size: 30px;
}
.col-mons{
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: #73737345 1px 2px 50px;
  margin-bottom: 35px;
}
.col-mons .comon-bd-head{
  font-size: 25px;
}
.odgra-01 figure{
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  border-radius: 10%;
}
.odgra-01 p{
  color: var(--darkcolor);
}
.col-mons li small{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--lightcolor);
}
.col-mons li{
  font-size: 16px;
  font-weight: 700;
  color: var(--darkcolor);
}
.oer-div-events05{
  padding: 70px 0;
}
.oer-div-events05 h2{
  font-weight: 700;
  color: var(--darkcolor);
}
.text-detailso05{
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.comon-thums-ev{
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}
.comon-thums-ev h5{
  font-weight: 700;
  color: var(--darkcolor);
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  display: inline-block;
}
.img-com05{
  height: 250px;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.dates08{
  top:15px;
  left: 15px;
}
.dates08 strong{
  color: var(--lightcolor);
}
/* blogs */

.blogs-info-div .comon-blogs-list-items {
  display: inline-block;
  height: 610px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.blogs-info-div .comon-blogs-list-items figure {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blogs-info-div .comon-blogs-list-itemsfigure img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.blogs-info-div .comon-blogs-list-items:hover figure img {
  transform: scale(1.1);

}
.blogs-info-div .comon-blogs-list-items figure figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--lightcolor);
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: grid;
  justify-content: center;
  align-content: center;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
}
.blogs-info-div .comon-blogs-list-items .content-post {
  padding: 30px;
}
.blogs-info-div .comon-blogs-list-items .content-post h6 {
  color: var(--darkcolor);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}
.blogs-info-div .comon-blogs-list-items .content-post h5 {
  color: var(--darkcolor);
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  font-weight: 700;
  white-space: nowrap;
}
.blogs-info-div .comon-blogs-list-items .content-post .admin-t {
  margin-right: 15px !important;
}
.blogs-info-div .comon-blogs-list-items .content-post .admin-t i {
  color: var(--lightcolor);
  margin-right: 5px;
}
.comon-sec-blogs-inf-right {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 30px;
  display: grid;
  align-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.comon-sec-blogs-inf-right .serty-div .btn-serach {
  background: var(--primary);
  color: #fff;
  height: 50px;
  width: 70px;
  font-size: 1.6rem;
}
.comon-sec-blogs-inf-right .serty-div {
  background: #f5f5f5;
  height: 50px;
}
.comon-sec-blogs-inf-right .serty-div .form-control {
  border: none !important;
  font-size: 14px;
  background: none;
}
.comon-sec-blogs-inf-right .serty-div .btn-serach {
  background: var(--lightcolor);
  color: #fff;
  height: 50px;
  width: 70px;
  font-size: 16px;
}
.comon-sec-blogs-inf-right h5 {
  font-size: 25px;
  font-weight: 700;
  color: var(--darkcolor);
  font-weight: 700;
}
.comon-sec-blogs-inf-right ul li a {
  color: #0b132b;
  transition: all .5s linear;
}
.comon-sec-blogs-inf-right ul li {
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.comon-sec-blogs-inf-right .como-list figure {
  width: 80px;
  height: 70px;
}
.comon-sec-blogs-inf-right .como-list .textry {
  width: 90%;
  padding-left: 20px;
}
.comon-sec-blogs-inf-right .como-list .textry h5 {
  font-size: 17px;
  color: #0b132b;
}
/* blog details */

.blog-post figure {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.blog-post .comon-heading {
  color: var(--darkcolor);
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 25px;
}
.share-div li,
.share-div a{
  color: var(--darkcolor);
}
.share-div li i,
.share-div a i{
  color: var(--lightcolor);
}
.share-div li{
  margin-right: 10px;
}
.comment-sec-part h2 {
  font-weight: 700;
  color: var(--darkcolor);
  font-size: 25px;
}
.comon-com-div figure {
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 10px;
}
.comment-text {
  width: 89%;
}
.comment-text {
  width: 89%;
}
.comment-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkcolor);
}
.comment-text span {
  font-size: 13px;
  font-weight: 600;
  color: var(--lightcolor);
}
.leave-sec-part h2 {
  font-weight: 700;
  font-size: 25px;
  color: var(--darkcolor);
}
.leave-sec-part .form-control, .conatct-form-div .form-control {
  border: none;
  background: #f1f1f1;
  height: 45px;
  font-size: 16px;
}
.leave-sec-part textarea, .conatct-form-div textarea {
  height: 150px !important;
  resize: none;
}
.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
  background: var(--lightcolor);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 15px 25px;
}
.leave-sec-part .form-group {
  margin-top: 20px;
}

/* contact */
.contact-form-paart {
  background: var(--lightcolor);
  height: 566px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  padding: 40px;
}
.contact-form-paart .form-control {
  border: none !important;
  height: 50px;
  margin-bottom: 15px;
}
.contact-form-paart .btn-submit {
  background: var(--darkcolor);
  height: 50px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  font-size: 20px;
}
.contact-form-paart .form-select {
  border: none !important;
  height: 50px;
  margin-bottom: 15px;
}
.contact-form-paart textarea {
  height: 100px !important;
  resize: none;
}
.page-heading h2 {
  color: var(--darkcolor);
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
/* gallery */
.gallery-parts{
  padding:0 0 70px 0;
}
.comon-gallery h5{
  font-weight: 700;
  color: var(--darkcolor);
  text-align: center;
}
.comon-gallery h5 small{
  color: #999;
  font-size: 15px;
  font-weight: 400;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  color: var(--lightcolor);
}

.com-div-md {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.com-div-md h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  color: var(--darkcolor);
}
.login-modal-pn .form-control {
  border: none;
  font-size: 15px;
  background: #f3f3f3;
  height: 45px;
  margin-bottom: 20px;
}
.login-div-modal .close {
  transform: none;
  position: absolute;
  right: 6px;
  top: 7px;
  border: none;
  background: none;
  font-size: 29px;
  background: var(--lightcolor);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: grid;
  align-content: center;
}
.login-div-modal .close svg {
  width: 23px;
  height: 26px;
  margin: auto;
  color: #fff;
}
.continue-bn {
  background: var(--lightcolor);
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  line-height: 31px;
  transition: all .5s;
  margin-top: 10px;
}
.login-modal-pn {
  padding: 10px 40px 30px 40px;
}
.login-div-modal .modal-content, .login-div-modal .modal-header {
  background: none;
  border: none;
}
.forget2 .form-check-label {
  width: 90%;
  font-size: 14px;
}
.regster-bn {
  cursor: pointer;
  color: var(--lightcolor);
  font-weight: 500;
}
.navbar-toggler{
  border: none;
  font-size: 25px;
  font-weight: 700;
}
.mobile-menu-sec>ul>li {
  margin-bottom: 15px;
}
.mobile-menu-sec a {
  font-weight: 500;
  font-size: 18px;
}
.mobile-menu-sec .signup-btn {
  background: var(--lightcolor);
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  padding: 12px 0;
}
.close-menu {
  border: none;
  color: var(--darkcolor);
  background: none !important;
  position: absolute;
  right: 21px;
  top: 10px;
}
.close-menu svg{
  width: 31px;
  height: 31px;
}
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:active{
  border: none;
  box-shadow: none;
}
@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@media(max-width:1200px){
  .banner-part .owl-carousel .items-sliders .container h2{
    font-size: 50px;
    line-height: 66px;
  }
  .cherry02{
    width: 65%;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
    padding: 12px 10px;
  }
  .calls-iconu h5{
    font-size: 14px;
  }
  .u-icons {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    line-height: 32px;
    font-size: 20px;
  }
  .btn-bookings{
    font-size: 8px;
    padding: 12px;
  }
  .ccomin-items-box h5{
    font-size: 13px;
  }
  .col-nou h2 {
    font-size: 26px;
   }
   .md-heading{
    font-size: 25px;
   }
   .img-posu {
    height: 320px;
   }  
   .left-tesimonals-divs {
    top: -20px;
    left: -90px;
  }
}
@media(max-width:1180px){
  .banner-part .owl-carousel .items-sliders .container h2{
    font-size: 50px;
    line-height: 66px;
  }
  .cherry02{
    width: 65%;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px;
    padding: 12px 10px;
  }
  .calls-iconu h5{
    font-size: 14px;
  }
  .u-icons {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    line-height: 32px;
    font-size: 20px;
  }
  .btn-bookings{
    font-size: 8px;
    padding: 12px;
  }
  
}
@media(max-width:1024px){
}
@media(max-width:910px){
  .navbar-brand{
    border: none;
  }
  .textimonails{
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left-tesimonals-divs{
    display: none;
  }
  .emials-divtext h5 {
    font-size: 14px;
   }
   .emials-divtext h5 small {
    font-size: 13px;
    }  
    .events-div {
      padding: 69px 0 70px 0;
    }
    .sm-about-pic {
      height: 380px;
    }
    .funs-cals{
      display: none;
    }

    .md-ban{
      font-size: 35px;
    }
    .posrt-contesn h5{
      font-size: 18px;
    }
    .cherry02{
      display: none;
    }
    .middle-partsd::before{
      display: none;
    }
    .fun-facts{
      display: none;
    }
 
}
@media(max-width:768px){
 
  .banner-part .owl-carousel .items-sliders .container h2{
    font-size: 20px;
    line-height: 36px;
  }
 
}
@media(max-width:668px){
  .cherry02{
    display: none;
  }
  
  .funs-cals{
    display: none;
  }
  .emials-divtext h5 {
    font-size: 12px;
   }
   .emials-divtext h5 small {
    font-size: 11px;
    }  
    .icons-ft {
      width: 30px;
      height: 30px;
      line-height: 31px;
      font-size: 16px;
      margin-right: 12px;
  }
  .knowload-partners h5 {
    font-size: 16px;
}  
.comon-evntsy h5 {
  font-size: 16px;
}
.md-heading{
  font-size: 19px;
  line-height: 25px;
}
.md-ban{
  font-size:30px;
}

}
@media(max-width:480px){
  .banner-part .owl-carousel .items-sliders .container h2{
    font-size: 40px;
    line-height: 46px;
  }
  .banner-part .owl-carousel .items-sliders,
  .banner-part{
    height: 500px;
  }
  .banner-part .owl-carousel .items-sliders, .banner-part{
    padding-top: 10px;
  }
  .funs-cals{
    display: none;
  }
  .md-ban{
    font-size: 25px;
    line-height: 46px;
  }
  .upcoming-events{
    background-size: cover;
  }
  .baner-pictures{
    height: 100%;
  }
  #timer > div{
    font-size:18px;
    margin: 0 10px;
  }
  

}