@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #000000;
}
body::-webkit-scrollbar {
  display: none;
}
hr {
  width: 80%;
  margin: auto;
  /* opacity: 0.5; */
}

/* home */

.swiper {
  margin-top: 4rem;
  width: 100%;
  height: 90vh;
}
.swiper .swiper-wrapper {
  padding: 0.5rem;
}
.swiper .swiper-wrapper .swiper-slide img{

}


@media (max-width: 768px){

.swiper{

}


}
@media (max-width: 500px){

.swiper{

  width: 340px;
  height: 200px;

}
.swiper-wrapper .swiper-slide{
  
}
.swiper-wrapper .swiper-slide img {

}

}

.downarrao{
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(20px);
  transition: 1s ease-in-out;
}

/* aboutus */
.about{
  min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

.about-section{
    background: url("/src/austin-neill-SLUeuL-mrRg-unsplash.jpg") no-repeat left;
    background-size: 55%;
    background-color: #000000;
    overflow: hidden;
    padding: 100px 0;
}

.inner-container{
    width: 50%;
    float: right;
    background-color: #000000;
    padding: 150px;

   

}

.inner-container h1{
    margin-bottom: 30px;
    /* font-size: 30px;
    font-weight: 900; */
}

/* .text{
    font-size: 13px;
    color: #f9f9f9;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 40px;
} */

.skills{
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width:1200px){
    .inner-container{
        padding: 80px;
    }
}

@media screen and (max-width:1000px){
    .about-section{
        background-size: 100%;
        padding: 100px 40px;
    }
    .inner-container{
        width: 100%;
        background-color: transparent;
        background: rgba( 0, 0, 0, 0.1 );
box-shadow: 0 8px 32px 0 rgba(162, 14, 14, 0.37);
backdrop-filter: blur( 10.5px );
-webkit-backdrop-filter: blur( 10.5px );
border-radius: 10px;
border: 1px solid rgba(123, 123, 123, 0.37);
    }

    .inner-container .section-heading{
      color: white;
    }
}

@media screen and (max-width:600px){
    .about-section{
        padding: 0;
    }
    .inner-container{
        padding: 60px;
    }
    
    
}


/* why us  */



:root {
  --clr-primary: #59c6b3;
  --clr-secondary: #232323;
}



img {
  max-width: 100%;
  display: block;
}

.about {
  padding: 50px 0;
}

.container {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.heading {
  text-align: center;
}





.row-container {
  margin-top: 50px;
}

.row {
  display: flex;
}

.row:not(:last-child) {
  margin-bottom: 100px;
}

.row div:first-child {
  margin-right: 50px;
}

.row .img-col {
  flex: 1 1 40%;
}

.row .text-col {
  flex: 1 1 60%;
}



.img-col.n-margin {
  /* margin-top: -20%; */
}

@media (max-width: 1200px) {
  
  .row .img-col {
    flex: 1 1 48%;
  }

  .row .text-col {
    flex: 1 1 52%;
  }
}

/* @media (max-width: 992px) {
  .text-col h3 {
    font-size: 72px;
  }

  .text-col p {
    font-size: 18px;
  }

  .sub-heading {
    font-size: 16px;
  }
} */

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .row div:first-child {
    margin-right: 0;
  }

  .row .img-col,
  .row .text-col {
    flex: 1;
  }

  .row:last-child .text-col {
    order: 2;
  }

  .row-rev{
    flex-direction: column-reverse;
  }

  .row:not(:last-child) {
    margin-bottom: 80px;
  }

  .img-col.n-margin {
    margin-top: 0;
  }
}

/* essentials */


.essentials{

text-align: center;


}

.essentials .box{
  width: 95%;
  margin: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;

}

.essentials .box .e-card{


 /* ne0 */
 box-shadow:  5px 5px 5px 3px #000000,
             -5px -5px 5px 3px #3636365c;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 350px;
}
.essentials .box .e-card img{
  height: 60px;
  width: 60px;
  margin: 1.2rem;
}



@media (max-width: 768px){

  .essentials .box{
    flex-direction: column;
    
  }


  .essentials .box .e-card{
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 200px;
    margin-bottom: 1.5rem;
  }
}


/* guidance */

.guidance{


}


.guidance .g-box{

  width: 95%;
  padding: 1rem;
  display: flex;

  flex-direction: row;
  justify-content: space-around;

}

.guidance .g-box .g-i-box{
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guidance .g-box .g-i-box img{
height: 400px;
width: 400px;
}
.guidance .g-box .g-t-box{
  display: flex;
  flex-direction: column;
  width: 50%;

}
.guidance .g-box .g-t-box .blue-heading{
  font-size: 60px;
}

@media (max-width: 768px){

 .guidance .g-box{
  flex-direction: column;
 }
 .guidance .g-box .g-i-box{
  width: 100%;

 }

 .guidance .g-box .g-t-box{
  width: 100%;
  justify-content: center;
  align-items: center;
 }



}
@media (max-width: 500px){

  .guidance .g-box .g-t-box .blue-heading{
  font-size: 30px;
  text-align: center;
}

}


/* rockbands */



.rockbands .container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 200px));
  grid-auto-rows: 200px;
  grid-auto-flow: row dense;
  grid-gap: 23px;
  justify-content: center;
  margin-top: 2rem;
}

