/* font imported start */
@font-face {
font-family: "Ciruvar-Bold";
src: url("fonts/Ciruvar-Bold.otf");
}
@font-face {
font-family: "Ciruvar-Book";
src: url("fonts/Ciruvar-Book.otf");
}
@font-face {
font-family: "Ciruvar-Medium";
src: url("fonts/Ciruvar-Medium.otf");
}
@font-face {
font-family: "Ciruvar-Light";
src: url("fonts/Ciruvar-Light.otf");
}
@font-face {
font-family: "GT America Regular";
src: url("fonts/GT America Regular.otf");
}
@font-face {
font-family: "GT America Medium";
src: url("fonts/GT America Medium.ttf");
}
@font-face {
font-family: "Suisse-Regular";
src: url("fonts/SuisseIntl-Regular.otf");
}
@font-face {
font-family: "Inter-Regular";
src: url("fonts/Inter-Regular.otf");
}
@font-face {
font-family: "Inter-Medium";
src: url("fonts/Inter-Medium.otf");
}
@font-face {
font-family: "DMSans-Regular";
src: url("fonts/DMSans-Regular.ttf");
}
@font-face {
font-family: "DMSans-Medium";
src: url("fonts/DMSans-Medium.ttf");
}
@font-face {
font-family: "DMSans-Bold";
src: url("fonts/DMSans-Bold.ttf");
}
@font-face {
font-family: "SpaceGrotesk-Medium";
src: url("fonts/SpaceGrotesk-Medium.ttf");
}
@font-face {
font-family: "BricolageGrotesque-Medium";
src: url("fonts/BricolageGrotesque-Medium.ttf");
}
@font-face {
font-family: "IBMPlexSans-Medium";
src: url("fonts/IBMPlexSans-Medium.ttf");
}


/* font imported end */

/* BEGINNING OF TEXT STYLE */
h1{
  font-family: 'Ciruvar-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 7.5vw;
  line-height: 7.5vw;
  letter-spacing: -1.5px;
  color: #000;
}
h2{
  font-family: 'Ciruvar-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 50pt;
  letter-spacing: -1px;
  line-height: 0;
  color: #000;
}
 @media screen and (max-width: 1200px) {
   h1{
     font-size: 60pt;
     line-height: 60pt;
   }
   h2{
     font-size: 40pt;
   }
   h3{
     font-size: 32pt;
   }
 }
 @media screen and (max-width: 667px) {
   h1{
     font-size: 34pt;
     letter-spacing: -1px;
     line-height: 105%;
   }
   h2{
     font-size: 30pt;
   }
   h3{
     font-size: 22pt;
     letter-spacing: 0;
   }
 }

/* END OF TEXT STYLE */

/* ********************************** */

