@font-face {
  font-family: "century_gothicregular";
  src: url("centurygothic-webfont.woff2") format("woff2"),
    url("centurygothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "librecaslondisplay-regular";
  src: url("librecaslondisplay-regular-webfont.woff2") format("woff2"),
    url("librecaslondisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "century_gothicregular", sans-serif !important;
}

* {
  box-sizing: border-box;
}

.p-header {
  text-align: center;
  font-size: 50px;
}

.p-header-center {
  color: #a00000;
  text-align: center;
  font-size: 30px;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .left,
  .main,
  .right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

.btn-icon-facebook {
  width: 41px;
}
.con-top {
  margin-top: -20px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 15px;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* When the inputs get focus, do something */
.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.hr-top {
  width: 100%;
  height: 4px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: -5px;
}

.hr-lr {
  width: 4%;
  height: 20px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: -5px;
}

.hr-0 {
  width: 100%;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: -10px;
}

.hr-1 {
  width: 100%;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: 3px;
}

.hr-2 {
  width: 60%;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: 3px;
}

.hr-3 {
  width: 100%;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: #a00000;
  margin-top: 3px;
}
/* hr */
@media (max-width: 1024px) {
  .hr-top {
    width: 100%;
  }
  .hr-0 {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .hr-top {
    width: 100%;
  }
  .hr-0 {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .hr-top {
    width: 100%;
  }
  .hr-0 {
    width: 100%;
  }
}

.or-red {
  font-size: 23px;
  color: #a00000;
}

.text-red {
  color: #a00000;
}

.input-seach {
  width: 90px;
}

/* hr */
@media (max-width: 1024px) {
  .hr-top {
    width: 100%;
  }
  .input-seach {
    width: 90px;
  }
}

@media (max-width: 1024px) {
  .hr-top {
    width: 100%;
  }
  .hr-0 {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .input-seach {
    width: 63px;
  }
}

#top-bar .BillboardA {
  display: block;
  margin-left: 5px;
  width: 970px;
  height: 250px;
}

/*----------- Talet L  Main---------------*/
@media (max-width: 1024px) {
  #top-bar .BillboardA {
    display: block;
    width: 982px;
    height: 252px;
  }
}

/*----------- Talet M  Main---------------*/
@media (max-width: 800px) {
  #top-bar .BillboardA {
    display: block;
    width: 700px;
    height: 190px;
  }
}

/*----------- Mobile L  Main---------------*/
@media (max-width: 450px) {
  #top-bar .BillboardA {
    display: block;
    width: 400px;
    height: 120px;
  }
}

/*----------- Mobile M  Main---------------*/
@media (max-width: 380px) {
  #top-bar .BillboardA {
    display: block;
    width: 355px;
    height: 110px;
  }
}

/*----------- Mobile S Home ---------------*/
@media (max-width: 320px) {
  #top-bar .BillboardA {
    display: block;
    width: 300px;
    height: 90px;
  }
}

/* Home - Page */
#home-page .banner-top {
  display: block;
  width: 1272px;
  height: 850px;
}

#home-page .banner-1 {
  display: block;
  width: 305px;
  height: 225px;
}

#home-page .HalfPage {
  display: block;
  width: 300px;
  height: 600px;
}

#home-page .BillboardB {
  display: block;
  width: 970px;
  height: 250px;
}

#home-page .BillboardC {
  display: block;
  width: 970px;
  height: 250px;
}

#home-page .MediumA {
  display: block;
  width: 300px;
  height: 250px;
}

#home-page .MediumB {
  display: block;
  width: 300px;
  height: 250px;
}

#home-page .banner-4 {
  display: block;
  width: 650px;
  height: 650px;
}

#home-page .banner-5 {
  display: block;
  margin-top: 160px;
  width: 560px;
  height: 213px;
}

#home-page .banner-center {
  display: block;
  width: 970px;
  height: 250px;
}

#home-page .banner-6 {
  display: block;
  width: 409px;
  height: 309px;
}

#home-page .banner-7 {
  display: block;
  width: 640px;
  height: 450px;
}

#home-page .banner-8 {
  display: block;
  width: 300px;
  height: 325px;
}

#home-page .image-editorial-1 {
  display: block;
  width: 700px;
  height: 640px;
}

#home-page .image-beauty-1 {
  display: block;
  width: 410px;
  height: 250px;
}

#home-page .image-trends-1 {
  display: block;
  width: 550px;
  height: 330px;
}

#home-page .image-trends-2 {
  display: block;
  width: 350px;
  height: 240px;
}

#home-page .fasion-cover-1 {
  display: block;
  width: 1300px;
  height: 600px;
}

