﻿.about .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.content {
    padding-top: 1.1rem;
}

.about .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--second-color) 50%, rgba(148, 192, 69, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 32%;
    left: 34%;
    overflow: hidden;
}

.com-desc-sort {
    padding-top: 1rem !important;
    border: 1px solid #d3d0d0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    margin: auto;
}

.products-card .item {
    color: #747d89;
    min-height: 325px;
    text-align: center;
    overflow: hidden;
}

.products-card .thumb-wrapper {
    padding: 15px 15px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
}

.ps-6 {
    padding-left: 4rem !important;
}

.products-card .item h4 {
    font-size: 18px;
}

.products-card .item h4, .products-card .item p, .products-card .item ul {
    margin-bottom: 5px;
}

.best-form {
    border: 1px solid grey;
    width: 100%;
    height: 40px;
}

.products-card .thumb-content .btn, .moreBtn {
    color: #ffffff;
    background-color: var(--second-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 21px;
    border: 1px solid var(--second-color);
    border-radius: 3px;
}

.moreInfo {
    color: var(--second-color) !important;
}

    .moreInfo:hover {
        background-color: var(--second-color) !important;
        color: #ffffff !important;
    }

.products-card .thumb-wrapper .img-box {
    height: 240px;
}

.products-card img {
    max-height: 235px;
    max-width: 235px;
    margin: auto;
}

.products-card .thumb-content .btn:hover, .products-card .thumb-content .btn:focus, .moreBtn:hover {
    color: var(--second-color);
    border: 1px solid var(--second-color);
    background: white;
    box-shadow: none;
}

.products-card .thumb-content .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.products-card .products-card-control {
    height: 44px;
    width: 40px;
    background: var(--second-color);
    margin: auto 0;
    border-radius: 4px;
    opacity: 0.8;
}

    .products-card .products-card-control i {
        font-size: 36px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin: -19px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: #fff;
        text-shadow: none;
        font-weight: bold;
    }

.products-card .item-price {
    font-size: 13px;
    padding: 2px 0;
}

    .products-card .item-price strike {
        opacity: 0.7;
        margin-right: 5px;
    }

.products-card .products-card-control.left i {
    margin-left: -2px;
}

.products-card .products-card-control.right i {
    margin-right: -4px;
}

.products-card .products-card-indicators {
    bottom: -50px;
}

.products-card-indicators li, .products-card-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border: none;
}

.products-card-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

    .products-card-indicators li.active {
        background: rgba(0, 0, 0, 0.6);
    }

.products-card .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #abb0b8;
}

    .products-card .wish-icon .fa-heart {
        color: #ff6161;
    }

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

.breadcrumbs .breadcrumb-hero {
    text-align: left;
    padding: 7px 0px 7px 0px;
    color: #fff;
}

.vdContainer {
    height: 100%;
}
/* about page */
.social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--second-color);
    color: #fff;
    line-height: 1.3;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
/*  */
/* service page */
.ahata-service-prod .main-image img {
    width: 100% !important;
    height: 425px;
    border-radius: 5px;
}

.ahata-service-prod .thumbnail img {
    width: 60px;
    height: 60px;
}

.ahata-service-prod .owl-stage {
    display: flex;
}

.ahata-service-prod .owl-nav {
    display: none;
}

.ahata-service-prod .thumbnail-container img {
    margin: 10px auto;
}

figure.zoom {
    background-position: 100% 100%;
    position: relative;
    width: calc(100% + 15px);
    height: 100%;
    width: 100%;
    cursor: zoom-in;
    border-radius: 5px;
}

    figure.zoom img:hover {
        opacity: 0;
    }

    figure.zoom img {
        transition: opacity .5s;
        display: block;
        width: 100%;
    }
/*  */
/* check on old code  */
.image_related img {
    height: 60px;
    width: 60px;
    margin: auto;
    display: flex;
}

.image_selected img {
    max-height: 400px;
    width: 100%;
    border-radius: .25rem !important;
}

