@import url('../font/Rawless.ttf');
@import url('../font/VOLTDECOV02-Regular.otf');
@import url('../font/Sitka-Display.ttf');

@font-face {
  font-family: Rawless;
  src: url('../font/Rawless.ttf');
}
@font-face {
  font-family: VOLTDECO V02;
  src: url('../font/VOLTDECOV02-Regular.otf');
}
@font-face {
  font-family: Sitka Display;
  src: url('../font/SitkaVF.ttf');
}
body {
    background-color: white;
    background: url(../img/MID-BG-NEW.png);
    /* background-size: cover; */
    background-position: center;

}

h1.hometext {
    color: white;
    font-family: "Rawless";
    font-size: 95px !important;
    text-shadow: 2px 2px 8px black;
    text-align: center;
}

.home-container.container {
  height: 80%;
  padding: 0px 20px;
}

h3.sub-text {
    color: white;
    width: 100%;
    max-width: 800px;
    font-family: "Sitka Display";
    text-align: center;
    font-weight: unset !important;

}

.header {
    display: flex;
    justify-content: center;
}

img.logo {
  width: unset;
  object-fit: contain;
    /* width: 140px; */
    height: 80px;
    margin-bottom: 15px;
}

.container-fluid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-bg {
    height: 100vh;
    position: relative;
    z-index: 10;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5),  rgba(0, 0, 0, 0.5)), url("/xampp/htdocs/neildonkins/assets/img/bg.jpeg");
    background-size: cover;
    background-position: center;
    width: 100%;
    box-shadow: inset 0 -80px 87px -7px #ffffff1c; */

}

section#service {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 80px 0px;
}

.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    /* flex-basis: auto;
    justify-content: flex-end; */
}

.nav-item {
    font-weight: bold;

}

a.navbar-brand {
    color: white;
}

a.nav-link {
    color: white;
    font-family: "VOLTDECO V02";
    font-size: 25px;
    padding: 0px 20px !important;
}

a.nav-link-menu {
  color: black;
  font-family: "VOLTDECO V02";
  font-size: 25px;
  padding: 0px 20px !important;
  font-weight: bold;
}

ul.navbar-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

button.btn-close {
  margin-top: 18px !important;
  margin-left: unset !important;
}

.offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: none;
}

div#offcanvasExample {
  height: 275px;
}

.text.home-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    /* margin-top: 200px; */
}

button.btn1.mt-2 {
    background: unset;
    border: white;
    border-style: solid;
    border-width: medium;
    color: white;
    width: 30%;
    height: 80px;
    font-size: 35px;
    font-family: "VOLTDECO V02";
}


button.btn1.mt-2:hover {
  background: white;
  color: #343434;
}

button.btn2.mt-2 {
    background: unset;
    border: #5E5E5E;
    border-style: solid;
    border-width:medium;
    color: #5E5E5E;
    width: 30%;
    height: 80px;
    font-size: 35px;
    font-family: "VOLTDECO V02";
    margin-top: 20px !important;
}

button.btn2.mt-2:hover {
  background:#5E5E5E;
  color: white;
}


/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0px;
    z-index: -1;
    height: 100vh;
    background-color: #090909;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    margin-bottom: 10px;
    /* margin-right: -15px; */
  }
  
  .active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fadex {
    animation-name: fade;
    animation-delay: 1;
    animation-duration: 1s;
    z-index: 10;
  }

  img {
    object-fit: cover;
    height: 100vh;
    object-position: top;
}

.position-absolute.bottom-0.start-50.translate-middle-x {
    margin-bottom: 10px;
}
  
  @keyframes fade {
    from {opacity: 0.0} 
    to {opacity: 1.0}
    
  }

/* about section */
  
img.abt {
    width: 700px;
    height: auto;
    /* padding-right: 20px; */
    object-fit: contain;
    margin-right: 15px;
}

/* .about-content.container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-top: solid;
    padding: 50px 0px;
    border-bottom: solid;
    border-color:#5E5E5E;
} */

.about-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 80px 0px;
}

.h1, h1 {
    color: #5E5E5E;
    font-size: 89px !important;
    font-family: "Rawless";
    margin-bottom: 30px;
}

