@font-face {
    font-family: "Inter";
    src:
        url("fonts/static/Inter_18pt-Regular.ttf")
}

@font-face {
    font-family: "Inter bold";
    src:
        url("fonts/static/Inter_18pt-Bold.ttf")
}

* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Inter", serif;
}

body {
    background: linear-gradient(90deg, #fffcf9 0%, #f1f9fc 100%);
    background-attachment: fixed;
}

.blue_gradiet_text {
    background: -webkit-linear-gradient(90.62deg, #00B9EE 0.54%, #17598F 99.47%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

header {
    box-shadow: 0px 2px 14px 0px #00000042;
    position: sticky;
    top: 0;
    z-index: 2;
}

.nav-link {
    color: #121722;
}

.nav-link.active {
    color: #17598F;
    text-decoration: underline;
}

h1 {
    font-size: 64px;
    font-weight: 600;
    font-family: "Inter bold";
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 6px;
    line-height: 1;
}

h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Inter bold";
    line-height: 58.09px;
    color: #121722;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter bold";
    line-height: 24px;
    color: #475467;
}

p, a.link {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #475467;
    text-decoration: none;
}

/* .serction_1 {
    background: linear-gradient(90deg, #fffcf9 0%, #f1f9fc 100%)
} */

.serction_1bg {
    padding: 2vw 0;
}

.section_2 {
    padding: 5% 0;
}

section{
    margin: 5% 0 !important;
}

.serction_3 {
    padding: 5% 0 0;
}

footer {
    box-shadow: 2px 0px 14px 0px #00000021;
    position: relative;
}

.soc_section {
    padding: 5% 0;
}

.footer_menu {
    padding: 3% 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;

}

.terms {
    padding: 3% 0;
    text-align: center;
}

.terms a {
    font-size: 15px;
    color: #121722;
    text-decoration: none;
}

.bg_gradient {
    /* background: linear-gradient(90deg, #fffcf9 0%, #f1f9fc 100%); */
    padding: 6% 0 8%;
    margin: 0 !important;
    padding-bottom: 10px;
}

.bg_gradient p {
    margin-top: 70px;
}

.w_bg_gradient {
    background: linear-gradient(90deg, #f5f7fa, #fff);
    padding: 3% 0;
}

.w_bg_gradient .row {
    height: 16vw;
    align-items: center;
}

.img_abs {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.slider {
    height: 400px;
    overflow: hidden;
    margin: 3% 0;
    position: relative;
    padding: 2px 0;
}


.slick-slide img {
    width: 95% !important;
    margin: auto !important;
    height: 100%
}

.item {
    height: 500px;
    background-size: cover !important;
    background-position: center center !important;
}

.before {
    content: "";
    position: absolute;
    width: 130%;
    height: 20vw;
    border-radius: 50%;
    -webkit-border-radius: 80%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    left: -14%;
    top: -13vw;
    z-index: 5;
}

.after {
    content: "";
    position: absolute;
    width: 130%;
    height: 20vw;
    border-radius: 50%;
    -webkit-border-radius: 80%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    left: -15%;
    bottom: -13vw;
    z-index: 5;
}

.accordion {
    margin-bottom: 100px;
}

.accordion-item {
    border: none !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    background: linear-gradient(90deg, #00B9EE 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #00B9EE 100%);
    padding: 2px;
    margin-bottom: 15px;
}

.accordion-item>div {
    background: #fff;
    border-radius: 2px !important;
}

.accordion-button:not(.collapsed) {
    color: #475467;
    background: none;
    box-shadow: none;
}

.accordion-button {
    padding: 30px !important;
    font-size: 20px;
    font-weight: 600;
    font-family: "Inter bold";
}

.accordion-body {
    color: #475467;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0 30px 30px;
}

.border_gradient, .border_gradient.inner {
    background:
        linear-gradient(90deg, #00B9EE 0%, rgba(255, 255, 255, 0) 50%),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #00B9EE 100%), linear-gradient(0deg, #004087, #004087) !important;
    overflow: hidden;
    padding: 1px;
}

.border_gradient.error {
    background:
        linear-gradient(90deg, #e78824 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #e78824 100%), linear-gradient(0deg, #daa793, #daa793) !important;
}

.border_gradient>input, .border_gradient>div {
    background: #fff;
    background: #fff;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contact_container {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    padding: 2px;
    margin-bottom: 100px;
}

.contact_container>div {
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    padding: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4399999976158142px;
    text-align: center;
}

.contact_container p {
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter bold";
    line-height: 24px;
    letter-spacing: -0.4399999976158142px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.border_gradient.inner {
    padding: 1px;
}

.border_gradient.inner>div {
    padding: 3px;
    color: #D9D9D9;

}

.navbar-toggler:focus {
    box-shadow: none !important
}

button.submit {
    background: linear-gradient(90deg, #00B9EE 0%, #17598F 100%) !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    -o-border-radius: 0% !important;
    width: 100%;
    padding: 12px 0 !important;
}

input::placeholder, textarea::placeholder, input, textarea {
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    letter-spacing: -0.4399999976158142px;
}

.form-control:focus {
    border: none !important;
}

textarea {
    height: 20vw;
}

/* ================================================================================================ */
#log_animation {
    width: 115px;
    position: relative;
    margin: 3% auto;
    text-align: left;
    height: 45px;
}

#log_animation img {
    position: absolute;
}

#logo2 {
    top: 1px;
    left: 50px;
}

#logo3 {
    left: 59px;
    top: 29px;
}

.top_animation {
    position: relative;
    height: 36vw;
}

.top_animation img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#bg {
    width: 80%;
}

#top {
    z-index: 1;
    width: 80%;
}

#smart_watch {
    position: relative;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0px 9px 18px #0000005c;
    width: 77%; 
    text-align: center;
    padding: 30px;
    margin-bottom: 100px;
}

.add_to_card, .to_checkout {
    border-radius: 50px;
    border-radius: 50px;
    width: 229px;
    height: 44px;
    padding-top: 8px;
    top: 536px;
    right: 137px;
    border: 1px solid #00B9EE;
    color: #004087
        /* background:
        linear-gradient(90deg, #00B9EE, #004087) !important; */
}

.to_checkout {
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
}

.count {
    display: flex;
    background: #e656255c;
    align-items: center;
    color: #e65625;
    margin-right: 14px;
    justify-content: space-around;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.text-left {
    text-align: left;
}

.btn-outline-warning {
    border: 1px solid #e78824;
    color: #e78824;
}

.count1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-content: space-around;
    border: 1px solid #cccbcb;
    width: 80px;
    padding-bottom: 3px;
}

.anim1 {
    right: -105px;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    position: absolute;
    top: 65px;
    width: 335px;
    display: none;
    padding: 17px;
}

.anim2 {
    right: -105px;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    top:60px;
    padding: 17px;
    width: 330px;
    display: none;
}

.anim3 {
    left: -60px;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    top: -5px;
    padding: 17px;
    width: 290px;
    display: none;
}

.anim4 {
    right: -140px;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    top: 72px;
    padding: 17px;
    width: 290px;
    background: #fff;
    display: none;
}

.anim5 {
    left: -44px;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    top: 160px;
    padding: 17px;
    width: 225px;
    display: none;
}

.anim6 {
    right: 0;
    box-shadow: 0px 9px 18px #0000005c;
    position: absolute;
    top: 41px;
    width: 77%;
    padding: 17px;
    display: none;
    left: 0;
    margin: auto;
}

.anim_btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 229px;
    height: 44px;
    padding-top: 8px;
    top: 536px;
    right: 137px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #00B9EE;
    color: #004087
}

.anim_btn_active {
    background: linear-gradient(90deg, #00B9EE 0%, #17598F 100%) !important;
    color: #fff;
    /* box-shadow: 1px 1px 18px #17598f87; */
}
.blue_gradiet_text.anim_btn_active{
    background: -webkit-linear-gradient(
90.62deg
, #00B9EE 0.54%, #17598F 99.47%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #fff !important;
}
.payment_methods img {
    width: 80px;
}

/* =========================================================================== */