/* iVer */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Promo Section
    5.0 Feature Section
    6.0 How It Works Section
    7.0 Content Section
    8.0 Product Section
    9.0 Pricing Section
    10.0 Testimonial Section
    11.0 Faq Section
    12.0 Sponsor Section
    13.0 Call To Action Section
    14.0 Widget Section
    15.0 Footer Section
    16.0 Scrool To Top
    
    ==========================================================================
    iVer Product Landing Page Version 0.1
    ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #283243;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #000000;
    letter-spacing: 0;
}

.h1x {
    font-size: 42px!important;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #000000;
    letter-spacing: 0;
}

h2 {
    font-size: 26px;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.04em;
}


.h2x {
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
}


h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #000000;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 17px;
    margin-bottom: 15px;
}

.px {
    font-size: 13px;
    margin-bottom: 1px;
    letter-spacing: 0px;
    line-height: 1.5;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.pd-15 {
    padding: 15px;
}

.padding24 {
    padding: 24px 0;
}


.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #fafafa;
}

.bg-dark {
    background-color: #232323;
}

.bd-top {
    border-top: 1px solid #eaeaea;
}

.bd-bottom {
    border-bottom: 1px solid #eaeaea;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

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

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

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

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #272c30;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ed1d24;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* Button Style */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.btn-group-left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #ed1d24;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0px;
    padding: 10px 35px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}

.default-btn:hover {
    background-color: #283243;
    color: #fff;
}




.default-btn2 {
    background-color: #ed1d24;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    border-radius: 0px;
    padding: 10px 35px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
}

.default-btn2:hover {
    background-color: #283243;
    color: #fff;
}

/*Section Heading*/
.section-heading h2 {
    font-size: 62px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 99;
    position: sticky;
    left: 0;
    top: 0;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.site-logo {
    width: 120px;
}

/* Nav Menu */
#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {
    display: inline-block;
}

ul.nav > li {
    display: inline-block;
}

ul.nav > li > a {
    color: #000000;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 70px;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
    background: none;
    color: #ed1d24;
    opacity: 1;
}

.mainmenu .default-btn {
    padding: 10px 30px;
    display: inline-block;
    margin-left: 20px;
}