p {
    text-align: center;
    font-size: 24px;
    /* padding-left: 20px; */
    font-family: "Sitka Display";
}

p.p-abt {
  text-align: center;
  font-size: 24px;
  font-family: "Sitka Display";
  margin-bottom: unset;
}

.about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 820px;
}

.about {
    background: url(../img/TOP-BG-NEW.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 80px 140px;
}

/* card-services */

/* .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  width: 274px;
  border-radius: .25rem;
} */

.card {
    width: 274px !important;
    border-style: none !important;
    background: transparent !important;
    margin: auto;
    display: flex;
    align-items: center;
}

img.card-img-top {
    width: 290px;
    height: 290px;
}

.card-body {
    width: 302px;
    padding: 0.25rem !important;
    width: 254px;
}

.services-content {
    display: flex;
    justify-content: center;
}

.card-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.swiper-slide {
    display: inline-block;
    width: 350px;
}


h5.card-title {
    font-family: "VOLTDECO V02";
    font-weight: bold !important;
    font-size: 42px;
    text-align: center;
    color: #5E5E5E;
}

h1.s-text {
    color: #5E5E5E;
    text-align: center;
    /* padding-top:70px; */
    /* border-top-style: solid;
    border-color: #5E5E5E; */
}

.swiper.mySwiper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .services-container.container {
    border-color: #5E5E5E;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
} */

.services-container {
  border-color: #5E5E5E;
  display: flex;
  flex-direction: column;
  padding: 0px 140px;
}

/* CONTACT SECTION */


.contact {
  background-image: url(../img/CONTACT-BG.png);
  padding: 80px 20px 20px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email-img {
  width: 50px;
  height: auto;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 20px;
}

span.c-text {
  margin-left: 30px;
  color: white;
  font-family: "Sitka Display";
  font-size: 22px;
}

h1.c-text {
  color: white;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.contact-content.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: solid 2px white;
}

input.form-control.m-0 {
  background-color: unset;
  border: unset;
  border-bottom: 2px solid white;
  border-radius: 2px;
  font-size: 22px;
  font-family: "Sitka Display";
  color: white;
}

textarea.form-control.input-field {
  background-color: unset;
  border: unset;
  border-bottom: 2px solid white;
  border-radius: 2px;
  font-size: 22px;
  font-family: "Sitka Display";
  color: white;
}

input::placeholder {
  color: white !important;
  opacity: 1;
}

textarea::placeholder {
  color: white !important;
  opacity: 1;
}

button.btn-submit {
  background: unset;
  border: white;
  border-style: solid;
  border-width: medium;
  color: white;
  width: 30%;
  height: 80px;
  font-size: 35px;
  font-family: "VOLTDECO V02";
  width: 100%;
}

button.btn-submit:hover {
  background: white;
  color:#5E5E5E;
}

.card-body-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.input-group.mb-3 {
  width: 450px;
}

h5 {
  font-family: "Sitka Display";
  color: white;
  font-weight: initial !important;
  display: flex;
  /* margin-top: 30px !important; */
  justify-content: center;
  text-align: center;
}

/* gallery section */

/* .gallery {
  background: url(../img/MID-BG.png);
  background-size: cover;
  background-repeat: no-repeat;
} */

section#gallery {
  height: 100vh;
  padding: 0px 140px;
}

h1.g-text {
    color: #5E5E5E;
    text-align: center;
    /* padding-top:70px; */
}

button.btn3.mt-2 {
    background: unset;
    border: #5E5E5E;
    border-style: solid;
    border-width:medium;
    color: #5E5E5E;
    width: 30%;
    height: 80px;
    font-size: 35px;
    font-family: "VOLTDECO V02";
    margin-bottom: 30px;
}

button.btn3.mt-2:hover {
  background:#5E5E5E;
  color: white;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 38px; */
}


.container {
  padding: unset
}

/* feedback section */
  
/* img.fdbck {
  width: 560px;
  height: auto;
  padding-right: 20px;
  object-fit: contain;
} */

.feedback-content.container {
  display: flex;
  /* flex-direction: row-reverse; */
  /* margin-top: 120px; */
  /* height: 100vh; */
  align-items: center;
  /* padding: 50px 0px; */
  border-bottom: solid;
  border-color:#5E5E5E;
  padding-bottom: 80px;
}

h1.name {
  color: #5E5E5E;
  font-size: 89px !important;
  font-family: "VOLTDECO V02";
  margin-bottom: 10px;
  text-align: center;
}

h1.f-text {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  /* padding-top: 80px; */
}

p {
  text-align: center;
  font-size: 24px;
  /* padding-left: 20px; */
  font-family: "Sitka Display";
}

/* p.p-feed {
  padding-right: 30px;
} */

.feedback-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  background: transparent !important;
  width: 812px;
}

