/*GENERAL*/

body {
  margin: 0px;
  padding: 0px;
  color: #282828;
  font-size: 24px;
  line-height: 160%;
  font-family: 'Titillium Web', sans-serif;
  overflow-x: hidden;
  padding-top: 130px;
}

p {
  margin: 0;
}

h2,
h3,
h4 {
  margin: 0;
}

.title {
  font-size: 232px;
  font-weight: 900;
  position: absolute;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: rgba(147, 68, 210, 0.2);
  color: transparent;
  transform: rotate(-90deg);
  letter-spacing: 14px;
  text-transform: uppercase;
  margin: 0;
}

.subtitle {
  font-size: 30px;
  line-height: 140%;
}

.subtitle_big {
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
}

.subtitle_light {
  font-size: 49px;
  line-height: 120%;
  font-weight: 400;
}

.subtitle_page {
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 300;
}

.subtitle_page strong {
  font-weight: 900;
  display: block;
}

.title_part {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 87px;
  max-width: 1260px;
  margin: 0 auto 60px;
}

.cta {
  border: 50px;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border: solid 1px white;
  padding: 15px 40px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.3s;
}

.cta_pink {
  color: #000;
  border: solid 1px #b43d92;
  background-color: white;
}

.cta:hover {
  background-color: white;
  color: #b43d92;
}

.cta_pink:hover {
  background-color: #b43d92;
  color: white;
}

.mob {
  display: none !important;
}

.center {
  text-align: center;
}

.text_col {
  display: flex;
  gap: 110px;
}

.text_col div {
  width: 100%;
}

.content_page {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
}

.anchor {
  position: relative;
  top: -150px;
}

#contact {
  top: -130px;
}

