body {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
}

body {
  background: #314148;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Roboto", sans-serif;
}


img.imp-image {
  width: unset !important;
}

.imp-canvas {
  height: auto !important;
}

.imp-canvas {
  overflow: auto !important;

}

p.description a {
  color: white;
  text-decoration: none;
}

body,
.umbrella {
  overflow-x: hidden;
}

.footer-item11 {
  width: 216px;
}

/* Ensure the canvas wrap does not overflow and is scrollable horizontally */
.scroll-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  position: relative;
  width: 100%;
  height: auto !important;
  white-space: nowrap;
  /* Ensure elements are on a single line */
}

/* Make the canvas scrollable within its container */
.imp-canvas {
  overflow: visible !important;
  position: relative;
  width: 3500px;
  /* Ensure the width matches the content */
  height: auto !important;
  display: inline-block;
  /* Allow horizontal scrolling */
}

/* Ensure the image can overflow */
img.imp-image {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  /* Or use object-fit: cover; based on your requirement */
}

/* Adjust the scaling and translation layers */
.imp-translate,
.imp-scale {
  overflow: visible !important;
  position: relative;
  width: auto;
  /* Allow content to define width */
  height: auto !important;
}



article#post-201 span#a span.srwseat_item_con_color {
  background-color: #ff000000 !important;
  color: transparent;
}

article#post-222 span#g1 span.srwseat_item_con_color,
article#post-222 span#g2 span.srwseat_item_con_color,
article#post-222 span#g3 span.srwseat_item_con_color,
article#post-224 span#f6 span.srwseat_item_con_color,
article#post-224 span#g4 span.srwseat_item_con_color,
article#post-224 span#g5 span.srwseat_item_con_color,
article#post-224 span#g6 span.srwseat_item_con_color {
  color: #ff000000;
}

article#post-222 .srwseat_item_con_color,
article#post-224 .srwseat_item_con_color,
article#post-226 .srwseat_item_con_color {
  width: 84px !important;
  height: 44px !important;
}

/* Header */
.footer-bootom .col:nth-of-type(2) {
  padding-top: 20px;
}

.otgs-development-site-front-end {
  display: none;
}

.site-header {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-color: transparent !important;
  position: fixed;
  top: 0%;
  z-index: 1;
}

.site-header.active {
  background-color: #314148 !important;
  z-index: 99;
  max-height: 90px;
}

.site-header.active.hidden {
  background-color: transparent;
}

.site-header.active .toggler {
  top: 32%;
}

.site-header.active .hamburger {
  top: 39%;
  width: 35px;
}

.site-header.active .hamburger>div {
  width: 35px !important;
}

.site-header.active .hamburger>div::before,
.site-header.active .hamburger>div::after {
  width: 35px;
  top: -10px;
}

.site-header.active .hamburger>div::after {
  top: 10px;
}

.site-header.active .site-branding {
  top: 80%;
  transform: translate(-50%, -87%);
}

li {
  list-style: none;
}

.toggler {
  height: 50px;
  width: 66px;
  position: absolute;
  top: 9%;
  left: 3.5%;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}

.hamburger {
  position: absolute;
  top: 19%;
  left: 3%;
  height: 28px;
  width: 65px;
  padding: 0.6rem;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

section.filter {
  filter: brightness(50%);
}

.white-bck {
  background-color: white;
}

/* CREATING THE MIDDLE LINE OF THE HAMBURGER : */

.hamburger>div {
  position: relative;
  top: 0px;
  left: 0;
  background: white;
  height: 2px;
  width: 65px !important;
  transition: all 0.4s ease;
}


.hamburger>div::before,
.hamburger>div::after {
  content: "";
  position: absolute;
  top: -10px;
  background: white;
  width: 65px;
  height: 2px;
  transition: all 0.4s ease;
}

.hamburger>div::after {
  top: 10px;
}

/* IF THE TOGGLER IS IN ITS CHECKED STATE, THEN SETTING THE BACKGROUND OF THE MIDDLE LAYER TO COMPLETE BLACK AND OPAQUE :  */

.toggler:checked+.hamburger>div {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 15.5%;
  left: 3%;
}

.toggler:checked+.hamburger>div::before {
  top: 0;
  transform: rotate(45deg);
  background: white;
}

/* AND ROTATING THE TOP AND BOTTOM LINES :  */

.toggler:checked+.hamburger>div::after {
  top: 0;
  transform: rotate(135deg);
  background: white;
}

/* MAIN menu11 WITH THE WHITE BACKGROUND AND THE TEXT :  */

.menu1 {
  width: 0%;
  height: 100vh;
  background: var(--Primary, #314148);
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

/* IF THE TOGGLER IS CHECKED, THEN INCREASE THE WIDTH OF THE menu1 TO 30% , CREATING A SMOOTH EFFECT :  */

.toggler:checked~.menu1 {
  width: 26.5%;
  z-index: 1;
}

/* STYLING THE LIST :  */

.menu1>div>ul {
  padding-left: 0px;
  margin-left: 0px;

  /* HIDDEN INITIALLY  :  */

  visibility: hidden;
}

.site-branding {
  position: absolute;
  top: 15%;
  left: 8.1%;
  transform: translate(-8%, -15%);
}

.titlesite h1 {
  visibility: hidden;
}

.titlesite {
  position: relative;
  top: 1.5%;
  left: 22%;
}

.home-page,
.home-page1 {
  position: relative;
}

.home-page1 ul {
  position: absolute;
  left: 20.5%;
  bottom: 11.1%;
  width: 50%;
}

.page-id-86 .site-branding {
  display: none;
}

a.btn.btn-primary:hover,
a.btn.btn-secondary:hover {
  background-color: #B7432B;
}

.row.first .description a:hover {
  background-color: #B7432B;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
}

a.um:hover,
a.umm:hover {
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
  color: #B7432B !important;
}

.event-form.primary a:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
}

.home-page ul {
  width: 100%;
  padding-top: 12.5%;
  padding-left: 12%;
}

input[type="submit"]:hover {
  border: none;
}

.woocommerce div.product form.cart .button:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
}

span.hed:hover,
span.hed1:hover {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.20);
  background: #b7432b;
}