.feedback {
  background: url(../img/LOW-BG-NEW.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 140px;
  /* height: 100vh; */
}

img.f-photo {
  width: 560px !important;
  height: auto;
  background: transparent;
  object-fit: contain;
}

.feedback-items {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 1640px; */
}

.owl-carousel.owl-drag .owl-item {

  background: transparent;

}

.for-border {
  border-bottom: 3px solid #5E5E5E;
  /* display: flex; */
}

.for-border-abt {
  border-bottom: 2px solid #5E5E5E;
  /* display: flex; */
}

.for-border-abt-top {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 140px 0px 140px;
}

.for-border-feed {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 140px 0px 140px;
  margin-top: 200px;
}


/********* Fonts Face CSS End **********/

/******* Common Element CSS Start ******/
/* * {
  margin: 0px;
  padding: 0px;
} */
/* body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
} */
/* .clear {
  clear: both;
} */
/* img {
  max-width: 100%;
  border: 0px;
} */
/* ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
} */
/* a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;

  line-height: 36px;
} */
/******* Common Element CSS End *********/

/* -------- title style ------- */
/* .line-title {
  position: relative;
  display: flex;
  justify-content: center;

}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}  */

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
/* .game-section {
  padding: 60px 0px;
} */

.owl-stage {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 30px;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 340px;
  height: 500px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 50%;
}
.game-section .item.active {
  height: 550px;
  /* width: px !important; */
  /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  opacity: 100%;
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* .game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
} */
/* .game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
} */
/* .game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
} */
/* .game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
} */
/* .game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
  display: inline-block;
} */

.owl-item.active {
  background-color: white;
}

.b-gallery {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* .gallery-container.container {
  padding: 0px 20px !important;
} */

.gallery-container {
  padding: 80px 0px;
}


/* gallery collage */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.column img {
  margin-top: 40px;
  vertical-align: middle;
  width: 100%;
  height: 340px;
}

h5.footer-text-g {
  padding: 30px;
  color: #343434;
}

button.btn3-g.mt-2 {
  background: unset;
  border: #5E5E5E;
  border-style: solid;
  border-width:medium;
  color: #5E5E5E;
  width: 30%;
  height: 80px;
  font-size: 35px;
  font-family: "VOLTDECO V02";
  margin-bottom: 20px;
}

button.btn3-g.mt-2:hover {
background:#5E5E5E;
color: white;
}

a.nav-link-g {
  color:#343434 !important;
  font-family: "VOLTDECO V02";
  font-size: 25px;
  padding: 0px 20px !important;
}



/* .about {
  background: url(../img/TOP-BG-NEW.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: inherit;
  padding: 80px 20px;
} */

/* .navbar-expand-lg-g .navbar-collapse-g {
  display: flex!important;
  flex-basis: auto;
  justify-content: flex-end;
  display: contents;
}

.nav-item-g {
  font-weight: bold;

}

a.navbar-brand-g {
  color: white;
}

a.nav-link-g {
  color:#343434;
  font-family: "VOLTDECO V02";
  font-size: 25px;
  padding: 0px 20px !important;
} */

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* modal */

img.img-modal {
  margin: unset;
  height: 100%;
}

button.btn-close {
  position: absolute;
  padding: 20px;
  background-color: lightgray;
  border-radius: 30px;
  margin: 20px;
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/
@media (min-width: 768px){
  .menu-toggle{
    display: none;
  }
}
@media (min-width: 1071px) and (max-width: 1297px) {
  img.abt {
    width: 550px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}

}
@media (min-width: 851px) and (max-width: 865px) {
  img.abt {
    margin-right: unset !important;
}

}
@media (min-width: 601px) and (max-width: 1920px) {
  .menu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text.home-content {
    height: 88% !important;
}

  h1.hometext {
    font-size: 95px !important;
}

  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  -------- Landing page -------
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}


/* responsiveness */

@media (min-width: 1242px) and (max-width: 1440px) {
  .about {
    padding: 80px 100px;
  }
  section#service {
    height: unset;
}
  section#gallery {
    height:unset;
    padding: 80px 100px;
  }
  .for-border-feed {
    margin: 0px 100px 0px 100px;
}

.feedback {
  padding: 80px 100px;
}
}

@media (min-width: 1070px) and (max-width: 1242px) {
  .about {
    padding: 80px 60px;
  }

  section#service {
    height: unset;
}

section#gallery {
  height:unset;
  padding: 80px 60px;
}
  img.abt {
    margin: unset;
}
p.p-abt {
  text-align: center;
  font-size: 20px;
  font-family: "Sitka Display";
  margin-bottom: unset;
}

