:root{
    --thm-blk:#171d25;
    --thm-gold:#a37129;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link {
    color: #a37129;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #a37129;
}
.navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #a37129;
}
.stick .navbar-light .navbar-nav .nav-item .dropdown .nav-link:hover {
    color: #a37129;
}

.header-fixed.stick {
    background-color: #171d25;
}

.header-btn:hover {
    background-color: #a37129;
    color: #282c47;
}

.flex-1 {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}

.button {
    padding: 10px 30px;
    background: white;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    will-change: transform;
}

.button-mat {
    color: #a37129;
    border: 0px transparent;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    transition-delay: 0.35s;
    overflow: hidden;
}

.button-mat:before {
    content: "";
    display: block;
    background: #a37129;
    position: absolute;
    width: 200%;
    height: 500%;
    border-radius: 100%;
    transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}

.button-mat:hover .psuedo-text:hover {
    color: #1c1d26;
}

.button-mat:hover {
    color: transparent;
}

.btn--5 {
    box-shadow: 0 3px 16px 0px rgba(0, 0, 0, 0.15);
}

.btn--5:before {
    transform: translate(-110%, -110%) translateZ(0);
}

.btn--5:hover:before {
    transform: translate(-45%, -34%) translateZ(0);
}

.psuedo-text {
    color: #101329;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline;
    height: auto;
    font-size: 16px;
    transition: 0.25s ease-in;
    transition-delay: 0.1s;
}

.maindiv {
    background-image: url(../images/slider-bg-03.png);
    height: 1080px;
}

.hero-title {
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #a37129;
}

.search-box input.form-control {
    width: 450px;
    padding: 5px 20px;
    border-radius: 30px;
}

h5.note-text {
    color: #fff;
}

a.btn-search {
    background-color: #a37129;
    padding: 8px 26px;
    color: #101329;
    font-weight: 600;
    border-radius: 30px;
}

.search-box {
    display: inline-block;
    margin-bottom: 30px;
}

.fade-bg {
    background-color: #ffffff1c;
    height: 730px;
    width: 860px;
    border-radius: 30px 0 0 30px;
    position: absolute;
    right: 0;
    top: 40%;
    transform: translate(0, -50%);
}

