@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* Root */
:root {
  --primaryFont: 'Open Sans', sans-serif;
  --secondaryFont: "Playfair Display", serif;
  --thirdFont: "Poppins", sans-serif;
  --primaryColor: #33467a;
  --secondaryColor: rgb(48, 74, 148);
  --thirdColor: #27282b;
  --fourthColor: #818181;
}
.text-color-1 {
  color: var(--primaryColor);
}
.text-color-2 {
  color: var(--secondaryColor);
}
.text-color-3 {
  color: var(--thirdColor);
}
.text-color-4 {
  color: var(--fourthColor);
}
.bg-1 {
  background: var(--primaryColor);
}
.bg-2 {
  background: var(--secondaryColor);
}
.bg-3 {
  background: var(--thirdColor);
}
.bg-4 {
  background: var(--fourthColor);
}
.font-1 {
  font-family: var(--primaryFont);
}
.font-2 {
  font-family: var(--secondaryFont);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  height: auto;
}
body {
  margin: 0;
  padding: 0;
  list-style-type: none;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  vertical-align: baseline;
  font-weight: 400;
  font-family: var(--primaryFont);
  color: var(--thirdColor);
  background-color: #ededed;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  text-decoration: none;
  color: var(--primaryColor);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  outline: 0;
  border: 0;
}
ol, ul {
  list-style: none;
}
img {
  border: 0;
}
:focus {
  outline: 0;
}
/*  MARGİN  */
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 12rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 12rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-7 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-7 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
/*  IMG, SVG, ICON PX   */
.icon16 {
  width: 16px;
  height: 16px;
}
.icon20 {
  width: 20px;
  height: 20px;
}
.icon24 {
  width: 24px;
  height: 24px;
}
/*  FONT SİZE   */
.fs12px {
  font-size: 12px;
}
.fs13px {
  font-size: 13px;
}
.fs14px {
  font-size: 14px;
}
.fs15px {
  font-size: 15px;
}
.fs16px {
  font-size: 16px;
}
.fs17px {
  font-size: 17px;
}
.fs18px {
  font-size: 18px;
}
.fs20px {
  font-size: 20px;
}
.fs24px {
  font-size: 24px;
}
.fs36px {
  font-size: 36px;
}
.fs40px {
  font-size: 40px;
}
.fs-7 {
  font-size: 0.75rem !important;
}
.fs-8 {
  font-size: 0.5rem !important;
}
.fs-9 {
  font-size: 0.25rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90{
padding-bottom: 90px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.r-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.r-px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.r-py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.r-px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
@media only screen and (max-width: 992px) {
  .r-py-50 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .r-px-70 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/*   owl   */
.owl-dot,
.owl-nav {
  display: none !important;
}
.owl-stage-outer {
  overflow: visible !important;
}
.owl-item {
  opacity: 0 !important;
  transition: opacity 500ms !important;
}

.owl-item.active {
  opacity: 1 !important;
}
/*
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
*/
p {
  text-align: justify;
}
/* data tooltip */
[data-title] {
  position: relative;
  cursor: help;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  top: 130%;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #fff;
  color: var(--thirdColor);
  font-size: 12px;
  font-family: sans-serif;
  border-radius: 12px;
  width: 200px;
  min-height: 30px;
  padding: 16px;
}
[data-title]:hover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 8px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* data tooltip */

body {
  overflow-y: hidden;
}

/* btn */

.btn-1 {
  background-color: white;
  color: var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
}
.btn-1:hover {
  color: white;
  background-color: var(--primaryColor);
  transition: 0.2s;
}

.btn-2 {
  color: white;
  background-color: var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
}
.btn-2:hover {
  background-color: white;
  color: var(--primaryColor);
  transition: 0.2s;
}

.btn-3 {
  color: white;
  background-color: var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
}
.btn-3:hover {
  opacity: 0.9;
  transition: 0.2s;
  color: white;
}

.btn-4 {
  color: var(--primaryColor);
  background-color: white;
  border: 1px solid var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
}
.btn-4:hover {
  transition: 0.2s;
  background-color: var(--primaryColor);
  color: white;
}

.btn-5 {
  color: white;
  background-color: #cdb693;
  font-size: 13px;
  transition: 0.2s;
}
.btn-5:hover {
  opacity: 0.6;
  transition: 0.2s;
  color: white;
}
.follow-btn {
color: #db485c;
  background-color: white;
  border: 1px solid var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;

  color: #db485c;
font-size: 16px;
font-family: 'Circe',Arial,sans-serif;
line-height: 1.55;
font-weight: 500;
border-width: 1px;
border-radius: 6px;
background-color: #ffffff;
background-position: center center;
border-color: #db485c;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
box-shadow: 0px 4px 10px 0px rgb(31 22 6 / 0%);
}
.follow-btn:hover {
  transition: 0.2s;
  background-color: var(--primaryColor);
  color: white;
  background-color: #ffffff;
    background-image: none;
    border-color: #7b41ae;
    color: #7b41ae;
}



.header-btn {
  background-color: white;
  color: var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
}
.header-btn:hover {
  color: white;
  background-color: var(--primaryColor);
  transition: 0.2s;
}
header.fixed-header .header-btn{
  border: 1px solid var(--primaryColor);
}
/* btn */

/* header */
header nav {
  padding: 20px 0;
}
.fixed-header{
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 999;
  width: 100% !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0px 0;
  transition: .4s;
}
header.fixed-header nav{
    padding: 0px !important;
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 15px;
}
.nav-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.nav-menu > li > a {
  padding: 0;
  color: var(--primaryColor);
  font-size: 15px;
  display: block;
}
.nav-menu > li ul.dropdown {
  position: absolute;
  top: 180%;
  left: -100%;
  min-width: 220px;
  padding: 20px 10px;
  opacity: 0;
  transition: 250ms all;
  visibility: hidden;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 .1em var(--primaryColor);
    box-shadow: var(--primaryColor) 0px 8px 24px;
}
.nav-menu > li ul.dropdown li {
  margin-bottom: 20px;
}
.nav-menu > li ul.dropdown li a {
  display: block;
}
.nav-menu > li ul.dropdown li:last-child {
  margin-bottom: 00px;
}
.nav-menu > li:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.social-media a {
  background-color: var(--primaryColor);
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-media  {
  margin-right: 14px;
}
.footer-social-media:last-child  {
  margin-right: 0px;
}
.footer-social-media  i{
  color: var(--primaryColor);
  font-size: 30px;
}


.closeBtn {
  position: absolute;
  top: 3%;
  right: 10%;
}
@media only screen and (max-width: 992px) {
  .nav-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: var(--primaryColor);
    left: 0;
    top: 0;
    margin-top: 0px;
    flex-direction: column;
    justify-content: center;

    left: -110%;
    transition: 0.4s;
  }
  .nav-menu li {
    display: block;
    min-width: 100%;
    text-align: center;
    padding: 10px;
  }
  .nav-menu li a {
    color: white;
    font-size: 26px;
  }
}

/* header */

.slider .slider-name {
  font-size: 50px;
  font-family: var(--secondaryFont);
  color: var(--primaryColor);
  font-weight: 700;
}
.slider .slider-content {
    font-size: 18px;
    color: #27282b;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.slider-btn {
  color: white;
  background-color: var(--primaryColor);
  font-size: 13px;
  transition: 0.2s;
  padding: 20px 100px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  box-shadow: 0px 7px 14px 0px rgb(62 82 148 / 40%);
}
.slider-btn:hover {
  color: white;
  transition: 0.2s;
  opacity: 0.9;
}
@media only screen and (max-width: 992px) {
  .slider .slider-name {
    font-size: 30px;
  }
  .slider .slider-content {
    font-size: 17px;
  }
  .slider-btn {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* slider */

/* who-we-are */
.who-we-are {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}
.who-we-are-name {
  font-size: 40px;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  font-weight: 600;
}
.who-we-are-content {
  font-size: 17px;
}
@media only screen and (max-width: 992px) {
  .who-we-are {
    height: auto !important;
    background-image: none !important;
  }
  .who-we-are-name {
    font-size: 30px;
  }
  .who-we-are-content {
    font-size: 14px;
  }
}

/* who-we-are */

.reviews .card .nav-tabs .nav-link.active,
.reviews .nav-tabs .nav-item.show .nav-link {
  color: #93a6d9 !important;
  background-color: transparent !important;
  border-color: #fff !important;
  border-bottom: 3px solid !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-size: 14px !important;
}

.reviews .card .nav-tabs .nav-link:hover,
.reviews .nav-tabs .nav-link:focus {
  border-color: none !important;
  isolation: isolate;
  color: #93a6d9;
  font-size: 14px;
  font-weight: 500;
  font-family: "Circe";
  text-transform: uppercase;
  border: 0;
}
.reviews .card .nav-tabs .nav-link:hover {
  color: #93a6d9 !important;
}
.reviews .card-body p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Playfair Display";
}
.nav-tabs .nav-link {
  color: #93a6d9;
}
.reviews .card .nav-tabs .nav-link:hover {
  color: #93a6d9 !important;
  font-family: var(--primaryFont);
}
.reviews .card .nav-tabs .nav-link.active {
  color: #fff !important;
}
/* form */
.form-input input[type="text"] {
  border: 0;
  color: var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  width: 100%;
  font-family: var(--secondaryFont);
}

.form-input select {
  border: 0;
  color: var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  width: 100%;
  font-family: var(--secondaryFont);
}
/* form */

/* accordion */
.accordion {
  transform: translateZ(0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.accordion > .accordion-toggle {
  position: absolute;
  opacity: 0;
  display: none;
}

.accordion > label {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px!important;
  padding: 0 20px!important;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  color: #575a61;
  line-height: 2;
  display: flex;
  align-items: center;
}
.accordion > label:last-child {
  border-bottom: 0px solid #fff !important;
}
.accordion > label:after {
  content: "+";
  position: absolute;
  font-size: 40px;
  font-weight: 100;
  top: 6px;
  right: 20px;
  transform: rotate(90deg);
  transition: 0.3s transform;
}

.accordion > section {
  height: 0;
  transition: 0.3s all;
  overflow: hidden;
}

.accordion > .accordion-toggle:checked ~ label:after {
  transform: rotate(45deg);
}

.accordion > .accordion-toggle:checked ~ section {
  height: 200px;
}

.accordion > section p {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.5;
}


.accordion-name{
  color: #575a61;
font-size: 14px;
line-height: 2;
font-weight: 700;
font-family: 'Circe';
text-transform: uppercase;
}
/* accordion finish */




.social-media svg{
  margin: 7px;
  background: #33467a;
  padding: 5px;
  border-radius: 50%;
}

.social-media svg path{
  fill: #fff;
}

.ms--5{
  margin-left: -13px;
}

.product-tabs .card{
  border-radius: 8px;
}

/* --- Media Query --- */
.team h6{
  color: #33467a;
  font-size: 22px;
  font-family: 'Circe',Arial,sans-serif;
  line-height: 26px;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0px;
}

.team p{
  color: #000000;
  font-size: 17px;
  font-family: 'Circe',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

.collection-size {
  color: #a5a7ae;
  font-size: 12px;
  margin-bottom: 10px;
}

.collection-description {
  color: #6d7489;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

.page-link{
  color: var(--primaryColor);
}

.page-link:focus {
  z-index: 3;
  color: #e9ecef;
  background-color: var(--primaryColor);
  outline: 0;
  border-radius: 7px;
  padding: 10px 12px;
  box-shadow: none;
}

.pagination{
  align-items: center;
}

.store-page .main-title {
  font-size: 24px;
  line-height: 26px;
  color: #2e3956;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.store-page .subtitle {
  margin-top: 12px;
  font-size: 15px;
  color: #6d7489;
  font-family: Lato,sans-serif;
}

/*  -- type08 ---*/
.type08 {
  background-color: #fff;
  padding: 0 0 200px 0;
}
.type08 .sectionImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.2s;
  filter: grayscale(100%);
}
.type08 .sectionImgContainer.on {
  opacity: 0.05;
}
.type08 .leftSide {
  padding: 160px 0 0 0;
}
.onBottomOfScreen{
  position: relative;
}
.type08 .leftSide .relatedLinks .f-header {
  display: inline-flex;
  line-height: 11px;
}
.type08 .leftSide .relatedLinks ul {
  margin-top: 28px;
}
.type08 .leftSide .relatedLinks ul li {
  display: table;
  margin-top: 16px;
  line-height: 13px;
  transition: transform 0.2s;
}
.type08 .leftSide .relatedLinks ul li:hover {
  transform: translateX(5px);
}
.type08 .leftSide .relatedLinks ul li:first-child {
  margin-top: 0;
}
.type08 .rightSide {
  padding: 100px 0 0 0;
}
.type08 .rightSide .f-item {
  z-index: 2;
  display: block;
  margin: 0 0 32px 0;
  border: 1px solid #5b5c61;
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}
.type08 .rightSide .f-item:last-child {
  margin: 0 0 0 0;
}
.type08 .rightSide .f-item .itemImgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: opacity 0.3s;
}
.type08 .rightSide .f-item .f-mouseMover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.type08 .rightSide .f-item .f-mouseMover .f-moreInfo {
  position: absolute;
  display: flex;
  width: 120px;
  height: 120px;
  padding: 0 20px 0 20px;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  opacity: 0;
}

.product-pills .card:hover {
  background: var(--greenColor);
}

.product-pills .card:hover i, .product-pills .card:hover h5 {
  color: #fff !important;
}

.product-pills .card:hover path {
  fill: #fff !important;
}

@media all and (min-width: 1250px) and (max-width: 1679px) {
  .type08.onScreen .leftSide {
    position: fixed;
    top: 0;
  }


  .type08.onBottomOfScreen .leftSide {
    position: absolute;
    top: auto;
    bottom: 20px;
  }


}
@media all and (min-width: 1680px) {
  .type08.onScreen .leftSide {
    position: fixed;
    top: 0;
  }

  .type08.onBottomOfScreen .leftSide {
    position: absolute;
    top: auto;
    bottom: 17%;
  }
}

/* ---- type08 bitiş ---- */



/* product */


.product-box{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.product-box img{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.prodcut-btn {
  background: #e5e8ef;
      border-radius: 8px;
      height: 44px;
      transition: .2s;
      border: none;
      font-size: 14px;
      line-height: 140%;
      color: #33467a;
      font-weight: 700;
      display: block;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      width: 80%;
}
.add-to-card-btn {
  background: #33467a;
  border-radius: 8px;
  height: 44px;
  width: 44px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  color: white;
  height: 100%;
        width: 15%;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
              height: 44px;

}
.prodcut-btn:hover{
  color: #33467a;
}
.add-to-card-btn:hover{
  color: white;
}

.product-carousel .owl-nav {
  display: block !important;
}
.product-carousel .owl-stage-outer {
  overflow: visible !important;
}
.product-carousel .owl-item {
  opacity: 1 !important;
  transition: opacity 500ms !important;
}


.product-carousel .owl-nav{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.product-carousel .owl-nav button.owl-prev, .product-carousel .owl-nav button.owl-next{
  background: white;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.product-sale{
  position: absolute;
  top: 10px;
  left: 10px;

  background-color: #c15241;
    color: #fff;
    top: 16px;
    left: 16px;
    position: absolute;
    padding: 2px 8px;
    border-radius: 6px;
    z-index: 99;
}
.product-badge{
  border: 1px solid #bca583;
    border-radius: 6px;
    padding: 0 4px;
    margin-right: 4px;
    color: #bca583;
    margin-right: 4px;
}
/* .product-details{
  display: none;
} */
.nd-d-block{
  display: block !important;
}
/* product */

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.banner img{
  max-width: 300px;
}
.banner h1{
  color: #006ec0;
  font-size: 60px;
  font-family: 'Playfair Display',serif;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.banner button{
    color: #eef2ff;
    font-size: 16px;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 1px;
    border-radius: 6px;
    background-color: #006ec0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 7px 14px 0px rgb(62 82 148 / 40%);
    width: 317px;
    padding: 11px;
    height: 55px;
}
.blur{
  filter: blur(2px);
}
.rotate-30{
  rotate: 30deg;
}
.rotate-130{
  rotate: 130deg;
}
.rotate-325{
  rotate: 325deg;
}
.top-35{
  top: 18%;
  left: 33%;
}
.canta{
    position: absolute;
    right: 0;
    top: -30%;
    rotate: 23deg;
    filter: blur(4px);
}





@media (min-width: 1920px){
  .collections-container {
      max-width: 1442px;
  }
}

@media only screen and (max-width: 992px) {
  .accordion > label:after {
    top: -14px;
  }
}

/* accordion */

@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 567px) {
}


@media (min-width: 1200px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px !important;
}

}

.modal .modal-header::before,
.modal .modal-header::after{
  display: none!important;
}
.modal-footer,
.modal .modal-header{
  border: 0!important;
  text-transform: none;
}
.modal-footer button,
.modal-footer button:hover{
  width: 100%!important;
  text-align: center;
  background: #e5e8ef;
    border-radius: 8px;
    height: 44px;
    transition: .2s;
    border: none;
    font-size: 14px;
    line-height: 140%;
    color: #33467a;
    font-weight: 700;
    text-transform: none;
}
.modal-dialog {
  width: 600px!important;
  margin: 0 auto!important;
  margin-top: -125px!important;
  top: 50%!important;
}