@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    background-color: #F4F4F4;
    font-family: Poppins;
}

:root {
    --item1-transform: translateX(-100%) translateY(-5%) scale(1.5);
    --item1-filter: blur(30px);
    --item1-zIndex: 11;
    --item1-opacity: 0;
    --item2-transform: translateX(0);
    --item2-filter: blur(0px);
    --item2-zIndex: 10;
    --item2-opacity: 1;
    --item3-transform: translate(50%,10%) scale(0.8);
    --item3-filter: blur(10px);
    --item3-zIndex: 9;
    --item3-opacity: 1;
    --item4-transform: translate(90%,20%) scale(0.5);
    --item4-filter: blur(30px);
    --item4-zIndex: 8;
    --item4-opacity: 1;
    --item5-transform: translate(120%,30%) scale(0.3);
    --item5-filter: blur(40px);
    --item5-zIndex: 7;
    --item5-opacity: 0;
}

h1 {
    font-weight: 400;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
}

h5 {
    font-weight: 400;
}

h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.btn-darkblue{background:rgba(28, 46, 82, .9);color:#fafafa;}
.btn-check:focus+.btn, .btn:focus{outline:0;box-shadow:none;}.btn:hover{color:#eaeaea;}
select option{text-align:left;}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 1999
}

header {
    width: 1320px;
    max-width: 90%;
    /*display: flex;
    justify-content: space-between;*/
    margin: auto;
    /*height: 50px;*/
    align-items: center;
}

    header .logo {
        font-weight: bold;
    }

    header nav a {
        text-decoration: none;
        color: #555;
        font-weight: 500;
    }

/* carousel */
.carousel {
    position: relative;
    height: 800px;
    overflow: hidden;
    margin-top:-100px;
}

    .carousel .list {
        position: absolute;
        width: 1140px;
        max-width: 90%;
        height: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

        .carousel .list .item {
            position: absolute;
            left: 0%;
            width: 70%;
            height: 100%;
            font-size: 15px;
            transition: left 0.5s, opacity 0.5s, width 0.5s;
        }

            .carousel .list .item:nth-child(n + 6) {
                opacity: 0;
            }

            .carousel .list .item:nth-child(2) {
                z-index: 10;
                transform: translateX(0);
            }

            .carousel .list .item img {
                width: 50%;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: right 1.5s;
            }

            .carousel .list .item .introduce {
                opacity: 0;
                pointer-events: none;
            }

            .carousel .list .item:nth-child(2) .introduce {
                opacity: 1;
                pointer-events: auto;
                width: 400px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                transition: opacity 0.5s;
            }

            .carousel .list .item .introduce .title {
                font-size: 2em;
                font-weight: 500;
                line-height: 1em;
            }

            .carousel .list .item .introduce .topic {
                font-size: 4em;
                font-weight: 600;
                color: #060315;
            }

            .carousel .list .item .introduce .des {
                font-size: small;
                color: #5559;
            }

            .carousel .list .item .introduce .seeMore {
                font-family: Poppins;
                margin-top: 1.2em;
                padding: 5px 0;
                border: none;
                border-bottom: 1px solid #555;
                background-color: transparent;
                font-weight: bold;
                letter-spacing: 3px;
                transition: background 0.5s;
            }

                .carousel .list .item .introduce .seeMore:hover {
                    background: #eee;
                }

            .carousel .list .item:nth-child(1) {
                transform: var(--item1-transform);
                filter: var(--item1-filter);
                z-index: var(--item1-zIndex);
                opacity: var(--item1-opacity);
                pointer-events: none;
            }

            .carousel .list .item:nth-child(3) {
                transform: var(--item3-transform);
                filter: var(--item3-filter);
                z-index: var(--item3-zIndex);
            }

            .carousel .list .item:nth-child(4) {
                transform: var(--item4-transform);
                filter: var(--item4-filter);
                z-index: var(--item4-zIndex);
            }

            .carousel .list .item:nth-child(5) {
                transform: var(--item5-transform);
                filter: var(--item5-filter);
                opacity: var(--item5-opacity);
                pointer-events: none;
            }
            /* animation text in item2 */
            .carousel .list .item:nth-child(2) .introduce .title,
            .carousel .list .item:nth-child(2) .introduce .topic,
            .carousel .list .item:nth-child(2) .introduce .des,
            .carousel .list .item:nth-child(2) .introduce .seeMore {
                opacity: 0;
                animation: showContent 0.5s 1s ease-in-out 1 forwards;
            }

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
    margin-right: 10px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #444;
    }

    .navbar-light .navbar-nav .nav-link:focus {
        color: #dc422a;
    }
/*mega menu*/
.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        /*overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;*/
        overflow: hidden;
        background: rgba(250,250,250,0.92);
        text-align: left;
        position: absolute;
        width: 100%;
        top: 80px;
    }
}
/* ============ mobile view .end// ============ */
/*mega menu*/
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: 100px;
    transition: .5s;
}