/*----------- Talet L  Home---------------*/
@media (max-width: 1024px) {
  #home-page .banner-top {
    display: block;
    margin-left: 20px;
    width: 1000px;
    height: 500px;
  }

  #home-page .BillboardA {
    display: block;
    width: 1000px;
    height: 500px;
  }

  #home-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    height: 150px;
  }

  #home-page .HalfPage {
    display: block;
    width: 200px;
    height: 440px;
  }

  #home-page .MediumA {
    display: block;
    width: 250px;
    height: 230px;
  }

  #home-page .banner-4 {
    display: block;
    width: 500px;
    height: 535px;
  }

  #home-page .MediumB {
    display: block;
    width: 250px;
    height: 230px;
  }

  #home-page .BillboardC {
    display: block;
    width: 950px;
    height: 252px;
  }

  #home-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #home-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 190px;
  }

  #home-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 300px;
  }

  #home-page .banner-8 {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 240px;
  }

  #home-page .BillboardB {
    display: block;
    width: 970px;
    height: 250px;
  }

  #home-page .image-editorial-1 {
    display: block;
    width: 530px;
    height: 750px;
  }

  #home-page .image-editorial-2 {
    display: block;
    width: 480px;
    height: 200px;
  }

  #home-page .image-beauty-1 {
    display: block;
    width: 300px;
    height: 200px;
  }

  #home-page .image-trends-1 {
    display: block;
    width: 770px;
    height: 390px;
  }

  #home-page .image-trends-2 {
    display: block;
    width: 380px;
    height: 230px;
  }

  #home-page .fasion-cover-1 {
    display: block;
    width: 945px;
    height: 400px;
  }
}

/*----------- Talet M  Home---------------*/
@media (max-width: 800px) {
  #home-page .banner-top {
    display: block;
    margin-left: 20px;
    width: 672px;
    height: 400px;
  }

  #home-page .BillboardA {
    display: block;
    width: 672px;
    height: 400px;
  }

  #home-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 120px;
  }

  #home-page .HalfPage {
    display: block;
    width: 250px;
    height: 460px;
  }

  #home-page .MediumA {
    display: block;
    width: 290px;
    height: 240px;
  }

  #home-page .MediumB {
    display: block;
    width: 155px;
    height: 150px;
  }

  #home-page .banner-4 {
    display: block;
    width: 325px;
    height: 400px;
  }

  #home-page .BillboardC {
    display: block;
    width: 700px;
    height: 190px;
  }

  #home-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #home-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #home-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 672px;
    height: 400px;
  }

  #home-page .banner-8 {
    display: block;
    width: 300px;
    height: 300px;
  }

  #home-page .banner-9 {
    display: block;
    width: 335px;
    height: 470px;
  }

  #home-page .BillboardB {
    display: block;
    width: 700px;
    height: 190px;
  }

  #home-page .image-editorial-1 {
    display: block;
    width: 530px;
    height: 750px;
  }

  #home-page .image-editorial-2 {
    display: block;
    width: 550px;
    height: 330px;
  }

  #home-page .image-beauty-1 {
    display: block;
    width: 220px;
    height: 170px;
  }

  #home-page .image-trends-1 {
    display: block;
    width: 700px;
    height: 330px;
  }

  #home-page .image-trends-2 {
    display: block;
    width: 330px;
    height: 215px;
  }

  #home-page .fasion-cover-1 {
    display: block;
    width: 700px;
    height: 300px;
  }
}

/*----------- Mobile L Home ---------------*/
@media (max-width: 450px) {
  #home-page .banner-top {
    display: block;
    margin-left: 20px;
    margin-right: auto;
    margin-top: -20px;
    width: 380px;
    height: 265px;
  }

  #home-page .BillboardA {
    display: block;
    margin-left: 15px;
    margin-right: auto;
    margin-top: -20px;
    width: 380px;
    height: 265px;
  }

  #home-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 300px;
  }

  #home-page .HalfPage {
    display: block;
    width: 300px;
    height: 600px;
  }

  #home-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #home-page .MediumB {
    display: block;
    margin-left: 10px;
    width: 300px;
    height: 250px;
  }

  #home-page .banner-4 {
    display: block;
    width: 400px;
    height: 400px;
  }

  #home-page .BillboardC {
    display: block;
    margin-left: 5px;
    width: 400px;
    height: 120px;
  }

  #home-page .banner-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 376px;
    height: 255px;
  }

  #home-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 230px;
  }

  #home-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 230px;
  }

  #home-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 390px;
    height: 400px;
  }

  #home-page .banner-9 {
    display: block;
    width: 330px;
    height: 450px;
  }

  #home-page .BillboardB {
    display: block;
    margin-left: 5px;
    width: 400px;
    height: 120px;
  }

  #home-page .image-editorial-1 {
    display: block;
    margin-left: 20px;
    width: 350px;
    height: 400px;
  }

  #home-page .image-editorial-2 {
    display: block;
    width: 380px;
    height: 250px;
  }

  #home-page .image-beauty-1 {
    display: block;
    width: 380px;
    height: 250px;
  }

  #home-page .image-trends-1 {
    display: block;
    width: 400px;
    height: 220px;
  }

  #home-page .image-trends-2 {
    display: block;
    width: 370px;
    height: 230px;
  }

  #home-page .fasion-cover-1 {
    display: block;
    width: 410px;
    height: 190px;
  }
}