.for-border-feed {
  margin: 0px 60px 0px 60px;
}

.feedback {
  padding: 80px 60px;
}
}

@media (min-width: 991px) and (max-width: 1070px) {
  .desktop-nav{
    display: block;
  } 

  .about {
    padding: 80px 60px;
  }

  section#service {
    height: unset;
}

section#gallery {
  height:unset;
  padding: 80px 60px;
}
  img.abt {
    margin: unset;
    width: 480px;
}

p.p-abt {
  font-size: 18px;

}
p {
  font-size: 18px;
}

img.f-photo {
  width: 500px !important;
}

.for-border-feed {
  margin: 0px 60px 0px 60px;
}

.feedback {
  padding: 80px 60px;
}

.gallery-container {
  padding: 80px 0px 0px 0px;
}

}

@media (min-width: 850px) and (max-width: 991px) {

  .text.home-content {
    height: 80% !important;
  }
/* .about {
  padding: unset;
} */
  .desktop-nav{
    display: block;
  } 

.about {
  padding: 80px 80px;
}

section#gallery {
  height: 100vh;
  padding: 0px 80px;
}

.feedback {
  padding: 80px 80px;
  /* height: 100vh; */
}

.for-border-feed {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 80px 0px 80px;
  margin-top: 200px;
}

button.btn2.mt-2 {
  font-size: 31px;
}

  section#service {
    height: unset;
}

img.abt {
  margin: unset;
  margin-right: 15px;
  width: 480px;
}
p {
  font-size: 17px;
}
  .contact {
    height: unset;
  }

  h1.hometext {
    font-size: 81px !important;
    margin-bottom: 20px !important;
  }
  h3.sub-text {
    font-size: 20px;
  }
  .text.home-content {  
    height: 100%;
  }
  img.abt {
    width: 390px;
}
h1 {
  font-size: 70px !important;
}
p.p-abt {
  font-size: 16px;
}
img.f-photo {
  width: 400px !important;
}

.contact-content.container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  border-bottom: solid 2px white;
  flex-direction: column;
}

.card-body-contact {
  margin-top: 50px;
}
.navbar-nav {
  flex-direction: row !important;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
}

.game-section .item.active {
  height: 550px;
  width: 340px !important;
  opacity: 100%;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 100px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 50%;
}
}

@media (min-width: 601px) and (max-width: 850px) {
  .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 80px 0px;
}

p.p-abt {
  font-size: 16px;
  width: 500px;
  margin: 20px 0px 30px;
}

.feedback-text {
  width: 500px;
}

.feedback-items {
  display: flex;
  /* width: 1640px; */
  flex-direction: column;
  align-items: center;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
}

button.btn2.mt-2 {
  font-size: 25px !important;
}

  section#service {
    height: unset;
}

.about {
  padding: 80px 80px;
}