#back {
    display: none;
}

.carousel.showDetail #back {
    display: inline-block; /* ya da block, ihtiyacına göre */
}

/*home-about*/
.home .row b {
    color: #fff082;
}
.home-about {
    background: url(/images/map-dot.png);
    padding: 165px 0 165px;
}

    .home-about p {
        line-height: 2;
        color: #161616;
        margin-top: 34px
    }

    .home-about .mini-title {
        margin: 50px 0 30px
    }

    .home-about .mini-title {
        font-size: 16px;
        margin: 15px 0 40px;
        font-weight: 600
    }

    .home-about .title {
        font-weight: 600;
        font-size: 40px;
        line-height: 1.225;
        letter-spacing: -.8px;
        padding-bottom: 20px;
        position: relative;
    }

        .home-about .title em {
            display: block;
            font-size: 31px;
            font-weight: 400;
            font-style: normal;
        }

        .home-about .title::before {
            bottom: 0;
            left: 0;
        }

        .home-about .title:before, .home-about .title:after {
            content: "";
            position: absolute;
            width: 295px;
            background: #fff082;
            height: 1px;
        }

        .home-about .title::after {
            bottom: -4px;
            left: 0;
        }

        .home-about .title:before {
            content: "";
            position: absolute;
            width: 195px;
            background: #5a5a5a;
            height: 1px;
        }

        .home-about .title:after {
            content: "";
            position: absolute;
            width: 295px;
            background: #dc422a;
            ;
            height: 1px;
        }

html[dir=rtl] .home-about .mini-title {
    text-align: right
}

.about-box-wrapper {
    display: flex;
    flex-flow: wrap
}

.about-box {
    position: relative;
    overflow: hidden
}

    .about-box.active .box-content {
        left: -250px
    }

.box-content {
    position: absolute;
    background: #f4f4f4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #060315;
    ;
    font-size: 22px;
    border: 1px solid #ebebeb;
    transition: .3s ease-in all
}

    .box-content img {
        height: 50px;
        object-fit: cover;
        margin-bottom: 20px
    }

    .box-content span {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700
    }

/*home-about-end*/

/*home*/

.home {
    position: relative;
}

    .home::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 102px;
        top: -51px;
        left: 0;
        background: url(../images/serumdepo.png) no-repeat center;
        z-index: 999;
    }


.fw-medium {
    font-weight: 500 !important;
}

.bg-trans {
    background: rgba(0, 0, 0, 0.5);
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.arrw::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.parallax {
    background: url(../images/bg-midle-1.jpg);
    background-size: cover;
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-1 {
    border: 0.5px solid #e7e7e7;
    position: relative;
    height: 374px;
    display: block;
    text-decoration: none;
}

    .title-1:hover {
        background-color: #00CDFF;
        transition: all .5s;
        opacity: 0.8;
    }




#grad1 {
    background-color: white;
    background-image: linear-gradient(#0b827d, #0b827d, white, white);
}

.arrw::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\276F";
    padding-right: 5px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/*home end*/

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .2s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .2s;
        opacity: 1;
    }
}

@keyframes showContent {
    from {
        transform: translateY(-30px);
        filter: blur(10px);
    }

    to {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0px);
    }
}

.carousel .list .item:nth-child(2) .introduce .topic {
    animation-delay: 1.2s;
}

.carousel .list .item:nth-child(2) .introduce .des {
    animation-delay: 1.4s;
}

.carousel .list .item:nth-child(2) .introduce .seeMore {
    animation-delay: 1.6s;
}
/* next click */
.carousel.next .item:nth-child(1) {
    animation: transformFromPosition2 0.5s ease-in-out 1 forwards;
}

@keyframes transformFromPosition2 {
    from {
        transform: var(--item2-transform);
        filter: var(--item2-filter);
        opacity: var(--item2-opacity);
    }
}

.carousel.next .item:nth-child(2) {
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}

@keyframes transformFromPosition3 {
    from {
        transform: var(--item3-transform);
        filter: var(--item3-filter);
        opacity: var(--item3-opacity);
    }
}