/*----------- Mobile M Home ---------------*/
@media (max-width: 380px) {
  #home-page .banner-top {
    display: block;
    margin-left: 25px;
    margin-right: auto;
    margin-top: -20px;
    width: 350px;
    height: 220px;
  }

  #home-page .BillboardA {
    display: block;
    margin-left: 25px;
    margin-right: auto;
    margin-top: -20px;
    width: 350px;
    height: 220px;
  }

  #home-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 300px;
  }

  #home-page .HalfPage {
    display: block;
    width: 300px;
    height: 600px;
  }

  #home-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #home-page .MediumB {
    display: block;
    margin-left: 20px;
    margin-right: auto;
    width: 300px;
    height: 250px;
  }

  #home-page .banner-4 {
    display: block;
    width: 350px;
    height: 365 px;
  }

  #home-page .BillboardC {
    display: block;
    margin-left: 3px;
    margin-right: auto;
    width: 355px;
    height: 110px;
  }

  #home-page .banner-center {
    display: block;
    width: 320px;
    height: 90px;
  }

  #home-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 213px;
  }

  #home-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 213px;
  }

  #home-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 360px;
  }

  #home-page .banner-9 {
    display: block;
    width: 310px;
    height: 450px;
  }

  #home-page .BillboardB {
    display: block;
    width: 355px;
    height: 110px;
  }

  #home-page .image-editorial-1 {
    display: block;
    margin-left: 20px;
    width: 300px;
    height: 400px;
  }

  #home-page .image-editorial-2 {
    display: block;
    width: 350px;
    height: 220px;
  }

  #home-page .image-beauty-1 {
    display: block;
    width: 330px;
    height: 230px;
  }

  #home-page .image-trends-1 {
    display: block;
    width: 350px;
    height: 190px;
  }

  #home-page .image-trends-2 {
    display: block;
    width: 330px;
    height: 200px;
  }

  #home-page .fasion-cover-1 {
    display: block;
    width: 360px;
    height: 170px;
  }
}

/*----------- Mobile S Home ---------------*/
@media (max-width: 320px) {
  #home-page .banner-top {
    display: block;
    margin-left: 20px;
    margin-right: auto;
    margin-top: -20px;
    width: 300px;
    height: 230px;
  }

  #home-page .BillboardA {
    display: block;
    margin-left: 20px;
    margin-right: auto;
    margin-top: -20px;
    width: 300px;
    height: 230px;
  }

  #home-page .HalfPage {
    display: block;
    width: 270px;
    height: 500px;
  }

  #home-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: 213px;
  }

  #home-page .banner-2 {
    display: block;
    width: 250px;
    height: 450px;
  }

  #home-page .MediumA {
    display: block;
    width: 250px;
    height: 250px;
  }

  #home-page .MediumB {
    display: block;
    width: 250px;
    height: 250px;
  }

  #home-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #home-page .BillboardC {
    display: block;
    width: 300px;
    height: 90px;
  }

  #home-page .banner-center {
    display: block;
    width: 280px;
    height: 70px;
  }

  #home-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #home-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 200px;
  }

  #home-page .banner-8 {
    display: block;
    width: 290px;
    height: 300px;
  }

  #home-page .banner-9 {
    display: block;
    width: 250px;
    height: 400px;
  }

  #home-page .BillboardB {
    display: block;
    width: 300px;
    height: 90px;
  }

  #home-page .image-editorial-1 {
    display: block;
    margin-left: 20px;
    width: 250px;
    height: 350px;
  }

  #home-page .image-editorial-2 {
    display: block;
    width: 250px;
    height: 180px;
  }

  #home-page .image-beauty-1 {
    display: block;
    width: 275px;
    height: 180px;
  }

  #home-page .image-trends-1 {
    display: block;
    width: 280px;
    height: 150px;
  }

  #home-page .image-trends-2 {
    display: block;
    width: 275px;
    height: 180px;
  }

  #home-page .fasion-cover-1 {
    display: block;
    width: 300px;
    height: 135px;
  }
}

/* Main - Page */
#main-page .HalfPage {
  display: block;
  width: 300px;
  height: 600px;
}

#main-page .MediumA {
  display: block;
  width: 300px;
  height: 250px;
}

#main-page .MediumB {
  display: block;
  width: 300px;
  height: 250px;
}

#main-page .BillboardB {
  display: block;
  width: 970px;
  height: 250px;
}

#main-page .BillboardC {
  display: block;
  width: 970px;
  height: 250px;
}

#main-page .banner-1 {
  display: block;
  width: 300px;
  height: 200px;
}

#main-page .banner-2 {
  display: block;
  width: 300px;
  height: 600px;
}

#main-page .banner-3 {
  display: block;
  width: 300px;
  height: 250px;
}

#main-page .banner-4 {
  display: block;
  width: 380px;
  height: 390px;
}

#main-page .banner-center {
  display: block;
  width: 970px;
  height: 250px;
}

#main-page .banner-1info {
  display: block;
  width: 970px;
  height: 250px;
}

#main-page .image-fashion-1 {
  display: block;
  width: 320px;
  height: 230px;
}

#main-page .image-fashion-2 {
  display: block;
  width: 450px;
  height: 320px;
}

/*----------- Talet L  Main ---------------*/
@media (max-width: 1024px) {
  #main-page .HalfPage {
    display: block;
    width: 160px;
    height: 300px;
  }

  #main-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .BillboardB {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .BillboardC {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .banner-1 {
    display: block;
    width: 200px;
    height: 150px;
  }

  #main-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #main-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #main-page .banner-4 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .image-fashion-1 {
    display: block;
    width: 220px;
    height: 180px;
  }

  #main-page .image-fashion-2 {
    display: block;
    width: 310px;
    height: 240px;
  }
}

/*----------- Talet M  Main ---------------*/
@media (max-width: 800px) {
  #main-page .HalfPage {
    display: block;
    width: 160px;
    height: 300px;
  }

  #main-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .BillboardB {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .BillboardC {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .banner-1 {
    display: block;
    width: 150px;
    height: 120px;
  }

  #main-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #main-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #main-page .banner-4 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #main-page .image-fashion-1 {
    display: block;
    width: 220px;
    height: 180px;
  }

  #main-page .image-fashion-2 {
    display: block;
    margin-top: 20px;
    width: 330px;
    height: 250px;
  }
}

