* {
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
}
section {
  max-width: 1920px;
}
a {
  text-decoration: none;
}
.bground {
  position: absolute;
  max-width: 100%;
}
.bground1 {
  z-index: -10;
  position: absolute;
  right: 0;
  max-height: 400%;
}
.content {
  margin-left: 70px;
}

li {
  list-style: none;
}
@media (max-width: 1410px) {
  .bground1 {
    margin-top: 500px;
  }
}
@media (max-width: 1000px) {
  .bground1 {
    margin-top: 1200px;
  }
}
/*header*/
.headerBlock {
  position: sticky;
  top: 0;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navIcon {
  display: none;
}
.headerNav {
  display: flex;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
}
.headerNav-btn {
  cursor: pointer;
  margin-right: 40px;
}
.headerNav-btn:hover {
  border-bottom: 1px solid #ffc80d;
}
.mobileNav {
  display: flex;
}
.navigate {
  margin-top: 30px;
}
.navigate a {
  text-decoration: none;
  color: #242321;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}
.navServices {
  display: flex;
  justify-content: space-between;
}
.servicesMenu {
  display: none;
  font-weight: 500;
  font-size: 24px;
  margin-right: 500px;
}
.servicesMenu a {
  text-decoration: none;
  color: #fff;
}
.servicesMenu a:hover {
  color: #ffc80d;
}
.servicesMenu img {
  margin-right: 20px;
}

.pos {
  font-style: italic;
  font-size: 20px;
}
.plus {
  transform: rotate(45deg);
}
.design,
.webDev,
.servGoogle,
.analytic,
.servicesTitle,
.servicesTitle1,
.cart {
  display: none;
}
.active {
  display: block;
}
.servicesTitle {
  margin-left: 20px;
}
.servicesTitle1 {
  margin-left: 55px;
}
.servGoogle {
  margin-left: 50px;
}

@media (max-width: 1210px) {
  .headerNav {
    font-size: 20px;
  }
  .navigate a {
    font-size: 20px;
  }
  .servicesMenu {
    margin-right: 300px;
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .headerNav-btn {
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  .content {
    margin-left: 55px;
  }
  .navigate a {
    font-size: 16px;
  }
  .headerNav {
    display: none;
  }
  .navIcon {
    display: block;
    margin-right: 20px;
    font-size: 30px;
  }
  .servicesMenu {
    margin-right: 20px;
  }
  .pos {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .content {
    margin-left: 40px;
  }
  .navigate a {
    font-size: 14px;
  }
  .servicesMenu {
    font-size: 14px;
    margin-right: 0;
  }
}
/*cart*/

.cart-content {
  display: flex;
  z-index: 22;
}
.cart_title {
  font-weight: 700;
  font-size: 70px;
  margin: 20px 0;
}
.cart_items {
  width: 45%;
  padding-right: 5%;
  z-index: 22;
}
.cart_descriptions {
  width: 45%;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
  z-index: 22;
}
.cart_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;

  padding: 20px 0;
}
.cart_item-name {
  font-weight: 500;
  font-size: 24px;
}
.cart_item-btn {
  font-weight: 500;
  font-size: 24px;
  margin-right: 30px;
  z-index: 22;
}
.cart_item-bt {
  font-weight: 700;
  font-size: 25px;
  padding: 0 10px;
  margin-right: 10px;
  cursor: pointer;
}
.cart_item-bt:hover {
  background-color: #ffc80d;
  color: red;
  border-radius: 10px;
}
.cart-btn {
  color: #242321;
  background-color: #ffc80d;
  padding: 5px;
  border: none;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  border-radius: 20px;
  z-index: 22;
}
.cart-btn:hover {
  color: #ffc80d;
  background-color: #242321;
}
.description {
  border: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 840px) {
  .cart-content {
    display: flex;
    flex-direction: column;
  }
  .cart_items {
    width: 90%;
  }
  .cart_descriptions {
    width: 90%;
    height: 150px;
    margin-top: 40px;
  }
  .cart_title {
    font-size: 62px;
  }
}
@media (max-width: 540px) {
  .cart_title {
    font-size: 40px;
  }
  .cart_items,
  .cart_descriptions {
    width: 110%;
    margin-left: -30px;
  }
}
/*landing*/
.counter {
  display: none;
}
.landing {
  display: flex;
}
.landing_items {
  margin-top: 50px;
  z-index: 2;
}
.landing_descriptions {
  width: 45%;
}
.landing_descriptions-title {
  font-weight: 700;
  font-size: 70px;
}
.landing_descriptions-info {
  font-weight: 500;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.items_form-bottom {
  margin-top: 20px;
}
.items_form-title {
  margin-left: 50px;
  margin-bottom: 10px;
}
.items_form-desc {
  padding: 10px 45px;
  display: flex;
  align-items: center;
}
.items_form-details {
  margin-left: 20px;
}
.addInCart,
.quikOrder {
  margin: 20px;
  font-weight: 500;
  font-size: 24px;
  padding: 0 45px;
  border: 1px solid #ffc80d;
  background-color: #fff;
  border-radius: 20px;
}
.addInCart:hover,
.quikOrder:hover,
.items_form-item:hover {
  background-color: #ffc80d;
}
.items_fotm-btns {
  display: flex;
  justify-content: center;
}
.landing_items {
  width: 45%;
  font-weight: 500;
  font-size: 24px;
}
.items_form-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.items_form-plus {
  padding-right: 70px;
  padding-left: 30px;
}
.active {
  display: block;
}
.items_form-add {
  padding-right: 70px;
  padding-left: 30px;
}
.unactive {
  display: none;
}
.addAll {
  font-weight: 600;
  font-size: 24px;
  width: 100%;
  border: none;
  background-color: #ffc80d;
}
.addAll:hover {
  background-color: #242321;
  color: #ffc80d;
}
@media (max-width: 840px) {
  .landing {
    flex-direction: column;
  }
  .landing_descriptions {
    width: 95%;
    margin-top: 30px;
  }
  .landing_items {
    width: 95%;
    margin-top: 50px;
  }
}
@media (max-width: 670px) {
  .items_form-desc {
    flex-direction: column;
    padding: 10px 0;
  }
  .items_fotm-btns {
    flex-direction: column;
  }
  .items_form-details {
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px;
  }
  .addInCart,
  .quikOrder {
    margin: 10px;
  }
}
/*body dev*/
.dev_top {
  display: flex;
}

.dev_descriptions {
  width: 45%;
  margin-right: 5%;
}
.dev_links {
  width: 45%;
  margin-right: 5%;
}
.dev_descriptions-title {
  margin: 20px 0 35px 0;
  font-weight: 700;
  font-size: 70px;
}
.dev_descriptions-info {
  font-weight: 500;
  font-size: 24px;
}
.link-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  max-width: 880px;
}
.link-item:hover {
  border: 2px solid #242321;
}
.link-logo {
  width: 120px;
}
.link-line {
  margin: 0 45px;
}
.link_info-title {
  font-weight: 500;
  font-size: 48px;
  color: #242321;
  margin-bottom: 30px;
}
.link_info-desc {
  font-weight: 500;
  font-size: 16px;
  max-width: 600px;
  color: #242321;
}
@media (max-width: 1380px) {
  .dev_descriptions {
    width: 40%;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .link-logo {
    width: 80px;
  }
  .link_info-title {
    font-size: 40px;
  }
}
@media (max-width: 840px) {
  .dev_top {
    flex-direction: column;
  }
  .dev_descriptions,
  .dev_links {
    width: 100%;
    margin-bottom: 50px;
  }
  .link_info-title {
    font-size: 38px;
  }
}
@media (max-width: 650px) {
  .link_info-title {
    font-size: 28px;
  }
  .link-line {
    margin: 0 10px;
  }
}
@media (max-width: 520px) {
  .link-item {
    padding: 30px 0;
  }
}
@media (max-width: 460px) {
  .dev_descriptions-title {
    font-size: 50px;
  }
  .dev_descriptions-info {
    font-size: 20px;
    width: 100%;
  }
  .dev_links {
    width: 100%;
  }
  .link-logo {
    width: 55px;
    height: 55px;
  }
  .link_info-title {
    font-size: 26px;
  }
  .link_info-desc {
    display: none;
  }
}
/*etaps*/
.work_etaps-title {
  font-weight: 700;
  font-size: 70px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.etaps_row {
  display: flex;
  justify-content: space-around;
  align-items: center;

  margin: 0 180px;
}
.etap_symbols {
  display: flex;
}
.etaps_item {
  padding: 30px;
  max-width: 280px;
  height: 400px;
  text-align: center;
  border: 1px solid #242321;
  box-shadow: 5px 5px #ffc80d;
}
.etap_number {
  font-weight: 400;
  font-size: 125px;
}
.etap_title {
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 40px;
}
.etap_descriptions {
  text-align: left;
  padding-bottom: 30px;
}
.etap_symbols img {
  max-height: 28px;
  margin-right: 28px;
  margin-left: 28px;
}
@media (max-width: 1800px) {
  .etaps_row {
    margin: 0 80px;
  }
}
@media (max-width: 1550px) {
  .etaps_row {
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .etap_symbols img {
    margin: 10px;
  }
}
@media (max-width: 1200px) {
  .etap_symbols {
    display: none;
  }
  .etaps_row {
    flex-direction: column;
  }
  .etaps_item {
    margin-bottom: 40px;
    width: 250px;
  }
  .etap_descriptions {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .etaps_item {
    width: 200px;
  }
}
/*footer*/

.footer_text-title {
  margin: 20px 0 35px 0;
  font-weight: 700;
  font-size: 70px;
  margin: 50px 0;
}
.footer_text-desc {
  font-weight: 500;
  font-size: 24px;
}
.footer_form {
  display: flex;
  justify-content: space-between;
  z-index: 55;
}
.input-user {
  margin: 55px 0;
  border: none;
  width: 580px;
  border-bottom: 2px solid black;
  font-weight: 400;
  font-size: 24px;
  color: #242321;
  margin-left: 10px;
}
.input-btn {
  width: 430px;
  margin: 50px;
  height: 40px;
  background-color: #ffc80d;
  color: #242321;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 20px;
}
.input-btn:hover {
  background-color: #242321;
  color: #ffc80d;
}
@media (max-width: 840px) {
  .footer_text-title {
    font-size: 50px;
  }
  .footer_form {
    flex-direction: column;
  }
  .input-user {
    width: auto;
    margin-right: 20px;
  }
  .input-btn {
    margin-left: 0 !important;
    width: auto;
  }
}
/*slider*/
.slide {
  border-left: 5px solid #ffff;
}
.slide-name {
  font-weight: 700;
}