/* BEGINNING OF NAVIGATION BAR STYLE */
body {
  margin: 0;
  padding: 0;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.underline {
  margin: 10px 0 20px 0;
  background-color: #ED254E;
  width: 80px;
  height: 2px;
}
.underline-center {
  margin: auto;
  text-align: center;
  background-color: #ED254E;
  width: 80px;
  height: 2px;
}
.myname {
  font-family: 'Ciruvar-Bold';
  font-size: 24px;
  float: left;
  padding-top: 18.5px;
  position: absolute;
  display: inline-block;
  line-height: 40px;
}
@media screen and (max-width: 667px) {
  .myname {
    font-size: 20px;
    margin-left: 10px;
    padding-top: 15px;
  }
}
.back-home {
  font-family: 'Ciruvar-medium';
  font-size: 24px;
  float: right;
  margin-right: 20px;
  padding-top: 20px;
  line-height: 40px;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  bottom: 0px;
}
@media screen and (max-width: 667px) {
  .back-home {
    font-size: 20px;
    margin-right: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .back-home {
    padding-top: 15px;
  }
}
.back-home::before {
  position: absolute;
  content: '';
  background-color: #171717;
  width: 0%;
  height: 3px;
  bottom: 0px;
  right: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.back-home:hover {
  opacity: 1;
  bottom: 0px;
}
.back-home:hover::before {
  opacity: 1;
  width: 100%;
  margin: 0;
  right: 0;
}
.nav {
  top: 0;
	width: 100%;
  margin: auto;
	height: 80px;
	position: relative;
  z-index: 200;
}
@media screen and (max-width: 667px) {
  .nav {
    padding-top: 0;
  }
}
.nav-product {
	width: 100%;
  margin: auto;
	height: 80px;
	position: relative;
  z-index: 200;
}
@media screen and (max-width: 667px) {
  .nav-product {
    padding-top: 0;
  }
  }
}
.nav ul, .nav-product ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.nav li, .nav-product li {
  font-family: 'Ciruvar-Medium';
  font-size: 20px;
	display: inline-block;
	line-height: 50px;
	float: right;
	margin-top: 0;
	margin-bottom: auto;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .nav li {
    opacity: 0;
    display: none;
  }
  .nav {
    height: 70px;
  }
}
.nav a, .nav-product a {
  text-decoration: none;
  color: #171717;
  display: block;
  transition: .3s background-color;
}
.nav a:hover, .nav-product a:hover {
	color: #171717;
}
.nav a.active, .nav-product a.active {
  color: #171717;
  cursor: pointer;
}
.menu {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #171717;
  bottom: 0px;
}
.menu::before {
  content: '';
  background-color: #171717;
  width: 0%;
  height: 3px;
  bottom: 8px;
  right: 50%;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.menu:hover {
  opacity: 1;
  bottom: 0px;
}
.menu:hover::before {
  opacity: 1;
  width: 100%;
  right: 0;
}

/* END OF NAVIGATION BAR STYLE */

/* ********************************** */

/* BEGINNING OF HOME */

.separation-lign {
  width: 80%;
  height: 10px;
  background-color: black;
  margin: auto;
}
.homecontainer {
  position: relative;
  color: #000;
	width: 90%;
  max-width: 1600px;
  padding-top: 10px;
  margin: 0px auto auto auto;
  opacity: 0;
  transition: 1s ease-in-out;
}
@media screen and (max-width: 667px) {
  .homecontainer {
    width: 90%;
  }
}
.container {
  width: 95%;
  margin: auto;
  height: auto;
}
.main-title-home-1 {
  width: 100%;
  font-family: 'BricolageGrotesque-Medium';
  font-size: 120px;
  line-height: 85%;
  letter-spacing: -5px;
  color: #171717;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: left;
}
.main-title-home-1.scrolled {
  color: #fff;
}
.main-title-home-2 {
  width: 85%;
  font-family: 'Inter-Medium';
  font-size: 42px;
  line-height: 116%;
  letter-spacing: -1.5px;
  color: #171717;
  text-align: left;
  float: left;
  padding-top: 10px;
  margin: 0px auto auto auto;
  opacity: 0;
}
.main-title-home-2.scrolled {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .main-title-home-1 {
    font-size: 65pt;
    margin-bottom: 60px;
    letter-spacing: -4px;
    width: 100%;
  }
  .main-title-home-2 {
    font-size: 24pt;
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .main-title-home-1 {
    font-size: 54px;
    line-height: 90%;
    letter-spacing: -.5vw;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
  }
  .main-title-home-2 {
    font-size: 24px;
    line-height: auto;
    letter-spacing: -1px;
  }
}

/* END OF HOME */

/* ********************************** */

/* BEGINNING OF LINK */

.link {
  font-family: 'Ciruvar-Medium';
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: auto;
  letter-spacing: -1px;
  margin: 0 50px 0 0;
  width: auto;
  height: auto;
  padding: 5px 0;
  cursor: pointer;
  border: none;
  color: #000;
  display: inline-block;
  position: relative;
  overflow: hidden;
  bottom: 0px;
}
.link::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 0%;
  height: 5px;
  bottom: 0px;
  right: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
}
.link:hover {
  opacity: 1;
  bottom: 0px;
  color: #000;
}
.link:hover::before {
  opacity: 1;
  width: 100%;
  margin: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .link {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 667px) {
  .link {
    font-size: 27px;
    line-height: 12vw;
    letter-spacing: -0.1vw;
  }
}
/* END OF LINK */

/* ********************************** */

/* BEGINNING OF PORTFOLIO */

.portfolio {
  width: 95%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  bottom: 0;
  margin: auto;
  transition: .5s ease-in-out;
  opacity: 0;
}
.image {
}
.portfolio-text-1 {
  color: white;
  font-family: 'BricolageGrotesque-Medium';
  font-style: normal;
  font-size: 20pt;
  margin-top: 18px;
}
.portfolio-text-2 {
  width: 50%;
  color: rgba(256, 256, 256, 0.4);
  font-family: 'Inter-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: 118%;
  margin-top: 6px;
}
@media screen and (max-width: 1100px) {
  .portfolio-text-1 {
    font-size: 16pt;
    margin-top: 18px;
  }
  .portfolio-text-2 {
    font-size: 16pt;
  }
  }
@media screen and (max-width: 667px) {
  .portfolio-text-1 {
    font-size: 22px;
    margin-top: 12px;
  }
  .portfolio-text-2 {
    font-size: 20px;
    margin-top: 4px;
    width: 70%;
  }
}
.portfolio-box-wide {
  width: 45%;
  margin: 8% 2.5% 0 2.5%;
}
@media screen and (max-width: 667px) {
  .portfolio-box-wide {
    width: 100%;
    margin: 20% auto 0 auto;
  }
}
.portfolio-cell {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  border-radius: 18px;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-cell:hover {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 19px;
  border-color: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 800px) {
  .portfolio-box {
    width: 96%;
    margin: 10% 2%;
  }
}

/*
.main-slide-home:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/
.main-slide-home {
  width: 100%;
  height: 52vw;
  max-height: 650px;
  margin: auto;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 667px) {
  .main-slide-home, .portfolio-cell, .portfolio-cell-lower {
    height: 350px;
  }
}

.back {
  float: left;
  padding-top: 15px;
  padding-left: 10px;
}
.back-icon {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  top: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .back-icon {
    width: 30px;
    height: 30px;
    top: 5px;
  }
}

/* END OF PORTFOLIO */

/* ********************************** */

/* BEGINNING OF CASE PAGE */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #121212;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.5s ease-in-out infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.container-slides {
  width: 100%;
  height: auto;
  margin: 0px auto auto auto;
  padding-top: 10px;
  opacity: 0;
  transition: .5s ease-in-out;
}
.text-container {
  width: 95%;
  margin: 0px auto auto auto;
  padding: 120px 0 40px 0;
  opacity: 0;
  transition: .5s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .text-container {
    width: 90%;
  }
}
@media screen and (max-width: 667px) {
  .text-container {
    padding: 50px 0 25px 0;
    width: 90%;
  }
}
.slides {
  width: 100%;
  height: auto;
  margin: auto;
}
.space {
  height: 80px;
  width: auto;
}
@media screen and (max-width: 667px) {
  .space {
    height: 80px;
  }
}
.space-2 {
  height: 60px;
  width: auto;
}
.main-slide-perfume {
  background-image: url("portfolio/perfume/perfume-0.jpg");
}
.main-slide-drowsy {
  background-image: url("portfolio/drowsy/drowsy-00.jpg");
}
.main-slide-levfriskt {
  background-image: url("portfolio/levfriskt/levfriskt-00.jpg");
}
.main-slide-cramo {
  background-image: url("portfolio/cramo/cramo-0.jpg");
}
.main-slide-sensus {
  background-image: url("portfolio/sensus/sensus-00.jpg");
}
.main-slide-tycko {
  background-image: url("portfolio/tycko/tycko-00.jpg");
}
.main-slide-cohome {
  background-image: url("portfolio/cohome/cohome-00.jpg");
}
.main-slide-klarna {
  background-image: url("portfolio/klarna/klarna-0.jpg");
}
.main-slide-klarnarewards {
  background-image: url("portfolio/klarnarewards/klarna-0.jpg");
}
.main-slide-klarnaplus {
  background-image: url("portfolio/klarnaplus/klarnaplus-00.jpg");
}
.main-title {
  width: 30%;
  top: 0;
  font-family: 'BricolageGrotesque-Medium';
  font-size: 50pt;
  letter-spacing: -4px;
  line-height: 100%;
  word-break: break-word;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .main-title {
    width: 80%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 667px) {
  .main-title {
    width: 80%;
    padding-left: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 30pt;
    letter-spacing: -2px;
  }
}
.slide {
  width: 95%;
  margin: auto;
  display:block;
  margin: 2.5% auto;
  border-radius: 18px;
}
.slide-bg-color-cohome {
  width: 95%;
  margin: auto;
  display: block;
  margin: 2.5% auto;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(25,141,238,1) 0%, rgba(58,255,217,1) 100%);
}
.slide-bg-color-grey {
  width: 95%;
  margin: auto;
  display: block;
  margin: 2.5% auto;
  padding-top: 5%;
  border-radius: 18px;
  background-color: #F5F5F5;
}
.slide-bg-color-levfriskt {
  width: 95%;
  margin: auto;
  display: block;
  margin: 2.5% auto;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,213,163,1) 0%, rgba(115,101,225,1) 100%);
}
@media screen and (max-width: 1100px) {
  .slide, .slide-bg-color-cohome, .slide-bg-color-grey, .slide-bg-color-levfriskt {
    width: 100%;
    border-radius: 0;
  }
}
.slides-gif {
  width: 95%;
  height: auto;
  margin: 2.5% auto;
  padding: 100px 0;
  background-color: #FFD5CF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}
.slide-gif-big {
  width: 32%;
  min-width: 280px;
  margin: 0 8%;
  overflow: hidden;
  border-radius: 35px;
}
.slide-gif {
  width: 20%;
  min-width: 280px;
  margin: 0 8%;
  overflow: hidden;
  border-radius: 35px;
}
@media screen and (max-width: 1100px) {
  .slides-gif {
    width: 100%;
  }
  .slide-gif {
    margin: 50px 0;
    width: 30%;
  }
}@media screen and (max-width: 667px) {
  .slide-gif {
    margin: 50px 0;
    width: 200px;
  }
  .slides-gif {
    padding: 50px 0;
  }
}
.badge-1 img, .badge-2 img {
  width: 100%;
  height: 60px;
}
.badge-1 {
  margin-right: 2.5%;
}
.badge-2 {
  margin-left: 2.5%;
}
.slide-double-cell-badge {
  width: 90%;
  margin: 100px 5% 50px 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.slide-simple-cell {
  width: 90%;
  margin: 5% 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.slide-simple {
  width: 100%;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.slide-simple img {
  width: 24%;
  min-width: 300px;
  padding: 5% 0;
}
@media screen and (max-width: 1100px) {
  .slide-simple img {
    width: 50%;
    padding: 10% 0;
  }
}
@media screen and (max-width: 667px) {
  .slide-simple-cell {
    width: 100%;
    margin: auto;
  }
}
.slide-double-cell {
  width: 95%;
  margin: 2.5% 2.5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.slide-double-1 img, .slide-double-2 img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
.slide-double-1 {
  margin-right: 1.25%;
}
.slide-double-2 {
  margin-left: 1.25%;
}
@media screen and (max-width: 1100px) {
  .slide-double-cell {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .slide-double-1, .slide-double-2 {
    margin: auto;
  }
  .slide-double-1 img, .slide-double-2 img {
    border-radius: 0;
  }
}
@media screen and (max-width: 667px) {
  .slide-double-cell {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.slide-simple-gif {
  width: 100%;
  margin: auto;
  padding-top: 6%;
  padding-bottom: 6%;
  justify-content: center;
  text-align: center;
}
.slide-double-1-gif img, .slide-double-2-gif img {
  width: 40%;
  min-width: 280px;
}
.slide-double-1-gif, .slide-double-2-gif {
  background-color: #000;
  width: 100%;
  margin: auto;
  padding-top: 6%;
  padding-bottom: 6%;
  justify-content: center;
  text-align: center;
}
.slide-double-1-gif {
  margin-right: 2.5%;
}
.slide-double-2-gif {
  margin-left: 2.5%;
}
@media screen and (max-width: 1100px) {
  .slide-double-1-gif, .slide-double-2-gif {
    margin: 2.5% auto;
  }
}
@media screen and (max-width: 667px) {
  .slide-double-1-gif, .slide-double-2-gif {
    margin: auto;
  }
}
.slide-double-1-flex img, .slide-double-2-flex img {
  width: 50%;
  min-width: 300px;
}
.slide-double-1-flex, .slide-double-2-flex {
  background-color: #000;
  width: 100%;
  padding: 6% 0;
  text-align: center;
  border-radius: 18px;
}
.slide-double-1-flex {
  margin-right: 1.25%;
}
.slide-double-2-flex {
  margin-left: 1.25%;
}
@media screen and (max-width: 1100px) {
  .slide-double-1-flex {
    margin: auto;
    border-radius: 0;
  }
  .slide-double-2-flex {
    margin: auto;
    border-radius: 0;
  }
}
@media screen and (max-width: 667px) {
  .slide-double-1-flex, .slide-double-2-flex {
    margin: auto;
  }
}
.color-bg-black {
  background-color: #171717;
}
.color-bg-black-3 {
  background-color: #0B051D;
}
.color-bg-grey {
  background-color: #F5F5F7;
}
.color-bg-grey-2 {
  background-color: #EFEFEF;
}
.color-bg-grey-3 {
  background-color: #F6F5F5;
}
.color-bg-white {
  background-color: #FFF;
}

.slide-image {
  width: 96%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding-bottom: 4vh;
  margin: auto;
}
.slide-wide {
  width: 100%;
  margin: auto;
  display:block;
}
.arround-text {
  font-size: 22.5px;
  line-height: 140%;
  letter-spacing: -.2px;
}
@media screen and (max-width: 667px) {
  .arround-text {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -.5px;
  }
}
.slide-text-box {
  margin: -1% 5% 5% 5%;
  font-family: 'Ciruvar-Book';
  font-size: 14pt;
  text-align: center;
  line-height: 125%;
  letter-spacing: -.5px;
  color: #707070;
}
.slide-text-small-top {
  text-align: left;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  font-family: 'Ciruvar-Book';
  font-size: 16pt;
  line-height: 125%;
  letter-spacing: -.5px;
}
.slide-text-small-center {
  text-align: center;
  margin: auto;
  display: block;
  font-family: 'Ciruvar-Book';
  font-size: 22pt;
  line-height: 125%;
  letter-spacing: -.5px;
}
.slide-text-small {
  text-align: left;
  margin-top: 60px;
  max-width: 700px;
  display: block;
  font-family: 'Ciruvar-Book';
  font-size: 16pt;
  line-height: 125%;
  letter-spacing: -.5px;
}
.slide-text-small-2 {
  text-align: left;
  max-width: 600px;
  display: block;
  font-family: 'Ciruvar-Book';
  font-size: 16pt;
  line-height: 125%;
  letter-spacing: -.5px;
}
@media screen and (max-width: 1100px) {
  .slide-text-small, .slide-text-small-top, .slide-text-small-2 {
    font-size: 16pt;
    margin-top: 40px;
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 667px) {
  .slide-text-small, .slide-text-small-top, .slide-text-small-2 {
    font-size: 15pt;
    line-height: 25px;
    width: auto;
  }
}
  @media screen and (max-width: 667px) {
    .slide-text-small-top {
      padding-left: 0;
    }
}

.slide-text-small-grey {
  color: #c0c0c0;
}
.slide-text-small-grey-2 {
  color: #707070;
}
.slide-text-small-black {
  color: 000;
}
.slide-text-big-container {
  width: 70%;
  margin: auto;
  position: relative;
  padding: 8% 0;
}
.slide-text-big-container-2 {
  width: 90%;
  height: 100%;
  margin: auto;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  position: relative;
  text-align: center;
}
.slide-text-big {
  text-align: left;
  max-width: 700px;
  padding-right: 20%;
  font-size: 50pt;
  line-height: 100%;
  letter-spacing: -4px;
  font-family: "BricolageGrotesque-Medium";
}
@media screen and (max-width: 1100px) {
  .slide-text-big-container {
    width: 80%;
  }
  .slide-text-big {
    font-size: 50pt;
    letter-spacing: -2.5px;
  }
  .slide-text-big-container-2 {
    width: 90%;
    height: 100%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 667px) {
  .slide-text-big-container, .slide-text-big-container-2 {
    width: 90%;
    padding: 60px 0;
    margin-left: auto;
    margin: auto;
  }
  .slide-text-big {
    font-size: 28pt;
    letter-spacing: -2px;
    line-height: 105%;
  }
}
.slide-text-medium {
  text-align: left;
  max-width: 1000px;
  margin-bottom: 80px;
  font-size: 40pt;
  line-height: 100%;
  letter-spacing: -2px;
  font-family: "GT America Medium";
}
@media screen and (max-width: 1100px) {
  .slide-text-medium {
    max-width: 700px;
    margin-bottom: 10px;
    font-size: 35pt;
  }
}
@media screen and (max-width: 667px) {
  .slide-text-medium {
    margin-bottom: 0;
    font-size: 25pt;
    line-height: 30pt;
    letter-spacing: -1px;
  }
}
.text-under {
  font-family: 'Ciruvar-Book';
  font-size: 22pt;
  line-height: 150%;
  color: #707070;
  letter-spacing: -.5px;
}
.color-gradient {
  background-image: linear-gradient(45deg, #ffc3a0, #ffafbd);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-top: auto;
}
@media screen and (min-width: 1400px) {
  .color-gradient {
    font-size: 98px;
    line-height: 112px;
  }
}
@media screen and (max-width: 667px) {
  .color-gradient {
    font-size: 10vw;
    margin-top: auto;
    line-height: normal;
  }
}
.slide-text-big-home {
  font-family: 'Ciruvar-Bold';
  font-style: normal;
  font-weight: normal;
  font-size: 7vw;
  line-height: 8vw;
  letter-spacing: 0;
}
@media screen and (min-width: 1400px) {
  .slide-text-big-home {
    font-size: 98px;
    line-height: 112px;
  }
}
@media screen and (max-width: 1100px) {
  .slide-text-big-home {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 667px) {
  .slide-text-big-home {
    font-size: 10vw;
    line-height: 11vw;
  }
}
.black-bg {
  width: 100%;
  height: auto;
  padding-bottom: 0.01px;
  background-color: #000;
  color: #fff;
}
.black-bg-2 {
  width: 100%;
  height: auto;
  padding-bottom: 0.01px;
  background-color: #0B051D;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .black-bg, .black-bg-2 {
    padding-bottom: 5%;
  }
}
.bg-color-levfriskt {
  width: 90%;
  margin: auto;
  height: auto;
  background: rgb(255,213,163);
  background: linear-gradient(135deg, rgba(255,213,163,1) 0%, rgba(115,101,225,1) 100%);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .bg-color-levfriskt, .bg-color-cohome {
    width: 100%;
  }
}
/* END OF CASE PAGE */

/* ********************************** */

/* BEGINNING OF CONTACT */

#intouch {
  width: 100%;
  height: auto;
  margin-top: 150px;
  background-color: #000;
}
.intouch-cell {
  width: 95%;
  margin: auto;
  text-align: center;
  padding: 150px 0;
  font-style: normal;
  font-weight: normal;
  font-family: 'Inter-Regular';
  font-size: 35pt;
  line-height: 45pt;
  letter-spacing: -1px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .intouch-cell {
    font-size: 28.5pt;
    line-height: 35pt;
    letter-spacing: -.6px;
  }
}
@media screen and (max-width: 667px) {
  #intouch {
    margin-top: 100px;
  }
  .intouch-cell {
    width: 85%;
    margin: auto;
    padding: 100px 0;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    word-break: break-word;
    color: #fff;
  }
}
/* END OF CONTACT */

/* ********************************** */

/* BEGINNING OF ENDING */

#ending-home {
  width: 100%;
  height: auto;
  color: #1C1B20;
  position: relative;
  bottom: 0;
  background-color: #000;
  color: #fff;
}
#ending {
  width: 100%;
  height: auto;
  color: #1C1B20;
  position: relative;
  bottom: 0;
  color: #000;
}
.end {
  width: 80%;
  padding: 50px 0;
  height: auto;
  margin: auto;
}
.copyright {
  font-family: 'Inter-medium';
  text-align: center;
  font-size: 16pt;
  margin: auto;
}
@media screen and (max-width: 667px) {
  .end {
    width: 80%;
    padding: 40px 0;
    height: auto;
    margin: auto;
  }
  .copyright {
    text-align: center;
    font-size: 12pt;
    margin: auto;
  }
}

/* END OF ENDING */
/* ********************************** */