/*----------- Mobile L Main  ---------------*/
@media (max-width: 450px) {
  #main-page .HalfPage {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .BillboardB {
    display: block;
    width: 400px;
    height: 120px;
  }

  #main-page .BillboardC {
    display: block;
    width: 400px;
    height: 120px;
  }

  #main-page .banner-1 {
    display: block;
    width: 400px;
    height: 280px;
  }

  #main-page .banner-2 {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-4 {
    display: block;
    width: 400px;
    height: 400px;
  }

  #main-page .banner-center {
    display: block;
    width: 400px;
    height: 120px;
  }

  #main-page .image-fashion-1 {
    display: block;
    width: 350px;
    height: 250px;
  }

  #main-page .image-fashion-2 {
    display: block;
    width: 350px;
    height: 250px;
  }
}

/*----------- Mobile M Main  ---------------*/
@media (max-width: 380px) {
  #main-page .HalfPage {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .BillboardB {
    display: block;
    width: 355px;
    height: 110px;
  }

  #main-page .BillboardC {
    display: block;
    width: 355px;
    height: 110px;
  }

  #main-page .banner-1 {
    display: block;
    width: 350px;
    height: 250px;
  }

  #main-page .banner-2 {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-4 {
    display: block;
    width: 350px;
    height: 350px;
  }

  #main-page .banner-center {
    display: block;
    width: 400px;
    height: 120px;
  }

  #main-page .banner-1info {
    display: block;
    width: 355px;
    height: 110px;
  }

  #main-page .image-fashion-1 {
    display: block;
    width: 330px;
    height: 220px;
  }

  #main-page .image-fashion-2 {
    display: block;
    width: 330px;
    height: 220px;
  }
}

/*----------- Mobile S Main  ---------------*/
@media (max-width: 320px) {
  #main-page .HalfPage {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .BillboardB {
    display: block;
    width: 300px;
    height: 100px;
  }

  #main-page .BillboardC {
    display: block;
    width: 300px;
    height: 100px;
  }

  #main-page .banner-1 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-2 {
    display: block;
    width: 300px;
    height: 500px;
    margin-top: 10%;
  }

  #main-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #main-page .banner-4 {
    display: block;
    width: 300px;
    height: 310px;
  }

  #main-page .banner-center {
    display: block;
    width: 400px;
    height: 120px;
  }

  #main-page .image-fashion-1 {
    display: block;
    width: 270px;
    height: 210px;
  }

  #main-page .image-fashion-2 {
    display: block;
    width: 270px;
    height: 210px;
  }
}

/* detail - Page */
#detail-page .banner-top {
  display: block;
  width: 950px;
  height: 620px;
}

#detail-page .HalfPage {
  display: block;
  width: 300px;
  height: 600px;
}

#detail-page .MediumA {
  display: block;
  width: 300px;
  height: 250px;
}

#detail-page .MediumB {
  display: block;
  width: 300px;
  height: 250px;
}

#detail-page .BillboardB {
  display: block;
  width: 970px;
  height: 250px;
}

#detail-page .banner-1 {
  display: block;
  width: 305px;
  height: 220px;
}

#detail-page .banner-2 {
  display: block;
  width: 300px;
  height: 600px;
}

#detail-page .banner-3 {
  display: block;
  width: 300px;
  height: 250px;
}

#detail-page .banner-4 {
  display: block;
  width: 750px;
  height: 550px;
}

#detail-page .banner-5 {
  display: block;
  width: 560px;
  height: 213px;
}

#detail-page .banner-center {
  display: block;
  width: 970px;
  height: 250px;
}

#detail-page .banner-6 {
  display: block;
  width: 409px;
  height: 309px;
}

#detail-page .banner-7 {
  display: block;
  width: 640px;
  height: 300px;
}

#detail-page .banner-8 {
  display: block;
  width: 300px;
  height: 250px;
}

#detail-page .banner-9 {
  display: block;
  width: 300px;
  height: 228px;
}

#detail-page .b-1 {
  width: 100px;
  height: 38px;
  font-size: 15px;
}

#detail-page .b-2 {
  width: 70px;
  height: 38px;
  font-size: 15px;
}

#detail-page .b-3 {
  width: 220px;
  height: 38px;
  font-size: 15px;
}

#detail-page .image-detail {
  width: 900px;
  height: 650px;
}

/*----------- Talet L  detail ---------------*/
@media (max-width: 1024px) {
  #detail-page .HalfPage {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .BillboardB {
    display: block;
    width: 720px;
    height: 200px;
  }

  #detail-page .banner-top {
    display: block;
    width: 720px;
    height: 400px;
  }

  #detail-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    height: 150px;
  }

  #detail-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #detail-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail-page .banner-4 {
    display: block;
    width: 610px;
    height: 400px;
  }

  #detail-page .banner-5 {
    display: block;
    width: 410px;
    height: 213px;
  }

  #detail-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #detail-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 190px;
  }

  #detail-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 300px;
  }

  #detail-page .banner-8 {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 200px;
  }

  #detail-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: 155px;
  }

  #detail-page .image-detail {
    width: 600px;
    height: 500px;
  }
}

