@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather&family=Montserrat:ital,wght@0,100;0,400;0,900;1,900&family=Sacramento&family=Ubuntu:ital,wght@0,300;0,400;1,300;1,400;1,700&display=swap');





/*============= COURSE SECTION =============*/

body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: black;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;

}

p,h3 {
  font-weight: 10;
}

.buttons-padding {
  padding-left: 2rem;
}

a {
  padding: 0.7rem 0rem;
  text-decoration: none;
}

.hyper:hover {
  color: #B80000;
}

.icon:hover {
  color: black;
}


/*navigation*/

.navbar{
  /* text-transform: uppercase; */
  background-color: #0D1191;
  font-weight: 700;
  font-size: 1.4rem;
  word-spacing: 0.9rem;
  position: fixed;
  top: 0px;
  /* left: 10%; */
  
}

.navbar-brand img {
  position: relative;
  height: 3rem;
  bottom: 20%;
  left: 10%;
  padding: 0rem 2rem;
}

.logo {
  height: 4rem;
  border-radius: 50%;
}

.navbar-nav li {
  padding-right: 0.7rem;
  font-weight: 100;
  font-size: medium;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #B80000;
}

.telegram {
  position: absolute;
  right: 4%;
}



/* Landing page */

.home-inner {
  background-image: url(images/homepage.png);
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 60%;
  z-index: 1;
  color: black;
  font-size: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0.1rem 0.1rem .8rem #0D1191;
}

.trial {

  color: white;
  font-size: 2.8rem;
  background-color: #B80000;
  text-shadow: 0.1rem 0.1rem .8rem black;

}
.trial:hover {
  color: white;
  background-color: black;
  text-shadow: 0.1rem 0.1rem .8rem black;
}


.upper {
  position: absolute;
  left: auto;
}



/*accordion*/

#accordion {
  position: relative;
  margin: 2rem 4rem 4rem;
}

.faqs {
  position: relative;
  margin: 1rem 2rem 2rem 2rem;
}

.accordion-header {
  background-color: #ffffff;
  color: black;
}


.padding-card {
  padding: 1rem 0rem 2rem 0rem;
}


.course-padding {
  margin-top: 300px;
  margin-bottom: 300px;
}

.motto {
  color: #0D1191;
  font-weight: bold;
  padding-bottom: 9rem;
}

/*About section*/

.about-image {
  width: 300px;
  height: 300px;
  padding: 2rem
}

/*card section*/


.card-header {
  background-color: #0D1191;

}

.card-button:hover {
  background-color: #0D1191;
}

.plan-type {
  padding-top: 2rem;
}



/* .clients-background {
  background-color: #c4c4c4;
} */



.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}
.narrow h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  background-color: #B80000;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #0D1191;
  color: white;
}


/* the features section  */

.jumbotron {
  margin-bottom: 0;
  padding: 2rem 0 3.5rem 0;
  border-radius: 0;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #0D1191;
  margin: 0 auto 2rem;
}

.feature svg.svg-inline--fa {
  color: #0D1191;
}

.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: 0.4rem;
}

.feature p {
  font-size: 1.1rem;
}






/* this is the resources section  */


.fixed-home {
  background-image: url(images/learn.png);
  z-index: -1;
}
.fixed-kids {
  background-image: url(images/practical.png);
  z-index: -1;
}
.fixed-adults {
  background-image: url(images/learn.png);
  z-index: -1;
}
.fixed-groups {
  background-image: url(images/groups.png);
  z-index: -1;
}
.fixed-faqs {
  background-image: url(images/faqs.png);
  z-index: -1;
}

.dark {
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding: 7.2rem 2rem;
}

.fixed-background h3 { 
  margin-bottom: 2rem;
}

.fixed-background p { 
  margin-top: 1.5rem;
}






/* this is the clients section  */


.clients img {
  width: 100%;
  border-radius: 50%;
}

blockquote .svg-inline--fa {
  color: #0D1191;
  margin: 1rem;
}

.client-hr {
  border-top: .1rem solid #0D1191;
}

.lesson {
  background-color: #B80000;
  margin: 9rem;
}




/* this is the contacts section  */

footer {
  background-color: #0D1191;
  position: relative;
  bottom: 0;
  width: 100%;
  color: white;
  padding: 4rem 0 1rem;
}

footer img {
  height: 3rem;
  margin: 1.5rem 0;
}

footer a {
  color: white;
}

footer svg.svg-inline--fa {
  font-size: 1.6rem; 
  margin: 1.2rem 0.5rem 0 0;
}

footer svg.svg-inline--fa:hover {
  color: black
}

hr.socket {
  width: 100%;
  border-top: .2rem solid #ffffff;
  margin-top: 3rem;
}








/* the media queries  */

@media (max-width: 768px) {
.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 60%;
    z-index: 1;
    color: black;
    font-size: 3rem;
    text-transform: uppercase;
}
  

.trial {
    border-radius: 50px;
    color: white;
    font-size: 1.6rem;
    background-color: #B80000;
}
.trial:hover {
  border-radius: 50px;
    color: white;
    background-color: black;
}
  
  .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 1.4rem;
  }

  .clients img {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}



/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