section#gallery {
  height: 100vh;
  padding: 0px 80px;
}

.feedback {
  padding: 80px 80px;
  /* height: 100vh; */
}

.for-border-feed {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 80px 0px 80px;
  margin-top: 200px;
}

button.btn2.mt-2 {
  font-size: 31px;
}

  section#service {
    height: unset;
}

img.abt {
  margin: unset;
  margin-right: 15px;
  width: 480px;
}
p {
  font-size: 17px;
}

.contact {
  height: unset;
}

h1.hometext {
  font-size: 78px !important;
}
h3.sub-text {
  font-size: 20px;
}
.text.home-content {  
  height: 95%;
}
img.abt {
  width: 390px;
}
h1 {
font-size: 70px !important;
}
p.p-abt {
font-size: 16px;
}
img.f-photo {
width: 400px !important;
}

.contact-content.container {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 60px;
border-bottom: solid 2px white;
flex-direction: column;
}

.card-body-contact {
margin-top: 50px;
}
.navbar-nav {
flex-direction: row !important;
display: flex;
padding-left: 0;
margin-bottom: 0;
list-style: none;
flex-direction: row;
}

.game-section .item.active {
height: 550px;
width: 340px !important;
opacity: 100%;
}

.game-section .item {
margin: 0 15px 60px;
width: 100px;
height: 400px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
background: #343434 no-repeat center center / cover;
border-radius: 16px;
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
cursor: pointer;
opacity: 50%;
}
}

@media (min-width: 450px) and (max-width: 600px) {
ul.navbar-nav {
    display: none !important;
}
  .text.home-content {
    height: 80% !important;
}
/* 
  .navbar-nav {
    display: flex;
    flex-direction: row !important;
  } */

  .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 80px 0px;
}

p.p-abt {
  font-size: 16px;
  width: 380px;
  margin: 20px 0px 30px;
}

.feedback-text {
  width: 320px;
}

.feedback-items {
  display: flex;
  /* width: 1640px; */
  flex-direction: column;
  align-items: center;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 430px;
}

button.btn2.mt-2 {
  font-size: 25px !important;
}

  section#service {
    height: unset;
}

.about {
  padding: 80px 40px;
}

section#gallery {
  height: 100vh;
  padding: 0px 40px;
}

.feedback {
  padding: 80px 40px;
  /* height: 100vh; */
}

.for-border-feed {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 40px 0px 40px;
  margin-top: 200px;
}

button.btn2.mt-2 {
  font-size: 31px;
}

  section#service {
    height: unset;
}

img.abt {
  margin: unset;
  margin-right: 15px;
  width: 480px;
}
p {
  font-size: 17px;
}

.contact {
  height: unset;
}

h1.hometext {
  font-size: 95px !important;
}
h3.sub-text {
  font-size: 20px;
}
.text.home-content {  
  height: 100%;
}
img.abt {
  width: 390px;
}
h1 {
font-size: 70px !important;
}
p.p-abt {
font-size: 16px;
}
img.f-photo {
width: 400px !important;
}

.contact-content.container {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 60px;
border-bottom: solid 2px white;
flex-direction: column;
}

.card-body-contact {
margin-top: 50px;
}
/* .navbar-nav {
flex-direction: row !important;
display: flex;
padding-left: 0;
margin-bottom: 0;
list-style: none;
flex-direction: row;
} */

ul.navbar-nav {
  display: none;
  text-align: center;
}

.services-container {
  border-color: #5E5E5E;
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
}

.gallery-container {
  padding: 50px 0px;
}

.game-section .item.active {
height: 550px;
width: 340px !important;
opacity: 100%;
}

.game-section .item {
margin: 0 15px 60px;
width: 100px;
height: 400px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
background: #343434 no-repeat center center / cover;
border-radius: 16px;
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
cursor: pointer;
opacity: 50%;
}
}