/*----------- Talet M  detail ---------------*/
@media (max-width: 800px) {
  #detail-page .HalfPage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 600px;
  }

  #detail-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .BillboardB {
    display: block;
    width: 520px;
    height: 150px;
  }

  #detail-page .banner-top {
    display: block;
    width: 525px;
    height: 350px;
    margin-top: -15px;
  }

  #detail-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    height: 130px;
  }

  #detail-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #detail-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #detail-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #detail-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 300px;
  }

  #detail-page .banner-8 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: 155px;
  }

  #detail-page .image-detail {
    width: 600px;
    height: 500px;
  }
}

/*----------- Mobile L detail  ---------------*/
@media (max-width: 450px) {
  #detail-page .HalfPage {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .BillboardB {
    display: block;
    margin-left: 8px;
    width: 400px;
    height: 120px;
  }

  #detail-page .banner-top {
    display: block;
    margin-top: -15px;
    width: 400px;
    height: 265px;
  }

  #detail-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 220px;
  }

  #detail-page .banner-2 {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail-page .banner-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 100px;
  }

  #detail-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 220px;
  }

  #detail-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    height: 270px;
  }

  #detail-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 250px;
  }

  #detail-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 230px;
  }

  #detail-page .image-detail {
    width: 330px;
    height: 300px;
  }
}

/*----------- Mobile M detail  ---------------*/
@media (max-width: 380px) {
  #detail-page .HalfPage {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .MediumB {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .BillboardB {
    display: block;
    margin-left: 7px;
    width: 355px;
    height: 110px;
  }

  #detail-page .banner-top {
    display: block;
    margin-top: -15px;
    width: 350px;
    height: 220px;
  }

  #detail-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 300px;
  }

  #detail-page .banner-2 {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail-page .banner-5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 348px;
    height: 213px;
  }

  #detail-page .banner-center {
    display: block;
    width: 320px;
    height: 90px;
  }

  #detail-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 210px;
  }

  #detail-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 220px;
  }

  #detail-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 250px;
  }

  #detail-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 200px;
  }

  #detail-page .b-1 {
    width: 70px;
    height: 38px;
    font-size: 10px;
  }

  #detail-page .b-2 {
    width: 60px;
    height: 38px;
    font-size: 13px;
  }

  #detail-page .b-3 {
    width: 155px;
    height: 38px;
    font-size: 10px;
  }

  #detail-page .image-detail {
    width: 280px;
    height: 260px;
  }
}

/*----------- Mobile S detail  ---------------*/
@media (max-width: 320px) {
  #detail-page .HalfPage {
    display: block;
    width: 250px;
    height: 550px;
  }

  #detail-page .MediumA {
    display: block;
    width: 250px;
    height: 220px;
  }

  #detail-page .MediumB {
    display: block;
    width: 250px;
    height: 220px;
  }

  #detail-page .BillboardB {
    display: block;
    margin-left: 7px;
    width: 300px;
    height: 90px;
  }

  #detail-page .banner-top {
    display: block;
    margin-right: auto;
    margin-top: -15px;
    width: 295px;
    height: 240px;
  }

  #detail-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: 200px;
  }

  #detail-page .banner-2 {
    display: block;
    width: 250px;
    height: 450px;
  }

  #detail-page .banner-3 {
    display: block;
    width: 250px;
    height: 250px;
  }

  #detail-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail-page .banner-center {
    display: block;
    width: 280px;
    height: 70px;
  }

  #detail-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #detail-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 200px;
  }

  #detail-page .banner-8 {
    display: block;
    width: 250px;
    height: 200px;
  }

  #detail-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: 155px;
  }

  #detail-page .b-1 {
    width: 70px;
    height: 38px;
    font-size: 10px;
  }

  #detail-page .b-2 {
    width: 60px;
    height: 38px;
    font-size: 13px;
  }

  #detail-page .b-3 {
    width: 155px;
    height: 38px;
    font-size: 10px;
  }

  #detail-page .image-detail {
    width: 240px;
    height: 200px;
  }
}

/* detail2 - Page */
#detail2-page .banner-top {
  display: block;
  width: 1920px;
  height: 620px;
}

#detail2-page .MediumA {
  display: block;
  width: 300px;
  height: 250px;
}

#detail2-page .banner-1 {
  display: block;
  width: 305px;
  height: 220px;
}

#detail2-page .banner-2 {
  display: block;
  width: 300px;
  height: 600px;
}

#detail2-page .banner-3 {
  display: block;
  width: 300px;
  height: 250px;
}

#detail2-page .banner-4 {
  display: block;
  width: 750px;
  height: 550px;
}

#detail2-page .banner-5 {
  display: block;
  width: 560px;
  height: 213px;
}

#detail2-page .banner-center {
  display: block;
  width: 970px;
  height: 250px;
}

#detail2-page .banner-6 {
  display: block;
  width: 409px;
  height: 309px;
}

#detail2-page .banner-7 {
  display: block;
  width: 640px;
  height: 300px;
}

#detail2-page .banner-8 {
  display: block;
  width: 300px;
  height: 250px;
}

#detail2-page .banner-9 {
  display: block;
  width: 300px;
  height: 228px;
}

#detail2-page .t-1 {
  margin-left: 10px;
}

