@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Karla', sans-serif;
  overflow-x: hidden;
}

:root {
  --bule: #1d3a74;
  --lightbule: #284ea0;
  --orange: #fc6c0f;
}

/*ul li {
  list-style: none;
}*/

/*banner css start*/
.banner {
  margin-top: -180px;
  position: relative;
  z-index: -1;
}

.banner img {
  width: 100%;
}

/*banner css End*/

/*Header css start*/

navbar {
}

navbar nav .navbar-brand img {
  max-width: 150px;
}

navbar nav ul {
  background-color: #ffffff75;
  border-radius: 30px;
  border: 1px solid var(--bule);
}

navbar nav ul li {
  padding: 0px 5px;
}

navbar nav ul li a {
  color: var(--bule) !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

navbar nav ul li .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 13px !important;
  padding-left: 20px !important;
}

navbar nav ul li a:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #ee711f;
}

navbar nav ul li .dropdown-item:before {
  display: none;
}

/*Header css End*/

/*banner-bottom css Start*/

.banner-bottom {
  position: absolute;
  width: 90%;
  left: 0px;
  right: 0px;
  bottom: -30px;
  margin: auto;
}

.banner-bottom .intro {
  text-align: center;
  background-color: var(--bule)
}

.banner-bottom .intro h3 {
  color: #fff;
  padding: 15px 0px;
  margin-bottom: 0px;
}

/*banner-bottom css End*/

/*quicks-link css Start*/

.quick-links {
  position: fixed;
  top: 250px;
  right: -230px;
  width: 230px;
  transition: 0.3s;
  display: block;
  z-index: 99;
}

.quick-links.active {
  right: 0px;
}

.quick-links-inner {
  position: relative;
  background: #1d3a74;
}

.quick-links-inner ul {
  margin-bottom: 0px;
}

.quick-links-inner ul li {
  list-style: none;
  padding: 5px 15px;
}

.quick-links-inner  ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.quick-link-btn {
  position: absolute;
  top: 0;
  left: -40px;
  cursor: pointer;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.mystyle {
  width: 0px !important;
  position: absolute;
  right: 0px;
}

/*quicks-link css End*/

/*banner-bottom-text css Start*/

.banner-bottom-text {
  padding-top: 72px;
  padding-bottom: 40px
}

.banner-bottom-text h4 {
  font-size: 18px;
  margin-bottom: 0px;
}

/*banner-bottom-text css End*/

/*the-sport css Start*/

.the-sport {
  background-color: var(--lightbule);
  margin-bottom: 40px;
}

.the-sport .sport-image {
  padding: 30px 0px;
}

.the-sport .sport-image img {
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}

.the-sport .sport-content {
  padding: 30px 0px;
}

.the-sport .sport-content h4 {
  color: var(--orange);
  font-weight: 700;
}

.the-sport .sport-content p {
  color: #fff;
}

.the-sport .readmore-button {
  padding: 10px 15px;
  background-color: var(--bule);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.the-sport .readmore-button:hover {
  color: var(--orange);
}

/*the-sport css End*/

/*history css Start*/

.history {
  margin-bottom: 40px;
}

.history .heading {
  margin-bottom: 25px;
}

.history .heading h2 {
  color: var(--bule);
  font-size: 30px;
  font-weight: 700;
}

.history .his-tory img {
  border-radius: 10px;
  border: 3px solid var(--lightbule);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.history .his-tory h4 {
  margin-bottom: 15px;
  color: var(--lightbule)
}

.history .his-tory p {
  margin-bottom: 25px
}

.history .origins-luge {
  margin-top: 25px;
}

.history .origins-luge img {
  border-radius: 10px;
  border: 3px solid var(--lightbule);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.history .origins-luge h4 {
  margin-bottom: 15px;
  color: var(--lightbule)
}

.history .origins-luge p {
  margin-bottom: 25px
}

.history  .readmore-button {
  padding: 10px 15px;
  background-color: var(--bule);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.history  .readmore-button:hover {
  color: var(--orange);
}

/*history css End*/

/*regulations css Start*/

.regulations {
  background-color: var(--bule);
  padding: 25px 0px;
}

.sub_btn {
  font-size: 17px;
  letter-spacing: 2px;
  color: #ffffff;
  border-radius: 0;
  background: #fc6c0f;
  transition: 0.5s all ease;
  line-height: 24px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: auto;
  text-transform: uppercase;
  padding: 12px 40px 12px 40px;
  text-align: center;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
  overflow: hidden;
}

.sub_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--lightbule);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sub_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}

.sub_btn:hover {
  color: #fff;
  transition: 0.5s all ease;
  text-decoration: none;
}

.butoon-right {
  float: right;
}

/*regulations css End*/

/*footer css Start*/
.footer {
  background-color: #dbdbdb;
  padding: 20px 0px;
}

.footer .follow ul {
  background-color: #fc6c0f;
  border-radius: 5px;
  padding: 15px 5px;
  margin-bottom: 0px;
}

.footer .follow ul li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0px 15px;
}

.footer .follow ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footer .contact ul {
  background-color: #0033a0;
  border-radius: 5px;
  padding: 15px 5px;
  margin-bottom: 0px;
}

.footer .contact ul li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0px 15px;
}

.footer .contact ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footer .address p {
  color: #000;
  display: flex;
}

.footer .address h3 {
  color: var(--bule);
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.footer .address p span {
  margin-right: 10px;
}

.footer .address a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}

.footer .footer-menu h3 {
  color: var(--bule);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.footer .footer-menu ul {
  margin-bottom: 0px;
}

.footer .footer-menu ul li {
  list-style: none;
}

.footer .footer-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.footer .copyright {
  text-align: center;
}

.footer .copyright p {
  margin-bottom: 0px;
}

.footer .copyright p a {
  text-decoration: none;
}

.footer .side-border {
  border-right: 1px solid #ffffff;
}

.footer .dots {
  position: relative;
}

.footer .dots:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  left: -3px;
  bottom: 12px;
  border-radius: 50%;
  background-color: #fff;
}

/*footer css End*/

/*Physical Aptitude Test css Start*/

/*form css start*/

.form {
  margin-top: 40px;
}

.form .form-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  border-radius: 10px;
}