.card-top, .card-right, .card-bottom, .card-left {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  border-radius: 95.2380952381px;
  box-shadow: 0px 3px 9px 1px rgba(0, 10, 20, 0.2);
}

.card-top {
  flex-direction: column;
  grid-column: auto/span 1;
  grid-row: auto/span 2;

/* shadow */
-webkit-box-shadow:0px 0px 33px 1px rgba(228,7,7,0.6);
-moz-box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);

}

.card-right {
  flex-direction: row-reverse;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
/* shadow */
-webkit-box-shadow:0px 0px 33px 1px rgba(228,7,7,0.6);
-moz-box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);

}

.card-bottom {
  flex-direction: column-reverse;
  grid-column: auto/span 1;
  grid-row: auto/span 2;
  /* shadow */
-webkit-box-shadow:0px 0px 33px 1px rgba(228,7,7,0.6);
-moz-box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
}

.card-left {
  flex-direction: row;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  /* shadow */
-webkit-box-shadow:0px 0px 33px 1px rgba(228,7,7,0.6);
-moz-box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
box-shadow: 0px 0px 33px 1px rgba(228,7,7,0.6);
}

.card-image {
  display: flex;
}

.card-top .card-image, .card-bottom .card-image {
  height: 50%;
  width: 100%;
}

.card-left .card-image, .card-right .card-image {
  height: 100%;
  width: 50%;
}

.card-image img {
  width: 100%;
  object-fit: cover;
}

.card-top img {
  border-radius: 95.2380952381px 95.2380952381px 0 0;
}

.card-right img {
  border-radius: 0 95.2380952381px 95.2380952381px 0;
}

.card-bottom img {
  border-radius: 0 0 95.2380952381px 95.2380952381px;
}

.card-left img {
  border-radius: 95.2380952381px 0 0 95.2380952381px;
}

.card-text {
  align-self: center;
  padding: 23px;
}

.card-top .card-text {
  height: auto;
  width: auto;
  padding-bottom: 36.8px;
}

.card-right .card-text {
  height: auto;
  width: 50%;
  padding-left: 36.8px;
}

.card-bottom .card-text {
  height: auto;
  width: auto;
  padding-top: 36.8px;
}

.card-left .card-text {
  height: auto;
  width: 50%;
  padding-right: 36.8px;
}

.card-text p {
  margin: 0;
  line-height: 1.35em;
  color: #ffffff;
}

@media (max-width: 500px) {
  .card-top {
    flex-direction: row;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-bottom {
    flex-direction: row-reverse;
    grid-column: auto/span 2;
    grid-row: auto/span 1;
  }

  .card-top .card-image, .card-bottom .card-image {
    height: 100%;
    width: 50%;
  }

  .card-top img {
    border-radius: 95.2380952381px 0 0 95.2380952381px;
  }

  .card-bottom img {
    border-radius: 0 95.2380952381px 95.2380952381px 0;
  }

  .card-top .card-text {
    height: auto;
    width: 50%;
    padding-right: 36.8px;
  }

  .card-bottom .card-text {
    height: auto;
    width: 50%;
    padding-left: 36.8px;
  }
}
@media (max-width: 400px) {
  .card-image {
    width: 38% !important;
  }

  .card-text {
    width: 62% !important;
  }
}








