@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;900&display=swap");

body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #252b33;
}

ul, ul li {
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #252b33;
}

a, a:hover {
  text-decoration: none !important;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  outline: 0;
}

/** Utility **/

img {
  max-width: 100%;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: -100%;
  color: #222;
  background: #d5fffb;
  z-index: 1;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  transition: 0.5s;
  z-index: 999;
}
.go-top.active {
  right: 0;
}

.readmore {
  font-weight: 400;
  font-size: 14px;
  border: none;
  padding: 15px 35px;
  position: relative;
  display: inline-flex;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  transition: 0.5s;
  background: #d5fffb;
}

.ctabtn {
  position: fixed;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(-90deg) !important;
  z-index: 9;
}
.ctabtn a {
  background: #1ab9cb;
  color: #fff;
  display: inline-block;
  padding: 0.75em 1em;
}
.ctabtn a:hover {
    background: rgb(26 185 203 / 80%);
}

form input:focus, form select:focus, form textarea:focus {
  box-shadow: none !important;
  border-color: #d5fffb !important;
}

.whatsapp {
  position: fixed;
  cursor: pointer;
  bottom: 90px;
  right: 0;
  background-color: #33d032;
  z-index: 1;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  transition: 0.5s;
  z-index: 999;
}

.whatsapp i {
  font-size: 30px;
  line-height: 43px;
  color: #ffff;
}

.form-floating > label {
  color: #000;
  font-weight: 600;
}

header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    padding: 1em 0;
}
header.is-sticky {
    position: fixed;
    top: 0;
    background: #222;
    z-index: 10;
}
.logo {
    position: relative;
}
.logo img {
    position: relative;
    /*width: 300px;*/
}
.logo h3 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 0;
}
.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu {
    display: flex;
    gap: 2em;
}
.header-menu a {
    color: #fff;
    font-weight: 600;
    position: relative;
}
.header-menu a:before {
    content: "";
    position: absolute;
    top: 25px;
    width: 7%;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    left: 0;
}
/* .header-menu a:hover {
    color: #d5fffb;
} */
.header-menu a:hover:before {
    visibility: visible;
    width: 100%;
}
.hamberger {
    display: none;
}
.offcanvas .header-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}
.offcanvas .header-menu a {
    color: #222;
    font-weight: 400;
    font-size: 17px;
}
.offcanvas .header-menu a:before {
    background-color: #999;
}
#offcanvasRight {
    width: 300px;
}
.offcanvas-header {
    justify-content: end;
}
#offcanvasRight .offcanvas-header .btn-close {
    margin-top: 0.5em;
}


.banner {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('./img/banner.webp');
  background-size: cover;
  background-position: center;
  height: 81vh;
  position: relative;
}
.banner-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-cnt h1, .banner-cnt p {
  color: #fff;
}
.banner-cnt h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.banner-cnt span {
    color: #d5fffb;
}
.banner-cnt p {
  font-size: 22px;
}
.banner-cnt-btm {
    display: flex;
    gap: 3em;
    position: absolute;
    bottom: 2.5em;
}
.banner-cnt-btm h2 {
    font-size: 40px;
    font-weight: bold;
    color: #d5fffb;
    margin-bottom: 0;
}
.banner-cnt-btm span {
    color: #fff;
}

.title, .title2 {
    position: relative;
    margin-bottom: 1em;
}
.title h2, .title2 h2 {
    font-size: 30px;
    font-weight: bold;
}
.title-n2 {
    position: relative;
    display: flex;
    margin-bottom: 1em;
    align-items: center;
}
.title h2 {
  text-align: center;
}
.title-n2 h3 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    min-width: 225px;
}
.title-n2 span {
    width: 100%;
}
.text-gray-600 {
    color: #767d93;
}
.brdr-tp {
    border-top: 1px solid rgba(0, 0, 0, .125);
}
a.readmore2 {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0.5em 1.25em;
    margin-top: 1em;
}
.bg-gray {
    background: #f9f9f9;
}

.about-cnt h4 {
    font-size: 22px;
    font-weight: bold;
    color: #288191;
}
.about-cnt ul {
    margin: 0;
}
.about-cnt ul li {
    list-style: none;
    padding-left: 0.75em;
}
.card {
    border-color: #f4f4f4;
    border-radius: 1em;
}
.worldwide-delivery {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(./img/worldwide.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 50vh;
}
.worldwide-delivery-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 1000px;
}
.worldwide-delivery h2, .worldwide-delivery h3, .worldwide-delivery p, .worldwide-delivery a {
    color: #fff;
}
.worldwide-delivery h2 {
    font-size: 40px;
    font-weight: 400;
}
.worldwide-delivery h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0.5em 0;
}

.accordion button.accordion-button:focus {
    box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
    color: #212529;
    background: #fff;
}
.accordion .accordion-item {
    border: 0;
}
.accordion button.accordion-button, .accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion button.accordion-button, .accordion .accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion button.accordion-button {
  font-weight: bold;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.partner-box-head {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.75em;
}
.partner-box-head h2 {
    margin-bottom: 0;
    font-weight: bold;
    opacity: 0.5;
}
.partner-box-head span {
    width: 100%;
}

#brands .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
#brands .swiper-slide img {
  width: 95%;
  display: block;
  margin: auto;
}
#brands .swiper-pagination .swiper-pagination-bullet {
  background-color: #d6d6d6;
  opacity: 1;
  width: 16px;
  height: 4px;
  border-radius: 5px;
  transition: all 0.3s;
}
#brands .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #brands .swiper-pagination .swiper-pagination-bullet:hover {
  background: #d5fffb;
  width: 22px;
  height: 5px;
}


/* footer {
    background: #222;
    padding: 4em 0 0;
}
footer a, footer p {
  color: #f4f4f4;
}
.ft-flex {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
}
h5.ft-title {
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #fff;
}
a.ft-contact {
    display: flex;
    gap: 0.5em;
}
a.ft-contact i {
    margin-top: 4px;
}
.copyrt {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding: 1em 0;
    margin-top: 4em;
}
.copyrt p {
    text-align: center;
    margin-bottom: 0;
}
footer a:hover {
    color: #d5fffb;
} */

img[usemap] {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}


footer {
  background: #222;
  padding: 2.5em 0;
  overflow-x: clip;
}
.social {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-top: 2em;
}
.social a {
  color: #fff;
  font-size: 20px;
}
.ftrflx a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.ftrflx h5 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}
.ftrflx span {
  color: #d5fffb;
  font-size: 24px;
  font-weight: 100;
  text-decoration: underline !important;
}
.ftrflx i {
    font-size: 20px;
}
footer a:hover {
  color: #d5fffb;
}
.ftrflx a:hover h5,
.ftrflx a:hover span {
  color: #d5fffb;
}
/*footer img {*/
/*  width: 400px;*/
/*}*/
footer h2 {
    color: #fff;
    font-weight: 600;
}

.swiper {
    min-height: 115px;
}
.spinner-border {
    display: inline-block;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}
span.spinner-border.spinner-border-sm {
    position: absolute;
    right: 25px;
    top: 15px;
}
span.help-block {
    color: #dc3545;
    font-size: 14px;
}
button#submit_btn {
    position: relative;
    background: #1ab9cb;
    color: #fff;
    border: 0;
    padding: 0.75em 1em;
    min-width: 15em;
    border-radius: 4px;
}
button#submit_btn:hover {
  background: rgb(26 185 203 / 80%);
}