/*
 font-family: 'DM Sans', sans-serif;
font-family: 'DM Serif Display', serif;
font-family: 'DM Serif Text', serif; 
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
/* header start */
.header{
  position: sticky;
  top: 0;
  background-color: #FFFFFF;
  z-index: 10;
  margin-bottom: 18px;
  max-width: 100%;
}

.topbar {
  height: 10px;
  background-image: url(../img/topbar.png);
  background-repeat: repeat-x;
  margin-bottom: 17px;
}

.container-1218{
  max-width: 1218px;
  margin: 0 auto;
}

.header-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.logo{
  width: 221px;
  height: 56px;
  margin-left: 61px;
}

.logo-tablet{
  display: none;
}

.logo-mobail{
  display: none;
}

.nav{
  display: flex;
  align-items: center;
  width: 732px;

}

.nav-mob{
  display: none;
}

.links{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.link-item{
  margin-left: 41px;
}

.link-item :first-child{
  margin-left: 0px;
}

.link{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16em;
  color: #000000;
  text-decoration: none;
}

.btn-login{
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.12em;
  color: #000000;
  background-color: #FFFFFF;
  border: 2px solid #4A4A4A;
  border-radius: 300px;
  text-decoration: none;
  width: 124px;
  height: 37px;  
  display: inline-block;
  text-align: center;
  margin-left: 41px;
}

/* header end */

/* main start */

.hero{
  background-color: #F5F8FF;
  margin-bottom: 71px;
  background-image: url(../img/box.png), url(../img/box-marker.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 37px left 94%, top 60px left 87%;  
}

.main{
  max-width: 1218px;
  margin: 0 auto;
  margin-left: 111px;
  padding-top: 105px;
  padding-bottom: 122px;
}

.main-name{
  max-width: 511px;
  margin: 0 ;
  margin-bottom: 19px;
  padding: 0;
  font-family: 'DM Serif Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
}

.main-text{
  max-width: 473px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
}

.btn-singup{
  width: 183px;
  height: 61px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.12em;
  color: #000000;
  background: #FFFFFF;
  border: 4px solid #EF8094;
  box-sizing: border-box;
  border-radius: 300px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* main end */

/* plans start */

.container-1270{
  max-width: 1270px;
  margin: 0 auto;
  margin-bottom: 148px;
}

.plans-heading{
  font-family: 'DM Serif Text', serif; 
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  position: relative;
}

.plans-heading::after{
  content: url(../img/underline-1.png);
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.plans-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}

.plan{
  width: 575px;
  height: 291px;
  border: 4px solid #c4c4c44d;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan-left{
  background-image: url(../img/plan-1.png);
  background-repeat: no-repeat;
}

.plan-rigt{
  background-image: url(../img/plan-2.png);
  background-repeat: no-repeat;
}

.plan-name{
  font-family: 'DM Serif Text', serif; 
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  margin: 0;
  padding: 0;
}

.plan-price{
  font-size: 44px;
  line-height: 57px;
  letter-spacing: 0.12em;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

.btn-solid{
  width: 200px;
  height: 61px;
  background-color: #EF8094;
  border: 4px solid #EF8094;
  border-radius: 300px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #FFFFFF; 
  text-decoration: none;
  display: inline-block;
}

.plans-bot{
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* plans end */

/* works start */

.container-1026{
  max-width: 1026px;
  margin: 0 auto;
  margin-bottom: 136px;
  overflow-x: hidden;
  text-align: justify;
}

.works-heading{
  font-family: 'DM Serif Text', serif; 
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #000000;
  position: relative;
  margin: 0 0 110px 0;
}

.works-heading::after{
  content: url(../img/underline-2.png);
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.setup{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  margin-bottom: 540px;
}

.feature-11 {
  max-width: 324px;
  height: 370px;
  z-index: 1;
  position: absolute;
  left: 10%;
  top: -28%;
}

.feature-12{
  max-width: 227px;
  transform: translateX(70%);  
  position: absolute;
  left: -9%;
  top: -40%;
} 

.feature-number{
  max-width: 97px;
  height: 124px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 220px;
  line-height: 56px;
  color: #EF8094;
  position: absolute;
  left: 14%;
  top: -111%;
  z-index: 2; 
}

.title{
  font-family: 'DM Serif Text', serif; 
  font-weight: 400;
  font-style: normal;
  width: 391px;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin: 0;  
  margin-right: 160px;
  margin-bottom: 26px;
}

.subtitle{
  max-width: 391px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
  margin-right: 160px;
}

.setup2{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  margin-bottom: 153px;
}

.feature21{
  max-width: 100%; 
  z-index: 1;
  position: absolute;
  left: 4%;
  top: -207%;
}

.feature22{
  transform: translateX(70%);  
  position: absolute;
  left: 21.6%;
  top: -104%;
  width: 160px;
}

.feature23{
  max-width: 270px;
  position: absolute;
  left: 55%;
  top: -137%;
}

.feature-number2{
  max-width: 97px;
  height: 124px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 220px;
  line-height: 56px;
  color: #EF8094;
  position: absolute;
  left: 32%;
  top: -116%;
  z-index: 2; 
}

.title2{
  max-width: 200px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-right: 355px;
  margin-bottom: 26px;
}

.subtitle2{
  max-width: 395px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
  margin-right: 160px;
}

.setup3{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  margin-bottom: 328px;
}

.feature31{
  max-width: 100%; 
  z-index: 1;
  position: absolute;
  left: 10%;
  top: -10%;
}

.feature32{
  position: absolute;
  left: 30.6%;
  top: 38%;
  width: 195px;
}

.feature-number3{
  max-width: 97px;
  height: 124px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 220px;
  line-height: 56px;
  color: #EF8094;
  position: absolute;
  left: 10%;
  top: -35%;
  z-index: 2; 
}

.title3{
  max-width: 321px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  margin-right: 285px;
  margin-bottom: 26px;
}

.subtitle3{
  max-width: 445px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
  margin-right: 110px;
  padding-bottom: 328px;
}



.btn-main{
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 51px;
  letter-spacing: 0.12em;
  width: 284px;
  height: 61px;
  color: #000000;
  background: #FFFFFF;
  border: 4px solid #EF8094;
  box-sizing: border-box;
  border-radius: 300px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-left: 40%;
}

/* end */

/* start */
.post{
  background: #F5F8FF;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-image: url(../img/squig1.png), url(../img/squig2.png);
  background-position: top 262px left 30%, top 654px left 72%;  
}


.socialposts{
  margin: 0 0 0.83em 0;
  padding-top: 100px;
  font-family: 'DM Serif Text', serif; 
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #000000;
}

.list{
  list-style: none;
  margin: 0 45px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  padding: 0;
}

.lists{
  max-width: calc((100% - 102px) / 4);
}

.post-list_img{
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 34px;
}

.post-text{
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
}

.insta{
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  background: #EF8094;
  border: 4px solid #EF8094;
  box-sizing: border-box;
  border-radius: 300px;
  width: 320px;
  height: 61px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-left: 40%;
  margin-bottom: 94px;
}

/* footer start */

.container-1381{
  max-width: 1381px;
  margin: 0 auto;
  margin-bottom: 32px;
  height: 465px;
  background-color: rgba(238, 238, 238,0.3);
  border: 2px solid #C4C4C4;
  box-sizing: border-box;
}

.logoandicon{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.logofooter{
  width: 133px;
  padding-top: 44px;
  margin-left: 80px;
}

.icon{
  margin-top: 52px;
  margin-right: 85px;
}

.m31{
  margin-right: 31px;
}

.m31::before{
  margin-right: 0px;
}

.conteiner-1162{
  max-width: 1162px;
  display: flex;
  justify-content: space-between;
  margin-left: 80px;
  margin-right: 183px;
  margin-bottom: 48px;
}


.h4{
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.12em;
  color: #000000;
}

.link1162{
  display: block;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 10px;
}

.p{
  display: flex;
  justify-content: flex-end;
  height: 2px;
  border: 2px solid rgba(196, 196, 196, 0.3);
  box-sizing: border-box;
  border-radius: 0px;
}

.p-text{
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.12em;
  color: #000000;
  padding-top: 25px;
  margin: 0;
  margin-right: 36px;
  margin-bottom: 17px;
}

.p-text::before{
  margin-right: 72px;
}

.p-text_footer{
  display: none;
}