@media (max-width: 1500px) {
  .title_part {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .text_col {
    gap: 60px;
  }

  .content_page {
    padding: 0 60px;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  body {
    font-size: 20px;
    padding-top: 100px;
  }

  .title {
    font-size: 190px !important;
  }

  .subtitle {
    font-size: 25px;
  }

  .subtitle_big {
    font-size: 33px;
  }

  .title_part {
    font-size: 60px;
    margin: 0 0 40px;
  }

  .subtitle_light {
    font-size: 44px;
  }

  .subtitle_page {
    font-size: 40px;
  }

  .cta {
    font-size: 18px;
  }

  .text_col {
    gap: 30px;
  }
}

@media (max-width: 1050px) {
  .subtitle_light {
    font-size: 38px;
  }

  .subtitle_page {
    font-size: 35px;
  }
}

@media (max-width: 880px) {
  body {
    font-size: 17px;
    padding-top: 85px;
  }

  .title {
    transform: rotate(0deg);
    font-size: 105px !important;
    -webkit-text-stroke-width: 3px;
    letter-spacing: 5px;
    -webkit-text-stroke-color: rgba(147, 68, 210, 0.3);
  }

  .subtitle {
    font-size: 22px;
  }

  .subtitle br {
    display: none;
  }

  .subtitle_big {
    font-size: 29px;
  }

  .subtitle_light {
    font-size: 30px;
  }

  .title_part {
    font-size: 50px;
    margin: 0 0 25px;
  }

  .cta {
    font-size: 17px;
    padding: 12px 30px;
  }

  .desk {
    display: none !important;
  }

  .mob {
    display: block !important;
  }

  .text_col {
    display: block;
  }

  .text_col div {
    padding-bottom: 20px;
  }

  .content_page {
    padding: 0 40px;
  }
}

@media (max-width: 630px) {
  body {
    font-size: 14px;
  }

  .title {
    font-size: 64px !important;
    -webkit-text-stroke-width: 2px;
  }

  .subtitle {
    font-size: 17px;
  }

  .subtitle_big {
    font-size: 25px;
  }

  .subtitle_light {
    font-size: 26px;
  }

  .subtitle_page {
    font-size: 30px;
  }

  .title_part {
    font-size: 45px;
  }

  .cta {
    font-size: 15px;
  }

  .content_page {
    padding: 0 25px;
  }

  .anchor {
  top: -100px;
}

#contact {
  top: -80px;
}
}

/*HEADER*/

header {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 100;
  top: 0;
}

.top_header {
  background: linear-gradient(90deg, #9344d2 0%, #e2333a 100%);
  height: 10px;
}

.content_header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  padding: 12px 100px;
}

.logo_degetel {
  margin-top: 8px;
}

.menu {
  font-size: 16px;
  line-height: 100%;
  gap: 65px;
  display: flex;
}

.menu a {
  color: #000000;
  text-decoration: none;
}

.menu a:hover {
  color: #b43d92;
}

.btn_close {
  display: none;
}

.btn_burger {
  display: none;
}

.submenu {
  position: relative;
}

.submenu ul {
  position: absolute;
  top: 10px;
  list-style: none;
  background-color: white;
  padding: 0;
  width: 170px;
  background-color: #f0d8e9;
  display: none;
}

.submenu ul a {
  padding: 8px 10px;
  display: block;
}

@media (max-width: 1440px) {
  .content_header {
    margin: 0 60px;
    padding: 8px 0;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .logo_degetel {
    width: 200px;
  }

  .menu {
    gap: 20px;
  }
}

@media (max-width: 880px) {
  .logo_degetel {
    width: 150px;
  }

  .menu {
    position: fixed;
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    display: none;
    z-index: 100;
  }

  .menu a {
    display: block;
    padding: 20px;
    border-top: solid 1px #e8e8e8;
  }

  .btn_close {
    text-align: right;
    padding: 3px;
    cursor: pointer;
    background-color: #f2f2f2;
    display: block;
  }

  .btn_close img {
    width: 30px;
  }

  .btn_burger {
    display: block;
    width: 30px;
  }

  .content_header {
    margin: 0 40px;
  }

  .submenu ul {
    position: static;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 630px) {
  .content_header {
    margin: 0 25px;
  }
}

/*BREADCRUMB*/

.breadcrumb {
  font-size: 16px;
  padding: 15px 0 25px;
}

.breadcrumb a {
  color: #000000;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

@media (max-width: 880px) {
  .breadcrumb {
    font-size: 13px;
    padding: 10px 0 15px;
  }
}

/*MENU TAG*/

.part_tag {
  text-align: center;
  padding: 60px;
}

.menu_tag {
  padding-top: 55px;
  max-width: 1050px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.tag {
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 26px;
  border-radius: 40px;
  border: 2px solid;
  display: inline-block;
  padding: 3px 25px;
  margin: 8px;
  transition: all 0.3s;
}

.tag_1 {
  color: #8946e5;
  border-color: #8946e5;
}

/*.tag_1:hover, .tag_1_select {
  background-color: #8946e5;
}*/

.tag_2 {
  color: #9843ca;
  border-color: #9843ca;
}

/*.tag_2:hover, .tag_2_select {
  background-color: #9843ca;
}*/

.tag_3 {
  color: #a540af;
  border-color: #a540af;
}

/*.tag_3:hover, .tag_3_select {
  background-color: #a540af;
}*/

.tag_4 {
  color: #b43d94;
  border-color: #b43d94;
}

/*.tag_4:hover, .tag_4_select {
  background-color: #b43d94;
}*/

.tag_5 {
  color: #c13a79;
  border-color: #c13a79;
}

/*.tag_5:hover, .tag_5_select {
  background-color: #c13a79;
}*/

.tag_6 {
  color: #d1385e;
  border-color: #d1385e;
}

/*.tag_6:hover, .tag_6_select {
  background-color: #d1385e;
}*/

.tag_7 {
  color: #de3442;
  border-color: #de3442;
}

/*.tag_7:hover, .tag_7_select {
  background-color: #de3442;
}*/

/*.tag:hover, .tag_select {
  color: white;
}*/

@media (max-width: 1300px) {
  .part_tag {
    padding: 45px;
  }

  .menu_tag {
    padding-top: 35px;
    max-width: 950px;
  }

  .tag {
    font-size: 21px;
  }
}

@media (max-width: 880px) {
  header {
    z-index: 100;
  }

  .part_tag {
    padding: 40px;
  }

  .menu_tag {
    padding-top: 25px;
  }

  .tag {
    font-size: 18px;
    padding: 1px 15px;
  }

  .submenu ul a {
    padding: 20px;
    border-top: solid 1px white;
  }
}

@media (max-width: 630px) {
  .part_tag {
    padding: 30px 25px;
  }

  .tag {
    font-size: 14px;
    padding: 0 10px;
    margin: 5px 3px;
  }
}

/*PART PRES*/

.part_pres {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 90px;
  align-items: center;
  padding: 35px 0;
}

.col_img_pres {
  width: 630px;
  position: relative;
  align-items: center;
  display: flex;
  background-color: #80dadc;
  height: 535px;
  position: relative;
}

.col_img_pres h2 {
  top: 260px;
  left: -280px;
}

.img_pres {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.col_content_pres {
  margin-right: 60px;
}

.col_content_pres p {
  padding-bottom: 30px;
}

@media (max-width: 1300px) {
  .part_pres {
    gap: 50px;
  }

  .col_img_pres {
    width: 490px;
    height: 475px;
  }

  .img_pres {
    right: 0;
    width: 290px;
  }

  .col_img_pres h2 {
    left: -265px;
    top: 225px;
  }

  .col_content_pres p {
    padding-bottom: 25px;
  }
}

@media (max-width: 1050px) {
  .col_img_pres {
    width: 380px;
  }

  .img_pres {
    width: 250px;
  }

  .col_content_pres {
    margin-right: 40px;
  }
}

@media (max-width: 880px) {
  .part_pres {
    display: block;
    padding: 65px 0 0;
  }

  .col_img_pres {
    width: 100%;
    height: 85px;
  }

  .col_img_pres h2 {
    top: -10px;
    left: 40px !important;
  }

  .img_pres {
    width: 160px;
  }

  .col_content_pres {
    width: auto;
    margin: 30px 40px 0;
  }
}

@media (max-width: 630px) {
  .col_img_pres {
    height: 55px;
  }

  .col_img_pres h2 {
    left: 20px !important;
  }

  .img_pres {
    width: 110px;
  }

  .col_content_pres {
    margin: 25px 25px 0;
  }

  .col_content_pres p {
    padding-bottom: 20px;
  }
}

/*PART INFOG*/

.part_infog {
  background-image: url('../img/home/background_pink.png');
  background-size: 100% auto;
  background-color: #f0d8e9;
  background-repeat: no-repeat;
}

.content_part_infog {
  height: 815px;
  font-size: 20px;
  line-height: 160%;
  position: relative;
}

.img_infog {
  width: 635px;
  position: absolute;
  margin-left: -317px;
  left: 50%;
  top: 310px;
}

.block_infog {
  display: flex;
  gap: 12px;
  position: absolute;
}

.border_infog {
  background: linear-gradient(173deg, #8547ed 0%, #e2333a 100%);
  width: 18px;
  height: 100%;
}

.block_infog_1 {
  top: 210px;
  left: 150px;
}

.block_infog_2 {
  top: 410px;
  left: -50px;
}

.block_infog_3 {
  top: 640px;
  left: 50px;
}

.block_infog_4 {
  top: 170px;
  right: 130px;
}

.block_infog_5 {
  top: 410px;
  right: -50px;
}

.block_infog_6 {
  top: 640px;
  right: 50px;
}

@media (max-width: 1440px) {
  .content_part_infog {
    height: 735px;
  }

  .img_infog {
    width: 560px;
    margin-left: -280px;
    top: 290px;
  }

  .block_infog_2 {
    top: 370px;
    left: 40px;
  }

  .block_infog_3 {
    top: 570px;
    left: 100px;
  }

  .block_infog_5 {
    top: 370px;
    right: 40px;
  }

  .block_infog_6 {
    top: 570px;
    right: 80px;
  }
}

@media (max-width: 1300px) {
  .content_part_infog {
    font-size: 18px;
    height: 595px;
  }

  .img_infog {
    width: 500px;
    margin-left: -250px;
    top: 210px;
  }

  .border_infog {
    width: 13px;
  }

  .block_infog_1 {
    top: 150px;
  }

  .block_infog_2 {
    top: 280px;
  }

  .block_infog_3,
  .block_infog_6 {
    top: 450px;
  }

  .block_infog_4 {
    top: 110px;
  }

  .block_infog_5 {
    top: 280px;
  }
}

@media (max-width: 1150px) {
  .content_part_infog {
    height: auto;
    padding: 1px 0;
  }

  .img_infog {
    position: static;
    margin: 80px auto 0;
    max-width: 90%;
    display: block;
  }

  .block_infog {
    position: static;
    margin: 0 0 25px;
  }

  .list_infog {
    margin: 60px;
    display: flex;
    gap: 60px;
    justify-content: space-around;
  }

  .block_infog br {
    display: none;
  }
}

@media (max-width: 890px) {
  .content_part_infog {
    font-size: 16px;
    line-height: 150%;
  }

  .border_infog {
    width: 10px;
  }

  .list_infog {
    margin: 40px 40px 20px;
    justify-content: space-between;
  }
}

@media (max-width: 630px) {
  .content_part_infog {
    font-size: 14px;
  }

  .img_infog {
    width: 400px;
    margin: 40px auto 10px;
  }

  .list_infog {
    display: block;
    margin: 25px 25px 35px;
  }

  .border_infog {
    width: 7px;
  }
}

/*PART BRAND*/

.part_brand {
  text-align: center;
}

.align_brand {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}

.block_brand {
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% auto;
  background-position: center;
}

.block_brand_LBPF {
  background-image: url('../img/home/img_LBPF.png');
}

.block_brand_TAO {
  background-image: url('../img/home/img_TAO.png');
}

.block_brand_voyages_leclerc {
  background-image: url('../img/home/img_voyages_leclerc.png');
}

.block_brand_TUI {
  background-image: url('../img/home/img_TUI.png');
}

.block_brand_gifi {
  background-image: url('../img/home/img_gifi.png');
}

.block_brand_JPG {
  background-image: url('../img/home/img_JPG.png');
}

.block_brand_sisley {
  background-image: url('../img/home/img_sisley.png');
}

.block_brand_reworldmedia {
  background-image: url('../img/home/img_reworldmedia.png');
}

.block_brand_eres {
  background-image: url('../img/home/img_eres.png');
}

.block_brand_abeille {
  background-image: url('../img/home/img_abeille.png');
}

@media (max-width: 1440px) {
  .block_brand {
    width: 350px;
    height: 350px;
  }

  .logo_brand {
    width: 250px;
  }
}

@media (max-width: 1300px) {
  .align_brand {
    margin: 0 15px;
  }

  .block_brand {
    width: 320px;
    height: 320px;
  }
}

@media (max-width: 1100px) {
  .align_brand {
    margin: 0 15px 30px;
  }

  .block_brand {
    width: 250px;
    height: 250px;
  }

  .logo_brand {
    width: 180px;
  }
}

@media (max-width: 630px) {
  .align_brand {
    margin: 0 auto 25px;
    max-width: 400px;
    display: block;
    width: auto;
  }

  .block_brand {
    height: 220px;
    width: 100%;
  }

  .block_brand_TAO {
    background-position: top center;
  }
}

/*STICKER*/

.sticker {
  background-color: #b43d92;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 25px;
  right: 25px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100px;
  border: solid 4px white;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.sticker img {
  width: 20px;
}
