@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
.row {
  --bs-gutter-x: 0 !important;
}
a {
  color: #212529 !important;
  text-decoration: none !important;
}

.main-content {
  background-color: #f1a163;
  background-image: url("../images/wood.png");
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.content-panel {
  background-color: #ecf5ff73;
  /* background-image: url("../images/white_paper.png"); */
  max-width: 420px;
  height: 100%;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 1px;
}

@media only screen and (max-width: 400px) {
  .content-panel {
    width: 100% !important;
  }
  .title_style .name_style {
    font-size: 15px !important;
  }
   tbody tr td{font-family: cursive}
}

/* Slider Start */
.carousel img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
}
/* Slider End */

/* === BASE HEADING === */

.name_style {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-align: center;
}

.name_style span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.name_style em {
  font-style: normal;
  font-weight: 600;
}
.title_style{
  padding: 0px 15px;
}
.title_style .name_style {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: auto;
  padding-bottom: 5px;
  color: #3f51b5;
}
.title_style .name_style:before {
  background-color: #c50000;
  content: "";
  display: block;
  height: 3px;
  width: 75px;
  margin-bottom: 5px;
}
.title_style .name_style:after {
  background-color: #c50000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 75px;
  margin-bottom: 0;
}

.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #c50000 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  font-family: system-ui;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/* social media */

/* .icons {
  border: 2px solid #1977fc;
  padding: 3px;
  border-radius: 10px;
} */

.icons a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin: 4px 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-size: 100% 200%;
  background-position: 0% 5%;
  transition: background-position 0.5s, color 0.5s;
  border-radius: 50%;
  color: #fff !important;
}

.facebook {
  background-image: linear-gradient(#3b5998 50%, #3b5998 50%);
}

.instagram {
  background-image: linear-gradient(#125688 50%, #125688 50%);
}

.twitter {
  background-image: linear-gradient(#55acee 50%, #55acee 50%);
}

.google {
  background-image: linear-gradient(#dd4b39 50%, #dd4b39 50%);
}

.youtube {
  background-image: linear-gradient(#dd4b39 50%, #dd4b39 50%);
}
.icons a:hover {
  background-position: 0% 100%;
}

.content_shadow {
  padding: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 5px #1977fc !important;
  -webkit-box-shadow: inset 0 0 5px #1977fc !important;
  box-shadow: inset 0 0 5px #1977fc !important;
  margin-top: 2px;
}

.table-bg {
  background: #2b6da5 !important;
}

/* Services */
.service-list ul {
  list-style: none;
  padding-left: 1rem !important;
}

.service-list ul > li {
  clear: left;
  padding: 0.5rem 0;
  color: darkslategray;
  font-weight: bold;
}

.service-list ul > li:before {
  content: "";
  height: 1.3rem;
  width: 1.7rem;
  display: block;
  float: left;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.service-list ul > li:before {
  background: url(../images/icon.png);
  background-size: cover;
  background-position: center;
  padding: 0.15rem;
}

/* Gallery */
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}

/* Enquiry */
.enquiry_btn {
  position: relative;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  border-radius: 1000px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.3s all ease-in-out;
  background: linear-gradient(
      277deg,
      rgba(213, 213, 213, 0.1) 0%,
      rgba(213, 213, 213, 0.02) 50%,
      rgba(42, 42, 42, 0.02) 50%,
      rgba(42, 42, 42, 0.2) 100%
    ),
    linear-gradient(
      295deg,
      rgba(73, 73, 73, 0.3) 0%,
      rgba(73, 73, 73, 0.1) 50%,
      rgba(229, 229, 229, 0.1) 50%,
      rgba(229, 229, 229, 0.03) 100%
    ),
    linear-gradient(
      145deg,
      rgba(77, 77, 77, 0.1) 0%,
      rgba(77, 77, 77, 0.1) 50%,
      rgba(123, 123, 123, 0.1) 50%,
      rgba(123, 123, 123, 0.1) 100%
    ),
    linear-gradient(
      54deg,
      rgba(51, 51, 51, 0.3) 0%,
      rgba(51, 51, 51, 0.1) 50%,
      rgba(29, 29, 29, 0.2) 50%,
      rgba(29, 29, 29, 0.03) 100%
    ),
    linear-gradient(
      170deg,
      rgba(9, 9, 9, 0.02) 0%,
      rgba(9, 9, 9, 0.02) 50%,
      rgba(243, 243, 243, 0.02) 50%,
      rgba(243, 243, 243, 0.02) 100%
    ),
    linear-gradient(
      264deg,
      rgba(214, 214, 214, 0.01) 0%,
      rgba(214, 214, 214, 0.01) 50%,
      rgba(153, 153, 153, 0.01) 50%,
      rgba(153, 153, 153, 0.01) 100%
    ),
    linear-gradient(90deg, rgb(99, 48, 222), rgb(76, 212, 233));
}
.enquiry_btn:hover {
  cursor: pointer;
  background: linear-gradient(
    45deg,
    rgb(239, 7, 129) 0%,
    rgb(239, 7, 129) 6%,
    rgb(208, 10, 112) 6%,
    rgb(208, 10, 112) 25%,
    rgb(177, 13, 96) 25%,
    rgb(177, 13, 96) 40%,
    rgb(147, 16, 79) 40%,
    rgb(147, 16, 79) 45%,
    rgb(116, 19, 62) 45%,
    rgb(116, 19, 62) 53%,
    rgb(85, 22, 46) 53%,
    rgb(85, 22, 46) 66%,
    rgb(54, 25, 29) 66%,
    rgb(54, 25, 29) 100%
  );
  color: #fff !important;
  -webkit-animation: none;
  animation: none;
}

.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

/* Bottom Nav */
nav {
  display: flex;
  /* justify-content: space-around; */
  background-color: #ffffff;
  padding: 10px;
  position: sticky;
  bottom: 0;
  overflow: auto;
}

nav i{
  padding: 2px;
}

.nav-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1px 15px;
  border-radius: 50px;
  border: 2px solid #1977fc;
  color: #1977fc !important;
  margin: 2px 3px;
}

.nav-item:hover{
  background-color: #1977fc !important;
  color: #fff !important;
}

.nav-item-active{
  background-color: #1977fc !important;
  color: #fff !important;
}

.nav-item span {
  width: 0;
  overflow: hidden;
}

.nav-item:focus {
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}

.nav-item:focus span {
  width: 100%;
  margin-left: 8px;
  transition: 0.2s;
}


/* Title Animation */
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* 
.logo_bg{
  width: 100%;
  height: 120px;
  background: linear-gradient(90deg, rgb(99, 48, 222), rgb(76, 212, 233));
  position: relative;
}
.logo_bg::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/pattern.png);
  opacity: 0.3;
} */
.logo{
  background: #ffffff;
 width: 101px;
    height: 93px;
  position: relative;
  margin: -65px auto 0 auto;
  border-radius: 8%;
  overflow: hidden;
  /* border: 4px solid #607d8b; */
}
.img-responsive {
  max-width: 100%;
  height: auto;
  width: auto;
}












.header {
  position:relative;
  margin-top: -100px;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

