@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@import url('./assets/web-fonts/courier-new/stylesheet.css');
@import url('./assets/web-fonts/Proxima-Nova/ProximaNova.css');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Proxima Nova Rg';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #11100f;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

/* a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
} */

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Fjalla One', sans-serif;
  margin: 0 0 15px;
}
/* 

 font-family: 'Courier New';
 */

.container {
  max-width: 1600px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.headerRight {
  text-align: right;
}
.headerRightTop {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.headerArea {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.headerRightTop input {
  border: none;
  height: 34px;
  width: 81%;
}

.headerSocial {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.headerRightTop button {
  border: none;
  background: none;
  width: 17%;
}

.headerRightTop form {
  width: 68%;
}

.newsletterBtn {
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 15px;
  /* margin-left: 120px; */
}

.newsletterBtn:hover {
  color: #fff;
}

.headerAddress,
.headerAddress a {
  color: #fff;
}

.headerAddress a img {
  height: 25px;
}

.mainLogo {
  text-align: center;
}
.mainMenuArea ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainMenuArea li a {
  font-family: 'Courier New';
  font-weight: 700;
  color: #0d1236;
  font-size: 32px;
  transform: rotate(-10deg);
  display: block;
}

.heroArea {
  position: relative;
  z-index: 1;
  height: 630px;
  padding-top: 40px;
}

.heroBg {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.heroBg img {
  object-fit: cover;
}

.homeHeaderTitle h1 {
  color: #a12426;
  font-size: 80px;
  text-align: center;
  font-weight: 400;
  margin-top: 5px;
}

.mainLogo img {
  position: relative;
  z-index: 2;
}

.bottomShape {
  margin-top: -22px;
  position: relative;
  height: 180px;
  z-index: 2;
}

.bottomShape img {
  height: 170px;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}

.bottomPageTitle h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 70px;
}

.heroBg img {
  height: 100%;
  width: 100%;
}

.slick-center .single3Dslide img {
  transform: scale(1.5);
}

.single3Dslide img {
  width: 100%;
}

/* 3d slider css */
.slider3dArea .owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slider3dArea .owl-nav {
  display: none;
}

.cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.slider3dArea {
  margin-top: -30px;
}

.image3Grid img {
  width: 100%;
}

.image3Grid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 10px;
}

.youtubeVideo iframe {
  width: 100%;
  height: 340px;
}

.alignCenter {
  align-items: center;
}

.sectionContent h2 {
  color: #a12426;
  font-weight: 400;
  font-size: 40px;
}

.eventsSlideTxt h4 {
  color: #a12426;
  font-weight: 400;
  font-size: 20px;
}

.eventsSlideTxt {
  text-align: center;
  padding-top: 15px;
}

.eventsSlideTxt p {
  color: #010000;
}

.eventsSlider .owl-nav div {
  position: absolute;
  left: -10px;
  top: 38%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
  background: #a12426;
  color: #fff;
  z-index: 2;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
  font-size: 30px;
}

.eventsSlider .owl-nav .owl-next {
  left: auto;
  right: -10px;
}

.singleImg img {
  width: 100%;
}

.titleBlack h2 {
  font-family: 'Proxima Nova Rg';
}

.instaButton {
  text-align: center;
  margin-top: 25px;
}

.clickMore {
  background: #0d1236;
  color: #fff;
  border: none;
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}

.footerMenu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerMenu ul a {
  color: #fff;
  font-family: 'Courier New';
  font-weight: 700;
  font-size: 32px;
  transform: rotate(-10deg);
  display: block;
}

.footerMenu {
  margin-top: 30px;
  margin-bottom: 50px;
}

.footerCopyRight p {
  color: #fff;
}

.footerArea {
  padding-bottom: 30px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  /* z-index: 1; */
}
.footerArea:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(assets/img/testimonial-bg.jpg);
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.footerIcon {
  display: flex;
  align-items: center;
}

.footerCopyRight {
  margin-top: 22px;
}

.logo365 {
  margin-top: 22px;
}
.footerCopyRight {
  text-align: center;
}

.slicknav_menu {
  display: none;
}

.inner .mainMenuArea ul {
  display: inline-block;
}

.inner .mainMenuArea ul li a {
  transform: rotate(0deg);
  display: inline-block;
  padding: 10px 0px;
}

.imgBoxTxt h4 {
  background: #0d1236;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 400;
}
.imgBoxTxt h4 a {
  color: #fff;
}
.imgAndTxtBox {
  border: 1px solid #0d1236;
  background: #fff;
  margin: 15px 0px;
}

.imgBoxTxt {
  text-align: center;
  padding-bottom: 10px;
}

.imgBoxTxt p {
  margin: 0;
  padding: 0px 15px;
  padding-bottom: 15px;
  font-size: 19px;
}

.imgBoxTxt a:hover {
  text-decoration: underline;
}

.pageTitle h2 {
  color: #a12426;
  font-size: 50px;
  font-weight: 400;
}

.contentArea {
  margin-top: -30px;
  padding-bottom: 50px;
}

.imgAndTxtBox .singleImg img {
  height: 370px;
  object-fit: cover;
}

.heroArea.inner:after {
  position: absolute;
  left: 0;
  top: -20px;
  height: 100%;
  width: 40%;
  background: url(assets/img/menu-bg.png);
  content: '';
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.link {
  font-weight: 700;
  text-decoration: underline;
}

.red {
  color: #a12426;
}
.mainMenuArea li a:hover {
  color: #a12426;
}

.singleDoorList h5,
.singleDoorList h5 a {
  margin: 0;
  color: #0d1236;
  font-weight: 400;
}

.singleDoorList p {
  margin: 0;
  font-weight: 300;
  font-size: 19px;
}

.singleDoorList h5 a {
  text-decoration: underline;
}

.singleDoorList {
  margin: 25px 0px;
}

.filter select {
  width: 300px;
  height: 45px;
  border: 1px solid #0d1236;
  padding: 0px 6px;
}

.filter {
  margin-bottom: 50px;
}

hr {
  border-color: #707070;
}
.underline {
  color: #0d1236;
  text-decoration: underline;
  font-family: 'Fjalla One', sans-serif;
}
.pageTitle.style2 p {
  color: #a12426;
  font-family: 'Fjalla One', sans-serif;
}

.mapImg {
  position: relative;
}

.mapImg img {
  position: absolute;
  right: -180px;
  top: -220px;
  width: 220px;
}

.brochuresImg .singleImg img {
  max-height: 670px;
}

.eventsList h5 {
  color: #a12426;
  font-weight: 400;
  margin-bottom: 5px;
}

.eventsList ul li b {
  position: absolute;
  left: 0;
  top: 0;
}

.eventsList ul li {
  position: relative;
  padding-left: 35px;
}

.eventsList {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin: 50px 0px;
}

.noBdr {
  border: none;
}

.faqs h2 {
  font-weight: 400;
  font-size: 50px;
}

.faqs li {
  display: block;
  padding: 15px 0px;
  font-weight: 500;
}

.newsTitle {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.newsTitle h3 {
  font-size: 24px;
  color: #a12426;
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}

.newsTitle h4 {
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}

.newsGrid {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 20px;
}

.redMore {
  text-align: center;
  margin-top: 30px;
  display: block;
}

.redMoreBtn {
  color: #a12426;
  text-decoration: underline;
}
.redMoreBtn:hover {
  color: #a12426;
}
.newsSingle {
  border-bottom: 1px solid #707070;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.blogHeading h4 {
  margin: 0;
  font-size: 22px;
}

.blogHeading.green {
  background: #008346;
  color: #fff;
  text-align: center;
}

.blogHeading.red {
  background: #a12426;
  text-align: center;
  color: #fff;
}

.blogHeading {
  padding: 10px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.singleBlog {
  margin: 30px 0px;
}

.singleBlog .redMore {
  margin-top: 10px;
}

.blogSummary {
  display: grid;
  grid-template-columns: 2fr 10fr;
  align-items: center;
}

.blogSummaryTxt h4 {
  margin: 0;
  font-family: 'Proxima Nova Rg';
  font-size: 26px;
}

.blogSummaryTxt {
  background: #008346;
  color: #fff;
  padding: 15px;
}

.blogHeading h4 a {
  color: #fff;
  text-decoration: underline;
}

.e-newsletters .singleBlog {
  margin: 15px 0px;
}

.youtubeVideo.v2 {
  margin-bottom: 23px;
}

.linkBlack {
  text-decoration: underline;
  color: #11100f;
}

.mainMenuArea li {
  position: relative;
}

.mainMenuArea.home .subMenu {
  position: absolute;
  left: 0;
  top: 50px;
  width: 230px;
  z-index: 222;
  background: #fff;
  display: block;
  padding: 13px 0px;
  border-radius: 5px;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

.mainMenuArea.home .subMenu li {
  display: block;
}

.mainMenuArea.home .subMenu li a {
  display: inline-block;
  transform: rotate(0deg);
  font-size: 18px;
  padding: 4px 15px;
}

.mainMenuArea.home > ul.resMenu > li:hover .subMenu {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

.mainMenuArea.home .subMenu.last {
  left: -150px;
}

.inner .mainMenuArea ul.subMenu {
  position: absolute;
  left: 180px;
  top: 0;
  background: #fff;
  display: block;
  padding: 10px;
  border-radius: 3px;
  z-index: 333;
  width: 350px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.inner .mainMenuArea ul.subMenu li {
  display: block;
}

.inner .mainMenuArea ul.subMenu li a {
  display: inline-block;
  font-size: 20px;
  padding: 5px 10px;
}

.inner .mainMenuArea .resMenu li:hover ul.subMenu {
  opacity: 1;
  visibility: visible;
}

#imgoingcalendar-wrapper,
#imgoingcalendar-wrapper-wix {
  height: 80vh;
  min-height: 850px;
  overflow-y: auto;
  position: relative;
}

.blog__content p {
  margin-bottom: 1.9em;
}

.archive {
  color: #a12426;
}

#archiveList ul li a {
  color: #a12426;
  text-decoration: underline;
}

#archiveList ul {
  list-style: circle;
}

#archiveList ul li a:hover {
  color: #a12426;
  text-decoration: none;
}

.btnBlack {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
}

.btnBlack:hover {
  color: #000;
}

.pt-12 {
  padding-top: 3rem;
}

.listingitems {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  gap: 25px;
  justify-content: center;
}

.listingitems .imgAndTxtBox {
  /* flex-grow: 1; */
  width: 31%;
}

.copy {
  font-size: 18px;
}

.lights ul li:nth-child(2) {
  display: inline;
}

.lights img {
  width: 80px;
  display: inline;
  margin-top: -15px;
}

.blog__content ul li {
  list-style-type: disc;
}

.blog__content ul {
  margin-left: 25px;
}

.list-pad li {
  margin-top: 20px;
}