.carousel.next .item:nth-child(3) {
    animation: transformFromPosition4 0.9s ease-in-out 1 forwards;
}

@keyframes transformFromPosition4 {
    from {
        transform: var(--item4-transform);
        filter: var(--item4-filter);
        opacity: var(--item4-opacity);
    }
}

.carousel.next .item:nth-child(4) {
    animation: transformFromPosition5 1.1s ease-in-out 1 forwards;
}

@keyframes transformFromPosition5 {
    from {
        transform: var(--item5-transform);
        filter: var(--item5-filter);
        opacity: var(--item5-opacity);
    }
}
/* previous */
.carousel.prev .list .item:nth-child(5) {
    animation: transformFromPosition4 0.5s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(4) {
    animation: transformFromPosition3 0.7s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(3) {
    animation: transformFromPosition2 0.9s ease-in-out 1 forwards;
}

.carousel.prev .list .item:nth-child(2) {
    animation: transformFromPosition1 1.1s ease-in-out 1 forwards;
}

@keyframes transformFromPosition1 {
    from {
        transform: var(--item1-transform);
        filter: var(--item1-filter);
        opacity: var(--item1-opacity);
    }
}

/* detail  */
.terms-conditions {
   
     
}
.terms-title{
   background-color: rgba(28, 46, 82, .9);
     
}
.terms-title a{
    color: #fafafa;
     
}
.terms-title .active{
    color: #eaeaea;
     
}
.breadcrumb{margin-bottom:0px;}
.carousel .list .item .detail {
    opacity: 0;
    pointer-events: none;
}
/* showDetail */
.carousel.showDetail .list .item:nth-child(3),
.carousel.showDetail .list .item:nth-child(4) {
    left: 100%;
    opacity: 0;
    pointer-events: none;
}

.carousel.showDetail .list .item:nth-child(2) {
    width: 100%;
}

    .carousel.showDetail .list .item:nth-child(2) .introduce {
        opacity: 0;
        pointer-events: none;
    }

    .carousel.showDetail .list .item:nth-child(2) img {
        right: 50%;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail {
        opacity: 1;
        width: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        pointer-events: auto;
    }

        .carousel.showDetail .list .item:nth-child(2) .detail .title {
            font-size: 4em;
        }

        .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
            /*display: flex;
    gap: 10px;*/
            width: 100%;
            border-top: 1px solid #5553;
            margin-top: 20px;
            padding: 15px 0;
        }

            .carousel.showDetail .list .item:nth-child(2) .detail .specifications div {
                width: 90px;
                text-align: center;
                flex-shrink: 0;
            }

                .carousel.showDetail .list .item:nth-child(2) .detail .specifications div p:nth-child(1) {
                    font-weight: bold;
                }

.carousel.carousel.showDetail .list .item:nth-child(2) .checkout button {
    font-family: Poppins;
    background-color: transparent;
    border: 1px solid #5555;
    margin-left: 5px;
    padding: 5px 10px;
    letter-spacing: 2px;
    font-weight: 500;
}

    .carousel.carousel.showDetail .list .item:nth-child(2) .checkout button:nth-child(2) {
        background-color: #693EFF;
        color: #eee;
    }

.carousel.showDetail .list .item:nth-child(2) .detail .title,
.carousel.showDetail .list .item:nth-child(2) .detail .des,
.carousel.showDetail .list .item:nth-child(2) .detail .specifications,
.carousel.showDetail .list .item:nth-child(2) .detail .checkout {
    opacity: 0;
    animation: showContent 0.5s 1s ease-in-out 1 forwards;
}

.carousel.showDetail .list .item:nth-child(2) .detail .des {
    animation-delay: 1.2s;
}

.carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    animation-delay: 1.4s;
}

.carousel.showDetail .list .item:nth-child(2) .detail .checkout {
    animation-delay: 1.6s;
}

.arrows {
    position: absolute;
    bottom: 10px;
    width: 1140px;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}

#prev,
#next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    border: 1px solid #5555;
    font-size: large;
    bottom: 20%;
    left: 10%;
}

#next {
    left: unset;
    right: 10%;
}

#back {
    position: absolute;
    z-index: 100;
    bottom: 0%;
    left: 10%;
    transform: translateX(-50%);
    border: none;
    border-bottom: 1px solid #555;
    font-family: Poppins;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: transparent;
    padding: 10px;
    /* opacity: 0; */
    transition: opacity 0.5s;
}

