:root{
  --wonderlan-academy: #D73863;
  --font-familysedwick: "Sedgwick Ave Display", cursive;
  --font-w-regular: 400;
  --font-w-bold: 700;
}

.wonderland-academy-color{
  color: var(--wonderlan-academy);
}
.wonderland-academy-bg-color{
  background-color: var(--wonderlan-academy);
}

.sedgwick-ave-display-regular {
  font-family: "Sedgwick Ave Display", cursive;
  font-weight: 400;
  font-style: normal;
}

.space-grotesk-bold {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.space-grotesk-regular {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html{
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

body *{
  box-sizing: border-box;
}

.col-xxl-7{
padding-left:100px}

	
.open-section-logo{
  width: 100%;
  padding: 50px 0;
 /* padding-left: 100px;*/

}

.open-section-logo img{
  width: 120px;
}

.open-section-image{
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  align-items: center;
}

.open-section-image img{
  max-width: 100%;
  height:100%;
  object-fit: cover;
}

.open-section-text h1{
  font-size: 40px;
  text-transform: uppercase;
 /* padding-left: 100px;*/
}

.open-section-text h1 span{
  display: block;
  font-size: 60px;
  margin-top: 30px;
}

.open-section-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
  padding-top: 25px;
}
.description{
  font-size: 20px;
  margin-top: 50px;
/* padding-left: 100px;*/
}

.info-col{
 /* text-align: center;*/
  margin-top: 50px;
}

.info-col .col-title{
color: var(--wonderlan-academy);
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
}
.info-col .col-info{
  font-size: 22px;
  text-transform: uppercase;
}
.info-col .col-info.location{
  text-transform: none;
}
.info-col .col-info.location strong{
  text-transform: uppercase;
}
a{
  color: #fff !important;
  text-decoration: none;
}
a:hover{
  text-decoration: underline
}
.col-cta a{
  background-color: var(--wonderlan-academy);
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all .35s ease;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}
.col-cta a:hover{
  transform: scale(1.05) !important;
}


@media (max-width: 767px) {
  
  .open-section-logo{
    padding-left: 0;
    text-align: center;
  }

  .open-section-text{
    padding-right: 25px;
  }
.open-section-text h1, .description{
  /*padding-left: 25px;*/
}
.open-section-text h1{
  text-align: center;
}
  .open-section-text h1 span{
    margin-left: 0;
  }
.col-xxl-7{
	padding-left: 1rem;
}
}