@charset "UTF-8";
/* CSS Document */
Cmain {
  background-color: #f4f0ec;}
.about-us-top__image {
  width: 100%;
  height: 45vh;
  
}

#about-us{
  padding:0px;
}
.about-us-top__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  z-index: 0;
  filter: brightness(50%);
}
#about-us{
 
  background-color: #f5f5f5;
}

 #about-us h4 {
    font-size: 1.5rem;
    color: #FFF;
    text-align: left;
    position: absolute;
    font-weight: 500;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  #about-us h2 {
    font-size: 2.4rem;
    color: #FFF;
    letter-spacing: 0.3rem;
    line-height: 3.7rem;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-bottom: none;
  white-space: nowrap;
  }
@media(min-width:1160px){
  #about-us h4 {
    font-size: 1.8rem;
    color: #FFF;
    text-align: left;
    letter-spacing: 0.2rem;
    position: absolute;
    font-family: "Zen Maru Gothic", serif;
    
    font-weight: 500;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  #about-us h2 {
    font-size: 3.6rem;
    color: #FFF;
    letter-spacing: 0.5rem;
    position: absolute;
    left: 50%;
    top: 25%;
    
    transform: translateX(-50%);
    
    font-weight: 500;
  }}

#about-us-desc{
    margin:0px 0px 50px;
}
.about-us-desc1-wrapper, .about-us-desc2-wrapper{
  margin:0 auto;
  max-width:600px;
  padding-top:30px;
 
}
.about-us-desc1-copy, .about-us-desc2-copy{
  padding:30px 30px 20px;
  text-align: left;
  line-height: 3.0rem;
  font-size: 1.6rem;
letter-spacing: 0.1rem;
 


}
.about-us-desc1-img, .about-us-desc2-img{
  max-width:600px;
  height:auto;
  margin: 0 auto;
}
.about-us-desc1-img img, .about-us-desc2-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: brightness(70%);
  object-position: bottom;

}

@media(min-width:1160px){
#about-us-desc{
  margin: 100px 0px 50px;
}
.about-us-desc1-wrapper{
  height:500px;
  display: flex;
  margin-bottom: 70px;
  position: relative;
   width:100%;
  max-width: 1600px;
}
.about-us-desc1-copy{  
  width:600px;
  height:400px;
  padding:50px 50px;
  text-align: left;
   background-color:rgba(255,255,255,0.8);
  line-height: 3.2rem;
  font-size: 1.6rem;
 top:100px;
  left:5%;
letter-spacing: 0.1rem;
  position: absolute;
  z-index: 1;


}
.about-us-desc1-img{
  max-width: inherit;
  width:60%;
  height:450px;
position: absolute;
   top:0px;
  right:0px;
}
.about-us-desc1-img img, .about-us-desc2-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: brightness(90%);
}
.about-us-desc2-wrapper{
  height:500px;
  width:100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content:space-between;
  position: relative;
  max-width: 1600px;
}
.about-us-desc2-copy{
  top:100px;
  right:5%;
   width:600px;
  height:350px;
  padding:100px 50px;
  text-align: left;
   background-color:rgba(255,255,255,0.7);
  line-height: 3.5rem;
  font-size: 1.6rem; 
letter-spacing: 0.1rem;
  position: absolute;
  z-index: 1;
  

}
.about-us-desc2-img{
  max-width: inherit;
  width:60%; 
  height:400px;
   position: absolute;
   top:0px;
  left:0px;
}
}
#conductor{
  padding:50px 0px;
  background-color: #E4E0E0;
}#conductor h2{
  font-size:2.4rem;
  padding:20px 0px;
  font-weight: 500;
}
.conductor-name{
  font-size:2.0rem;
  padding:10px 0px;
  letter-spacing: 0.2rem;
}
.conductor-title{
  font-size:1.6rem;
  padding-bottom: 20px;
}
.center{
  margin:0 auto;
}
.conductor-prof{
  font-size:1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.7rem;
  text-align: left;
 
}
.conductor-wrapper{
 padding:30px 30px;
  margin:0 auto;
  max-width:600px;
}
.contuctor-img{
  max-width:350px;
  height:auto;
  margin:0 auto;
 
}
.contuctor-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: brightness(90%);
}
.conductor-disc{
  width:100%;
  text-align: center;
padding-bottom: 20px;}