.carousel.showDetail #back {
    opacity: 1;
}

.carousel.showDetail #prev,
.carousel.showDetail #next {
    opacity: 0;
    pointer-events: none;
}

.carousel::before {
    width: 500px;
    height: 300px;
    content: '';
    background-image: linear-gradient(70deg, #DC422A, blue);
    position: absolute;
    z-index: -1;
    border-radius: 20% 30% 80% 10%;
    filter: blur(150px);
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%);
    transition: 1s;
}

.carousel.showDetail::before {
    transform: translate(-100%, -50%) rotate(90deg);
    filter: blur(130px);
}

/*product carousel*/
#carousel-bounding-box .carousel{height:auto; margin-top:auto;}
@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
     
}

.carousel-control.right {
    right: 0;
    left: auto;
     
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    /*background-color: #000\9;
    background-color: rgba(0,0,0,0);*/
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}


/*-- Pricing --*/

.section-pricing {
        background:#e2e2e2;
	padding-top: 95px;
}

.section-pricing h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 56px;
	margin-bottom: 30px;
	color: #07203e;
}

.section-pricing .lead {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 60px;
	color: #fff;
}
/*
.pricing-features {}
*/
.pricing-wrapper .pricing-body {
	padding: 17px 34px 30px;
}

.pricing-body .pricing-features {
	min-height: 190px;
}

.pricing-body .pricing-features li {
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 27px;
	padding: 0px;
	font-weight: 300;
}

.pricing-wrapper .pricing-body .select {
	margin-top: 15px;
	font-size: 16px !important;
	font-weight: 500 !important;
	background-color: #dc422a;
	border-radius: 3px;
	line-height: 45px;
	padding: 0 15px;
	color: #fff;
	text-align: center;
}

.pricing-wrapper .pricing-body .select:hover {
	color: #fff;
	background-color: #007dea;
	border-color: #0077e0;
}

.plan_price {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}

.plan_price .small {
	font-weight: 300;
	font-size: 14px;
}

.popular {
	position: absolute;
	height: 28px;
	background-color: green;
	top: -28px;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 28px;
	color: #fff;
}

.pricing-f h2 {
	font-size: 26px;
	font-weight: 400;
	margin-top: 70px;
	margin-bottom: 65px;
	color: #fff;
}

.feature {
	margin-bottom: 110px;
}

.feature_icon {
	height: 75px;
}

.feature h3 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 22px;
	color: #fff;
}

.feature p {
	color: #90a7c2 !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 27px;
}

/*-- Product Page --*/

.product-page {
	padding-bottom: 0px;
}

.product-page-main {
	background: #f4f9fd;
}

.prod-page-title {
	padding: 20px 0px;
}

.prod-page-title h2 {
	font-size: 25px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 12px;
}

.prod-page-title p {
	margin: 0px;
	font-size: 13px;
	color: #ababab;
}

.prod-page-title p span {
	color: #3ba2ff;
}

.prod-page {
	margin-left: 0px;
}

.prod-page a {
	background: #ffffff;
	color: #333333;
	-webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	clear: both;
	text-align: center;
}

.md-prod-page {
	-webkit-box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.1);
}

.md-prod-page-in {
	padding: 11px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
/*gallery*/

.hide-bullets {
	list-style: none;
	margin-left: -40px;
	margin-top: 20px;
}

.thumbnail {
	padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
#slider-thumbs {
	height: 565px;
	overflow-y: scroll;
	white-space: nowrap;
}

@media screen and (max-width: 991px) {
    /* ipad, tablets */
    .carousel .list .item {
        width: 90%;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
        overflow: auto;
    }

    .carousel.showDetail .list .item:nth-child(2) .detail .title {
        font-size: 2em;
    }
}

@media screen and (max-width: 767px) {
    /* mobile */
    .carousel {
        height: 600px;
    }

        .carousel .list .item {
            width: 100%;
            font-size: 10px;
        }

        .carousel .list {
            height: 100%;
        }

            .carousel .list .item:nth-child(2) .introduce {
                width: 50%;
            }

            .carousel .list .item img {
                width: 40%;
            }

        .carousel.showDetail .list .item:nth-child(2) .detail {
            backdrop-filter: blur(10px);
            font-size: small;
        }

            .carousel .list .item:nth-child(2) .introduce .des,
            .carousel.showDetail .list .item:nth-child(2) .detail .des {
                height: 100px;
                overflow: auto;
            }

            .carousel.showDetail .list .item:nth-child(2) .detail .checkout {
                display: flex;
                width: max-content;
                float: right;
            }
         .row{margin-left:0px;margin-right:0px;}
         .pa-sm-0{padding-left:0;padding-right:0;}
          h6 {
               font-size:12px;
               font-weight:400;
            }
          .about-box{width:50%;}
}

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity 400ms ease;
    }

        .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
            max-height: 0;
        }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}










