@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

:root {
    --primary-accent: #FF9B2E;
    --navbar-border-top: #663e12;
    --button-border: #b36c20;
    --link-focus: #b37e44;
    --form-shadow: #b37e44;
    --pagination-bg: #d2b390;
    --link-hover-bg: #ad691f;
    --navbar-focus: #fccb97;
}

html {
    font-size: 14px;
}

body {
    font-size: 1.2rem;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: M PLUS Rounded\ 1c,SF UI Text,Helvetica Neue,Helvetica,Roboto,sans-serif;
}

.flex-column {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-column-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.navbar-brand {
    font-size: 2.3rem;
}
.navbar-brand img {
    margin-right: 10px;
}
.background-feature .container h2 {
    font-size: 2.82rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
}
.box-simple {
    min-height: 230px;
}
.box-simple p {
    color: rgba(3,27,78,.7);
    text-align: left;
}

.box-simple h3 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #555555;
    font-weight: 700;
    letter-spacing: 0em;
}

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

/* carousel */
.home-carousel {
    background: url(../img/photogrid.jpg) center center repeat;
    background-size: cover;
}
.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 60px;
}
.home-carousel .row {
    position: relative;
}
.home-carousel .center {
    position: absolute;
    top: 83%;
    left: 36%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .home-carousel {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .home-carousel .right {
        text-align: right;
    }
}
/* Theme Mode */
#theme-mode .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
#theme-mode i {
    color: var(--primary-accent);
    font-size: 30px;
    margin: 0px 10px;
}
/* 
.anim-box.fadein.is-animated {
    animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80vw;
    max-height: 600px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bar.background-theme-mode {
    background: url(../img/background-theme-mode.jpg);
    background-color: #ecf2fd;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-theme-mode .dark-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/* Rounded toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: black;
}

/* input:focus + .slider {
  box-shadow: 0 0 1px black;
} */

input:checked + .slider:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* feature */
.bar.background-feature {
    background: url(../img/18410.jpg);
    /* background: url(../img/5437842.jpg); */
    /* border-top: solid 1px #999999;
    border-bottom: solid 1px #999999; */
    background-color: #ecf2fd;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon .fas {
    font-size: 40px;
    padding-top: 17px;
}
.icon svg {
    width: 80px;
    height: 80px;
}

.photo.line1 img {
    border-radius: 40px;
    width: 320px;
    height: 320px;
}
.photo.line2 img {
    border-radius: 40px;
    width: 320px;
    height: 463px;
}
.photo.line2.top img {
    border-radius: 40px 40px 0px 0px;
    width: 320px;
    height: 193px;
}
.photo.line2.bottom img {
    border-radius: 0px 0px 40px 40px;
    width: 320px;
    height: 270px;
}

.footer-store {
    /* max-width: 180px; */
}