/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: "Montserrat", sans-serif;
}
body {
  color: #16191D;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}




/* header-top-area-start */

.container {
  max-width: 1342px;
}
.header__top {
  background: #EDF3F5;
  height: 48px;
  display: flex;
  align-items: center;
}
.header__top--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__info {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.header__info a {
  color: #14498C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  text-decoration: none;
  transition: .3s;
}
.header__info a:hover{
  color: #000;
}

.header__socail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* header-top-area-end */











.header {
  border-top: 1px solid #DADFE1;
  border-bottom: 1px solid #DADFE1;
  height: 88px;
  display: flex;
  align-items: center;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header__logo {
  margin-right: 56px;
}
.header__menu {
  margin-right: 48px;
}
.header__menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
}
.header__menu li a {
  color: #16191D;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: .3s;
}
.header__menu li a:hover {
  color: #14498C;
}
.header__btns .nice-select {
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border: 1px solid #DADFE1;
  min-width: 120px;
  padding-right: 36px;
  font-size: 14px;
  color: #16191D;
  background: #fff;
  float: none;
}

.header__btns .nice-select:after {
  right: 14px;
  border-color: #14498C;
}

.header__btns .nice-select .list {
  width: 100%;
  min-width: 100%;
  margin-top: 6px;
  border: 1px solid #DADFE1;
  border-radius: 2px;
  box-shadow: 0 8px 24px rgba(20, 73, 140, 0.12);
}

.header__btns .nice-select .option-select {
  padding: 10px 16px;
  line-height: 1.4;
  min-height: auto;
  font-size: 14px;
  color: #16191D;
}

.header__btns .nice-select .option-select:hover,
.header__btns .nice-select .option-select.focus,
.header__btns .nice-select .option-select.selected.focus {
  background-color: #EDF3F5;
  color: #14498C;
}

.header__btns .nice-select .option-select.selected {
  font-weight: 600;
  color: #14498C;
}
.header__btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.header__btns a {
  border-radius: 2px;
  background: #14498C;
  height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 8px;
  text-decoration: none;
  transition: .3s;
  border: 1px solid transparent;
}

.header__btns a:hover {
  background: #fff;
  color: #14498C;
  border-color: #14498C;
}
.header__btns a:hover svg path {
  fill: #14498C;
}
.header__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.header__right a {
  position: relative;
}
.header__right a span {
  border-radius: 32px;
  background: #EB5E28;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.header__bottom {
  background: #14498C;
  height: 72px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header__bottom--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.header__bottom--flex a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 8px 10px;
  transition: .3s;
  justify-content: center;
}

.header__category-icon {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-mask-image: var(--category-icon);
  mask-image: var(--category-icon);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.header__category-icon--sale {
  width: 36px;
  height: 36px;
  background-color: transparent;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: var(--category-icon);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__bottom--flex a:hover {
  background: #12417D;
  border-radius: 2px;
}

.header__info a:nth-child(3) {
  text-decoration: underline;
}
.header__info a:nth-child(4) {
  text-decoration: underline;
}




.hero__area{
  background: url("../img/hero-bg.png") center center/cover no-repeat;
  height: calc(100vh - 208px);
}






.single__input input {
  display: none;
}
.single__input input:checked ~ label{
  background: rgb(20, 73, 140);
  color: rgb(255, 255, 255);
}
.single__input label {
  border-top: 1px solid #DADFE1;
  border-bottom: 1px solid #DADFE1;
  height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 0px 2px 2px 0px;
  border: 1px solid #DADFE1;
  text-decoration: none;
  color: #95989D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}







.offcanvas {
  top: 0;
  z-index: 9999999;
  left: 0;
  opacity: 1;
  visibility: visible;
  border-right: 1px solid #DADFE1;
  background: #F5F8FA;
  width: 358px;
  padding: 20px 16px;
  padding-bottom: 24px;
}
.offcanvas__lan {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.offcanva__menu {
  margin-bottom: 24px;
}

.offcanva__menu-auth {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.offcanva__menu-auth-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
  line-height: 140%;
}

.offcanva__menu-auth-btn--outline {
  border: 1px solid #14498C;
  background: #FFF;
  color: #14498C;
}

.offcanva__menu-auth-btn--outline:hover {
  background: #EDF3F5;
  color: #14498C;
}

.offcanva__menu-auth-btn--primary {
  border: 1px solid #14498C;
  background: #14498C;
  color: #FFF;
}

.offcanva__menu-auth-btn--primary:hover {
  background: #00326A;
  border-color: #00326A;
  color: #FFF;
}

.offcanva__menu a {
  color: #16191D;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: .3s;
}
.offcanva__menu a:hover{
  color: #14498C;
}
.offcanva__menu li {
  margin-bottom: 24px;
}
.offcanva__menu li:last-child {
  margin: 0;
}
.offcanvas__select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.offcanvas__select a {
  width: 48.7%;
  border-radius: 2px;
  border: 1px solid #DADFE1;
  background: #FFF;
  height: 96px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #14498C;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  flex-direction: column;
  padding: 0 12px;
}

.offcanvas__select a span {
  display: block;
}

.offcanvas__select a img {
  height: 32px;
  width: auto;
}
.off__btns {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.off__btns a {
  border-radius: 2px;
  border: 1px solid #DADFE1;
  background: #FFF;
  width: 100%;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 8px;
  color: #14498C;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  transition: .3s;
}
.off__btns a:hover{
  background:#14498C;
  color: #fff;
}
.offcanvas {
  overflow-y: scroll;
}
.offcanvas__socail {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.off__last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.off__last a {
  border: 1px solid #DADFE1;
  background: #fff;
  height: 40px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #14498C;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.offcanva-close {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  color: #00326A;
  line-height: 0;
}

.offcanva-close svg {
  display: block;
  width: 24px;
  height: 24px;
}

.offcanva__open {
  text-decoration: none;
  margin-right: 16px;
  color: #00326A;
  line-height: 0;
}

.offcanva__open svg {
  display: block;
  width: 24px;
  height: 24px;
}