/*----------- Talet L  detail2 ---------------*/
@media (max-width: 1024px) {
  #detail2-page .banner-top {
    display: block;
    width: 720px;
    height: 400px;
  }

  #detail2-page .MediumA {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail2-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
    height: 300px;
  }

  #detail2-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #detail2-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail2-page .banner-4 {
    display: block;
    width: 610px;
    height: 400px;
  }

  #detail2-page .banner-5 {
    display: block;
    width: 410px;
    height: 213px;
  }

  #detail2-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #detail2-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 190px;
  }

  #detail2-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 300px;
  }

  #detail2-page .banner-8 {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 200px;
  }

  #detail2-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: 155px;
  }
}

/*----------- Talet M  detail2 ---------------*/
@media (max-width: 800px) {
  #detail2-page .banner-top {
    display: block;
    width: 720px;
    height: 400px;
  }

  #detail2-page .MediumA {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail2-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    height: 260px;
  }

  #detail2-page .banner-2 {
    display: block;
    width: 160px;
    height: 300px;
  }

  #detail2-page .banner-3 {
    display: block;
    width: 160px;
    height: 150px;
  }

  #detail2-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail2-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail2-page .banner-center {
    display: block;
    width: 700px;
    height: 200px;
  }

  #detail2-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #detail2-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    height: 300px;
  }

  #detail2-page .banner-8 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 215px;
    height: 155px;
  }
}

/*----------- Mobile L detail2  ---------------*/
@media (max-width: 450px) {
  #detail2-page .banner-top {
    display: block;
    margin-left: 15px;
    margin-right: auto;
    margin-top: -20px;
    width: 380px;
    height: 265px;
  }

  #detail2-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 380px;
    height: 490px;
  }

  #detail2-page .banner-2 {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail2-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail2-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail2-page .banner-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 100px;
  }

  #detail2-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 220px;
  }

  #detail2-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    height: 270px;
  }

  #detail2-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    height: 230px;
  }
}

/*----------- Mobile M detail2  ---------------*/
@media (max-width: 380px) {
  #detail2-page .banner-top {
    display: block;
    margin-left: -1px;
    margin-right: auto;
    margin-top: -20px;
    width: 350px;
    height: 220px;
  }

  #detail2-page .MediumA {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 550px;
  }

  #detail2-page .banner-2 {
    display: block;
    width: 300px;
    height: 600px;
  }

  #detail2-page .banner-3 {
    display: block;
    width: 300px;
    height: 250px;
  }

  #detail2-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail2-page .banner-5 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 348px;
    height: 213px;
  }

  #detail2-page .banner-center {
    display: block;
    width: 320px;
    height: 90px;
  }

  #detail2-page .banner-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 210px;
  }

  #detail2-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 220px;
  }

  #detail2-page .banner-8 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 250px;
  }

  #detail2-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    height: 250px;
  }

  #detail2-page .b-1 {
    width: 70px;
    height: 38px;
    font-size: 10px;
  }

  #detail2-page .b-2 {
    width: 60px;
    height: 38px;
    font-size: 13px;
  }

  #detail2-page .b-3 {
    width: 155px;
    height: 38px;
    font-size: 10px;
  }
}

/*----------- Mobile S detail2  ---------------*/
@media (max-width: 320px) {
  #detail2-page .banner-top {
    display: block;
    margin-right: auto;
    margin-top: -20px;
    width: 300px;
    height: 230px;
  }

  #detail2-page .MediumA {
    display: block;
    width: 250px;
    height: 250px;
  }

  #detail2-page .banner-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: 400px;
  }

  #detail2-page .banner-2 {
    display: block;
    width: 250px;
    height: 450px;
  }

  #detail2-page .banner-3 {
    display: block;
    width: 250px;
    height: 250px;
  }

  #detail2-page .banner-4 {
    display: block;
    width: 325px;
    height: 300px;
  }

  #detail2-page .banner-5 {
    display: block;
    width: 348px;
    height: 213px;
  }

  #detail2-page .banner-center {
    display: block;
    width: 280px;
    height: 70px;
  }

  #detail2-page .banner-6 {
    display: block;
    width: 230px;
    height: 190px;
  }

  #detail2-page .banner-7 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 200px;
  }

  #detail2-page .banner-8 {
    display: block;
    width: 250px;
    height: 200px;
  }

  #detail2-page .banner-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    height: 170px;
  }
}

/*-----------------Detail-3-------------------*/
#detail3-page .img-column {
  width: 400px;
  height: 550px;
}

#detail3-page .img-chapter {
  width: 550px;
  height: 340px;
}

/*----------- Talet L  detail3 ---------------*/
@media (max-width: 1024px) {
  #detail3-page .img-column {
    width: 285px;
    height: 400px;
  }

  #detail3-page .img-chapter {
    width: 550px;
    height: 340px;
  }
}

/*----------- Talet M  detail3 ---------------*/
@media (max-width: 800px) {
  #detail3-page .img-column {
    width: 200px;
    height: 320px;
  }

  #detail3-page .img-chapter {
    width: 280px;
    height: 240px;
  }
}

/*----------- Mobile L detail2  ---------------*/
@media (max-width: 450px) {
  #detail3-page .img-column {
    width: 320px;
    height: 420px;
  }

  #detail3-page .img-chapter {
    width: 320px;
    height: 240px;
  }
}

/*----------- Mobile M detail2  ---------------*/
@media (max-width: 380px) {
  #detail3-page .img-column {
    width: 320px;
    height: 420px;
  }

  #detail3-page .img-chapter {
    width: 320px;
    height: 240px;
  }
}

