@font-face {
  font-family: "frutigerbold";
  src: url("../woff/ftb-webfont-3.woff");
  font-weight: bold;
}

@font-face {
  font-family: "frutiger";
  src: url("../frutiger-normal.html");
}

* {
  margin: 0;
  padding: 0;
  
  /* border: 1px red solid; */
}

body {
  width: 100%;
  font-family: "frutiger", sans-serif;
}

input[type="checkbox"].switch-overlay:checked:after {
  left: 30px;
}
/*Preview layout page*/
.layout {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.layout1-text-box {
  text-align: center;
  font-size: 2em;
}

.layout3-text-box {
  text-align: center;
  font-size: 2em;
}

.layout1-text-box, .layout2-text-box, .layout3-text-box {
  z-index: 30;
}

.layout3-title {
  font-weight: 600;
  text-transform: capitalize;
}
.layout1-title {
  font-weight: 600;
  text-transform: capitalize;
}

.top-box {
  padding-top: 35px;
  margin-bottom: 30px;
  position: relative;
}
.top-box .text-box-top .top-title {
  letter-spacing: 1px;
  margin: 0 10px 56px 0;
  margin-bottom: 38px;
  line-height: 65px;
  text-align: center;
  color: #333;
  font-size: 55px;
}
.top-box .text-box-top .top-subtitle {
  line-height: 1.5;
  text-align: center;
  color: #333;
  font-size: 22px;
  font-family: "frutigerbold";
  margin-bottom: 38px;
}
.top-box .text-box-top p.top-description {
  text-align: center;
  color: #333;
  font-size: 4em;
}

/*add youtube video right box*/
.upload-show-youtube-container {
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  box-shadow: 0 0 10px #ddd;
  z-index: 999999;
  transform: translateY(-50%);
  width: 80%;
  text-align: center;
}


.background-container > img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout-description {
  word-break: break-word;
  word-wrap: break-word;
}

.layout-description p strike:before {
  content: url(../quote-frontend.html);
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: #009fdf;
  display: inline-block;
}
.layout-description p strike {
  text-decoration: none !important;
  display: block;
  margin: 20px 0;
  position: relative;
  font-style: italic;
  padding-left: 20px;
  font-size: 20px;
}
.element-box,
.element-box-main {
  min-height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px;
  padding-bottom: 250px;
  box-sizing: border-box;
}

.element-box {
  padding-top: 250px;
  align-items: flex-start;
}

.element-box-main {
  padding-top: 200px;
}

.top-box {
  text-align: center;
  z-index: 100;
}

.top-title {
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 38px;
}

.top-subtitle {
  font-size: 22px;
  margin-bottom: 38px;
}
.top-description li {
  padding: 0 195px 0 195px;
  font-size: 18px;
}

.top-author {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  font-style: italic;
  font-family: "frutiger";
}

.top-description {
  font-size: 23px;
}
.top-description h2 {
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 52px;
}
.top-description p {
  font-size: 1.16rem !important;
  margin-bottom: 0;
  line-height: 30px;
  text-align: center;
}
.layout {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 50;
}
.content-box {
  border: 1px solid #ccc;
  border-top: 0;
  padding-top: 1.5em;
  position: relative;
  overflow: hidden !important;
}

.layout1-title,
.layout2-title,
.layout3-title {
  font-family: "frutigerbold", sans-serif;
  color: #313131;
  font-size: 38px;
  margin-bottom: 30px;
}

.layout1-subtitle,
.layout2-subtitle,
.layout3-subtitle {
  font-family: "frutigerbold", sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
a:link, a:visited {
  text-decoration: none;
  color: #009fdf;
}
a:hover, a:active, a:focus {
  color: #034ca3;
  text-decoration: none;
}
a:hover {
  transition: 0.5s;
}
.layout1-subtitle {
  text-align: left;
}
/* .layout1-description,
.layout2-description,
.layout3-description {
  font-size: 16px;
} */

.layout-video {
  width: fit-content;
}

.layout1-right,
.layout1-left,
.layout2-left,
.layout2-right {
  flex: 1 1 0;
}

/*preview page*/

.background-container {
  width: 100vw;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 100vh;
  opacity: 0;
  transition: 0.2s all;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.layout2-left {
  transition: 0.2s all;
  /* height: 330px !important;
  overflow: hidden; */
}


.scroll-icon {
  z-index: 9999;
  width: 13px;
  position: fixed;
  left: 50%;
  bottom: 0;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  display: grid;
  align-items: center;
  justify-content: space-between;
}

.scroll-icon svg {
  height: 20px;
  transform: rotate(90deg);
  margin-top: 11px;
  fill: #fff;
}

.layout-media {
  opacity: 0;
  width: 75%;
  height: 100%;
  z-index: 20;
}

.layout3-box {
  flex-direction: column;
}

.layout-media > img {
  width: 100%;
}

.layout-media video {
  width: 100%;
  height: auto;
}

.layout1-box .layout-media {
  position: fixed;
  top: 75vh;
  transform: translateY(-50%);
  right: 0;
  padding: 100px;
  width: 40vw;
  transition: 0.2s all;
}

.layout2-box .layout-media {
  position: fixed;
  top: 70vh;
  transform: translateY(-50%);
  left: 25px;
  padding: 100px;
  width: 40vw;
  transition: 0.2s all;
}

.layout1-right,
.layout2-left {
  width: 50vw;
}

.layout3-media {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
}

.layout3-left,
.layout3-right {
  flex: 1 1 0;
  width: 48vw;
}

.layout3-left > .layout-media,
.layout3-right > .layout-media {
  margin: auto;
}

.background-overlay {
  background-image: url("../png/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  z-index: 10;
}

.overlay-1 {
  background-image: url("../png/gradient-1.png");
}

.overlay-2 {
  background-image: url("../png/gradient-2.png");
}

.overlay-3 {
  background-image: url("../png/gradient-3.png");
}

p.upload-no-image {
  font-weight: bold;
  margin-top: -170px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-family: 'frutiger';
}
.layout2-description p {
  color: inherit !important;
  line-height: 30px;
  font-size: 16.24px !important;
  font-family: 'frutiger';
  text-align: inherit;
  font-weight: normal;
}
.layout3-description p {
  font-family: "frutiger";
  font-size: 16.24px !important;
  font-weight: normal;
  line-height: 30px;
}

.layout3-description {
  padding-top: 21px;
}

.layout1-text-box .layout1-title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 52px;
  text-transform: inherit;
}

.layout1-description p {
  text-align: left;
  line-height: 30px;
  font-size: 16.24px !important;
}

.layout2-text-box {
  padding-left: 100px;
}

.layout1-text-box {
  padding-right: 100px;
}

@media only screen and (max-width: 1024px) {
  .layout1-box {
    flex-direction: column;
  }

  .layout2-box {
    flex-direction: column-reverse;
  }

  .layout1-box .layout-media,
  .layout2-box .layout-media {
    position: relative;
    top: 0;
    transform: none;
  }

  .layout1-right,
  .layout2-left {
    width: auto;
  }


  .element-box, .element-box-main {
    padding: 50px 20px;
  }

  .layout3-media {
    flex-direction: column;
  }

  .layout3-media > div {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
  }

  .layout-media {
    width: 100% !important;
    padding: 20px 0 20px 0 !important;
  }

  .layout2-text-box {
    padding-left: 0;
  }

  .layout1-text-box {
    padding-right: 0;
  }

  .background-container {
    width: 100%;
    height: 100%;
  }
}
a.at-share-btn.at-svc-mailto span.at-icon-wrapper {
  background-color: #db4437 !important;
}