.slide-bg {
    background-color: #f8d307;
    border-radius: 30px 0 0 30px;
    height: 586px;
    width: 777px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-bg {
    background-color: #171d25;
    border-radius: 50%;
    width: 40%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 2;
    transform: translateX(-50%);
}

.fade-bg .slick-slide img {
    width: 60% !important;
    margin: 0 auto;
    position: relative;
    left: 25%;
    top: 77px;
}

.fade-bg .slick-prev {
    left: 40px;
    top: 40%;
    z-index: 9;
}

.fade-bg .slick-prev:before {
    content: "\f118";
    color: #fff;
    padding: 0;
}

.fade-bg .slick-prev:hover:before {
    color: #a37129;
    border: none;
    padding: 0;
    border-radius: 0;
}

.fade-bg .slick-prev:before,
.slick-next:before {
    font-family: Flaticon;
    font-size: 37px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fade-bg .slick-next:before {
    content: '\f119';
    color: #fff;
    padding: 0;
}

.fade-bg .slick-next:hover:before {
    color: #a37129;
    border: none;
    padding: 0;
    border-radius: 0;
}

.fade-bg .slick-next {
    left: 40px;
    top: 58%;
    z-index: 9;
}

.fade-bg .slick-list.draggable {
    height: 586px !important;
}

.feature-iocn {
    background-color: var(--thm-blk);
    position: relative;
    width: 100px;
    height: 100px;
    transform: rotate(17deg);
    left: -2px;
    top: -23px;
    border-radius: 8px;
      transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.features:hover .feature-iocn {
       transform: rotate(0deg);
}

.flaticon-alarm-clock:before {
    content: "\f104";
    font-size: 40px;
    line-height: 3.2;
    margin-left: 37px;
    color: var(--thm-gold);
}


li.flaticon-alarm-clock {
    transform: rotate(-17deg);
}

.features {
    overflow: hidden;
}

.feature-iocn.i-2 {
    background-color: var(--thm-blk);
}

.feature-iocn.i-3 {
   background-color: var(--thm-blk);
}

.feature-iocn.i-4 {
    background-color: var(--thm-blk);
}

.i-2 .flaticon-alarm-clock:before {
    content: "\f103";
    color: var(--thm-gold);
}

.i-3 .flaticon-alarm-clock:before {
    content: "\f109";
    color: var(--thm-gold);
}

.i-4 .flaticon-alarm-clock:before {
    content: "\f10d";
    color: var(--thm-gold);
}

.gray-bg {
    background-color: #fafbfc;
    height: 100%;
    position: relative;
}

.bg-card {
    border-radius: 30px;
    background-color: #fff;
    border:1px solid #ccc;
    /*box-shadow: 0px 0px 30px 0px rgba(15, 90, 125, 0.15);*/
    padding: 10px 0 0 0;
    width: 245px;
    text-align: center;
    position: relative;
}

.price-tag {
    background-color: #171d25;
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px 30px 0 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    font-weight: 600;
    top: 0;
}

.product-01 {
    border-radius: 30px;
    margin: 10px 10px 22px;
    display: block;
}

.product-01 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin: 0 auto;
}

.bg-card a {
    background: var(--thm-blk);
    width: 100%;
    font-weight: 500;
    display: inline-block;
    color: #FFF;
    padding: 10px;
    border-radius: 0 0 30px 30px;
     transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.bg-card h3 {
    margin-bottom: 22px;
}

.bg-card a:hover {
    background-color: var(--thm-gold);
    color: #fff;
    font-weight: 600;
}

.buy-watch .slick-track {
    top: 5%;
}

.buy-watch .slick-prev {
    left: -33%;
    top: inherit;
    z-index: 9;
    bottom: 28%;
}

.buy-watch .slick-next {
    left: -22%;
    z-index: 9;
    bottom: 28%;
    top: inherit;
}

.buy-watch .slick-prev:before {
    content: "\f116";
}

.buy-watch .slick-next:before {
    content: '\f117';
}

.slick-prev:before,
.slick-next:before {
    font-family: Flaticon;
    font-size: 37px;
    color: #171d25;
    padding: 0 20px;
    line-height: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.slick-next:hover:before {
    color: var(--thm-gold);
    border: 2px solid var(--thm-gold);
    border-radius: 30px;
    padding: 2px 20px;
}

.slick-prev:hover:before {
    color: var(--thm-gold);
    border: 2px solid var(--thm-gold);
    border-radius: 30px;
    padding: 2px 20px;
}

.title-2 {
    font-size: 32px;
    font-weight: 400;
}

h2.title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0px;
    font-weight: 700;
}
h2.title span{
    color:var(--thm-gold);
    font-weight: 300;
}

.model-slider {
    background-color: #171d25;
    height: 512px;
    border-radius: 257px 0 0 257px;
}

.daily-use {
    position: relative;
}

.f-slider .watch-slider-for.slick-initialized.slick-slider {
    max-width: 379px;
    margin-left: auto;
}

.about-point {
    padding-bottom: 10px;
}

.f-content h6 {
    margin: 12px 0;
    font-weight: 400;
}

.model-slider img {
    width: 50% !important;
    margin: 0 auto;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.model-slider .slick-slide.slick-current.slick-active img {
    width: 100% !important;
}

.model-slider .slick-prev {
    top: inherit;
    left: 12%;
    z-index: 9;
    bottom: -50px;
}

.model-slider .slick-next {
    left: 20%;
    top: inherit;
    z-index: 9;
    bottom: -50px;
}

.model-slider .slick-prev:before {
    content: "\f116";
}

.model-slider .slick-next:before {
    content: '\f117';
}

.model-slider .slick-next:before {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.model-slider .slick-prev:before {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.model-slider .slick-track {
    margin-top: 165px;
    margin-left: 75px;
}

.model-slider .slick-slide.slick-current.slick-active {
    margin-top: -108px;
}

.model-slider h4 {
    color: #FFF;
}

.banner-slider {
    margin-bottom: 30px;
}

.banner {
    background-color: #e1effc;
    padding: 30px 30px 0 30px;
    border-radius: 30px;
}

.banner-img {
    max-width: 30%;
    float: left;
    bottom: 0;
}

.banner-content {
    max-width: 70%;
    margin-left: auto;
    text-align: center;
    padding-top: 42px;
}

.banner-content h2 {
    margin-bottom: 30px;
}

.banner-content p {
    max-width: 468px;
    margin: 0 auto 30px;
}

.banner-content .button {
    background-color: #6572f0;
}

.banner-content .button a.psuedo-text {
    color: #ffffff;
}
.button.button-mat.btn--5:hover a {
    color: #101329;
}

.banner-slider .slick-prev:before {
    content: "\f116";
}

.banner-slider .slick-next:before {
    content: '\f117';
}

.banner-slider .slick-prev {
    left: -88px;
}

.testi-slide-two .slick-prev:hover::before,
.testi-slide-two .slick-next:hover::before {
    color: var(--thm-gold);
    border: 2px solid var(--thm-gold);
    border-radius: 30px;
    background: none;
    padding: 2px 20px;
}

.testi-slide-two .slick-prev:before,
.testi-slide-two .slick-next:before {
    font-family: Flaticon;
    font-size: 37px;
    border: none;
    color: #171d25;
    padding: 0 20px;
    line-height: 1;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.testi-slide-two .slick-prev:before {
    content: "\f116";
}

.testi-slide-two .slick-next:before {
    content: '\f117';
}

.testi-slide-two .slick-prev {
    left: 13%;
}

.btn-faq {
    background-image: none;
}

.blog-btn {
    background-color: #ffffff;
    color: #101329;
    border: 1px solid #6572f0;
    display: block;
    text-align: center;
    margin: 25px 0 0 20px;
    border-radius: 30px;
    line-height: 2.5;
    background-image: none;
}

.about-watch-bg {
    background-image: url(../images/about-watch.png);
    height: 780px;
}

.about-feature .service-icon-bg {
    width: 65px;
    height: 65px;
    padding-left: 0;
    display: inline-block;
    color: #171d25;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(40, 44, 71, 0.27);
    float: left;
    margin-right: 20px;
    margin-left: 35px;
}

li.about-feature h4 {
    color: #a37129;
    display: inline-block;
}

li.about-feature p {
    color: #fff;
    max-width: 345px;
    margin-left: auto;
    display: inline-block;
}

li.about-feature {
    margin-bottom: 30px;
    margin-left: 60px;
}

.about-watch-feature li:nth-child(2) {
    margin-left: 75px;
}

.about-watch-feature li:nth-child(3) {
    margin-left: 75px;
}

.about-watch-img img {
    width: 90%;
}

.about-watch-img {
    text-align: center;
}

.about-watch-feature {
    margin-top: 70px;
}

.flaticon-ui:before {
    font-size: 35px;
}

.flaticon-app:before {
    font-size: 35px;
    padding-left: 5px;
}

.flaticon-support:before {
    font-size: 35px;
}

.blog-btn:hover {
    background-color: #df0456;
    border: 1px solid #df0456;
    background-image: none;
}

.blog-box.active .blog-btn {
    background-color: #df0456;
    border: 1px solid #df0456;
    background-image: none;
}

.blog-box .button.button-mat.btn--5 {
    margin-left: 20px;
    margin-top: 25px;
}

.blog-box .button-mat {
    color: #101329;
}

.blog-box .btn--5 {
    border: 1px solid #596dee;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.blog-box .btn--5:hover {
    border: 1px solid #a37129;
}

.button.button-mat.btn--5.active {
    background-color: #a37129;
    border: 1px solid #a37129;
}

.send-icon {
    color: #101329;
}

.contact-form .btn-1.active {
    background-color: #a37129;
    color: #101329;
}
/*
.contact-form .btn-1:hover {
    background: #a37129;
    color: #101329;
}
*/
.footer-about .footer-icon ul {
    color: var(--thm-blk);
}

.footer-about .footer-icon li:nth-of-type(2) {
    color: var(--thm-blk);
}

.footer-about .footer-icon li:hover {
    color: var(--thm-gold);
}

.btn--5 {
    box-shadow: none;
}

@media (max-width: 1500px) {
    .fade-bg {
        height: 593px;
        width: 650px;
    }
    .slide-bg {
        border-radius: 30px 0 0 30px;
        height: 500px;
        width: 595px;
    }
    .nav-bg {
        width: 30%;
        height: 40%;
        top: 30%;
        left: -10px;
    }
    .fade-bg .slick-prev {
        left: 12px;
        top: 42%;
    }
    .fade-bg .slick-next {
        left: 12px;
        top: 56%;
        z-index: 9;
    }
    .fade-bg .slick-list.draggable {
        height: 502px !important;
    }
    .fade-bg .slick-slide img {
        width: 61% !important;
        margin: 0 auto;
        position: relative;
        left: 22%;
        top: 86px;
    }
    .model-slider .slick-prev {
        left: 14%;
    }
    .model-slider .slick-next {
        left: 30%;
    }
    .about-watch-bg {
        background-image: none;
        background-color: #171d25;
        height: 700px;
    }
}

@media(min-width: 1200px) and (max-width: 1390px) {
    .fade-bg {
        height: 540px;
        width: 569px;
        border-radius: 30px 0 0 30px;
    }
    .slide-bg {
        border-radius: 30px 0 0 30px;
        height: 480px;
        width: 525px;
    }
    .nav-bg {
        width: 30%;
        height: 40%;
        top: 30%;
        left: -10px;
    }
    .fade-bg .slick-prev {
        left: 12px;
        top: 42%;
    }
    .fade-bg .slick-next {
        left: 12px;
        top: 56%;
        z-index: 9;
    }
    .fade-bg .slick-list.draggable {
        height: 502px !important;
    }
    .fade-bg .slick-slide img {
        width: 61% !important;
        left: 22%;
        top: 86px;
    }
    .about-watch-feature {
        margin-top: 0px;
    }
    .about-watch-bg {
        background-image: none;
        background-color: #171d25;
    }
    .about-watch-feature li:nth-child(2) {
        margin-left: 0;
    }
    .about-watch-feature li:nth-child(3) {
        margin-left: 0;
    }
    li.about-feature {
        margin-left: 0px;
    }
    .about-watch-feature {
        margin-top: 5%;
    }
}

@media(max-width: 1200px) {
    .fade-bg {
        height: 460px;
        width: 438px;
    }
    .slide-bg {
        border-radius: 30px 0 0 30px;
        height: 402px;
        width: 408px;
    }
    .fade-bg .slick-slide img {
        width: 71% !important;
        margin: 0 auto;
        position: relative;
        left: 74px;
        top: 60px;
    }
    .fade-bg .slick-prev {
        left: 12px;
        top: 34%;
    }
    .fade-bg .slick-next {
        left: 12px;
        top: 46%;
    }
    .nav-bg {
        width: 42%;
        height: 47%;
        top: 27%;
        left: -10px;
    }
    .about-watch-img {
        text-align: center;
        margin-top: 17%;
    }
    li.about-feature {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .about-watch-feature li:nth-child(2) {
        margin-left: 0;
    }
    .about-watch-feature li:nth-child(3) {
        margin-left: 0;
    }
    .about-watch-feature {
        margin-top: 30px;
    }
    .f-content {
        margin-left: 16px;
    }
    .banner-content {
        padding-top: 0;
    }
    .testi-slide-two .slick-prev {
        left: 8%;
    }
    .testi-slide-two .slick-next {
        top: inherit;
        bottom: -50px;
        left: 25%;
        transform: translate(-40%, -50%);
    }
    .about-watch-feature {
        margin-top: 30px;
    }
    li.about-feature p {
        max-width: 320px;
    }
    .model-slider .slick-slide.slick-current.slick-active img {
        width: 78% !important;
    }
    .model-slider .slick-prev {
        left: 22%;
    }
    .model-slider .slick-next {
        left: 40%;
    }
    .bg-card {
        width: 280px;
    }
    .buy-watch .slick-next,
    .buy-watch .slick-prev {
        bottom: 10%;
    }
    .daily-use {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .maindiv {
        background-image: none;
        width: 100%;
        height: 1100px;
    }
    .hero-slider__content-wrapper {
        top: 30%;
        text-align: center;
    }
    .fade-bg .slick-slide img {
        width: 45% !important;
        margin: 0 auto;
        position: relative;
        left: 3px;
        top: 38px;
    }
    .fade-bg {
        height: 460px;
        width: 100%;
        top: 624px;
        border-radius: 0;
    }
    .slide-bg {
        border-radius: 0;
        height: 402px;
        width: 100%;
    }
    .fade-bg .slick-prev {
        left: 16px;
        top: 34%;
    }
    .fade-bg .slick-next {
        left: 16px;
        top: 46%;
        z-index: 9;
    }
    .nav-bg {
        width: 25%;
        height: 47%;
    }
    .model-slider {
        background-color: #171d25;
        height: 512px;
    }
    .banner-slider .slick-prev {
        top: inherit;
        bottom: 10px;
        right: 25%;
        left: inherit;
        z-index: 9;
    }
    .banner-slider .slick-next {
        right: 10%;
        top: inherit;
        bottom: 10px;
    }
    .about-watch-img {
        margin-top: 50%;
    }
    .buy-watch {
        overflow: hidden;
    }
    .testi-slide-two .slick-prev {
        left: 19%;
    }
    .testi-slide-two .slick-next {
        left: 35%;
    }
    .model-slider .slick-track {
        margin-top: 210px;
        margin-left: 55px;
    }
    li.about-feature p {
        max-width: 260px;
    }
    .f-slider .watch-slider-for.slick-initialized.slick-slider {
        max-width: 459px;
    }
    /*.bg-card {
        width: 200px;
    }*/
    .banner-content {
        padding-top: 0;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .maindiv {
        height: 1000px;
    }
    .hero-slider__content-wrapper {
        top: 33%;
    }
    .fade-bg {
        top: 685px;
    }
    .fade-bg .slick-dots {
        bottom: 23%;
    }
    .daily-use-bg {
        background-color: #171d25;
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .f-content h2,
    .f-content h6,
    .f-content {
        color: #fff;
    }
    .f-content {
        padding: 30px 0;
    }
    .model-slider .slick-track {
        margin-left: 0;
    }
    .banner-content h2 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }
    .banner-content p {
        margin-bottom: 20px;
    }
    .about-watch-img {
        margin-top: 0;
    }
    .about-watch-bg {
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .about-watch-img img {
        width: 60%;
    }
    .dot {
        border: 2px solid #ffffff;
    }
    .bg-card {
        width: 230px;
    }
}

@media(max-width: 580px) {
    .fade-bg .slick-slide img {
        width: 75% !important;
    }
    .model-slider .slick-track,
    .model-slider .slick-slide.slick-current.slick-active {
        margin-top: 0;
    }
    .search-box input.form-control {
        max-width: 300px;
    }
    .model-slider .slick-slide.slick-current.slick-active img {
        width: 50% !important;
        margin-left: 30px;
    }
    .f-slider .watch-slider-for.slick-initialized.slick-slider {
        max-width: 542px;
    }
    .model-slider {
        height: 400px;
    }
    .nav-bg {
        display: none;
    }
    .fade-bg {
        top: 720px;
    }
    .model-slider h4 {
        margin-right: 36%;
    }
    .about-watch-img {
        display: none;
    }
    li.about-feature p {
        max-width: 100%;
    }
    .slick-dots {
        bottom: -45px;
    }
}

@media(max-width: 500px) {
    .bg-card {
        margin: 0 auto;
    }
    .about-feature .service-icon-bg {
        float: none;
        margin-bottom: 30px;
        margin-left: 0;
    }
    li.about-feature h4 {
        display: block;
    }
    .model-slider .slick-prev {
        left: 13%;
    }
    .model-slider .slick-next {
        left: 33%;
    }
}

@media(max-width: 375px) {
    .fade-bg {
        top: 789px;
    }
    .fade-bg .slick-slide img {
        top: 68px;
    }
}