/*----------- Mobile S detail2  ---------------*/
@media (max-width: 320px) {
  #detail3-page .img-column {
    width: 300px;
    height: 400px;
  }

  #detail3-page .img-chapter {
    width: 300px;
    height: 200px;
  }
}

/*------------------------------------*/
.border-image {
  border: 1.5px solid #a00000 !important;
}

.border-image:hover {
  opacity: 0.5;
}

.banner {
  position: relative;
}

.banner .banner-link {
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.banner .box-link {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.banner .link {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
}

.banner:hover .banner-link {
  opacity: 0.3;
}

.banner:hover .box-link {
  opacity: 1;
}

/*----------- Btn Social ---------------*/
.fa {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

/*----------- Talet L  detail ---------------*/
@media (max-width: 1024px) {
  #detail-page .fa {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.text-title {
  font-size: 26px;
  color: #000000;
}

.text-subtitle {
  font-size: 20px;
  color: #000000;
}

.text-title-page {
  font-size: 40px;
  color: #a00000;
}

.text-description {
  font-size: 14px;
  line-height: 24px;
  color: grey;
}

.text-credit-by {
  font-size: 13px;
  color: #000000;
}

.test-tags {
  font-size: 60px !important;
  color: #000000;
}

.icon-img {
  width: 120px !important;
  height: 30px !important;
}

.icon-view {
  width: 10px !important;
  height: 10px !important;
  margin-top: -10px;
  color: #000000;
}

.bg-cloud {
  background-color: #cac9c9;
}

.img-zoom {
  transition: transform 0.2s;
}

.img-zoom:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-zoom-1 {
  transition: transform 0.2s;
}

.img-zoom-1:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.img-zoom-2 {
  transition: transform 0.2s;
}

.img-zoom-2:hover {
  -ms-transform: scale(0.97);
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/**********  Detail Page 1 *************/
/*------------------------------------*/
#detail-page .conten-detail {
  font-size: 16px;
  color: black;
}

#detail-page #detail-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  height: auto !important;
}

#detail-page #detail-text p {
  font-size: 16px;
}

#detail-page #detail-text iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------- Talet L  Home---------------*/
@media (max-width: 1024px) {
  #detail-page #detail-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail-page #detail-text iframe {
    display: block;
    margin-top: -15px;
    width: 60% !important;
    height: auto !important;
  }
}

/*----------- Talet M  Home---------------*/
@media (max-width: 800px) {
  #detail-page #detail-text img {
    display: block;
    margin-top: -15px;
    width: 50% !important;
    height: auto !important;
  }

  #detail-page #detail-text iframe {
    display: block;
    margin-top: -15px;
    width: 25% !important;
    height: auto !important;
  }
}

/*----------- Mobile L ---------------*/
@media (max-width: 450px) {
  #detail-page #detail-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail-page #detail-text iframe {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }
}

/*----------- Mobile M ---------------*/
@media (max-width: 380px) {
  #detail-page #detail-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail-page #detail-text iframe {
    display: block;
    margin-top: -15px;
    width: 350px !important;
  }
}

/*----------- Mobile S ---------------*/
@media (max-width: 320px) {
  #detail-page #detail-text img {
    display: block;
    margin-top: -15px;
    width: 80% !important;
    height: auto !important;
  }

  #detail-page #detail-text iframe {
    display: block;
    margin-top: -15px;
    width: 295px !important;
  }
}

/**********  Detail Page 2 *************/
/*------------------------------------*/

/*----------- Start Main Contro Slide Horizontal ---------------*/
#detail2-page .scrolling-horizontal {
  height: 650px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory;
  border-top: 1px solid #a00000;
  border-bottom: 1px solid #a00000;
  background-color: #e7e4e44d;
  border-radius: 0px;
}

@media (max-width: 900px) {
  #detail2-page .scrolling-horizontal::-webkit-scrollbar {
    display: block;
    width: 0 !important;
  }
}

#detail2-page .scrolling-horizontal .card-horizontal {
  display: inline-block;
  scroll-snap-align: center;
}

/*----------- Start Flow Image Object ---------------*/
#detail2-page .scrolling-horizontal .card-horizontal .img-slide {
  width: 350px;
  height: 500px;
  /* padding: 50px 0; */
  margin-top: 100px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  object-fit: cover;
  display: initial;
}

#detail2-page .scrolling-horizontal .card-horizontal .img-slide:hover {
  /* transform: translateY(-30px); */
  transition: all 1.2s ease;
  height: 550px;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
}
/*----------- End Flow Image Object ---------------*/

/*----------- End Main Contro Slide Horizontal ---------------*/

.container-slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 165px !important;
  margin-bottom: 145px;
}

.button-slider {
  margin-left: 0 3%;
  width: 2rem;
  cursor: pointer;
}

.button-slider--inactive {
  opacity: 0.2;
}

.button-slider img {
  width: 60%;
}

.cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cards__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25rem;
}

.box {
  width: 245px;
  height: 450px;
  box-shadow: 0px 0px 2rem 0px #888888;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: initial;
}

.box img {
  width: 245px;
  height: 450px;
  object-fit: cover;
}

/*----------- Talet L  ---------------*/
@media (max-width: 1024px) {
  .container-slider {
    margin-top: 130px !important;
    margin-bottom: 110px;
  }
  .box {
    width: 160px;
    height: 350px;
  }
  .box img {
    width: 160px;
    height: 350px;
  }
}

