@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");
* {
  box-sizing: border-box;
}

body{
    background: url(abstrack2.jpg);
    background-repeat: repeat;
}

header,
section {
  background: url(abstrack2.jpg);
    overflow-x: hidden;
    background-repeat: repeat;
}

:root {
  --Sniglet-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "lobster", cursive;
  --light-black: #2e2c2caf;
  --bggradient: linear-gradient(to bottom, #dd2476, #ff512f);
  --light-gray: rgba(255, 255, 255, 0.877);
}
header a {
  font-family: var(--Sniglet-font);
  font-size: 18px;
  margin-top: 60px;
  color: whitesmoke;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E01515;
  min-width: 190px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content :hover {
  background-color: #838383;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

header .nav-item:last-child {
  padding-right: 10.5em;
}

header .nav-item {
  padding: 0.9em;
}

header .navbar-brand {
  padding-left: 8rem;
}

header .nav-link:hover {
  color: black;
}

header .row .col-md-7 {
  padding: 22vmin 1vmin;
  padding-bottom: 35vmin;
}

header .row .col-md-5 {
  padding: 4.2vmin 1vmin;
}

header .row .col-md-5 img {
  width: 90%;
}

header {
 background: url(abstrack2.jpg);

}

header .container .col-md-7 {
  font-family: "Rubik", sans-serif;
}

header .container .col-md-7 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-7 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .container .col-md-7 p {
  padding: 1vmin 5vmin;
}

.primary-btn {
  border-radius: 30px;
  font-weight: bold;
}

/********** section 1 **************/

.section-1 {
  padding: 20vmin 0vmin;
 
}

.section-1 .row .col-md-6 .pray img {
  opacity: 0.8;
  width: 80%;
  border-radius: 0.2em;
  box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.568);
  margin-left: 50%;
 
}

.section-1 .row .col-md-6:last-child {
  position: relative;
}

.section-1 .row .col-md-6 .panel {
  position: absolute;
  top: 7vmin;
  left: -10vmin;
  background: #ffffffbe;
  border-radius: 3px;
  text-align: left;
  padding: 13vmin 5vmin 10vmin 10vmin;
  box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
  font-family: var(--Rubik);
  z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
  font-weight: bold;
  padding: 0.4em 0;
  font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.5);
}

/*section 2*/


* {
    margin: 1px;
    padding: 0;
    box-sizing: border-box;
   
}



.main {
    width: 100%;
    height: 60vh;
    
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom,
            #dd2476, #ff512f);
}

.profile-card {
    position: relative;
    width: 220px;
    height: 220px;
    color: rgba(0, 0, 0, 0.5);
    background: #ffffffbe;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: 0 25px;
}

.profile-card:hover {
    border-radius: 10px;
    height:300px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: t v bnnnnnnranslateY(-60px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
    
}

.caption h3 {
    font-size: 21px;
}

.caption p {
    font-size: 16px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 8px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #0c52a1;
}
@media only screen and (max-width:767px){

  header .nav-item {
    padding: 0;
    margin-top:0px;
  }

  
    .main {
            width: 100%;
            height: 40vh;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -50px;
            background: linear-gradient(to bottom,
                    #dd2476, #ff512f);
        }
        
    .profile-card{
        position: relative;
            width: 100px;
            height:100px;
            background: #fff;
            padding: 10px;
            border-radius: 30%;
            box-shadow: 0 0 22px #3336;
            transition: .6s;
            margin: 0 10px 0 5px;
    }

        .profile-card:hover {
            border-radius: 10px;
            height: 120px;
        }
                .caption h3 {
                    font-size: 15px;
                }


       .caption .social-links a {
         color: #333;
         margin-right: 8px;
         font-size: 10px;
         transition: .6s;
         display: inline;
}

.section-1 .row .col-md-6 .pray img{
  margin-left: 5%;
}


}
/* about us */
.about{
  background: url(images/jwo_committee.jpg) no-repeat left;
  background-size: 45%;
  box-shadow: 13px 12px 8px rgba(0,0,0,0.3);
  overflow: hidden;
  padding: 100px 0;
}
.inner-section{
  width: 55%;
  float: right;
  background-color: #ffffffbe;
  padding: 90px;
  box-shadow: 13px 12px 8px rgba(0,0,0,0.3);
}
.inner-section h1{
  margin-bottom: 30px;
  font-family: var(--Sniglet-font);
  font-size: 30px;
  font-weight: 900;
}
.text{
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #000000;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}
.skills button{
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
  border: none;
  font-family: var(--Sniglet-font);
  border-radius: 20px;
  padding: 8px;
  width: 200px;
  background-color: #dd2477dd;
  color: white;
  cursor: pointer;
}
.skills button:hover{
  transition: 1s;
  background-color: #000000;
  color: #ff009d;
}
@media screen and (max-width:1200px){
  .inner-section{
      padding: 80px;
  }
}
@media only screen and (max-width:767px){
  .about{
      background-size: 100%;
      padding: 100px 40px;
      
      
    
  }
  .inner-section{
      width: 100%;
      
  }
}

@media screen and (max-width:600px){
  .about{
      padding: 0;
  }
  .inner-section{
      padding: 60px;
  }
  .skills button{
      font-size: 19px;
      padding: 5px;
      width: 160px;
  }
}

/*  Section 3 */

.cover {
  width: 100%;
  height: 55vmin;
  background: url("");
  background-position: -24rem -19rem;
  background-size: 150%;
  position: relative;
}

.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.cover .content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 19vmin;
}

.cover .content > h1 {
  font-family: var(--Patua);
  font-size: 6vmin;
  color: whitesmoke;
}

.cover .content > p {
  font-family: var(--Rubik);
  font-size: 2vmin;
  color: #e5e5e5;
}

.numbers .rect {
  position: relative;
  z-index: 1;
  background: white;
  width: 17rem;
  height: 12rem;
  padding-top: 3.5vmin;
  margin: 1rem;
  border-radius: 0.5em;
  box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers {
  margin-top: -15vmin;
}

.numbers .rect h1 {
  font-size: 5rem;
  color: tomato;
}

.numbers .rect > p {
  font-family: var(--Patua);
}



/*  Section 4 */


.purchase > h1 {
  padding-top: 10vmin;
  padding-bottom: 0.1em;
 font-family: var(--Rubik);
 color: white;
  
  
}

.purchase > p {
  color: var(--light-black);
  font-size: 3vmin;
 
}

.purchase .cards .card {
  width: 22rem;
  margin: 3vmin 3vmin;
  background-color: #ffffffbe;
    margin-top: 5%;
}

.cards div {
  padding: 0;
  margin: 0;
}

.cards .title {
    background: #dd2477dd;
    padding: 1.4rem 2.5rem;
    font-size: 2vmin;
    
    color: white;
}

.card .card-text {
  padding: 2.5rem 3rem;
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.card-body .pricing {
  background: rgba(208, 241, 241, 0.199);
  border-top-right-radius: 170px;
  border-top-left-radius: 170px;
}

.card-body .pricing > h1 {
  font-size: 10vmin;
  
}
.btn-dark {
    
    color: #fff;
    background-color: #dd2477dd;
    border-color: #343a40;
}
.btn {
  display: none;
}



/*-footer-*/

footer {
    background-color: rgba(0, 0, 0, 0.815);
    background: url(abstrack2.jpg);
    overflow-x: hidden;
    padding: 14vmin 18vmin;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-image: url("back.jpg"); width:100%; height:200%;

}



footer p>span {
    color: #ff512f;
}

footer input {
    border: none !important;
}

footer input::placeholder {
    color: white !important;
}

footer .input-group .input-group-text {
    background: var(--bggradient);
    border: none;
}

footer .column i {
    color: #ffffff;
}

footer .column i+i {
    padding: 0 0.5em;
}

hr{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
 }
 .underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 35px;
    left: 0;
    overflow: hidden;
 }
 .underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
 }
 footer p{
    color: white;
    font-size: 18px;
    
  }
  footer h4{
    color: white;
  }

header .carousel-inner .item{
  height: 100vh;
}
header .carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}

.text-muted {
    color: #ffffff!important;
}

.footer .column i {
    color: #ffffff;
}
@media only screen and (max-width:740px){
    footer{
        margin-top: 10%;
    }
}




/*--slider--*/

.slides{
    position: relative;
   
    height: 120vh;
    overflow: hidden;
}

.slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: sliding 17s infinite;
}

.slide_two{
    animation-delay: 4s;
}

.slide_three{
    animation-delay: 8s;
}

.slide_four{
    animation-delay: 12s;
}

.slide_five{
    animation-delay: 16s;
}

.slide_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@keyframes sliding{
    0%{opacity: 0; }
    10%{opacity: 1; }
    20%{opacity: 1; transform: scale(1.05); }
    30%{opacity: 0; transform: scale(1.05); }
    100%{opacity: 0; }
}


.banner{
	width:920px;
	height:270px;
	background-color:#F90;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:10px;
}


@media only screen and (max-width:767px){
    .slides{
        position: relative;
      
        height: 40vh;
        overflow: hidden;
    }

    .container-fluid img{
        width: 70%;
        margin: -17px;
        height: 10%;
    }
}