/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
}

a.mail {
  color: #000000;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.container {
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 100%;
}

.box {
  border: solid 20px #000000;
}

.corner-ribbon {
  width: 500px;
  background: rgb(130, 165, 192);
  position: absolute;
  /* top: 44px; */
  bottom: 30px;
  right: -82px;
  left: auto;
  text-align: center;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  text-align: center;
  overflow: hidden;
  padding: 10px 0 0 70px;
}

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon span.ribbon-txt1 {
  font-family: DINCondensed-Bold;
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.18;
  letter-spacing: normal;
  font-size: 34px;
  line-height: 1.18;
}

.corner-ribbon span.ribbon-txt2 {
  font-family: DINCondensed-Bold;
  font-size: 28px;
  line-height: 1.43;
}

.logo {
  width: 300px;
  height: 115px;
  display: block;
  margin: auto;
  margin-top: 40px;
  object-fit: contain;
}

.main {
  color: #82a5c0;
  font-family: Georgia;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  margin: auto;
  margin-top: 31px;
  margin-bottom: 40px;
  max-width: 980px;
}

.main .txt-style1 {
  color: #000000;
  font-family: DINCondensed-Bold;
  font-size: 65px;
}
.main .txt-comma {
  font-size: 90px;
}

.main .txt-style2 {
  color: #82a5c0;
  font-family: Georgia;
  font-size: 80px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: underline;
  text-decoration-skip: ink;
}

span.txt-style2.txt-heart {
  margin-left: -30px;
}

.main .style2 {
  font-family: DIN;
  font-size: 85.5px;
  font-weight: bold;
  font-stretch: condensed;
  color: #000000;
}

.main .style3 {
  font-family: DIN;
  font-weight: bold;
  font-stretch: condensed;
  color: #000000;
}

.calendar-icon {
  width: 49px;
  object-fit: contain;
  margin: -70px 0 0 10px;
}

.arrow-icon {
  width: 60px;
  object-fit: contain;
  margin-right: 20px;
  padding-bottom: 30px;
}

.heart-icon {
  width: 50px;
  margin: -100px 30px 0 -30px;
  object-fit: contain;
}

.chat-icon {
  width: 75px;
  object-fit: contain;
  margin: -150px 0 0 -30px;
}

.flash-icon {
  width: 110px;
  object-fit: contain;
  margin: -60px 0 0 -30px;
}

.footer {
  color: #000000;
  font-family: DINCondensed-Bold;
  font-size: 26px;
  font-weight: bold;
  font-stretch: condensed;
  margin-bottom: 73px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width:1024px) {
  .main {
    max-width: 820px;
  }
  .main .txt-style1 {
    font-size: 40px;
  }
  .main .txt-style2 {
    font-size: 50px;
  }
  .calendar-icon {
    width: 35px;
    margin: -80px 0 0 0px;
  }
  .heart-icon {
    width: 40px;
    margin: -60px 20px 0 -20px;
  }
  .arrow-icon {
    margin-right: 10px;
    width: 50px;
  }
  .chat-icon {
    margin: -100px 0 0 -20px;
    width: 50px;
  }
  .flash-icon {
    width: 60px;
    margin: -55px 0 0 -15px;
  }
}

@media (max-width:768px) {
  .container {
    padding: 20px;
  }
  .corner-ribbon {
    line-height: 20px;
    /* padding: 10px 0 0 60px;
    top: 34px;
    right: -72px; */
    width: 440px;
  }
  .corner-ribbon span.ribbon-txt1 {
    font-size: 28px;
  }
  .corner-ribbon span.ribbon-txt2 {
    font-size: 20px;
  }
  .main .txt-style1 {
    font-size: 35px;
  }
  .main .txt-style2 {
    font-size: 40px;
  }
  .calendar-icon {
    margin: -70px 0 0 -10px;
    width: 30px;
  }
  .chat-icon {
    margin: -90px 0 0 -15px;
    width: 45px;
  }
  .arrow-icon {
    margin-right: 10px;
    width: 43px;
  }
  .heart-icon {
    margin: -60px 20px 0px -20px;
    width: 35px;
  }
  .flash-icon {
    width: 60px;
    margin: -55px 0 0 -20px;
  }
}

@media (max-width:600px) {
  .container {
    padding: 5px;
  }
  .box {
    border: solid 5px #000000;
  }

  .corner-ribbon {
    /* top: 10px; */
    bottom: 10px;
    right: -125px;
  }
  .corner-ribbon span.ribbon-txt1 {
    font-size: 18px;
    line-height: 1;
  }
  .corner-ribbon span.ribbon-txt2 {
    font-size: 14px;
    line-height: 1.4;
  }

  .logo {
    width: 250px;
    margin-top: 60px;
  }

  .main .txt-style1 {
    font-size: 30px;
  }
  .main .txt-style2 {
    font-size: 30px;
  }
  .calendar-icon {
    height: initial;
    margin: -60px 0 0 -5px;
    width: 25px;
  }
  .main span.txt-style1:nth-of-type(4) {
    margin-left: -10px;
  }
  span.txt-style2.txt-heart {
    margin-left: -10px;
  }
  .arrow-icon {
    height: initial;
    margin-top: 25px;
    margin-right: 0;
    width: 35px;
  }
  .heart-icon {
    height: initial;
    margin: -50px 5px 0 -12px;
    width: 25px;
  }
  .chat-icon {
    height: initial;
    margin: -70px 0 0 -15px;
    width: 30px;
  }
  .flash-icon {
    height: initial;
    margin: -30px 0 0 -10px;
    width: 45px;
  }
  .footer {
    font-size: 18px;
  }
}