@media(min-width:1160px){
#conductor{
  padding:50px 30px;
  background-color: #E4E0E0;
}#conductor h2{
  font-size:3.2rem;
  padding:20px 0px;
  font-weight: 500;
}
.conductor-name{
  font-size:2.0rem;
  padding:0px 0px 10px;
  letter-spacing: 0.2rem;
  text-align: left;
}
.conductor-title{
  font-size:1.6rem;
  padding-bottom: 20px;
}
.conductor-prof{
  font-size:1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
.conductor-wrapper{
  display: flex;
  justify-content: center;
 padding:50px 0px;
  margin:0 auto;
  max-width:950px;
}
.contuctor-img{
  width:auto;
  height:450px;
  margin-right:40px;
}
.contuctor-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  filter: brightness(90%);
}
.conductor-disc{
  width:100%;
  max-width:550px;
text-align: left;
  }}
.contact-wrapper{
  background-image: url("../img/IMG_0899.JPG");
  width:100%;
  height:350px;
  margin:0 auto;
  position: relative;
  background-size:cover;
  background-position:bottom;
  background-repeat:  no-repeat;    
}

.contact-wrapper::after {
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#contact h4{
 top:19%;
left:50%;
  transform: translateX(-50%);
  color:#FFF;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  position: absolute;
  z-index:1;
  font-weight: 500;
}
.contact-h2{
  top:27%;
  left:50%;
  transform: translateX(-50%);
  color:#FFF;
 letter-spacing: 0.2rem;
  font-size: 2.4rem;
  position: absolute;
  z-index:1;
  
}
#contact h5{
  left:50%;
  transform: translateX(-50%);
  top:45%;
  letter-spacing: 0.2rem;
  position: absolute;
  color:#FFF;
  font-size: 1.8rem; 
  z-index:1;
   font-weight: 500;
  width:100%;
  line-height:3.0rem;
}

.contact-us-button{
  top:70%;
  position: absolute;
  position: relative;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:300px;
  letter-spacing: 0.1rem;
  margin:0 auto;
	padding: 15px 35px 20px 15px;
	font-weight:500;
  font-size:1.6rem;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 100vh;
	transition: 0.5s;
  z-index: 1;

}
.contact-us-button:hover {
  color: #fff;
	background: #f08b54;
  
}
  .contact-us-button a{
  text-decoration: none;
  opacity: 1.0;
}
.contact-us-button a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contact-us-button a:hover:after {
  color: #FFF;
  }
@media(min-width:1160px){
.contact-wrapper{
  background-image: url("../img/IMG_0899.JPG");
  width:100%;
  height:450px;
  margin:0 auto;
  position: relative;
  background-size:cover;
  background-position:30% 90%;
  background-repeat:  no-repeat;    
}

.contact-wrapper::after {
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contact-h4{
 top:20%;
left:50%;
  transform: translateX(-50%);
  color:#FFF;
  letter-spacing: 0.3rem;
  font-size: 1.6rem;
  position: absolute;
  z-index:1;
  font-weight: 500;
}
.contact-h2{
  top:25%;
  left:50%;
  transform: translateX(-50%);
  color:#FFF;
 letter-spacing: 0.2rem;
  font-size: 3.2rem;
  position: absolute;
  z-index:1;
 
  font-weight: 600;
  
}
#contact h5{
  left:50%;
  transform: translateX(-50%);
  top:45%;
  letter-spacing: 0.3rem;
  position: absolute;
  color:#FFF;
  font-size: 2.0rem;
  padding-bottom: 100px;
  z-index:1;
   font-weight: 500;
}

.contact-us-button{
  top:65%;
  position: absolute;
  position: relative;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:350px;
  letter-spacing: 0.2rem;
  margin:0 auto;
	padding: 20px 90px 20px 50px;
	font-weight:500;
  font-size:1.8rem;
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 100vh;
	transition: 0.5s;
  z-index: 1;

}
.contact-us-button:hover {
  color: #fff;
	background: #f08b54;
  
}
  .contact-us-button a{
  text-decoration: none;
  opacity: 1.0;
}
.contact-us-button a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contact-us-button a:hover:after {
  color: #FFF;
  }}