.form .form-box label {
  padding: 8px;
}

.form .heading h2 {
  color: var(--bule);
  font-size: 30px;
  font-weight: 700;
}

.form h4 {
  margin-top: 15px;
  color: var(--lightbule);
}

.form .personal-information form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

/*form css start*/

/*personal-content css start*/

.personal-content {
  margin-top: 40px;
}

/*personal-content css End*/

/*tab css start*/

.tab {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tab .card .card-header {
  background-color: #eeeeee80;
  border-bottom: 1px solid #1d3a74;
  padding: 5px 5px;
}

.right-arrow {
  float: right;
  font-size: 14px;
}

.check {
  background-color: red;
  padding: 20px;
}

.tab .card button {
  color: var(--bule);
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: left;
}

.tab .card button:hover {
  text-decoration: none;
}

.tab .card button:focus {
  box-shadow: none;
}

.tab .card ul {
  margin-left: 20px;
}

.accordion-input .form-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.accordion-input input:focus {
  box-shadow: none;
}

.tab .accordion-input label {
  font-size: 16px;
  font-weight: 700;
}

.tab .accordion-input input {
  border: 1px solid #fcc5a2;
}

.tab .card .card-body span {
  font-weight: 700;
  font-size: 14px;
}

/*tab css End*/

/*Physical Aptitude Test css End*/
@media screen and (max-width:1200px) {
  navbar nav .navbar-brand img {
    max-width: 100px;
  }

  navbar nav ul li .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px !important;
    padding-left: 14px !important;
  }

  navbar nav ul li a:before {
    left: 0px;
  }

  .footer .follow ul li {
    padding: 0px 10px;
  }

  .footer .contact ul li {
    padding: 0px 8px;
  }

}

@media screen and (max-width:991px) {
  .sub_btn {
    padding: 12px 30px 12px 30px;
  }

  .the-sport .sport-image {
    text-align: center;
  }

  .the-sport .sport-content {
    text-align: center;
  }

  .footer .address h3, .footer .footer-menu h3 {
    margin-top: 25px;
  }

  .footer .follow {
    width: 65%;
  }

  .footer .contact {
    width: 65%;
  }

  .butoon-right {
    float: left;
  }

  navbar {
    background-color: #fff;
  }

  navbar nav ul {
    background-color: #fff;
  }

  .banner {
    margin-top: 0px;
  }

  navbar nav ul {
    background-color: #ffffff75;
    border-radius: 0px;
    border: 0px;
  }

  navbar nav ul li a:before {
    top: 22px;
  }

  navbar nav .dropdown-menu {
    border: 0px;
  }

}

@media screen and (max-width:767px) {
  .history .his-tory h4 {
    margin-top: 15px;
    text-align: center;
  }

  .history .his-tory p {
    text-align: center;
  }

  .history .origins-luge h4 {
    text-align: center;
    margin-top: 15px;
  }

  .history .origins-luge p {
    text-align: center;
  }

  .history .origins-luge .row {
    flex-direction: column-reverse;
  }

  .footer .follow {
    width: 100%;
  }

  .footer .contact {
    width: 100%;
  }

  .sub_btn {
    padding: 12px 25px 12px 25px;
  }

}

@media screen and (max-width:575px) {
  .footer .follow {
    width: 65%;
    margin-bottom: 15px;
  }

  .footer .contact {
    width: 65%;
    margin-bottom: 15px;
  }

  navbar nav .navbar-brand img {
    max-width: 75px;
  }

  .banner-bottom .intro {
    border-radius: 75px;
  }

  .banner-bottom .intro h3 {
    font-size: 1.5rem;
  }

}

/*Contact Page Css*/
.contact-left {
}

.contact-left ul {
}

.contact-left ul li {
  margin-bottom: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
}

.contact-left ul li i {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: var(--orange);
  flex: none;
  color: #ffff;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.contact-left ul li span {
}

.contact-left ul li span a {
  color: inherit;
}

/*Racing Schedule Css*/
.common-ul {
  margin-left: 1rem;
}

.common-ul li {
  margin-bottom: .25rem;
  list-style-type: circle;
}
.common-ul li::marker{
  color: var(--orange);
}
.common-ul li a {
}

.quick-ul {
  margin-bottom: 0rem;
  margin-left: 1rem;
}

.quick-ul li {
  margin-bottom: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  list-style-type: circle;
}
.quick-ul li::marker{
  color: var(--orange);
}
.quick-ul li a {
  color: inherit;
  padding-bottom: .5rem;
  display: inline-block;
}

/*Gallery Page Css*/
.example-image-link {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  border: 2px solid var(--bule);
  margin: 0.5rem auto;
  transition: 0.5s;
  margin-bottom: 0rem;
}
.example-image-link:hover .example-image {
  transform: scale(1.1, 1.1);
}

.example-image {  
  transition: 0.5s ease-in-out;
}
.vdo-frame{
  border: 2px solid;
}
.vdo-data{
  padding: .5rem;
}
.vdo-title{

}
.vdo-source{
  
}