.owl-stage {
    display: flex;
}

.owl-nav {
    display: none;
}

figure {
    border-radius: .25rem !important;
}

.price-color {
    color: #c80000;
}

.table > :not(caption) > * > * {
    padding: .3rem .3rem;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #ebe8e8;
}

    tr td:nth-child(2) {
        border-left: 1px solid #ebe8e8;
    }

.form-sticky {
    position: sticky;
    top: 80px;
}

.custom-padding {
    padding: 0px 50px;
}

@media(min-width:1530px) {
    .minilap {
        margin: auto;
    }
}

@media(max-width:1530px) {

    .custom-padding {
        padding: 0px 35px;
    }

    .image_related img {
        margin: 0px 30px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .btn {
        padding: .45rem .45rem;
    }
}

@media(min-width:1200px) and (max-width:1375px) {
    .btn {
        padding: .3rem .18rem
    }
}

@media(min-width:768px) and (max-width:992px) {
    .btn-fst-div, .btn-scd-div {
        display: flex;
    }

    .custom-padding {
        padding: 0px 30px;
    }

    .btn {
        padding: .3rem .7rem
    }

    .image_selected img {
        width: 100%;
        height: 425px;
    }

    .image_related img {
        margin: 0px auto;
    }
}

@media(max-width:576px) {
    .req-cback {
        padding: .375rem .55rem !important;
    }

    .btn {
        padding: .375rem 1rem;
        width:100%;
    }

    #btnArea {
        gap: 5px !important;
        flex-direction:column;
        /*display: block !important;*/
    }

}

@media(max-width:373px) {
    #btnArea {
        display: flex !important;
    }
}

@media(max-width: 992px) {
    .bg-form {
        background-color: #eee;
    }
}
/*  */
/* blog page */
.post-slide {
    box-shadow: 0px 14px 22px -9px #bbcbd8;
    width: 49.2%;
}

.sebWeb-blog .post-slide .post-img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

    .sebWeb-blog .post-slide .post-img img {
        transform: scale(1,1);
        transition: transform 0.2s linear;
        width: 100%;
        height: 238px !important;
    }

.post-slide:hover .post-img img {
    transform: scale(1.1,1.1);
}

.testi-sli-svg {
    height: 25px;
    width: 25px;
}