.our-portfolio .portfolio-left-dec img {
    width: 342px;
    height: 311px;
    left: 45px;
    top: 120px;
    position: absolute;
    z-index: 1;
}

.our-portfolio {
    padding-top: 20px;
    margin-top: 0px;
    position: relative;
}

    .our-portfolio .section-heading {
        text-align: center;
        margin-bottom: 60px;
    }

        .our-portfolio .section-heading h2 {
            text-align: center;
            margin: 0px 60px 0px 60px;
            margin-bottom: -5px;
            position: relative;
            z-index: 1;
        }
.section-heading em {
    color: #dc422a;
}
.our-portfolio {
    margin: 0px 15px;
}

    .our-portfolio .item .thumb {
        position: relative;
    }

        .our-portfolio .item .thumb .timg {
            overflow: hidden;
            max-height: 425px;
            max-width: 425px;
            height: 100%;
            border-radius: 20px;
            position: relative;
        }

            .our-portfolio .item .thumb .timg img {
                height: 525px;
                width: auto;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

        .our-portfolio .item .thumb:hover .hover-effect {
            bottom: 0px;
        }

        .our-portfolio .item .thumb:hover img {
            opacity: 0.7;
        }

    .our-portfolio .item .hover-effect {
        position: absolute;
        background-image: url(../images/hover-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        transition: all .5s;
        opacity: 0.8;
        bottom: 30px;
        right: 30px;
        width: 239px;
        height: 120px;
    }

        .our-portfolio .item .hover-effect .inner-content {
            position: absolute;
            right: 30px;
            bottom: 30px;
            text-align: right;
            opacity: 1;
        }

            .our-portfolio .item .hover-effect .inner-content h5 {
                font-size: 18px;
                font-weight: 700;
                color: #fff!important;
                margin-bottom: 15px;
            }

            .our-portfolio .item .hover-effect .inner-content span {
                font-size: 15px;
                color: #fff;
            }

    .our-portfolio .item .thumb img {
        border-radius: 20px;
        transition: all .3s;
    }

.owl-portfolio .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
}

    .owl-portfolio .owl-nav .owl-prev {
        position: absolute;
        left: 25px;
    }

    .owl-portfolio .owl-nav .owl-next {
        position: absolute;
        right: 30px;
    }

    .owl-portfolio .owl-nav .owl-prev span {
        color: transparent;
    }

        .owl-portfolio .owl-nav .owl-prev span:hover::after {
            opacity: 1;
        }

        .owl-portfolio .owl-nav .owl-prev span:after {
            width: 46px;
            height: 46px;
            background-color: #f77e3f;
            display: inline-block;
            text-align: center;
            line-height: 46px;
            border-radius: 50%;
            color: #fff;
            content: '\f0a8';
            font-size: 22px;
            font-family: 'FontAwesome';
            transition: all .5s;
            opacity: 0.5;
        }

    .owl-portfolio .owl-nav .owl-next span {
        color: transparent;
    }

        .owl-portfolio .owl-nav .owl-next span:hover::after {
            opacity: 1;
        }

        .owl-portfolio .owl-nav .owl-next span:after {
            width: 46px;
            height: 46px;
            background-color: #f77e3f;
            display: inline-block;
            text-align: center;
            line-height: 46px;
            border-radius: 50%;
            color: #fff;
            content: '\f0a9';
            font-size: 22px;
            font-family: 'FontAwesome';
            transition: all .5s;
            opacity: 0.5;
        }

.owl-portfolio .owl-dots {
    text-align: center;
    margin-top: 40px;
}

    .owl-portfolio .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        background-color: #f77e3f;
        border-radius: 50%;
        opacity: 0.3;
        margin: 0px 5px;
    }

    .owl-portfolio .owl-dots .active {
        opacity: 1;
        width: 10px;
        height: 10px;
    }
.owl-portfolio a{position:absolute; top:0;left:0;right:0;bottom:0;}


/*footer*/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

    .footer .btn.btn-social:hover {
        color: #dc422a;
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary);
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: var(--light);
    }

        .footer .copyright a:hover {
            color: var(--primary);
        }
