@font-face {
  font-family: "Graphik";
  font-display: swap;
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;    
}

:root{
  --bgColorDrk:rgba(37,75,65);
  --bgColorLte:rgba(37,75,65, 5);
  --bgColorTrans:rgb(36 75 65 / 37%);
  --daraCoLinks:rgb(108 181 162);
  --daraCoFont-primary:Graphik,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

/* ===================================================================
 * # home - (_site-layout.scss) 
 *
 * ------------------------------------------------------------------- */
.s-home {
  z-index: 501;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 720px;
  background-color: #111111;
  position: relative; 
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;  
  height: 100vh;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.s-home--static {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/hero-bg.jpg);
}

.s-home--static::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}

.s-home--particles {
  background: #141414;
  background: radial-gradient(circle, #141414 0%, black 100%);
}

.s-home--particles::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  background: #000000;
}

.s-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #000000;
}

.s-home .gradient-overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}

.info-is-visible .s-home {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}


/* -------------------------------------------------------------------
 * ## home slides  - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-slider-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
}

.home-slider-img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}


/* -------------------------------------------------------------------
 * ## home particles   - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: .35;
}

.home-particles canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------------------------
 * ## site logo  - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-logo {
  z-index: 502;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 36px;
}

.home-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-logo img {
  width: 100px;
  height: 25px;
}


/* ------------------------------------------------------------------- 
 * ## home content - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 0rem;
  position: relative;
}

.home-content h3 {
  font-family: var(--daraCoFont-primary);
  font-size: 1.4rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: white;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 55px;
  position: relative;
}

.home-content h3::before {
  content: "";
  display: block;
  background-color: var(--bgColorLte);
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.home-content h1 {
  /* font-size: 5.4rem; */
  font-size: 9.5vh; margin:10vh 12vh;
  line-height: 1.219;
  /* margin-top: 0; */  
  color: #FFFFFF;
  letter-spacing: 0;
}

.home-content__main {
  max-width: 100%;
  padding-top: 7rem;
  position: relative;
  overflow: hidden;
  margin:calc(0% - 0px) calc(0% - 0px) !important;
}

.home-content__text p {
  font-size: 1.8rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 6.6rem;
  margin-right: 15%;
}

.home-content__subscribe {
  max-width: 420px;
  margin: 4.2rem 0 0 0;
  padding: 0;
  position: relative;
}

#mc-form {
  width: 100%;
}

#mc-form input[type="email"] {
  width: 100%;
  height: 5.4rem;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 1.2rem 170px 1.2rem 24px;
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  margin-bottom: 1.8rem;
}

#mc-form input[type="email"]::-webkit-input-placeholder {
  color: white;
}

#mc-form input[type="email"]:-moz-placeholder {
  color: white;
}

#mc-form input[type="email"]::-moz-placeholder {
  color: white;
}

#mc-form input[type="email"]:-ms-input-placeholder {
  color: white;
}

#mc-form input[type="email"].placeholder {
  color: white !important;
}

#mc-form input[type=submit] {
  color: #FFFFFF;
  background: var(--bgColorDrk);
  border-color: var(--bgColorDrk);
  padding: 0 25px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#mc-form label {
  color: #FFFFFF;
  font-family: var(--daraCoFont-primary);
  font-size: 1.3rem;
  padding: 0 2rem;
}

#mc-form label i {
  padding-right: 6px;
}

.home-content__counter {
  padding-right: 6rem;
}

.home-content__counter .top {
  margin-bottom: 1.5rem;
  position: relative;
  left: -1.5rem;
}

.home-content__counter .time {
  color: #FFFFFF;
  font-family: var(--daraCoFont-primary);
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  padding-right: 1.5rem;
  margin: 0 1.5rem;
  min-width: 6rem;
  position: relative;
}

.home-content__counter .time span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-content__counter .days {
  font-family: var(--daraCoFont-primary);
  font-size: 17.5rem;
  letter-spacing: -.5rem;
  padding-right: 6rem;
  margin-top: -0.9rem;
}

.home-content__counter .days span {
  display: inline-block;
  font-family: var(--daraCoFont-primary);
  letter-spacing: 0;
  background-color: var(--bgColorDrk);
  color: #FFFFFF;
  padding: 9px 12px;
  bottom: 1.3em;
}