.menu-menu-2-container>ul>li>a,
.menu-menu-1-container>ul>li>a {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
}



/* WHEN THE TOGGLER IS CHECKED, CHANGE THE VISIBILITY TO VISIBLE :  */

.toggler:checked~.menu1>div>ul {
  transition: visibility 0.4s ease;
  transition-delay: 0.1s;
  visibility: visible;
}

.toggler:checked~.menu1>div>h1 {
  transition: visibility 0.4s ease;
  transition-delay: 0.1s;
  visibility: visible;
  /* margin-top: 160px; */
  position: absolute;
  left: 50%;
  transform: translateX(-65%);
  top: 110px;
}

.header-buttons {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-right: 3.7%;
  margin-top: 2.3%;
}

/* Styling the new elements in the menu */

.menu-item .btn {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.menu-item p {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

a.btn.btn-primary,
a.btn.btn-secondary {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 0;
}

a.btn.btn-primary {
  display: flex;
  height: 40px;
  padding: 9px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-color: #6c757d00;
  border: 1.3px solid var(--White, #FFF);
}

a.btn.btn-secondary {
  display: flex;
  height: 40px;
  padding: 9px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border-color: #6c757d00;
  border: 1.3px solid var(--White, #FFF);
}

a.btn.btn-primary,
a.btn.btn-secondary {
  box-shadow: none;
}

.toggler.active:checked+.hamburger>div::before {
  width: 33px;
}

.toggler.active:checked+.hamburger>div::after {
  width: 33px;
}

.menu-menu-1-container ul,
ol {
  margin: 0 0;
}

ol,
ul {
  padding-left: 0rem;
}

ul,
ol {
  margin: 0 0;
}

img.mobile {
  display: none;
}

span.hed,
span.hed1 {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

span.hed {
  display: flex;
  width: 257px;
  height: 40px;
  padding: 9px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
  margin-top: 70px;
  margin-bottom: 15px;
}

span.hed1 {
  display: flex;
  width: 257px;
  height: 40px;
  padding: 9px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
}

.no-scroll {
  overflow: hidden;
}

li.menu-item p {
  margin-left: 12%;
}

p.phone {
  margin-top: 52%;
  margin-bottom: 20px;
}

/* FOOTER */
div#footer {
  max-width: 93%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}

footer#colophon {
  background: #182225;
  padding-top: 82px;
  padding-bottom: 12px;
}

p.title,
p.description {
  margin-bottom: 0;
}

p.title {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 20px;
}

p.description {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.72px;
}

p.description.follow {
  padding-bottom: 10px;
}

p.description.hours {
  padding-bottom: 20px;
}



p.footer.second {
  margin-bottom: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}

.footer.second {
  margin-top: 51px;
}

.form-row span.wpcf7-form-control-wrap ::placeholder {
  color: var(--Primary, #314148);
  text-align: start;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  opacity: 0.5;
}

.form-row input[type="email"] {
  display: flex;
  width: 210px;
  height: 40px;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  border: 1.3px solid rgba(255, 255, 255, 0.50);
  background: var(--White, #FFF);
  border-radius: 0;
  margin-right: 8px;
}

.form-row input[type="submit"] {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  display: flex;
  width: 87px;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: var(--b-7432-b, #B7432B);
  border-radius: 0;
}

span.wpcf7-spinner {
  display: none;
}

.footer.first .col-xl-2.col-12.st {
  width: 19% !important;
}

.footer.first .col-xl-2 {
  width: 16.2%;
}

.form-row p {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  margin-top: 11px;
}

/* HOME */
.banner img {
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.row.first .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.row.first .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.row.second .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.row.about .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.row.first .description span {
  color: #B7432B;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.row.second .description2 span {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.row.first .description h1,
.row.second .description2 h1 {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: capitalize;
  max-width: 596px;
  padding-bottom: 15px;
}

.row.first .description p,
.row.second .description2 p {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.72px;
  padding-bottom: 40px;
}

.row.first .description a {
  height: 40px;
  padding: 9px 30px;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.3px solid var(--b-7432-b, #B7432B);
}

.row.second .description2 a {
  height: 40px;
  padding: 9px 30px;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1.3px solid var(--White, #FFF);
}

.col-lg-6.description1 {
  background: #B7432B;
}

.row.first .col-lg-6,
.row.about .col-lg-6 {
  background: #314148;
}

.row.first .description {
  padding-left: 16.3%;
  padding-right: 11.1%;
}

.row.second .description2 {
  padding-left: 7.2%;
  padding-right: 20.4%;
}

.col-lg-6.description1,
.col-lg-6.about1 {
  align-content: center;
  align-items: center;
}

h1,
p {
  margin: 0;
}

.about.us h1 {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.about.us p.about,
.about.us p.about1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.72px;
}

.make-btn-main.bottom-button {
  display: none;
}

p.about1 {
  margin-top: 20px;
}

.about.us {
  padding-left: 6.6%;
  width: 700px;
  align-content: center;
}

/* .event {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #314148;
} */

.event-form h1 {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}

.event-form p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.72px;
  margin-bottom: 25px;
}

.page-id-133 .event-form {
  padding-left: 3.6%;
  padding-right: 17.1%;
  padding-top: 4%;
}

.event-form.event {
  padding-left: 3.6%;
  padding-right: 17.1%;

}

.event-form.primary {
  padding-left: 3.6%;
  max-width: 760px;
  margin-right: 6.1%;
}

p.evn {
  width: 700px;
  margin-top: 10px;

}

.event-form.event {
  padding-left: 3.6%;
  padding-right: 5.5%;
  padding-top: 3%;
}

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

.contact-form-section input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"] {

  width: 480px;
  height: 40px;
  padding: 10px 15px;
  border: 1.3px solid rgba(255, 255, 255, 0.50);
  background: transparent;
  margin-bottom: 15px;
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  opacity: 0.7;
  border-radius: 0;
}

.contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
  width: 480px;
  height: 100px;
  padding: 10px 15px;
  border: 1.3px solid rgba(255, 255, 255, 0.50);
  background: transparent;
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  opacity: 0.7;
  border-radius: 0;
}

.contact-form-section button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: flex;
  width: 480px;
  height: 40px;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: var(--b-7432-b, #B7432B);
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  border-radius: 0;
}

.contact-form-section button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: none;
}

p.table {
  margin-bottom: 0px;
}

p.table {
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 22px;
}

.page-id-133 p.table1 {
  max-width: 290px;
  margin-bottom: 17px;

}

.event-img {
  background-image: url(/wp-content/uploads/2024/05/Rectangle-42.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.event-img1 {
  background-image: url(/wp-content/uploads/2024/05/Rectangle-41-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

.event-img3 {
  background-image: url(/wp-content/uploads/2024/06/Rectangle-41-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
}

.col-lg-6.image {
  background-image: url(/wp-content/uploads/2024/05/Rectangle-41.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.events,
section.about {
  display: flex;
  height: calc(100vh - 50px);
}

.event-form {
  align-content: center;
  align-items: center;
}

p.primary {
  padding-top: 20px;
}

.event-form.primary a {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  padding: 9px 30px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: var(--b-7432-b, #B7432B);
}

.event-form.primary p.primary1 {
  padding-bottom: 20px;
}

h1.contact {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
}

.event-form1.contact {
  align-content: center;
  padding-left: 3.3%;
  padding-right: 16.5%;
}

p.contact {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.72px;
  width: 500px;
}

p.contact1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.72px;
  margin-top: 25px;
  width: 500px;
}

.event-form1.contact .button-form1 {
  margin-top: 25px;
}

.about-map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
}

.imp-canvas {
  height: calc(100vh - 50px);
}

.single-product {
  margin-top: 206px;
  margin-bottom: 40px;
}

ul.products.columns-4 {
  display: none;
}

.single-product h2 {
  color: #31414800;
}

p.price {
  display: none;
}

.woocommerce-product-details__short-description {
  color: white;
}

.smartcms_content_seats_item {
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  display: none;
}

span.posted_in {
  display: none;
}

.woocommerce div.product {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  width: 220px;
  height: 40px;
  padding: 9px 30px;
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: var(--b-7432-b, #B7432B);
  border-radius: 0;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
  width: 45% !important;
  margin-top: -0.5%;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
  width: 47% !important;
}

input#scw_schedules_picker {
  width: 99%;
  height: 40px;
  padding: 10px 15px;
  border-radius: 0;
  background: transparent;
  border: 1.3px solid rgba(255, 255, 255, 0.50);
}

input#scw_schedules_picker::placeholder {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  opacity: 0.7;
}

h1.product {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

aside#secondary {
  display: none;
}

article#post-47 {
  background-color: #314148;
  margin-top: 9%;
}

th.product-quantity {
  display: none;
}

td.product-quantity {
  display: none;
}

.page-id-13 {
  background-color: #314148;
  margin-top: 7% !important;

}

.srwseat_item_con_color {
  float: left;
  width: 100%;
  color: #fff;
  display: flex;
  width: 64px !important;
  height: 44px !important;
  padding: 8px 14px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.smartcms_content_mapping_item_con {
  padding: 2px 12px 12px 0 !important;
  border: none !important;
}

p.product {
  color: var(--White, #FFF);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}

p.product1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.64px;
  margin-top: 12px;
  margin-bottom: 25px;
}

.smartcms_content_mapping_item_con.active {
  background: none !important;
}

.smartcms_content_mapping_item_con.active .srwseat_item_con_color {
  border: 4px solid #fff !important;
}

.single-product input[type="text"]:focus {
  color: #fff;
}

.coupon {
  display: none;
}

td.product-name a {
  color: white !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
  color: white !important;
}

tr.woocommerce-cart-form__cart-item.cart_item span.woocommerce-Price-amount.amount {
  color: white !important;
}

.cart_totals h2 {
  color: white !important;
}

.cart_totals span.woocommerce-Price-amount.amount {
  color: white !important;
}

a.checkout-button.button.alt.wc-forward {
  border: 1.3px solid var(--b-7432-b, #B7432B);
  background: var(--b-7432-b, #B7432B);
  border-radius: 0;
}

td.actions button.button {
  color: white !important;
  border: 1.3px solid #B7432B !important;
  background: #B7432B !important;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #B7432B !important;
}

.woocommerce table.shop_table td {
  border: 1.3px solid rgba(255, 255, 255, 0.50);
}

.woocommerce table.shop_table th {
  color: white !important;
}

.woocommerce table.shop_table {
  border-radius: 0px;
  border: 1.3px solid rgba(255, 255, 255, 0.50) !important;
}

.woocommerce table td.actions {
  display: none;
}

article#post-47 .woocommerce {
  max-width: 75%;
  margin: 0 auto;
}

.wc-block-components-checkout-step__heading {
  color: white;
}

p.wc-block-components-checkout-step__description {
  color: white;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
  border-left: 1.3px solid rgba(255, 255, 255, 0.50) !important;
}

span#radio-control-wc-payment-method-options-cod__label {
  color: white;
}

.wc-block-components-radio-control-accordion-content {
  color: white;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  background-color: #fff0 !important;
  border: 1.3px solid rgba(255, 255, 255, 0.50) !important;
  border-radius: 0px !important;
}

span.wc-block-components-checkbox__label {
  color: white;
}

.wc-block-checkout__terms {
  color: white;
}

.wc-block-components-checkout-return-to-cart-button {
  color: white !Important;
}

button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  border: 1.3px solid #B7432B;
  background: #B7432B;
  border-radius: 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

span.wc-block-components-order-summary__button-text {
  color: white;
}

.wc-block-components-order-summary-item__description {
  color: white;
}

#post-13 .wc-block-components-product-metadata {
  display: none;
}

svg.wc-block-components-panel__button-icon {
  color: white;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  color: white;
}

.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
  color: white;
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item {
  color: white;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  display: none;
}

.wc-block-components-totals-wrapper {
  padding: 16px 0;
  border-top: 1.3px solid rgba(255, 255, 255, 0.50) !important;
}

.is-large .wc-block-checkout__actions {
  border-top: 1.3px solid rgba(255, 255, 255, 0.50) !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  background-color: #fff0 !important;
  border: 1.3px solid rgba(255, 255, 255, 0.50) !important;
  border-radius: 0px !important;
  color: #ffffff !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: white !Important;
  opacity: 0.7;
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background: #fff0 !important;
  border: 1.3px solid rgba(255, 255, 255, 0.50) !important;
  border-radius: 0px !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
  color: white !important;
  opacity: 0.7;
}

input#billing-phone {
  padding: 2.8em .5em .5em;
}

article#post-13 {
  max-width: 75%;
  margin: 0 auto;
}

header.entry-header {
  color: white;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: white;
}

.woocommerce ul.order_details li {
  color: white;
}

.woocommerce-order p {
  color: white;
}

h2.woocommerce-order-details__title {
  color: white;
}

td.woocommerce-table__product-name.product-name {
  color: white;
}

td.woocommerce-table__product-total.product-total {
  color: white;
}

span.woocommerce-Price-amount.amount {
  color: white;
}

tfoot td {
  color: white;
}

.woocommerce-order {
  padding-bottom: 50px;
}

h2.woocommerce-column__title {
  color: white;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: 0px !important;
  color: white !important;
  border: 1.3px solid rgba(255, 255, 255, 0.50) !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
  border: 1.3px solid #B7432B;
  background: #B7432B;
  color: white !important;
  border-radius: 0;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
}

.woocommerce-message {
  border-top-color: #B7432B;
}

.woocommerce-message::before {
  content: "\e015";
  color: #B7432B;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #B7432B;
  text-decoration: none;
  background-image: none;
}

/* 1720*/
@media screen and (max-width: 1720px) {
  .site-branding {
    left: 9.1%;
    transform: translate(-9%, -15%);
  }

  p.phone {
    margin-top: 92%;
    position: relative;
  }

  .woocommerce div.product {
    position: relative;
    max-width: 78%;
    margin: 0 auto;
  }

  article#post-47 {
    margin-top: 14%;
    margin-bottom: 6%;
  }

  .form-row input[type="email"] {
    width: 200px;
  }
}

/* 1536*/
@media screen and (max-width: 1536px) {
  p.phone {
    margin-top: 29%;
  }

  .footer.first .col-xl-2 {
    width: 16%;
  }

  .footer.first .col-xl-2.col-12.st {
    width: 18.5% !important;
  }

  .site-branding {
    left: 10.1%;
    transform: translate(-10%, -15%);
  }

  .form-row input[type="email"] {
    width: 190px;
  }

  .form-row input[type="submit"] {
    width: 80px;
  }

  .event-form.primary {
    max-width: 670px;
    margin-right: 6.1%;
  }

  .event-form1.contact {
    padding-right: 11.5%;
  }

  p.evn {
    width: 620px;
    margin-top: 10px;
  }

  .page-id-133 .event-form {
    padding-right: 13.1%;
    padding-top: 6.5%;
  }

  .woocommerce div.product {
    position: relative;
    max-width: 88%;
    margin: 0 auto;
  }

  .page-id-133 .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {

    height: 33px;
  }

  .page-id-133 .contact-form-section {
    padding-top: 5px;
  }

  .page-id-133 .event-form p {
    margin-bottom: 10px;
  }

  .page-id-133 .event-form h1 {
    font-size: 35px;
    margin-bottom: 6px;
  }

  .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
  }

  p.table {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 15px;
  }

  .page-id-133 p.table1 {
    max-width: 290px;
    margin-bottom: 17px;
    line-height: 23px;
    font-size: 17px;
  }

  h1.contact {
    font-size: 35px;
    margin-bottom: 5px;
  }

  p.contact {
    font-size: 16px;
    line-height: 24px;
  }

  p.contact1 {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
  }

  .event-form1.contact {
    padding-top: 5%;
  }

  .event-form h1 {
    font-size: 35px;
  }

  .event-form p {
    font-size: 16px;
    line-height: 24px;
  }

  .page-id-94 .contact-form-section {
    padding-top: 5px;
  }

  .event-form.event {
    padding-top: 7%;
  }
}

/* 1440*/
@media screen and (max-width: 1440px) {
  .form-row input[type="email"] {
    width: 180px;
  }

  .form-row input[type="submit"] {
    width: 70px;
  }

  .event-form.primary {
    max-width: 615px;
    margin-right: 6.1%;
  }

  p.evn {
    width: 558px;
    margin-top: 10px;
  }

  .page-id-133 .event-form {
    padding-right: 10.1%;
  }

  .woocommerce div.product {
    position: relative;
    max-width: 93%;
    margin: 0 auto;
  }
}

/* 1280*/
@media screen and (max-width: 1280px) {
  p.phone {
    margin-top: 28%;
  }

  .titlesite {
    position: relative;
    top: 1.5%;
    left: 25%;
  }

  .site-branding {
    left: 11.1%;
    transform: translate(-11%, -15%);
  }

  p.title {
    font-size: 18px;
  }

  p.description {
    font-size: 15px;
  }

  div#footer {
    max-width: 96%;
  }

  .form-row input[type="email"] {
    width: 160px;
  }

  .row.first .description h1,
  .row.second .description2 h1 {
    font-size: 35px;
  }

  .menu-item p {
    font-size: 17px;
  }

  .about.us h1 {
    font-size: 35px;
    padding-bottom: 5px;
  }

  .about.us p.about,
  .about.us p.about1 {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-menu-2-container>ul>li>a,
  .menu-menu-1-container>ul>li>a {
    font-size: 27px;
    line-height: 47px;
  }

  .about.us {
    width: 590px;
  }

  .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {

    height: 33px;
  }

  p.evn {
    width: 558px;
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .event-form p {
    font-size: 16px;
    line-height: 26px;
  }

  .event-form h1 {
    font-size: 35px;
  }

  .event-form.primary {
    max-width: 560px;
  }

  .event-form.event {
    padding-left: 3.6%;
    padding-right: 2.5%;
    padding-top: 5%;
  }

  h1.contact {
    font-size: 35px;
    margin-bottom: 5px;
  }

  p.contact {
    font-size: 16px;
    line-height: 25px;
  }

  p.contact1 {
    margin-top: 10px;
  }

  .event-form1.contact {
    padding-right: 6.5%;
    padding-top: 2%;
  }

  .page-id-133 p.table {
    padding-top: 5px;
  }

  .page-id-133 .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
    margin-bottom: 10px;

  }

  .page-id-133 .event-form p {
    margin-bottom: 0px;
  }

  .page-id-133 .event-form h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }


  .page-id-133 p.table1 {
    max-width: 290px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
  }

  p.table {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 15px;
    font-size: 16px;
  }

  .page-id-133 .event-form {
    padding-top: 6%;
  }

  p.product1 {
    font-size: 14px;
  }

  h1.product {
    font-size: 35px;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 48% !important;
    margin-top: -0.5%;
  }

  .woocommerce div.product div.images {
    margin-bottom: 2em;
    width: 50% !important;
  }
}

/* 1024*/
@media screen and (max-width: 1024px) {
  .site-branding {
    left: 13.1%;
    transform: translate(-13%, -15%);
  }

  .titlesite {
    position: relative;
    top: 2.5%;
    left: 29%;
  }

  .menu-menu-2-container>ul>li>a,
  .menu-menu-1-container>ul>li>a {
    font-size: 20px;
    line-height: 40px;

  }

  span.hed,
  span.hed1 {
    font-size: 14px;
  }

  span.hed {
    width: 220px;
    padding: 9px 30px;
    margin-top: 60px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  span.hed1 {
    padding: 9px 15px;
  }

  .menu-item p {
    font-size: 15px;
  }

  p.phone {
    margin-top: 80%;
    margin-bottom: 15px;
  }

  .row.first .description span {
    font-size: 13px;
  }

  .row.first .description {
    padding-left: 10.3%;
    padding-right: 10.1%;
  }

  .row.first .description h1,
  .row.second .description2 h1 {
    font-size: 25px;
  }

  .row.first .description p,
  .row.second .description2 p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 35px;
  }

  .row.second .description2 span {
    font-size: 13px;
  }

  .row.second .description2 {
    padding-left: 7.2%;
    padding-right: 14.4%;
  }

  .footer.first .col-xl-2 {
    width: 33%;
  }

  .footer-item1 {
    max-width: 213px;
  }

  .footer.first .col-xl-2.col-12.st {
    width: 33% !important;
  }

  .form-row input[type="email"] {
    width: 213px;
  }

  footer#colophon {
    padding-top: 70px;
  }

  a.btn.btn-primary,
  a.btn.btn-secondary {
    font-size: 14px;
  }

  .toggler:checked~.menu1 {
    width: 27.5%;
    z-index: 1;
  }

  div#footer {
    max-width: 93%;
  }

  .about.us h1 {
    font-size: 30px;
    padding-bottom: 0px;
  }

  .about.us p.about,
  .about.us p.about1 {
    font-size: 16px;
    line-height: 25px;
  }

  .about.us {
    width: 500px;
  }

  .event-form h1 {
    font-size: 30px;
  }

  .event-form p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .event-form.primary {
    max-width: 480px;
    margin-right: 2.1%;
  }

  .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {
    width: 400px;
    height: 33px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 12px;
  }

  .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    width: 400px;
    height: 90px;
    font-size: 14px;
    font-weight: 600;
  }

  .contact-form-section button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 400px;
    height: 36px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
  }

  p.evn {
    width: 460px;
    margin-top: 0px;
  }

  .event-form.event {
    padding-left: 3.6%;
    padding-right: 2.5%;
    padding-top: 6%;
  }

  .event-form.primary p.primary1 {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  h1.contact {
    font-size: 30px;
    margin-bottom: 1px;
  }

  p.contact {
    font-size: 16px;
    line-height: 23px;
    width: 427px;
  }

  p.contact1 {
    margin-top: 10px;
  }

  p.contact1 {
    font-size: 16px;
    line-height: 23px;
    width: 420px;
  }

  .event-form1.contact .button-form1 {
    margin-top: 20px;
  }

  .event-form1.contact {
    padding-right: 6.5%;
    padding-top: 6%;
  }

  .smartcms_content_mapping_item_con {
    padding: 0px 0px 6px 0 !important;
    border: none !important;
  }

  .srwseat_item_con_color {
    width: 54px !important;
    height: 34px !important;
  }
}

/* 768*/
@media screen and (max-width: 768px) {
  .site-branding {
    left: 16.1%;
    transform: translate(-16%, -15%);
  }

  .row.first .description {
    padding-left: 5.3%;
    padding-right: 3.1%;
    padding-top: 3%;
    padding-bottom: 4%;
  }

  .row.second .description2 {
    padding-left: 5.2%;
    padding-right: 3.4%;
    padding-top: 3%;
    padding-bottom: 4%;
  }

  .form-row input[type="email"] {
    width: 150px;
  }

  .toggler:checked~.menu1 {
    width: 37.5%;
    z-index: 1;
  }

  section.events,
  section.about {
    display: flex;
    height: auto !important;
    flex-direction: column;
  }

  .event-form.primary {
    max-width: 90%;
    margin-right: 2.1%;
  }

  .event-img3 {
    background-image: url(/wp-content/uploads/2024/06/Rectangle-41-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
  }

  .event-form.primary {
    max-width: 90%;
    margin-right: 2.1%;
    padding-top: 15%;
    padding-bottom: 8%;
  }

  .event-form.event {
    padding-left: 3.6%;
    padding-right: 0;
    padding-top: 19%;
    padding-bottom: 7%;
  }

  p.evn {
    width: 94%;
    margin-top: 0px;
  }

  .event-img1 {
    background-image: url(/wp-content/uploads/2024/05/Rectangle-41-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
  }

  .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {
    width: 635px;
    max-width: 100%;
  }

  .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    width: 635px;
    max-width: 100%;
  }

  .contact-form-section button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 635px;
    height: 36px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    max-width: 100%;
  }

  .event-form1.contact {
    padding-right: 6.5%;
    padding-top: 15%;
    padding-bottom: 7%;
  }

  .about-map {
    height: 700px;
  }

  .page-id-133 .event-form {
    padding-top: 16%;
    padding-bottom: 5%;
  }

  .event-img {
    background-image: url(/wp-content/uploads/2024/05/Rectangle-42.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 100% !important;
    margin-top: 5.5%;
  }

  .srwseat_item_con_color {
    width: 64px !important;
    height: 44px !important;
  }

  .smartcms_content_mapping_item_con {
    padding: 0px 0px 15px 0px !important;
    border: none !important;
  }

  .about.us {
    width: 90%;
    margin-top: 13%;
  }

  .col-9 {
    height: calc(100vh - 50px);
    flex: 0 0 auto;
    width: 100%;
    margin-top: 10%;
  }

  .col-9 {
    height: calc(100vh - 50px);
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0%;
  }
}

/* 600*/
@media screen and (max-width: 600px) {
  .header-buttons {
    display: none;
  }

  .page-id-86 .site-branding {
    display: block;
  }

  .toggler:checked~.menu1 {
    width: 90%;
    z-index: 1;
  }

  .hamburger {
    top: 19%;
    left: 5%;
  }

  .site-branding {
    left: 41%;
    transform: translate(-41%, -15%);
    top: 15%;
  }

  .toggler:checked+.hamburger>div {
    top: 41%;
    left: 12%;
  }

  .titlesite {
    position: relative;
    top: 2.5%;
    left: 24.5%;
  }

  .menu-menu-2-container>ul>li>a,
  .menu-menu-1-container>ul>li>a {
    font-size: 26px;
    line-height: 50px;
  }

  .home-page ul {
    width: 100%;
    padding-top: 17%;
    padding-left: 7.5%;
  }

  span.hed {
    width: 257px;
    padding: 9px 30px;
    margin-top: 90px;
    margin-bottom: 15px;
    max-width: 100%;
  }

  img.desk {
    display: none;
  }

  span.hed,
  span.hed1 {
    font-size: 16px;
  }

  span.hed1 {
    padding: 9px 20px;
  }

  img.mobile {
    display: block;
  }

  .row.first .description {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .row.second .description2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .row.second {
    display: flex;
    flex-direction: column-reverse;
  }

  .row.first .description span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .row.first .description h1,
  .row.second .description2 h1 {
    font-size: 30px;
  }

  .row.first .description p,
  .row.second .description2 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.64px;
  }

  .footer.first .col-xl-2 {
    width: 100%;
  }

  footer#colophon {
    padding-top: 97px;
    padding-bottom: 97px;
  }

  div#footer {
    max-width: 60%;
    margin: 0 auto;
  }

  p.title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    padding-top: 60px;
  }

  p.description {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;

  }

  .footer.first .col-xl-2.col-12.st {
    width: 100% !important;
  }

  .form-row input[type="email"] {
    width: 170px;
  }

  li.menu-item p {
    margin-left: 8%;
  }

  .menu-item p {
    font-size: 16px;
  }

  i.icon.fa.fa-phone,
  i.icon.far.fa-map {
    font-size: 30px;
    margin-right: 15px;
  }

  .about.us p.about,
  .about.us p.about1 {
    font-size: 16px;
    line-height: 28px;
  }

  section.events,
  section.about {
    display: flex;
    height: auto !important;
    flex-direction: column-reverse;
  }

  .about.us {
    width: 100%;
    margin-top: 50px;
    padding-right: 30px;
    margin-bottom: 120px;
  }

  .col-lg-6.image {
    background-image: url(https://valamar.landmark-test.com/wp-content/uploads/2024/06/tangle-41.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
  }

  .event-form.primary {
    max-width: 100%;
    margin-right: 30px;
    padding-top: 10%;
    padding-bottom: 26%;
    margin-left: 15px;
  }

  .event-img3 {
    background-image: url(https://valamar.landmark-test.com/wp-content/uploads/2024/06/Rectangle-41-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
  }

  .event-form.primary p.primary1 {
    padding-bottom: 30px;
    padding-top: 10px;
  }

  .event-img1 {
    background-image: url(https://valamar.landmark-test.com/wp-content/uploads/2024/06/Rectangle-41.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 450px;
  }

  .event-form.event {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10%;
    padding-bottom: 21%;
  }

  .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {

    width: 100%;
    height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 100px;
    padding: 10px 18px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact-form-section button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;

  }

  .about-map {
    height: 450px;
  }

  .event-form1.contact {
    padding-right: 30px;
    padding-top: 9%;
    padding-bottom: 22%;
    padding-left: 30px;
  }

  p.contact {
    font-size: 16px;
    line-height: 25px;
    width: 370px;
  }

  p.contact1 {
    font-size: 16px;
    line-height: 25px;
    width: 370px;
    margin-top: 20px;
  }

  .event-form1.contact .button-form1 {
    margin-top: 10px;
  }

  .event-img {
    background-image: url(https://valamar.landmark-test.com/wp-content/uploads/2024/06/Rectangle-42-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
  }

  .page-id-133 .event-form {
    padding-top: 10%;
    padding-bottom: 22%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-id-133 .event-form h1 {
    margin-bottom: 17px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
  }

  .page-id-133 .event-form p {
    margin-bottom: 0px;
  }

  .page-id-133 p.table1 {
    max-width: 262px;
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 22px;
  }

  .page-id-133 .contact-form-section {
    margin-top: 30px;
  }

  .woocommerce div.product {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .single-product {
    margin-top: 127px;
    margin-bottom: 40px;
  }

  h1.product {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  input#scw_schedules_picker {
    width: 100%;
  }

  .srwseat_item_con_color {
    width: 44px !important;
    height: 44px !important;
  }

  .smartcms_content_mapping_item_con {
    padding: 0px 0px 4px 0px !important;
    border: none !important;
  }

  .srwseat_item_con_color {
    font-size: 13px;
  }

  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 368px !important;
    max-width: 100%;
  }

  .site-header {
    position: fixed;
    z-index: 1000;
    background-color: transparent;

  }

  p.phone {
    margin-top: 51%;
    margin-bottom: 15px;
  }

  .make-btn-main.bottom-button {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    background-color: #314148;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .make-btn-main.bottom-button a.ft {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 257px;
    height: 40px;
    padding: 9px 30px;
    border: 1.3px solid var(--White, #FFF);
    text-align: center;
    margin-bottom: 20px;
  }

  .make-btn-main.bottom-button a.fta {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
    width: 257px;
    height: 40px;
    padding: 9px 3px;
    border: 1.3px solid var(--White, #FFF);
    text-align: center;
  }

  .page-id-133 .contact-form-section input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"] {
    height: 40px;
  }

  .page-id-96 .contact-form-section textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 10px;
  }

  article#post-222 .srwseat_item_con_color,
  article#post-224 .srwseat_item_con_color,
  article#post-226 .srwseat_item_con_color {
    width: 54px !important;
    height: 44px !important;
  }
}

/* 412*/
@media screen and (max-width: 412px) {
  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 353px !important;
    max-width: 100%;
  }

  .srwseat_item_con_color {
    font-size: 13px !important;
  }

  .srwseat_item_con_color {
    width: 43px !important;
    height: 43px !important;
  }
}

/* 390*/
@media screen and (max-width: 390px) {
  .about.us {
    width: 100%;
    margin-top: 50px;
    padding-right: 30px;
    margin-bottom: 120px;
  }


  .srwseat_item_con_color {
    width: 39px !important;
    height: 41px !important;
  }

  p.phone {
    margin-top: 42% !important;
    margin-bottom: 15px;
  }

  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 319px !important;
    max-width: 100%;
  }
}

/* 375*/
@media screen and (max-width: 375px) {

  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 316px !important;
    max-width: 100%;
  }

  .srwseat_item_con_color {
    width: 37px !important;
    height: 39px !important;
  }

  p.phone {
    margin-top: 42% !important;
    margin-bottom: 15px;
  }
}

/* 360*/
@media screen and (max-width: 360px) {

  input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    width: 300px !important;
    max-width: 100%;
  }

  p.contact {
    width: 319px;
  }

  p.phone {
    margin-top: 4% !important;
    margin-bottom: 8px;
  }
}