@media (min-width: 320px) and (max-width: 450px) {
  /* .home-container.container {
    padding: unset;
} */
  button.btn1.mt-2 {
    font-size: 22px !important;
    width: 60% !important;
}

  ul.navbar-nav {
    display: none !important;
}
  img.card-img-top {
    width: 200px;
    height: 200px;
}

h5.card-title {
  font-size: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -12px !important;
  }

  span.c-text {
    font-size: 15px;
}
  .h1, h1 {
    /* font-size: 2.5rem; */
    font-size: 60px !important;
}

  .navbar-nav {
    display: flex;
    flex-direction: row !important;
  }

  .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 80px 0px;
}

p.p-abt {
  font-size: 16px;
  width: 380px;
  margin: 20px 0px 30px;
}

.feedback-text {
  width: 230px;
}

.feedback-items {
  display: flex;
  /* width: 1640px; */
  flex-direction: column;
  align-items: center;
}

.about-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
}

button.btn2.mt-2 {
  font-size: 22px !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -10px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 10px;
}

  section#service {
    height: unset;
}

.about {
  padding: 80px 30px;
}

section#gallery {
  height: 100vh;
  padding: 0px 30px;
}

.feedback {
  padding: 80px 30px;
  /* height: 100vh; */
}

.for-border-feed {
  border-bottom: 2px solid #5E5E5E;
  margin: 0px 30px 0px 30px;
  margin-top: 200px;
}

button.btn2.mt-2 {
  font-size: 31px;
}

  section#service {
    height: unset;
}

img.abt {
  margin: unset;
  /* margin-right: 15px; */
  width: 480px;
}
p {
  font-size: 17px;
}

.contact {
  height: unset;
}

h1.hometext {
  font-size: 45px !important;
}
h3.sub-text {
  font-size: 20px;
}
.text.home-content {  
  height: 100%;
}
img.abt {
  width: 390px;
}
/* h1 {
font-size: 70px !important;
} */
p.p-abt {
font-size: 16px;
width: 280px;
}
img.f-photo {
width: 400px !important;
}

.contact-content.container {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 60px;
border-bottom: solid 2px white;
flex-direction: column;
}

.card-body-contact {
margin-top: 50px;
}
/* .navbar-nav {
flex-direction: row !important;
display: flex;
padding-left: 0;
margin-bottom: 0;
list-style: none;
flex-direction: row;
} */

ul.navbar-nav {
  display: block;
  text-align: center;
}

.services-container {
  padding: 0px 30px;
}

.gallery-container {
  padding: 50px 0px;
}

.game-section .item.active {
height: 550px;
width: 340px !important;
opacity: 100%;
}

.game-section .item {
margin: 0 15px 60px;
width: 100px;
height: 400px;
display: flex;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
background: #343434 no-repeat center center / cover;
border-radius: 16px;
overflow: hidden;
position: relative;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
cursor: pointer;
opacity: 50%;
}
}

@media (min-width: 515px) and (max-width: 767px) {

  .home-container.container {
    max-width: 695px;
    padding: unset;
}

  section#service {
    height: unset;
}

  .contact {
    height: unset;
  } 

  h1.hometext {
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

h3.sub-text {
  font-size: 20px;
}

.navbar-nav {
  display: flex;
  flex-direction: row !important;
}

button.btn1.mt-2 {
  width: 45%;
}

.about-content.container {
  display: flex;
  flex-direction: column;
}

.h1, h1 {
  font-size: 70px !important;
}

p {
  font-size: 17px;
}

img.abt {
  width: 430px;
  padding-right: unset;
}

button.btn2.mt-2 {
  width: 45%;
}

.feedback-items {
  display: flex;
  align-items: center;
  flex-direction: column;
}

img.f-photo {
  width: 430px !important;
  height: auto;
}

h1.f-text {
  margin-bottom: 20px;
}

.owl-stage {
  margin-top: unset;
}

.contact-content.container {
  display: flex;
  flex-direction: column;
}

button.btn3.mt-2 {
  width: 45%;
}

button.btn3-g.mt-2  {
  width: 45%;
}

h5.card-title {
  margin-top: unset !important;
}

h1.name {
  font-size: 60px !important;
}

.card-body-contact {
  margin-top: 20px;
}

a.nav-link {
  padding: 0px 10px !important;
}

.game-section .item.active {
  height: 450px;
  width: 240px !important;
  /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  opacity: 100%;
}

.game-section .item {
  margin: 0 15px 60px;
  width: 80px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 50%;


}
.feedback-text {
  padding: unset;
}

}