.home-content__line {
  /*
  display: block;
  width: 1px;
  height: 12rem;
  background-color: var(--bgColorDrk);
  position: absolute;
  right: 84px;
  bottom: 0;
  */
  display: block; width: 1px; height: 8rem; background-color: var(--bgColorDrk); 
  position: absolute; right: 100px; bottom: -18%;
}


/* ------------------------------------------------------------------- 
 * ## home social - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-social {
  list-style: none;
  font-family: var(--daraCoFont-primary);
  margin: 0;
  position: absolute;
  top: 50%;
  right: 6.6rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home-social a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: .9rem 0;
}

.home-social li a {
  display: block;
  width: 36px;
  height: 36px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  font-size: 20px;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.home-social span {
  font-size: 1.2rem;
  color: var(--bgColorDrk);
  right: 6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-social span::after {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  right: -18px;
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/* ------------------------------------------------------------------- 
 * ## home copyright - (_site-layout.scss) 
 * ------------------------------------------------------------------- */
.home-copyright {
  z-index: 502;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.2);
  padding: 30px 60px 42px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-copyright a {
  color: rgba(255, 255, 255, 0.7);
}

.home-copyright span {
  display: inline-block;
}

.home-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 .5rem 0 .8rem;
  color: rgba(255, 255, 255, 0.1);
}

.home-copyright span:last-child::after {
  display: none;
}

/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    -ms-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * home
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1500px) {
  .home-content h1 {
    /* font-size: 4rem; */
    font-size: 9.5vh;
    /* margin-top:11vh; margin-left:7vh; */
    margin:10vh 12vh;
  }

  .home-content__main {
    max-width: 100%;
    margin:calc(0% - 0px) calc(0% - 0px) !important;
  }

  .home-content__text p {
    font-size: 1.7rem;
    margin-top: 4.8rem;
    margin-right: 10%;
  }

  .home-content__counter .time {
    font-size: 2.8rem;
    min-width: 5.8rem;
  }

  .home-content__counter .time span {
    font-size: 1.8rem;
  }

  .home-content__counter .days {
    font-size: 14.5rem;
  }

  .home-content__counter .days span {
    padding: 6px 12px;
  }

}

@media only screen and (max-width:1400px) {
  .home-logo {
    right: 35px;
  }

  .home-content h1 {
    /* font-size: 5rem; */
    /* font-size: 12.5vh; */
    font-size: 9.5vh; margin:10vh 12vh;
  }

  .home-content__main {
    max-width: 100%;
    margin:calc(0% - 0px) calc(0% - 0px) !important;
  }

  .home-content__text p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
    margin-right: 5%;
  }

  .home-content__subscribe {
    margin: 3rem 0 0 0;
  }

  .home-content__counter .time {
    font-size: 2.4rem;
    min-width: 5rem;
  }

  .home-content__counter .time span {
    font-size: 1.7rem;
  }

  .home-content__counter .days {
    font-size: 12rem;
    padding-right: 5.5rem;
  }

  .home-content__counter .days span {
    padding: 6px 10px;
  }

  .home-content__line {
    right: 54px;
  }

  .home-social {
    right: 3.6rem;
  }

  .home-social li a {
    height: 32px;
    width: 32px;
  }

  .home-social i,
  .home-social span {
    line-height: 32px;
  }

  .home-social i {
    font-size: 18px;
    height: 32px;
    width: 32px;
  }

  .home-social span::after {
    right: -22px;
  }

  .s-info h1 {
    font-size: 6rem;
  }


}

@media only screen and (max-width:1200px) {
  .home-content h3 {
    padding-left: 45px;
  }

  .home-content h3::before {
    width: 30px;
  }

  .home-content h1 {
    /* font-size: 4.2rem; */
    /* font-size: 12.5vh; */
    font-size: 9.5vh; margin:10vh 12vh;
  }

  .home-content__main {
    max-width: 100%;
    margin:calc(0% - 0px) calc(0% - 0px) !important;
  }

  .home-content__text {
    padding-right: 30px;
  }

  .home-content__text p {
    font-size: 1.5rem;
    margin-top: 3.6rem;
  }

  .home-content__counter .time {
    font-size: 2rem;
    min-width: 4rem;
  }

  .home-content__counter .time span {
    font-size: 1.6rem;
  }

  .home-content__counter .days {
    font-size: 11rem;
    padding-right: 5.5rem;
  }

  .info-toggle {
    left: 40px;
  }

  .s-info h1 {
    font-size: 5.4rem;
  }

}