.post-slide .over-layer {
    height: 100% !important;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgb(143 143 143 / 21%) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: var(--second-color);
    box-shadow: 0px 10px 20px -10px var(--second-color);
}

    .post-slide .read-more:hover {
        background: white;
        border: 1px solid var(--second-color);
        color: var(--second-color) !important;
    }

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media(min-width:768px) and (max-width:1024px) {

/*    .products-card {
        padding: 0 25px;
    }*/

    .post-slide {
        width: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .post-slide {
        box-shadow: 0px 14px 22px -9px #bbcbd8;
        width: 100%;
    }
}
/*  */
/* service page */
.widthFrgp {
    width: 32%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .widthFrgp {
        width: 49%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .widthFrgp img {
        width: 50px;
        height: 50px;
    }
    .btn {
        width: 100%;
    }

    .widthFrgp {
        width: 49%;
    }
}


/*  */
/* contact Page */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.contact-address svg {
    height: 40px;
    width: 40px;
    fill: var(--first-color);
    margin-bottom: 8px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background-color: #efe9e973;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 100%;
}

.card-footer {
    font-size: 0.65em;
    color: #446;
}

@media(min-width:1400px) {
    .pcwidth {
        width: 20% !important;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .contact-address .minilap {
        flex-direction: column;
        margin: auto;
    }

    .contact-card {
        padding: 25px 0px;
    }
}
/*  */
.allProduct {
    height: 476px;
    overflow: hidden;
}

.sub-headings {
    font-size: 19px;
    color: #2d3135;
    ;
}

.carousel-item .banner-image {
    transition: 0.25s linear;
}

.carousel-item:hover .banner-image {
    transform: translatey(-1%);
}

@media only screen and (max-width: 650px) {
    .carousel-item .banner-image {
        height: 210px !important;
    }
}

.carousel-control-prev {
    left: 0px;
    margin: 0 -25px;
    display: block;
    height: 0px;
    margin: auto;
    width: 0px;
}

.carousel-control-next {
    right: 45px;
    margin: 0 -25px;
    display: block;
    height: 0px;
    margin: auto;
    width: 0px;
}

.carousel-control-prev-icon-banner {
    background: black;
    width: 45px;
    margin-top: -50px;
    border-radius: 0px 100px 100px 0px;
}

.carousel-control-next-icon {
    background: black;
    width: 45px;
    margin-top: -50px;
    border-radius: 100px 0px 0px 100px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -6px;
}

.af-log-sv {
    width: 21px;
}

.secondColor {
    color: var(--second-color);
}

.firstColor {
    color: var(--first-color);
}

.firstColorBg {
    background-color: var(--first-color);
}

.secondColorBg {
    background-color: var(--second-color);
}

.mt-3-2 {
    margin-bottom: 1.4rem !important;
}

.img-showcase {
    height: 380px;
}

    .img-showcase img {
        min-width: 100%;
        border-radius: .25rem;
        filter: brightness(0.9);
        height: 100%;
    }

.img-select {
    position: relative;
    width: 86%;
    left: 4px;
    margin: auto;
    z-index: 9;
}

.svg-icons-ytstorePT {
    fill: red;
    width: 70px;
    top: 40%;
    position: absolute;
    left: 47%;
}

.bg-grey-light {
    background-color: #efefefe3;
}

.img-select div {
    flex: none;
}

.bread a {
    font-size: 12px;
}

.img-item {
    height: 60px;
    width: 60px;
    box-shadow: rgb(255 255 255) 0px 6px 24px 0px, rgb(115 82 82 / 17%) 0px 0px 0px 1px;
    cursor: pointer;
}

    .img-item:hover {
        opacity: 0.8;
    }

img {
    display: block;
}

@media(min-width:768px) and (max-width:1024px) {
    .img-showcase {
        height: 280px;
    }

    .img-item {
        height: 58px;
        width: 57px;
    }
}


.slider-container ::-webkit-scrollbar {
    display: none;
}

.img-item svg {
    width: 23px;
    padding: 0;
    top: 32%;
    left: 37%;
    fill: red;
    z-index: 9;
}

.img-select {
    scroll-behavior: smooth;
}

.slider-btn {
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.31);
    width: 30px;
    height: 30px;
    z-index: 10;
}

    .slider-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .slider-btn.next {
        right: -6px;
    }

.btn:focus {
    box-shadow: none;
}

.zoom-image {
    transition: transform 0.7s ease;
}

.thumb-wrapper:hover .zoom-image {
    transform: scale(0.9);
}

@media(min-width:1280px) {
    .stickyHead {
        z-index: 9;
        position: sticky;
        top: 63px;
    }
}

.productBtn {
    padding: 6px 30px !important;
}

.icon-set {
    left: 5px;
    fill: #2d3135;
    height: 16px;
    width: 16px;
    top: 12px;
}

.form-control {
    padding: 10px 15px 10px 35px;
}

.popupFormTitle .hideModel {
    display: none;
}

.popupForm .qntHide {
    display: none;
}
.qntHide, #EnquiryModel .productHide, #mdlcatalogueForm .qntHide {
    display: none;
}
#EnquiryModel .qntHide, .productHide {
    display: block;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 77%);
    z-index: 999
}

@media (min-width: 1401px) {
    #require-openModel {
        display: none;
    }
}

@media (min-width: 1300px) {
    #BottomInquiryModel {
        display: block;
        box-shadow: 0 -6px 12px rgba(15,15,15,.15);
        background: #e7eaf5;
        position: sticky;
        bottom: 0;
        z-index: 999
    }
    .bgBottom {
        background: #e7eaf5;
    }

    #openFormButton, .closeButton {
        display: none
    }
}