.mainmenu .default-btn2 {
    padding: 0px 19px;
    display: inline-block;
}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap {
    position: relative;
}

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_nav {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.slicknav_btn {
    background-color: transparent;
    margin: 8px 5px 21px;
    z-index: 2;
}

.navbar-fixed-top .slicknav_btn {
    margin-bottom: 17px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #555555;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 12px;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #000000;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    background-color: #fff;
    position: relative;
    height: 580px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hero-content h1,
.hero-content p {
    margin-bottom: 20px;
}

.hero-cam {
    animation-name: cam-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: cam-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/*Cam Animation*/
@-webkit-keyframes cam-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

@keyframes cam-animation {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo-section {}

.promo-wrap {}

.promo-content {
    padding: 30px 15px;
    border: 1px dashed #c1c1c1;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    background: #ffffff;
    box-shadow: 0 0 13px #00000026;
    border-radius: 8px;
}

.promo-content:hover {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.promo-content i {
    font-size: 40px;
    color: #ed1d24;
    margin-bottom: 15px;
}

.promo-content h3 {
    margin-bottom: 5px;
}

.promo-content p {
    margin-bottom: 0;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section {
    position: relative;
    z-index: 1;
}

.feature-section .section-heading {
    margin-bottom: 80px;
}

.feature-wrap {}

.feature-content {}

.feature-content li {
    position: relative;
    margin-bottom: 25px;
}

.feature-content li:last-child {
    margin-bottom: 0;
}

.feature-content li:before {
    background-color: #ed1d24;
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 14px;
    right: -20px;
    z-index: 1;
}

.feature-content li:after {
    background-color: #999;
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    top: 19px;
    right: -110px;
}

.feature-right.feature-content li:before {
    right: auto;
    left: -20px;
}

.feature-right.feature-content li:after {
    right: auto;
    left: -110px;
}

.feature-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-left .center {
    margin-right: 50px;
}

.feature-right .center {
    margin-left: 50px;
}

/*Feature Camera*/
.feature-cam {
    background-image: url(../img/feature-cam.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 500px;
    height: 500px;
    left: calc(50% - 233px);
    top: calc(55% - 217px);
    display: block;
    animation-name: feature-cam-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: feature-cam-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: -1;
}

/*Feature Cam Animation*/
@-webkit-keyframes feature-cam-animation {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

@keyframes feature-cam-animation {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-wrap {
    display: flex;
    align-items: center;
}

.content-wrap2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.content-details h2 {
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-details p {
    margin-bottom: 30px;
}

/* ==========================================================================
   How ItWorks Section
   ========================================================================== */
.how-it-works-section {
    background-image: url(../img/how-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.how-it-works-section:before {
    background-color: rgb(from #283243 r g b / 0.8);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.how-content {
    position: relative;
}

.arrow {
    position: absolute;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    content: "";
    width: 236px;
    height: 40px;
    left: 250px;
    top: 10px;
    opacity: 0.5;
}

.how-content i {
    color: #ed1d24;
    font-size: 50px;
    margin-bottom: 15px;
}

.how-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.how-content p {
    color: #ddd;
    margin-bottom: 0;
}

/* ==========================================================================
   Product Section
   ========================================================================== */
.product-item {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.product-item:hover .product-thumb img {
    transform: scale(1.1);
}

.product-thumb {
    display: block;
    overflow: hidden;
}

.product-thumb img {
    width: 100%;
}

.cart {
    position: absolute;
    width: 100%;
    height: auto;
    left: calc(25% - 0px);
    bottom: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out;
}

.product-item:hover .cart {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}

.cart .cart-btn {
    background-color: #ed1d24;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    padding: 5px 30px;
    border-radius: 0px;
    display: inline-block;
}

.cart .cart-btn:hover {
    background-color: #283243;
    color: #fff
}

.product-content {
    padding: 20px 10px;
    border-top: 1px solid #eaeaea;
    display: block;
}

.product-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #ed1d24;
    text-transform: capitalize;
}

.product-content h3 a {
    color: #000000;
}

.product-content h3 a:hover {
    color: #ed1d24;
    opacity: 0.8;
}

.product-content p {
    margin-bottom: 5px;
    font-size: 14px;
}

.product-content .price {
    font-size: 16px;
    color: #ff4c4c;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.product-content .stock {
    font-weight: 600;
    color: #34bf49;
}

.rattings {
    display: inline-block;
}

.rattings li {
    display: inline-block;
    color: #fab702;
    font-size: 12px;
}

/*Prev Next Style*/
.owl-nav div {
    font-size: 25px;
    color: #555555;
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    opacity: 0.5;
    top: calc(50% - 15px);
    transition: opacity 0.3s ease-in-out;
}

.owl-nav div.owl-next {
    left: auto;
    right: -40px;
}

.owl-nav div:hover {
    color: #ed1d24;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-box {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.pricing-box:hover {
    opacity: 1;
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

.pricing-head {
    border-bottom: 1px solid #eaeaea;
    padding: 30px;
}

.pricing-head span {
    font-size: 14px;
    color: #555555;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-left: 10px;
}

.pricing-head h2 {
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.active {
    opacity: 1;
}

.active .pricing-head {
    background-color: #ed1d24;
}

.active .pricing-head h2,
.active .pricing-head span {
    color: #fff;
}

.pricing-mid {
    padding: 20px 30px;
}

.pricing-mid i {
    color: #ed1d24;
    margin-right: 15px;
}

.pricing-mid li {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.pricing-footer {
    padding: 0 30px 25px;
}

/* ==========================================================================
   Testimonial Section
   ========================================================================== */
.testi-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.testi-item p {
    font-size: 18px;
    line-height: 32px;
}

.testi-details {
    display: flex;
    align-items: center;
}

.testi-thumb img {
    max-width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
}

.reviews {
    margin-left: 10px;
}

.reviews h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: 0;
}

.reviews .rattings {
    margin-top: -5px;
    display: block;
}

/* ==========================================================================
   Sponsor Section
   ========================================================================== */
.sponsor-section {
    padding: 40px 0;
}

.sponsor-section .sponsor-item img {
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.faq-wrap p {
    margin-bottom: 0;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-section {
    background-color: #ed1d24;
    padding: 60px 0;
}

.cta-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 42px;
    text-transform: capitalize;
}

.cta-section .default-btn {
    background-color: #fff;
    color: #000000;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */
.widget-content .site-logo {
    width: 150px;
}

.social-share {
    display: inline-block;
    margin-top: 20px;
}

.social-share li {
    display: inline-block;
    margin: 0 5px;
}

.social-share li a {
    background-color: #f2f2f2;
    color: #ed1d24;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.social-share li a:hover {
    background-color: #ddd;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    display: block;
    color: #555555;
    text-align: center;
    padding: 30px 0;
}

.footer-section p {
    text-transform: capitalize;
    font-size: 15px;
    margin: 0;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
    background-color: #ed1d24;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    opacity: 0.8;
    color: #fff;
}