@media only screen and (max-width:1000px) {
  .s-home,
  .home-content {
    display: block;
  }

  .home-content {
    overflow-y: auto;
  }

  .home-content {
    padding-bottom: 0;
  }

  .home-content br {
    display: none;
  }

  .home-content__main,
  .home-copyright {
    max-width: 700px;
  }

  .home-content__text,
  .home-content__counter {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }

  .home-content__text {
    padding-right: 60px;
    margin-bottom: 7.2rem;
  }

  .home-content__counter .top {
    display: inline-block;
    margin: 0;
  }

  .home-copyright {
    position: static;
    width: auto;
    margin-top: 9rem;
    padding: 30px 15px 42px;
  }

  .home-content__line {
    display: none;
  }

  .s-info h1 {
    font-size: 4.8rem;
  }

  .info-social li {
    width: 100%;
  }

}

@media only screen and (max-width:800px) {

  .s-info {    
    padding: 15rem 1rem 2rem 1rem !important; height: 100vh !important; 
    position: absolute !important;   
  }

  .home-content__main,
  .home-copyright {
    max-width: 100%;
  }

  .home-content__text {
    padding-right: 15px;
  }

  .home-content__counter {
    padding-right: 15px;
  }

  .home-content__counter .days {
    font-size: 9rem;
  }

  .home-social {
    display: none;
  }

}

@media only screen and (max-width:700px) {

  .home-content__main,
  .home-copyright {
    max-width: 490px;
  }

  .home-content__counter .time {
    font-size: 2rem;
    min-width: 3rem;
  }

  .home-content__counter .time span {
    font-size: 1.6rem;
  }

  .home-content__counter .days {
    font-size: 8rem;
    padding-right: 5.5rem;
  }

}

@media only screen and (max-width:600px) {
  .home-content h3 {
    font-size: 1.3rem;
  }
  
  .home-content__text {
    padding-right: 10px;
  }

  .home-content__counter {
    padding-right: 10px;
  }

  .home-content__counter .top {
    display: block;
    margin-bottom: 1.5rem;
    left: 0;
  }

  .home-content__counter .days {
    font-size: 10rem;
    padding-right: 5.5rem;
  }

  .home-copyright {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
  }

  .s-info h1 {
    font-size: 4.2rem;
  }


}

@media only screen and (max-width:500px) {

  .s-info h1 {
    font-size: 3.8rem;
  }

  .info-social li {
    width: 50%;
  }
  
  .s-home {
    min-height: 642px;
    text-align: center;
  }

  .home-content h3 {
    padding-left: 0;
  }

  .home-content h3::before {
    display: none;
  }  

  .home-content__main {
    max-width: 100%;
    margin:calc(0% - 0px) calc(0% - 0px) !important;
  }

  #mc-form input[type="email"] {
    padding: 1.2rem 2rem;
    text-align: center;
  }

  #mc-form input[type=submit] {
    position: static;
    width: 100%;
    margin-bottom: 1.8rem;
  }

  .home-copyright span {
    display: block;
  }

  .home-copyright span::after {
    display: none;
  }

}

@media only screen and (max-width:400px) {
  .s-home {
    min-height: 630px;
  }

  .home-logo {
    right: 30px;
  }

  .home-logo img {
    width: 95px;
    height: 24px;
  }

  .home-content__main {
    max-width: auto;
    margin:calc(0% - 0px) calc(0% - 0px) !important;
  }

  .home-content__text {
    padding-right: 0;
  }

  .home-content__text p {
    font-size: 1.6rem;
  }

  .home-copyright {
    margin-top: 7.8rem;
  }

  .info-toggle {
    left: 30px;
  }

  .info-toggle::after {
    display: none;
  }

  .s-info {
    padding: 16.2rem 0 9rem;
  }

  .s-info h1 {
    font-size: 3.5rem;
  }

  .info-social li {
    width: auto;
  }

  .info-social span {
    display: none;
  }  

}




/* ===================================================================
 * # info - (_site-layout.scss) 
 *
 * ------------------------------------------------------------------- */