@media (max-width: 1299px) {
    #require-openModel {
        border: 1px solid #fff;
        width: 100%;
        height: 48px;
        bottom: -1px;
        z-index: 999;
        -webkit-box-shadow: 0 -6px 12px rgba(15,15,15,.15);
        box-shadow: 0 -6px 12px rgba(15,15,15,.15);
        display: block
    }

    #regularForm {
        display: none
    }

    .cate-btm-frm .width-1400 {
        width: 100%
    }

    .requirement-bottom-form {
        height: 100%;
        margin-top: 46px;
    }

    .requirement-bottom-form-modal .modal-content {
        width: 50%
    }

    #BottomInquiryModel {
        position: fixed;
        top: 20%;
        background-color: rgb(221 221 221);
        z-index: 10001 !important;
        width: 50%;
        left: 25%;
        display: none
    }

    .closeButton {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: 0 0;
        border: none;
        font-size: 1.5rem;
        cursor: pointer
    }
}

.bottom-cta-input {
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    border: 1px solid #ede8e8;
    width: 100%;
    height: 40px;
    padding: 0 5px !important;
    color: #52525c;
}

.requirement-bottom-form {
    border: 1px solid #fff;
    width: 100%;
    height: 38px;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0 -6px 12px rgba(15, 15, 15, .15);
    box-shadow: 0 -6px 12px rgba(15, 15, 15, .15);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff;
}

.detailDiv h2 {
    font-size: 1.4rem;
}

.shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

.star {
    font-size: 22px;
    color: #b9b6b6;
    display: inline-block;
    position: relative;
}

#star-rating {
    height: 25px;
}

.star.full {
    color: #fc0;
}

.star.half::before {
    content: "★";
    color: #fc0;
    position: absolute;
    width: 50%;
    overflow: hidden
}
.bgWhite{
    background:white;
}
.accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.accordion-button:focus {
    outline: none;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
.widthFitContent {
    width:fit-content;
}
.atagColor{
    color:#555555 !important;
}

@media(max-width:1600px) {
    .about .play-btn {
        left: 40%;
    }
    }
iframe {
    border: 4px solid #bababa !important;
    padding:0px !important;
    border-radius:5px;
}

.sebWeb-blog, contact-address {
    padding: 0px 35px;
}
@media (max-width: 767px) {
    .post-slide {
        width: 100%;
    }
    .post-slide .post-content {
        padding: 20px 15px 20px 15px;
    }

    .widthFrgp {
        width: 100%;
    }
    #BottomInquiryModel {
        width: 90% !important;
        left: 5% !important;
    }
    .about .play-btn {
        top: 30%;
        left: 40%;
    }

    .image_related img {
        margin: 0px auto;
    }

    .image_selected img {
        width: 100%;
        height: 375px;
    }

    .custom-padding {
        padding: 0px 20px;
    }
    .products-card img {
        max-width: 235px;
    }
        iframe {
        width: 94% !important;
        margin: auto;
    }

    .img-select {
        width: 82%;
    }

    .img-item svg {
        width: 16px;
    }

    .img-item {
        height: 60px;
        width: 60px;
    }

    .img-showcase img {
        min-width: 100%;
    }

    .img-showcase {
        height: 280px !important;
        width: auto;
    }
    .carousel-control-prev-icon-banner {
        width: 8px;
        margin-top: -24px;
    }

    .carousel-control-next-icon {
        width: 9px;
        margin-top: -24px;
    }

    .carousel-control-next {
        right: 9px;
    }

    .carousel-indicators {
        display: none;
    }

    .content {
        padding-top: .5rem;
    }
}
.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    height: auto;
}
.container-form .shadow{
    box-shadow:none !important;
}
.popupFormTitle .shadow {
    box-shadow: none !important;
}
h1:focus-visible{
    outline:0 !important;
}
.bg-lightblue{
    background:lightblue;
}
