:root {
  --ar_img_height: 43vw;
}

.ar_bg_gray{
  background-color: #ffff0000;
}

@media(min-width: 992px){
  .ar_bg_gray{
    background-color: #7F7F7F;
  }
}

.ar_bg_besh{
  background-color: #cdbba7;
}

.ar_color{
  color: #333333 !important;
}
.ar_color_2{
  color: #898989 !important;
}

body {
  font-family: "Raleway", sans-serif !important;
}

.ar_letter_spacing {
  letter-spacing: 2px !important;
}

.ar_border_radius {
  border-radius: 0;
}

.ar_button_color {
  background-color: #E4DACF;
  border-color: #E4DACF;
}
.ar_button_color:hover {
  background-color: #b1a89f;
  border-color: #b1a89f;
}

@media(max-width:992px){
    .ar_margin {
    margin-top: 220px;
  }
}

.ar_font_size_big {
  font-size: calc(30px + 0.9vw) !important;
}
.ar_font_size_small {
  font-size: 20px !important;
}

.ar_img {
  width: 100%;
  height: 511px;
  background-image: linear-gradient(#00000020), url("../img/hero.jpg");
  background-position: center center;
  background-size: cover;
}

@media(min-width: 992px){
  .ar_img{
    height: 756px;
  }
}

.ar_img_2 {
  width: 100%;
  height: 92vw;
  background-image: url("../img/meet.png");
}

@media (min-width:992px) {
  .ar_img_2 {
    height: 44vw;
  }

  .ar_padding_left {
    padding-left: 8rem !important;
  }
}

.ar_width {
  width: 97%;
}

/* section 3 */

.ar_bcg_img_main{
  width: 100%;
  height: var(--ar_img_height);
  background-image: url("../img/foto01.jpg");
  background-position: center center;
  background-size: cover;
}

.ar_bcg_img_2{
  background-image: url("../img/foto02.jpg");
}
.ar_bcg_img_3{
  background-image: url("../img/foto03.jpg");
}
.ar_bcg_img_4{
  background-image: url("../img/foto06.jpg");
}
.ar_bcg_img_5{
  background-image: url("../img/foto04.jpg");
}
.ar_bcg_img_6{
  background-image: url("../img/foto05.jpg");
}

@media(min-width: 992px){
  .ar_height{
    height: calc(var(--ar_img_height) / 2 - 0.5rem);
  }
}

@media(min-width: 1400px){
  .ar_bcg_img_main{
    height: 600px;
  }
  .ar_height{
    height: calc(600px / 2 - 0.5rem);
  }
}

/* section 4 */

.ar_bcg_img_7{
  height: 57vw;
  background-image: url("../img/blog01.jpg");
}
.ar_bcg_img_8{
  height: 57vw;
  background-image: url("../img/blog02.jpg");
}

@media(min-width: 992px){
  .ar_height_2{
    height: 618px;
    transition: all ease-in-out 0.6s;
  }
  .ar_height_2:hover{
    scale: 1.05;
  }
}

/* section 5 */

.ar_placeholder::placeholder{
  color: #a1a1a1;
}

.ar_button_form{
  padding: 1rem 1.731rem;
  color: #cdbba7;
  background-color: #fff;
  border-color: #cdbba7;
  box-shadow: inset 0 0 0 0 #cdbba7;
  transition: all .3s ease-in-out;
  border-width: 1px;
}

.ar_button_form:hover{
  box-shadow: inset 100px 0 0 0 #cdbba7;
  color: white;
  border-color: #fff;
  background-color: #00000000;
}

@media(min-width: 992px){
    .ar_padding_left_2{
    padding-left: 140px !important;
  }
}