/*----------- Talet M  ---------------*/
@media (max-width: 800px) {
  .container-slider {
    margin-top: 80px !important;
    margin-bottom: 50px;
  }
  .box {
    width: 120px;
    height: 250px;
  }
  .box img {
    width: 120px;
    height: 250px;
  }
}

.box:nth-child(2n) {
  transform: scale(0.85);
  z-index: -1;
}

.box:nth-child(2) {
  left: 5%;
}

.box:nth-child(4) {
  left: -5%;
}

.box:nth-child(4n + 1) {
  transform: scale(0.75);
  z-index: -2;
}

.box:nth-child(1) {
  left: 15%;
}

.box:nth-child(5) {
  left: -15%;
}

.card__text-content {
  text-align: center;
  width: 75%;
}

.card__title {
  padding: 1rem;
}

.box--hide {
  display: none;
}

/* Move Out Left */
.move-out-from-left {
  animation: moveOutLeft 0.5s ease-in-out;
}

/* Move Out Right */
.move-out-from-right {
  animation: moveOutRight 0.5s ease-in-out;
}

/* Move Position Left */
.move-to-position5-from-left {
  animation: moveToP5Left 0.5s ease-in-out;
}

.move-to-position4-from-left {
  animation: moveToP4Left 0.5s ease-in-out;
}

.move-to-position3-from-left {
  animation: moveToP3Left 0.5s ease-in-out;
}

.move-to-position2-from-left {
  animation: moveToP2Left 0.5s ease-in-out;
}

.move-to-position1-from-left {
  animation: moveToP1Left 0.5s ease-in-out;
}

/* Move Position Right */
.move-to-position5-from-right {
  animation: moveToP5Right 0.5s ease-in-out;
}
.move-to-position4-from-right {
  animation: moveToP4Right 0.5s ease-in-out;
}
.move-to-position3-from-right {
  animation: moveToP3Right 0.5s ease-in-out;
}
.move-to-position2-from-right {
  animation: moveToP2Right 0.5s ease-in-out;
}
.move-to-position1-from-right {
  animation: moveToP1Right 0.5s ease-in-out;
}

/* Move Out Left */
@keyframes moveOutLeft {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(-150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}

/* Move Out Right */
@keyframes moveOutRight {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}

/* Move to Left */
@keyframes moveToP5Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}

@keyframes moveToP4Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}

@keyframes moveToP3Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}

@keyframes moveToP2Left {
  from {
    transform: scale(1) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}

@keyframes moveToP1Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}

/* Move to Right */
@keyframes moveToP1Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}

@keyframes moveToP2Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}

@keyframes moveToP3Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}

@keyframes moveToP4Right {
  from {
    transform: scale(1) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}

@keyframes moveToP5Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}

/**********  Detail Page 3 *************/
/*------------------------------------*/

#detail3-page .conten-detail {
  font-size: 16px;
  color: black;
}

#detail3-page #detail3-text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  height: auto !important;
}

#detail3-page #detail3-text p {
  font-size: 16px;
}

#detail3-page #detail3-text iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------- Talet L  Home---------------*/
@media (max-width: 1024px) {
  #detail3-page #detail3-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail3-page #detail3-text iframe {
    display: block;
    margin-top: -15px;
    width: 60% !important;
    height: auto !important;
  }
}

/*----------- Talet M  Home---------------*/
@media (max-width: 800px) {
  #detail3-page #detail3-text img {
    display: block;
    margin-top: -15px;
    width: 50% !important;
    height: auto !important;
  }

  #detail3-page #detail3-text iframe {
    display: block;
    margin-top: -15px;
    width: 25% !important;
    height: auto !important;
  }
}

/*----------- Mobile L ---------------*/
@media (max-width: 450px) {
  #detail3-page #detail3-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail3-page #detail3-text iframe {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }
}

/*----------- Mobile M ---------------*/
@media (max-width: 380px) {
  #detail3-page #detail3-text img {
    display: block;
    margin-top: -15px;
    width: 90% !important;
    height: auto !important;
  }

  #detail3-page #detail3-text iframe {
    display: block;
    margin-top: -15px;
    width: 350px !important;
  }
}

/*----------- Mobile S ---------------*/
@media (max-width: 320px) {
  #detail3-page #detail3-text img {
    display: block;
    margin-top: -15px;
    width: 80% !important;
    height: auto !important;
  }

  #detail3-page #detail3-text iframe {
    display: block;
    margin-top: -15px;
    width: 295px !important;
  }
}

/*----------- Font Style ---------------*/
.font-1 {
  text-decoration: none;
  color: black;
}

/*----------- Font Website ---------------*/
.font-header-website {
  font-family: "librecaslondisplay-regular", sans-serif;
  color: black;
  font-size: 140px;
}
/*----------- Talet L  Website ---------------*/
@media (max-width: 1024px) {
  .font-header-website {
    font-size: 100px;
  }
}
/*----------- Talet M  Website ---------------*/
@media (max-width: 800px) {
  .font-header-website {
    font-size: 90px;
  }
}
/*----------- Mobile L Website ---------------*/
@media (max-width: 450px) {
  .font-header-website {
    font-size: 60px;
  }
}
/*----------- Mobile M Website ---------------*/
@media (max-width: 380px) {
  .font-header-website {
    font-size: 50px;
  }
}
/*----------- Mobile S Website ---------------*/
@media (max-width: 320px) {
  .font-header-website {
    font-size: 50px;
  }
}