@media (min-width: 418px) and (max-width: 514px) {
  section#service {
    height: unset;
}

  .contact {
    height: unset;
  }

  .contact-content.container {
    display: flex;
    flex-direction: column;
    padding: unset;
}
.footer-text {
  font-size: 15PX;
}

.card-body-contact {
  margin-top: 40px;
  margin-bottom: 30px;
}

ul.navbar-nav {
  margin-top: 20px !important;
}

form {
  margin-top: 20px;
}

  h1.c-text {
  FONT-SIZE: 60PX !IMPORTANT;
}

.feedback-items {
  display: flex;
  align-items: center;
  flex-direction: column;
}

img.f-photo {
  width: 350px !important;
}

.feedback-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: unset;
  background: transparent !important;
}

.about-content.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1.f-text {
  font-size: 80px !important;
}

h1.g-text {
  font-size: 80px !important;
}

h1.hometext {
  font-size: 45px !important;
  margin-bottom: 20px !important;
}

h3.sub-text {
  font-size: 16px;
}

img.abt {
  width: 350px;
  padding: unset;
}

.text.home-content {
  height: 77%;
}

/* button.btn1.mt-2 {
  width: 45% !important;
  font-size: 27px !important;
} */

.nav-item {
  font-weight: bold;
  text-align: center;
}

p {
  font-size: 17px;
}

button.btn1.mt-2 {
  font-size: 21px !important;
}

button.btn2.mt-2 {
  font-size: 27px;
  width: 45%;
}

button.btn3.mt-2 {
  font-size: 27px;
  width: 45%;
}

button.btn3-g.mt-2 {
  font-size: 27px;
  width: 45%;
}

/* .h1, h1 {
  font-size: 80px !important;
} */

h1.name {
  font-size: 60px !important;

}

form {
  display: flex;
  flex-direction: column;
}

span.c-text {
  font-size: 15px;
}

input.form-control.m-0 {
  font-size: 18px;
}

.input-group.mb-3 {
  width: 400px;
}


h1.f-text {
  margin-bottom: unset;
}



.owl-stage-outer .feedback2-items.active {
  height: 550px;
  opacity: 100%;
  
}

.owl-stage-outer .feedback2-items {
  margin: 0 10px 25px;
  width: 340px;
  height: 550px !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 100% !important;
}
}

@media (min-width: 320px) and (max-width: 417px) {
  section#service {
    height: unset;
}

  .contact {
    height: unset;
  }

  .contact-content.container {
    display: flex;
    align-items: center;
    flex-direction: column !important;
    
}

.feedback-items {
  display: flex;
  align-items: center;
  flex-direction: column;
}

img.f-photo {
  width: 240px !important;
}

p.p-feed {
  font-size: 17px;
}

span.c-text {
  font-size: 13px;
}

.input-group.mb-3 {
  width: 290px;
}

input.form-control.m-0 {
  font-size: 17px;
}

h1.c-text {
  font-size: 50px !important;
}


h1.name {
  font-size: 55px !important;
}

h1.f-text {
  font-size: 60px !important;
  margin-bottom: unset !important;
}

.feedback-text {
  padding-right: unset;
}

button.btn3.mt-2 {
  width: 60% !important;
  font-size: 30px;
}

button.btn3-g.mt-2 {
  width: 50%;
  font-size: 25px;
}

p {
  font-size: 17px;
}

h1.g-text {
  font-size: 60px !important;
}

.email-img {
  width: 35px;
  height: auto;
}

.about-content.container {
  display: flex;
  flex-direction: column;
}

img.abt {
  width: 260px;
  padding-right: unset;
}

h1.hometext {
  font-size: 45px !important;
}

h3.sub-text {
  font-size: 17px;
}

.text.home-content {
  height: 80%;
}

.nav-item {
  text-align: center;
}

h1.s-text {
  font-size: 60px !important;
}

button.btn2.mt-2 {
  width: 50%;
  font-size: 27px;
}

