/* fonts import */
@import url("../fonts/octin_sports_rg.ttf");
body {
  font-family: "Rubik";
  color: #0c0c0c;
  background-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

/*header section*/
.hero_area {
  min-height: 100vh;
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section {
  background-color: #ffffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #272727;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: bolder;
  color: #272727;
  font-family: "Source Serif Pro";
}

.navbar-brand-icon {
  margin-right: 10px;
  width: 30px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #151515;
  margin-right: 25px;
}

.quote_btn-container a span {
  margin-right: 5px;
}

/*end header section*/

/* CUSTOM MYAN SECTION WHY IS THIS SO MESSY ARSYHGSHSDFB */

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* blog = proccess lol*/
.blog_section {
  height: 100%;
  min-height: 100%;
  padding-top: 10%;
  padding-bottom: 15%;
}

.blog_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.blog_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
  font-weight: bold;
}

.blog_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  color: #bda2ff;
  border-radius: 10px;
  border: 2px solid #bda2ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .detail-box .btn-box .btn1:hover {
  background-color: #bda2ff;
  color: #ffffff;
}

.blog_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: transparent;
  color: #bda2ff;
  border-radius: 10px;
  border: 2px solid #bda2ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .detail-box .btn-box .btn2:hover {
  background-color: #bda2ff;
  color: #ffffff;
}

/* team */
.team_section {
  height: 100%;
  min-height: 100%;
  padding-top: 10%;
  padding-bottom: 15%;
}

.team_section .team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}

.team_section .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.team_section .detail-box {
  padding-top: 2rem;
  text-align: center;
}

.team_section .img-box img {
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
  position: relative;
  align-self: center;
}

/* back to top button */
#top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #94cda0;
  color: #94cda0;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  height: 3rem;
  line-height: 0;
}

#top:hover {
  background-color: #94cda0;
  color: white;
}

/* title animations */
@keyframes enter-up-animation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes enter-side-animation {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-animation-2 {
    animation: enter-side-animation 0.8s 1;
  }
}

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  animation: enter-up-animation 0.8s 1;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel {
  width: 100%;
  z-index: 3;
}

.slider_section .detail-box {
  color: #000000;
}

.slider_section .headerbox {
  display: flex;
}

.slider_section .headerbox .head-elem {
  flex: 1;
}

.slider_section .detail-box h2 {
  font-weight: bold;
  margin-bottom: 0;
}

.slider_section .detail-box p {
  margin: 10px 0;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #bda2ff;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #bda2ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #bda2ff;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .img-box {
  padding-left: 20%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #6bb7be;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  background-color: #f89646;
}

.about_section .container {
  height: 100%;
  min-height: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding-left: 10%;
}

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #bda2ff;
  color: #ffffff;
  border-radius: 10px;
  border: 1px solid #bda2ff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #bda2ff;
}

.blog_section .heading_container {
  display: grid;
  grid-template-columns: auto auto;
}

.blog_section .heading_container .heading-elem {
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}

.blog_section .box .img-box iframe {
  width: 100%;
  height: 13rem;
  object-fit: cover;
}

.blog_section .box .detail-box {
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #6bb7be;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #6bb7be;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #6bb7be;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
