
/***************************** SECTION 1 **************************************/


.section1 .column_container{
  padding: 0;
}

@media (max-width: 1490px){
  .section1{
    padding: 0 !important;
  }
}


@media (min-width: 768px){
  .section1{
    margin-top: 180px;
  }
}

@media (max-width: 1023px){
  .section1{
    margin-top: 0 !important;
  }
}

/***************************** SECTION 2 **************************************/

.section2 .heading1{
  font-family: 'CeraGR';
  font-weight: 800;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.section2 .heading1 span{
  position: relative;
  padding: 5px 2vw;
  background-color: #df9107;
  border-radius: 13px;
}


.section2 .heading2{
  font-family: 'Retrosans';
  color: #575656;
  font-size: 3.5rem;
  font-weight: 400;
}

.section2 .text1 p{
  font-size: 1.6rem;
  color: #575656;
  font-weight: 400;
  font-family: 'CeraGR';
  line-height: 1.5;
}

.section2 .btn1 a{
  font-family: 'CeraGR';
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  background-color: #c6c6c6;
  padding: 6px 9%;
  border-radius: 12px;
  letter-spacing: 1px;
  transition: 0.3s all;
}

.section2 .btn1 a:hover{
  background-color: #575656;
  color: #fff;
}

.section2 .heading3{
  font-family: 'Retrosans';
  color: #575656;
  font-size: 3.5rem;
  font-weight: 400;
}

.section2 .text2 p{
  color: #df9107;
  font-family: 'Tartine Script Offc Pro';
  font-weight: 600;
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
}

.section2 .heading4{
  font-family: 'Retrosans';
  color: #575656;
  font-size: 2.9rem;
  font-weight: 400;
}

.section2 .text3 p{
  font-size: 1.6rem;
  color: #575656;
  font-weight: 400;
  font-family: 'CeraGR';
  line-height: 1.5;
}

@media (min-width: 768px){
  .section2 .row1 .column3 .vc_column-inner{
    padding-right: 0;
  }
  .section2 .row1 .column1 .vc_column-inner{
    padding-left: 0;
  }
  .section2 .column_container{
    padding: 0;
  }
}

@media (max-width: 767px){
  .section2 .img4{
    text-align: center;
  }
  .section2 .row1{
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 580px){
  .section2 .heading1{
    font-size: 3.3vw;
  }

  .section2 .btn1 a{
    font-size: 12px;
  }
}

/***************************** SECTION 3 **************************************/

.section3 .heading1{
  font-family: 'Retrosans';
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  transition: 0.3s all;
  position: relative;
  letter-spacing: 1.5px;
}

.section3 .heading1 span{
  position: relative;
  background-color: #df9107;
  padding: 5px 2vw;
  border-radius: 12px;
}

.section3 .row-text p{
  font-size: 1.6rem;
  color: #575656;
  font-weight: 400;
  font-family: 'CeraGR';
  line-height: 1.5;
}

.section3 .row-button a{
  font-family: 'CeraGR';
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  background-color: #c6c6c6;
  padding: 6px 9%;
  border-radius: 12px;
  letter-spacing: 1px;
  transition: 0.3s all;
}

.section3 .row-button a:hover{
  background-color: #575656;
}

@media (min-width: 768px){
  .section3 .row-text p{
    padding: 0 7%;
  }

  .section3 .text2 p{
    margin-top: 2.6vh;
  }
}

@media (max-width: 580px){
  .section3 .heading1{
    font-size: 3.3vw;
  }
}

/***************************** SECTION 4 **************************************/

.section4 .column_container{
  padding: 0;
}

.section4 .heading1{
  font-family: 'Retrosans';
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  transition: 0.3s all;
  position: relative;
  letter-spacing: 1.5px;
}

.section4 .heading1 span{
  position: relative;
  background-color: #df9107;
  padding: 5px 2vw;
  border-radius: 12px;
}

.section4 .gallery img{
  border: 0;
}

.section4 .mk-gallery{
  margin: 0;
}

.fancybox-title{
  display: none;
}


@media (max-width: 580px){
  .section4 .heading1{
    font-size: 3.3vw;
  }
}
