:root {
  --color-primary: #001b2b;
  --color-secondary: #ffffff;
  --color-border: #707070;
  --text-font-family: "Helvetica", "Arial", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: var(--color-primary);
}
.d-flex {
  display: flex;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}



@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.banner {
  position: relative;
  width: 100%;
}
.banner {
  display: flex;
  flex-direction: column;
}
.banner img {
  width: 100%;
}
/* .banner::after {
  content: "";
  width:377px;
  height:180px;
  background:url(..//Images/logo-desktop.png);
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-size: cover;
  z-index:100;

} */

.mobile-img {
  display: none;
}

.desktop-logo{width:320px;  clip-path: polygon(0 0, 50% 100%, 100% 0);
  padding-left: 50px; padding-right:50px; position: absolute; text-align: center; transform: translate(-50%, 0px); left:50%; background-color: #000; padding-top:20px; padding-bottom:60px; }
.desktop-logo  #desktop-logo-image{width:100px;  }
/*------------unique-story-start------------*/
.unique-story {
  background-color: var(--color-primary);
  padding: calc(28px + 2.3vw) 0px;
  color: var(--color-secondary);
}
.inner-section-story {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.caption h2 {
  font-size: 48px;
  font-family: ivypresto-display;
  margin-bottom: 20px;
  font-weight: 400;
}
.caption p {
  font-family: Manrope;
  font-size: 20px;
  line-height: 27px;
}
.caption {
  max-width: 783px;
}

/* store information */
.linkable {
  text-align: center;
  background-color: #0a392d;
  padding-top: 83px;
  padding-bottom: 105px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.linkable .link-text {
  font-size: 28px;
  line-height: 37px;
  font-weight: 400;
  color: var(--color-secondary);
  font-family: "Playfair Display", serif;
}

.stores {
  padding-top: 50px;
  justify-content: center;
  gap: 90px;
}

.stores .perfumania .link-title,
.stores .fragrance-outlet .link-title {
  font-size: 40px;
  font-weight: 300;
  font-weight: 500;
  text-align: center;
  padding-bottom: 14px;
  font-family: "Playfair Display", serif;
}

.perf-buttons .btn {
  width: 206px;
  height: 47px;
  font-family: "Helvetica", "Arial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.perf-buttons .btn:focus,
.perf-buttons .btn:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

.perf-buttons .primary {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border: solid 1px var(--color-border);
  border-radius: 60px;
  outline: 0;
  transition: 0.5s;
}

.perf-buttons .secondry {
  transition: 0.5s;
}

.perf-buttons .primary:hover,
.perf-buttons .secondry:hover {
  box-shadow: -1px 3px 3px 0px #0000005e;
}

.perf-buttons .secondry {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  border: solid 1px var(--color-secondary);
  outline: 0;
}

.perf-buttons {
  gap: 21px;
}

.logo-img {
  text-align: center;
  margin-bottom: 14px;
}

.logo-img a:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.logo-img img {
  width: 159px;
  height: 37px;
  object-fit: contain;
}

.logo-img.FO img {
  width: 193px;
}

.notes,
.prod-img {
  color: #000;
  font-family: var(--text-font-family);
}

@media (max-width: 1024px) {
  .stores {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .stores {
    justify-content: center;
    gap: 35px;
  }
}

@media (max-width: 768px) {
  .stores {
    flex-direction: column;
  }

  .linkable .link-text {
    font-size: 22px;
    line-height: 30px;
    padding: 0 20px;
  }

  .linkable .link-text br {
    display: none;
  }

  .stores .perfumania .link-title,
  .stores .fragrance-outlet .link-title {
    font-size: 32px;
    padding-bottom: 24px;
  }

  .perf-buttons .primary {
    font-size: 14px;
  }

  .perf-buttons .secondry {
    font-size: 14px;
  }

  .perf-buttons .primary,
  .perf-buttons .secondry {
    padding: 10px 30px;
    border: solid 1px #fff;
  }

  .perf-buttons {
    display: flex;
    justify-content: center;
  }

  .perf-buttons .btn {
    width: 162px;
    height: 40px;
  }

  .perfumania:first-child .perf-buttons {
    padding-bottom: 20px;
  }

  .stores {
    padding-top: 30px;
  }

  .mbl {
    margin-right: 9px;
  }

  .logo-img.FO {
    margin-bottom: 4px;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .perf-buttons .btn {
    width: 190px;
  }
}

/* store information */

/*--------------card-section-----------*/
.card-section {
  color: #fff;
  border-bottom: solid 1px #fff;
}
.row {
  display: flex;
  text-align: center;
  margin-left: -15px;
  margin-right:-15px;

}
.col-3 {
  width: 33.33%;
  padding: calc(40px + 1.5vw) 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.col-3 .card {
  position: relative;
  max-width: 520px;
  margin: 0px auto;
}
.col-3 .card img {
  max-width: 500px;
}
.card-section .col-3:nth-child(2) {
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
.offer-logo {
  width: 131px;
  height: 131px;
  border-radius: 100%;
  text-align: center;
  background-color: #2d5a7d;
  position: absolute;
  top: -10px;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ivypresto-display;
  padding: 10px 20px;
}

.col-3:nth-child(2) .offer-logo {
  background-color: #407b64;
}

.col-3:nth-child(3) .offer-logo {
  background-color:#9c6b18;
}
.card-section a{text-decoration: none;}
.card-section   button {background-color: #fff; color:#000; border-radius: 30px; display: block; width: 100%; border:none;
  padding:16px  20px;
  font-weight: 600; font-size: 16px;
  max-width:206px;
  margin-left:auto;
  margin-right: auto;
  margin-top: 20px;
  cursor: pointer;
  }
footer a{color:#fff; font-size:14px;}
.col-6:nth-child(1) .offer-logo {
  background-color:#AD004D;
}

.col-6:nth-child(2) .offer-logo {
  background-color:#985827;
}


.card-section h3 {
  font-family: ivypresto-display;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
}
.card-section h4 {
  font-size: 18px;
  line-height: 22px;
  font-family: Montserrat;
  font-weight: 400;
  margin: 20px 0px;
}
.card-section p {
  font-size: 20px;
  line-height: 30px;
  font-family: FreightTextProMedium;
}
.card-section .item {
  margin-top: 25px;
  margin-bottom: 10px;
}
.card-section h4 {
  line-height: 18px;
}
.card-section .item p {
  margin-bottom: 0px;
}
/*card-sec-col-two-*/
.card-section .notes-line {
  margin-top: 50px;
}
.col-6 .card {
  position: relative;
  max-width: 520px;
  margin: 0px auto;
  
}
.six-col{justify-content:center;}
.card-section .col-6 {
  width:50%;
  padding: calc(40px + 1vw) 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.xyz{max-width:62.66%;}

.card-section .col-6:nth-child(1) {
  border-right: solid 1px #fff;
 
}
.card-section .col-6 img {
  width:500px;
  object-fit: cover;

}
.card-section .col-6 .card{}
footer {
  background-color: #000;
  padding: 20px 30px;
  color: #fff;
  font-size: 11px;
  font-family: Montserrat;
}

@media (max-width: 1300px) {
  .col-3 {
    padding: calc(25px + 1vw) 35px;
  }
  .card-section .col-6 {
    padding: calc(25px + 1.5vw) 0px;
  }
  .card-section .col-6 .card{padding-left: 23.5px; padding-right: 23.5px;}
}

@media(min-width:995px) and (max-width:1150px){
  .offer-logo {
    width: 96px;
    height: 96px;
    font-size:14px;
  }
}

@media (max-width: 995px) {
  .row {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-3 {
    padding: calc(25px + 1vw) 60px;
    width: 100%;
  }
  .card-section .col-6 {
    padding: calc(25px + 1vw) 80px;
    width: 100%;
  }

  .xyz{max-width:100%;}
  .col-3:nth-child(2) {
    border: none;
  }
  .card-section .col-3:nth-child(2) {
    border-right: none;
    border-left: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .card-section .col-6:nth-child(1) {
    border: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }


  


}
@media (max-width: 768px) {
  .caption h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .caption p {
    font-size: 16px;
    line-height: 24px;
  }
  .linkable {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .card-section .col-6 .card{padding-left:0px; padding-right:0px;}
}

@media (max-width: 650px) {
  .banner {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .perf-buttons {
    gap: 0px;
  }
  .row {
    flex-direction: column;
  }
  .col-3 {
    padding: calc(40px + 1vw) 35px;
    width: 100%;
  }
  .card-section .col-6 {
    padding: calc(40px + 1vw) 35px;
    width: 100%;
  }
  .card-section .notes-line {
    margin-top: 40px;
  }
  

.card-section h3{line-height: 30px;}
  
}
@media (max-width: 500px) {
  .card-section .notes-line {
    margin-top: 30px;
  }
  .col-3 {
    padding: calc(40px + 1vw) 20px;
    width: 100%;
  }

  .card-section .col-6 {
    padding: calc(40px + 1vw) 20px;
    width: 100%;
  }
  .card-section h3 {
    font-size: 24px;
    margin: 0px;
  }
  .card-section p {
    font-size: 16px;
    line-height: 24px;
  }
  .card-section h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px;
  }
  .caption h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .caption p {
    font-size: 14px;
    line-height: 19px;
  }

  .offer-logo {
    width: 97px;
    height: 96px;
    font-size: 14px;
  }
  .col-3 .card img {
    max-width:328px!important;
  }

   .col-6 .card img {
    max-width:328px!important;
  }


  footer {
    background-color: #000;
    padding: 10px  10px;
  }
  .card-section .item{margin-top: 10px; margin-bottom: 5px;}
}

@media(max-width:360px){
  .perf-buttons .btn{width:140px;}
  .col-6 .card img {
    max-width:290px!important;

  }
}