.owl-stage-outer .feedback2-items.active {
  height: 500px;
  opacity: 100%;
}

.owl-stage-outer .feedback2-items {
  margin: 0 10px 25px;
  width: 340px;
  height: 550px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 100% !important;
}

/* h1 {
  font-size: 60px !important;
} */

button.btn1.mt-2 {
  width: 50%;
  font-size: 27px;
}

h5.footer-text {
  font-size: 12px !important;
  margin-top: 20px;
}

span.c-text {
  margin-left: 10px;
}

form {
  margin-top: 20px;
}
}

/* new gallery section */

/* .feedback2-items.active > div:after {
  content: 'active';
}
.feedback2-items.center > div:after {
  content: 'center';
}
.feedback2-items.active.center > div:after {
  content: 'active center';
  
} */



.owl-stage-outer .feedback2-items {
  margin: 0 10px 25px;
  width: 340px ;
  height: 500px !important;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 50%;
}

/* .owl-stage-outer .owl-item.active.center {
  height: 550px !important;
  opacity: 100% !important;
} */

/* .owl-stage-outer  .feedback2-items.active > div:after {
  height: 550px !important;
  opacity: 100% !important;
} */

.owl-stage-outer .feedback2-items {
  height: 550px !important;
  opacity: 100%;
  
}

img.f2-photo {
  object-fit: cover;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  display: inline-block;
  display: flex;
  justify-content: center;
}

h1.f2-text {
  display: flex;
  justify-content: center;
}

.owl-stage {
  margin-top: 20px;
}

h5.footer-text {
  margin-top: 30px;
}

a.nav-link {
  color: white !important;
}

.owl-dots {
  margin-bottom: 70px;
}



/* 
  #stage {
    margin: 1em auto;
    width: 382px;
    height: 292px;
  }

  #stage a {
    position: absolute;
  }
  #stage a img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }

  #stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  } */


  .slideshow {
    list-style-type: none;
  }
  
  /** SLIDESHOW **/
  .slideshow,
  .slideshow:after { 
      top: -16px; /*Not sure why I needed this fix*/
      width: 100%;
      height: 100%;
      left: 0px;
      z-index: 0; 
  }
  
  .slideshow li span { 
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      color: transparent;
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      opacity: 0;
      z-index: -1;
      animation: imageAnimation 20s linear infinite 0s; 
  }
  
  
  
  .slideshow li:nth-child(1) span { 
      background-image: url(../img/bg-replace.jpeg);
  }
  .slideshow li:nth-child(2) span { 
      background-image: url(../img/bg2.jpeg);
      animation-delay: 4s; 
  }
  .slideshow li:nth-child(3) span { 
      background-image: url(../img/bg3.jpeg);
      animation-delay: 8s; 
  }
  .slideshow li:nth-child(4) span { 
      background-image: url(../img/bg4.jpeg);
      animation-delay: 12s; 
  }
  .slideshow li:nth-child(5) span { 
      background-image: url(../img/bg5.png);
      animation-delay: 16s; 
  }
  
  
  
  @keyframes imageAnimation { 
      0% { opacity: 0; animation-timing-function: ease-in; }
      8% { opacity: 1; animation-timing-function: ease-out; }
      17% { opacity: 1 }
      25% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
  @keyframes titleAnimation { 
      0% { opacity: 0 }
      8% { opacity: 1 }
      17% { opacity: 1 }
      19% { opacity: 0 }
      100% { opacity: 0 }
  }
  
  
  .no-cssanimations .cb-slideshow li span {
    opacity: 1;
  }

.dots {
  width: 100%;
  position: absolute;
  bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots label {
  width: 15px;
  height: 15px;
  background: white;
  margin: 0 10px;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.2s ease-in-out;

}

.dots label:hover {
  opacity: 0.7;
}

#radio-1:checked ~ #slide-1
#radio-2:checked ~ #slide-2
#radio-3:checked ~ #slide-3
#radio-4:checked ~ #slide-4
#radio-5:checked ~ #slide-5 {
  opacity: 1;
}

.radio {
  display: none;
}


.mySlides-1 {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}