.s-info {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;  
  color:#fff;
  /* padding: 14rem 9rem 0rem 9rem; */
  padding:14rem 18rem 5rem 14rem;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}

.s-info a {
  color: #FFFFFF;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.s-info a:hover,
.s-info a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.s-info h1,
.s-info h3 {
  margin-top: 0;
  color: #FFFFFF;
}

.s-info h1 {
  font-size: 3rem;
  line-height: 1.219;
  margin-bottom: 4.2rem;
  position: relative;
}

.s-info h1::before {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--bgColorLte);
  position: absolute;
  left: 3px;
  top: -3.6rem;
}

.s-info h3 {
  font-family: var(--daraCoFont-primary);
  font-size: 1.4rem;
  line-height: 1.286;
  color: var(--bgColorDrk);
}

.info-wrapper {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.info-contact {
  padding-top: 3rem;
  color: #FFFFFF;
}

.info-block {
  margin-bottom: 4.5rem;
}

.info-social {
  list-style: none;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

.info-social:after {
  content: "";
  display: table;
  clear: both;
}

.info-social li {
  padding: .6rem 1.2rem .6rem 0;
  line-height: 3rem;
  width: 50%;
  float: left;
}

.info-social a {
  color: #FFFFFF;
  border: none !important;
}

.info-social i {
  font-size: 2.4rem;
  width: 3.6rem;
  float: left;
  position: relative;
  top: .3rem;
}

.info-social span {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-social a:hover span,
.info-social:focus span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.info-is-visible .s-info {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.info-is-visible .info-wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}


/* ------------------------------------------------------------------- 
 * ## info toggle  - (_site-layout.scss)
 * ------------------------------------------------------------------- */
.info-toggle {
  z-index: 502;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--daraCoFont-primary);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: white;
  height: 42px;
  width: 42px;
  line-height: 42px;
  position:absolute;
  left: 50px;
  top: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-toggle:hover,
.info-toggle:focus {
  color: #FFFFFF;
}

.info-toggle::after {
  content: "About";
  display: block;
  position: absolute;
  top: 0;
  right: -130px;
  width: 130px;
  padding-left: 12px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.info-menu-icon {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  left: 10px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: var(--bgColorDrk);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.info-menu-icon::before,
.info-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.info-menu-icon::before {
  top: -7px;
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}

.info-menu-icon::after {
  bottom: -7px;
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.info-is-visible .info-menu-icon {
  background-color: rgba(236, 0, 140, 0);
}

.info-is-visible .info-menu-icon::before,
.info-is-visible .info-menu-icon::after {
  background-color: var(--bgColorDrk);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

.info-is-visible .info-menu-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info-is-visible .info-menu-icon::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.info-is-visible .info-toggle::after {
  content: "close";
}


/* ------------------------------------------------------------------- 
 * responsive:
 * info
 * ------------------------------------------------------------------- */

@media only screen and (max-width:1100px) {
  .s-info h1 {
    /* font-size: 5.1rem; */
    font-size:2.8rem;
  }

}


@media only screen and (max-width:950px) {
  .info-wrapper {
    max-width: 700px;
  }

  .info-main,
  .info-contact {
    width: 100%;
    float: none;
    clear: both;
  }

  .info-social li {
    width: 33.33333%;
  }

}


/* .home-content__main{ width: 100vw !important; margin:calc(0% - 0px) calc(0% - 0px) !important; } */

.fbigScreen{ 
  /*padding:8rem 3rem; */ 
  padding:0;
}
.daraCoFrmBg{
  background-color:var(--bgColorTrans); width: 420px !important;
  /*padding:30px 0 !important; width: 420px !important; */
}
.daraCoFrmBg .panel{ width: 420px !important; height: auto !important;}

@media screen and (max-width: 1340px) {
  
}


@media(max-width:768px){

  .home-content__text{margin-bottom:0;}
  .home-content h1 { font-size: 5.5vh; margin:2.5vh 0vh 2.5vh 0vh; }
  .fbigScreen{padding:8rem 0rem 0rem 0rem;}
  .daraCoFrmBg{padding:30px 0 !important; width: 100% !important;}
  .daraCoFrmBg .panel{ width: auto !important; height: auto !important;}
}

/*# sourceMappingURL=main.css.map */