@import url("https://fonts.googleapis.com/css2?family=Playwrite+BE+VLG:wght@100..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f1f1f1;
  color: #111;
}
img {
  max-width: 100%;
}

p {
  line-height: 1.7;
}

h2 {
  font-size: 42px;
  margin-bottom: 1rem;
}
strong {
  font-weight: 600;
}
/*----CSS for Layout-------*/

section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow-x: hidden;
}

.title {
  text-align: center;
  padding: 15px;
  max-width: 1200px;
  margin: auto;

}
.title h2{
	font-weight: 600;
}

.row {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row-fluid {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex: 1 1 250px;
  padding: 15px;
  margin: 10px;
}
.col2 {
  width: 800px;
  padding: 15px;
  margin: 10px;
}

/*------CSS for header------*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  background-color: #fff;
  z-index: 9999;
}

nav a {
  color: #111;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

nav a:hover {
  color: #0fdb61;
}
.logo {
  width: 140px;
}
.outline {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0fdb61;
  color: transparent;
}

.hero {
  padding-top: 0;
background-color:  rgba(34, 34, 96);
  background-image: url(../images/hero-bg.webp);
  background-size:100%;
  color: #fff;
}
.hero h1 {
  font-size: 72px;
  margin-bottom: 0;
  font-weight: 600;
}
.hero h2 {
  font-weight: 300;
  margin: 0;
  font-size: 32px;
}
.hero h3 {
  font-size: 24px;
  font-weight: 500;
  color: #43c089;
}
.hero p {
  font-size: 24px;
}
.hero .row-fluid {
  align-items: center;
}
.pink {
  background-color: rgba(236, 0, 140);
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}
.pink-txt {
  color: rgba(236, 0, 140);
}
.events{
	padding-left:20px;
	padding-right:20px;
}
.events .col {
  flex: 350px;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.events .fa {
  font-size: 40px;
  background-color: rgba(236, 0, 140);
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  outline: 1px solid #fff;
  outline-offset: -5px;
  width: 80px;
  height: 80px;
}
.btn1 {
  padding: 10px 24px;
  background-color: rgba(236, 0, 140);
  color: #fff;
  border: 2px solid rgba(236, 0, 140);
  border-radius: 35px;
  display: inline-block;
  margin: 8px;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
}
.btn1:hover {
  background-color: #fff;
  color: rgba(236, 0, 140);
}
.about {
  background-color: rgba(236, 0, 140);
  color: #fff;
  padding: 0;
}
.about .col:nth-child(1){
	background-image: url(../images/sjcc.jpg);
	background-size: cover;
	padding: 0;
	margin: 0;
	
}
.about .col:nth-child(2){
	padding: 80px;
	padding-top: 0;
	
}
.contact {
  background-color: #f1f1f1;
}
footer {
  text-align: center;
  padding: 30px 10px;

  border-top: 1px solid lightgrey;
}
.menu {
  display: none;
}
.fz5 {
  font-size: 1.2rem;
}

.btn2 {
  padding: 10px 24px;
  border: 2px solid #212121;
  border-radius: 35px;
  display: inline-block;
  margin: 8px;
  transition: 0.4s;
  color: #111;
  transition: 0.4s;
}
.btn2:hover {
  background-color: #fff;
  letter-spacing: 1.5px;
}
li {
  margin-bottom: 0.5rem;
}

@media (max-width: 800px) {
  section {
    overflow-x: hidden;
  }
  header {
    padding: 10px 5%;
    display: block;

    position: static;
    border-radius: 0px 0px 15px 15px;
  }
  .row-fluid {
    width: 95%;
  }
  .hero {
    padding-top: 0;
    background-size: cover;
  
  }
  .hero h1 {
	font-size: 40px;
	
  }
  .hero h2 {
	font-weight: 300;
	margin: 0;
	font-size: 20px;
  }
  .hero h3 {
	font-size: 20px;
	font-weight: 500;
	color: #43c089;
  }
  .hero p {
	font-size: 18px;
  }
  .sep{
	display: none;
  }
  .text{
	display: block;
  }
  .menu {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 20px;
    display: block;
  }

  nav {
    display: none;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    background: #efefef;
  }

  nav a {
    display: block;
    font-size: 1rem;
    margin-right: 0;
    color: #333;
    text-align: center;
  }

  nav a:hover {
    color: #dc3e32;
    border-right: none;
    border-left: none;
    border-bottom: none;
  }

  .show {
    display: block;
  }
  .about .col:nth-child(1){
	min-height: 300px;
	margin: -15px;
}
.about .col:nth-child(2){
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	
}
}
