
/** contact-section **/

.contact-section_8de472b7a2770f5b{
  position: relative;
  background: #141414;
  padding: 166px 0px 184px 0px;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 184px;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .title-text_724b792b8e2a8246 h2{
  display: block;
  font-size: 120px;
  line-height: 130px;
  font-weight: 500;
  color: #fff;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .title-text_724b792b8e2a8246 h2 .light-text_dee2dc2f4d217e0b{
  opacity: 0.4;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .title-text_724b792b8e2a8246 h2 .color-text_6d931b1f3c560b94{
  display: block;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .link-box_8131ed73ef6257d1 a{
  position: relative;
  display: inline-block;
  width: 217px;
  height: 217px;
  line-height: 251px;
  text-align: center;
  z-index: 1;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .link-box_8131ed73ef6257d1 a:before{
  position: absolute;
  content: '';
  background-image: url(../../visuals/shape_e3fb340407/shape-11.c34438a009.png);
  width: 217px;
  height: 217px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: rotateme; 
  animation-duration: 24s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme; 
  -webkit-animation-duration: 24s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme; 
  -moz-animation-duration: 24s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme; 
  -ms-animation-duration: 24s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme; 
  -o-animation-duration: 24s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .link-box_8131ed73ef6257d1 a span{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  color: var(--title-color);
  max-width: 150px;
  text-align: left;
  transform: rotate(-15deg);
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  transition: all 500ms ease;
}

.contact-section_8de472b7a2770f5b .title-box_f93c1d66a7b04d7b .link-box_8131ed73ef6257d1 a:hover span{
  transform: rotate(0deg);
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4{
  position: relative;
  display: block;
  background: #181818;
  border-radius: 30px;
  padding: 44px 60px 50px 60px;
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 label{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.50);
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='text'],
.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='email'],
.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.15);
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input:focus,
.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea:focus{
  border-color: #fff;
}

.contact-section_8de472b7a2770f5b .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  height: 134px;
  resize: none;
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033{
  position: relative;
  display: block;
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f{
  position: relative;
  display: block;
  padding-left: 90px;
  margin-bottom: 79px;
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f .icon-box_e4ad71630e45dc07{
  position: absolute;
  left: 0px;
  top: 9px;
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.40);
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f h3{
  display: block;
  font-size: 28px;
  line-height: 42px;
  font-family: var(--text-font);
  color: rgba(255, 255, 255, 0.80);
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f h3 a{
  display: inline-block;
  color: rgba(255, 255, 255, 0.80);
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .single-item_a84576fb71524b4f h3 a:hover{

}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .map-link_1b876ebe2110cc89 p{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 42px;
  color: rgba(255, 255, 255, 0.30);
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .map-link_1b876ebe2110cc89 p a{
  position: relative;
  display: inline-block;
  margin-left: 30px;
}

.contact-section_8de472b7a2770f5b .info-content_873a20143402d033 .map-link_1b876ebe2110cc89 p a:before{
  position: absolute;
  content: '';
  background-image: url(../../visuals/shape_e3fb340407/shape-23.80ff4c41ae.png);
  width: 147px;
  height: 84px;
  left: -15px;
  top: -28px;
  background-repeat: no-repeat;
}

.contact-section_8de472b7a2770f5b .shape_f91bed3e78758234{
  position: absolute;
  left: 913px;
  top: 310px;
  width: 107px;
  height: 109px;
  background-repeat: no-repeat;
}

.contact-section_8de472b7a2770f5b .big-text_f67c11f6d59c3730{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 250px;
  line-height: 190px;
  font-family: var(--text-font);
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
}

/** contact-style-two **/

.contact-style-two_e0fc77893b6cf27c{
  position: relative;
  padding: 409px 0px 264px 0px;
  background: #FBF5F1;
  overflow: hidden;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326{
  position: relative;
  display: block;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326 .upper-text_08924866b965bf18{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.50);
  margin-bottom: 63px;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326 h2{
  display: block;
  font-size: 140px;
  line-height: 150px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 84px;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326 h2 span{
  display: block;
  font-family: 'Playfair Display', cursive;
  font-style: italic;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326 a{
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 14px;
  text-align: center;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  z-index: 1;
}

.contact-style-two_e0fc77893b6cf27c .content-box_cd3de51d725d4326 a:hover{

}

.contact-style-two_e0fc77893b6cf27c:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 1px;
  height: 270px;
  left: 50%;
  top: 66px;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image{
  overflow: hidden;
  z-index: 1;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image img{
  width: 100%;
  transition: all 500ms ease;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image:hover img{
  transform: scale(1.05);
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image-1_ebb8dc14c17d0942{
  position: absolute;
  left: 230px;
  top: 254px;
  -moz-animation: scroll-top1 20s linear infinite;
  -webkit-animation: scroll-top1 20s linear infinite;
  animation: scroll-top1 20s linear infinite;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image-2_1cd10d9e3ca2580e{
  position: absolute;
  left: 0px;
  bottom: 226px;
  -webkit-animation: marqueeinvert 20s linear infinite;
  animation: marqueeinvert 20s linear infinite;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image-3_c64b4fa6c4604d93{
  position: absolute;
  top: 254px;
  right: 0px;
  -moz-animation: scroll-top1 20s linear infinite;
  -webkit-animation: scroll-top1 20s linear infinite;
  animation: scroll-top1 20s linear infinite;
}

.contact-style-two_e0fc77893b6cf27c .image-layer_810f2b7c1716b5f9 .image-4_a965687bff41e578{
  position: absolute;
  right: 250px;
  bottom: 213px;
  -webkit-animation: marqueeinvert 20s linear infinite;
  animation: marqueeinvert 20s linear infinite;
}

/** contact-style-three **/

.contact-style-three_0b726609d31ad7fc{
  position: relative;
  padding-bottom: 200px;
}

.contact-style-three_0b726609d31ad7fc .title-box_f93c1d66a7b04d7b h2{
  position: relative;
  display: block;
  font-size: 140px;
  line-height: 140px;
  font-family: var(--text-font);
  font-weight: 500;
  margin-bottom: 40px;
}

.contact-style-three_0b726609d31ad7fc .title-box_f93c1d66a7b04d7b p{
  font-size: 28px;
  line-height: 52px;
  color: var(--title-color);
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='text'],
.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='email'],
.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  font-size: 20px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input:focus,
.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea:focus{

}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  height: 120px;
  resize: none;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .message-btn_d3f8c6b585bc1fc3 button{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--secondary-color);
  padding: 15px 30px;
  transition: all 500ms ease;
}

.contact-style-three_0b726609d31ad7fc .form-inner_1aae6fd8be9eb8e4 .message-btn_d3f8c6b585bc1fc3 button:hover{

}

/** contact-style-four **/

.contact-style-four_3d410a4063605244{
  position: relative;
  background: #E0CDBE;
  padding: 120px 0px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4{
  position: relative;
  display: block;
  background: #fff;
  padding: 61px 70px 66px 70px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928{
  position: relative;
  margin-bottom: 35px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928:last-child{
  margin-bottom: 0px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='text'],
.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='email'],
.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: solid;
  border-width: 1px;
  border-color: var(--title-color);
  font-size: 20px;
  color: var(--title-color);
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  height: 180px;
  resize: none;
  padding-top: 15px;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input:focus,
.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea:focus{

}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 button[type='submit']{
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--secondary-color);
  padding: 20px 30px;
  transition: all 500ms ease;
}

.contact-style-four_3d410a4063605244 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 button[type='submit']:hover{

}

.contact-style-four_3d410a4063605244 .content-box_cd3de51d725d4326{
  position: relative;
  display: block;
}

.contact-style-four_3d410a4063605244 .content-box_cd3de51d725d4326 h2{
  font-size: 90px;
  line-height: 100px;
  font-family: 'Playfire Display', serif;
  font-weight: 500;
  margin-bottom: 49px;
}

.contact-style-four_3d410a4063605244 .content-box_cd3de51d725d4326 p{
  font-size: 26px;
  line-height: 40px;
  color: var(--title-color);
  margin-bottom: 50px;
  max-width: 485px;
}

.contact-style-four_3d410a4063605244 .content-box_cd3de51d725d4326 a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 37px;
  font-weight: 500;
  color: var(--title-color);
}

.contact-style-four_3d410a4063605244 .content-box_cd3de51d725d4326 a:hover{
  text-decoration: underline;
}

.contact-style-four_3d410a4063605244 .shape_f91bed3e78758234{
  position: absolute;
  right: 168px;
  bottom: 113px;
  width: 205px;
  height: 211px;
  background-repeat: no-repeat;
}

.contact-style-four_3d410a4063605244 .shape-2_2fc1f6d343eab261{
  position: absolute;
  right: 168px;
  bottom: 113px;
  width: 205px;
  height: 211px;
  background-repeat: no-repeat;
  display: none;
}

.contact-style-two_e0fc77893b6cf27c.alternat-2_b419ba3281d588c2{
  background: transparent;
  padding-top: 319px;
  padding-bottom: 204px;
}

.contact-style-two_e0fc77893b6cf27c.alternat-2_b419ba3281d588c2:after{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: calc(100% - 100px);
  height: 1px;
  left: 50px;
  bottom: 0px;
}

.contact-style-two_e0fc77893b6cf27c.alternat-2_b419ba3281d588c2:before{
  display: none;
}

.contact-style-two_e0fc77893b6cf27c.alternat-2_b419ba3281d588c2 .image-layer_810f2b7c1716b5f9 .image-1_ebb8dc14c17d0942{
  top: 164px;
  left: 145px;
}

.contact-style-two_e0fc77893b6cf27c.alternat-2_b419ba3281d588c2 .image-layer_810f2b7c1716b5f9 .image-3_c64b4fa6c4604d93{
  top: 164px;
  right: -40px;
}

/** contact-style-five **/

.contact-style-five_bf19d4fdae13dc41{
  position: relative;
  padding: 170px 0px 70px 0px;
  background: #F6EFE9;
}

.contact-style-five_bf19d4fdae13dc41 .title-text_724b792b8e2a8246 h2{
  font-size: 140px;
  line-height: 140px;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  margin-bottom: 40px;
}

.contact-style-five_bf19d4fdae13dc41 .title-text_724b792b8e2a8246 p{
  font-size: 28px;
  line-height: 52px;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4{
  position: relative;
  display: block;
  background: #fff;
  padding: 66px 70px 90px 70px;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928{
  position: relative;
  margin-bottom: 48px;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928:last-child{
  margin-bottom: 0px;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 label{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='text'],
.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input[type='email'],
.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: var(--title-color);
  border-bottom: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  transition: all 500ms ease;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea{
  height: 120px;
  resize: none;
}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 input:focus,
.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 textarea:focus{

}

.contact-style-five_bf19d4fdae13dc41 .form-inner_1aae6fd8be9eb8e4 .form-group_dca7afa1c46ca928 .theme-btn-three_ae79a34244034fa8{
  width: 100%;
  padding-top: 23px;
  padding-bottom: 23px;
  background: var(--secondary-color);
}


























