* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg_color: #d43f32;
    --bg_color_2: #13bbe8;
    --white: #fff;
    --black: #000;
}

body {
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    transition: ease-in-out .3s;
}

.img {
    overflow: hidden;
}

.img:hover img {
    transform: scale(1.1);
}

@keyframes mymove {
    from {
        width: 0%;
    }

    to {
        width: 100%;
        opacity: 0;
    }
}

p {
    font-size: 15px;
    line-height: 28px;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.my {
    margin: 70px 0;
}

.toggle {
    display: none;
}

.nav_close {
    display: none;
}

nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.toggle .line {
    width: 33px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    transition: ease-in-out .4s;
}

/* .toggle.toggle_active .line:nth-child(1){
    transform: rotate(45deg);
        margin-top: 8px;
}
.toggle.toggle_active .line:nth-child(2){
    display: none;
}
.toggle.toggle_active .line:nth-child(3){
        transform: rotate(-45deg);
            margin-top: -8px;
} */

#myHeader.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: slideDown 1s ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: #000000e3;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.logo img {
    width: 160px;
}

.nav_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_nav .nab_flex {
    display: flex;
}

.navbar_nav ul li {
    position: relative;
    padding: 20px 20px;
}

.navbar_nav ul a {
    color: var(--white);
}

.navbar_nav ul li:hover>.dropdown {
    display: block;
    transition: ease-in-out .5s;
}

.dropdown {
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background-color: #000000db;
    transition: ease-in-out .5s;
    display: none;
}

.navbar_nav ul .dropdown li {
    padding: 10px 20px;
}

.navbar_nav ul .dropdown li:hover {
    background-color: var(--bg_color);
}

.dropdown .dropdown {
    left: 100%;
    top: 0;
}

.dropdown_btn {
    position: absolute;
    right: 0;
    top: 35%;
    color: var(--white);
    cursor: pointer;
}

.show_dropdown {
    display: block;
}

.search_btn {
    background-color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    cursor: pointer;
}

.search {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000e2;
    padding: 6% 10% 0% 9%;
    transition: ease-in-out .5s;
    visibility: hidden;
}

.show {
    top: 0%;
    visibility: visible;
}

.search input {
    width: 96%;
    border: none;
    outline: none;
    padding: 10px 15px;
}

.magnifying {
    background-color: #a8a8a8;
    padding: 10px 15px;
    cursor: pointer;
}

.magnifying:hover {
    background-color: var(--bg_color);
    color: var(--white);
}

.cancal {
    color: var(--white);
    position: absolute;
    right: 3%;
    top: 5%;
    font-size: 30px;
    cursor: pointer;
}

.banner_item img {
    width: 100%;

}

.banner_item.slick-slide.slick-current.slick-active img {
    animation-name: banner_img;
    animation-duration: 3s;
    animation-timing-function: linear;
}

@keyframes banner_img {
    0% {
        filter: brightness(0.3);
    }

    50% {
        filter: brightness(0.3);
    }

    100% {
        filter: brightness(1);
    }
}

.banner_item {
    position: relative;
}


.banner_text {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 9;
    color: var(--white);
}

.head_line {
    font-size: 80px;
    font-weight: 900;
    color: var(--white);
    font-family: "Merriweather Sans", sans-serif;
    font-style: italic;
    display: block;
}

.welcome_tittle {
    display: block;
    color: var(--bg_color);
}

.nextarrow {
    position: absolute;
    right: 5%;
    top: 50%;
    color: var(--white);
    font-size: 30px;
    cursor: pointer;
}

.prevarrow {
    position: absolute;
    left: 5%;
    top: 50%;
    color: var(--white);
    font-size: 30px;
    z-index: 9;
    cursor: pointer;
}

.banner_right {
    text-align: right;
    width: 60%;
    margin: 0 0 0 auto;
}

.banner_right p {
    font-size: 32px;
    line-height: 48px;
}

.banner_left {
    padding-right: 90px;
}

.banner_btn a {
    display: inline-block;
    margin: 20px 0;
}



.ab_home {
    display: flex;
}

.ab_img {
    float: left;
    width: 50%;
    padding: 20px;
    padding-top: 0;
    padding-right: 80px;
    position: relative;
}

.ab_img::after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 10%;
    top: 10%;
    border: 8px solid var(--bg_color);
    z-index: -1;
}

.img_1 img {
    height: 550px;
    object-fit: cover;
}

.ab_img .img_2 img {
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    bottom: 20%;
    right: 18px;
    border: 4px solid var(--white);
}

.ab_img .img_1 {
    padding: 30px;
    /* position: relative; */
}

.working-area {
    background-color: var(--bg_color);
    display: inline-block;
    padding: 25px 16px 25px;
    text-align: center;
    position: absolute;
    top: 86px;
    left: 0px;
    animation-name: stickySlideDown2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.working-area .inner::before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0px;
    width: 50px;
    height: 30px;
    background: var(--bg_color);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
}

.working-area .inner .icon-box {
    color: var(--white);
}

.working-area .inner .icon-box i {
    font-size: 50px;
    margin-bottom: 15px;
}

.working-area .inner .icon-box samp {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
    line-height: 20px;
}

.working-area .inner .icon-box p {
    color: var(--white);
    margin-bottom: 0;
}

@keyframes stickySlideDown2 {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}


.small_head {
    font-size: 20px;
    display: block;
    align-items: center;
    gap: 15px;
    color: var(--bg_color);
    font-weight: 600;
}

.big_head {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 10px;
}

.transforming_center {
    text-align: center;
    padding: 0 50px;
}

.transforming_center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.transforming_center ul li img {
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}

.transforming_center ul li {
    margin: 15px 0;
    width: 48%;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    position: relative;
    padding-left: 50px;
}

.frame-clock {
    margin-bottom: 50px;
}

.lamp {
    margin-top: 50px;
}

.transforming {
    background-color: #f8f8f8;
}

.product {
    padding: 80px 0;
    background: #f9f4f9;
}

.pro_tittle {
    display: block;
    font-size: 20px;
    color: var(--black);
    margin: 10px 0;
}

.pro_item {
    margin: 10px;
}

.testmoinal {
    padding: 60px 0;
    background-position: center right;
    background-repeat: no-repeat;
}

.test_item {
    position: relative;
    padding: 70px 70px 50px 70px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}

.star {
    width: 75px;
    margin-bottom: 10px;
}

.test_slider {
    margin-top: 50px;
}

.test_box {
    padding-left: 50px;
}

.test_item .name {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.name_box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.light_box {
    position: relative;
}

.lights {
    position: absolute;
    top: 30%;
    right: 20%;
}

.lights img {
    width: 100px;
    cursor: pointer;
}

.on {
    display: none;
}

.lights.change_btn .on {
    display: block;
}

.lights.change_btn .off {
    display: none;
}

.light_img.change_img .on {
    display: block;
}

.light_img.change_img .off {
    display: none;
}

img.red-arrow {
    position: absolute;
    top: 100%;
    width: 150px;
    right: 0px;
}

.cricket img {
    width: 100%;
}

.cricket {
    position: relative;
}

.cricket_on {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.cricket:hover .cricket_on {
    opacity: 1;
}


.why_box span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.why_box_left {
    margin-right: 80px;
}


.why_box2 {
    display: flex;
    margin-bottom: 70px;
}

.why_box2 .icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    background-color: var(--bg_color_2);
    border-radius: 50%;
    border: 2px solid var(--bg_color);
}

.d_choosetext {
    width: calc(100% - 105px);
    margin-left: 20px;
}

.d_choosetext {
    width: calc(100% - 105px);
    margin-right: 20px;
}

.why_box2 span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.why_box_right {
    margin-left: 80px;
}

.why_box .icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    background-color: var(--bg_color_2);
    border-radius: 50%;
    border: 2px solid var(--bg_color);
}

.why_box {
    display: flex;
    text-align: right;
    margin-bottom: 70px;
}

.why_box_left {
    margin-right: 80px;
}

.whychoose {
    background-color: #73597c;
    position: relative;
    margin-top: 250px;
    padding: 50px 0;
    color: var(--white);
}

.c_name {
    position: absolute;
    bottom: 100%;
}


.all_btn {
    position: relative;
    left: 0;
    top: 0;
    background: var(--bg_color_2);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
}

.all_btn:before {
    position: absolute;
    left: 8px;
    top: 7px;
    background: var(--bg_color);
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.all_btn:hover {
    left: 8px;
    top: 7px;
    background: var(--bg_color_2);
    color: #fff;
}

.all_btn:hover:before {
    left: -8px;
    top: -7px;
    background: var(--bg_color);
}

.all_btn,
.all_btn:before {
    transition: all .3s linear;
}

footer {
    padding-top: 60px;
}

.foot_head {
    display: block;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--bg_color);
}

.foot_contact li {
    margin: 30px 0;
}

.foot_logo img {
    width: 250px;
}

.foot_contact li a {
    color: #000;
}

.foot_nav ul li a {
    color: #000;
    display: block;
    padding: 6px 0;
}

.foot_nav ul {
    max-height: 230px;
    overflow: auto;
}

.foot_contact li i {
    color: var(--bg_color);
    margin-right: 8px;
}

.socal_media {
    display: flex;
    gap: 20px;
}

.foot_logo .socal_media a {
    color: var(--black);
}

.copy_right {
    padding: 18px 0;
    border-top: 1px solid #343434;
    margin-top: 50px;
}

.copy_right p {
    margin-bottom: 0;
}

.copy_right p a {
    color: #000;
    font-weight: 600;
}





.contact-info_icon {
    color: var(--white);
    text-align: center;
    font-size: 28px;
    position: relative;
    background-color: var(--bg_color);
    padding: 18px 22px 13px;
    display: block;
    border-radius: 50%;
}

.contact-info_title {
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 26px;
    color: rgb(74, 74, 74);
    margin-bottom: 5px;
}

.media-body a {
    color: var(--black);
    font-size: 20px;
    font-weight: 600;
}

.contact-info {
    margin: 30px 0;
}

.contact form input,
select,
textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid transparent;
    background-color: var(--white);
    outline: none;
}

.contact form {
    background-color: #F3F3F3;
    padding: 40px 60px 60px 60px;
}













.inner_text {
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 9;
    color: var(--white);
    text-align: center;
    padding: 0 10px;
}

.inner_header img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.inner_header {
    position: relative;
}

.inner_header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000a8;
}


.ab_item {
    width: 47%;
    float: left;
    padding-right: 30px;
}

.share-btn-box ul {
    display: flex;
    gap: 8px;
}

.share-btn-box ul button {
    border: none;
    background-color: var(--bg_color);
    color: var(--white);
    padding: 7px 10px;
    border-radius: 3px;
}


.brade_crom a {
    color: #fff;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.back-to-top {
    background: #fff;
    position: fixed;
    right: 1%;
    bottom: 3%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: ease-in-out .5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(0);
}

.back-to-top.scroll_show {
    transform: scale(1);
    bottom: 3%;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 38px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .head_line {
        font-size: 65px;
    }
}


@media only screen and (max-width: 1024px) {
    .head_line {
        font-size: 40px;
    }

}

@media only screen and (max-width: 992px) {
    .navbar_nav ul li {
        padding: 10px;
    }

    .transforming_center {
        padding: 0 0;
    }

    .big_head {
        font-size: 28px;
    }

    .ab_img {
        width: 100%;
    }

    .why_box_right {
        margin-left: 0px;
    }

    .why_box2 {
        margin-bottom: 20px;
    }

    .banner_left {
        padding-right: 0;
    }

    .why_box_left {
        margin-right: 0;
    }

    .why_box {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 780px) {
    .navbar_nav {
        position: absolute;
        left: -100%;
        top: 0;
        background-color: #000;
        width: 50%;
        height: 100vh;
        overflow: auto;
        transition: ease-in-out 0.5s;
        padding-top: 20px;
    }

    .navbar_nav.show_nav {
        left: 0;
    }

    .navbar_nav .nab_flex {
        flex-direction: column;
    }

    .nav_close {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        padding: 5px 11px;
        font-weight: 900;
        z-index: 99;
    }

    .toggle {
        display: block;
    }

    .dropdown {
        position: absolute;
        width: 100%;
        top: 100%;
        left: -100%;
        background-color: #000;
        z-index: 99;
        padding-top: 20px;
        display: block;
        background-color: #fff;
        overflow: auto;
    }

    .navbar_nav .dropdown a {
        color: #000;
    }

    .dropdown_btn {
        background-color: #fff;
        color: #000;
        padding: 4px 8px;
    }

    .dropdown_btn_show i {
        transform: rotate(180deg);
        transition: ease-in-out .5s;
    }

    .show_dropdown {
        left: 0;
    }

    .navbar_nav ul li {
        padding: 12px 20px;
        border-bottom: 1px solid #2e2d2d;
    }

}


@media only screen and (max-width: 768px) {
    nav {
        position: relative;
        background-color: #000;
    }

    .banner_text p,
    .banner_btn {
        display: none;
    }

    .transforming_center {
        padding: 30px 0;
    }

    .transforming_right,
    .transforming_left {
        display: flex;
        align-items: self-start;
    }

    .ab_img .img_2 img {
        width: 150px;
        height: 150px;
    }

    .ab_img {
        padding-right: 22px;
    }

    .product {
        padding: 45px 0;
    }

    .lights img {
        width: 55px;
    }

    .lights {
        right: 8%;
    }

    .test_box {
        padding-left: 0px;
        margin-top: 20px;
    }

    .big_head {
        font-size: 22px;
    }

    .whychoose {
        margin-top: 150px;
    }

    .ab_item {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .inner_header img {
    height: 250px;
}
}

@media only screen and (max-width: 600px) {

    .lamp,
    .frame-clock {
        display: none;
    }

    .transforming_center ul li {
        width: 100%;
    }

    .my {
        margin: 40px 0;
    }

    .head_line {
        font-size: 25px;
    }

    .banner_text {
        top: 20%;
    }

    .transforming img {
        width: 100%;
    }

    .transforming_center {
        text-align: left;
    }

    .ab_img .img_2 {
        display: none;
    }

    .ab_img {
        padding-right: 0;
    }

    .img_1 img {
        height: 468px;
    }

    .testmoinal {
        padding: 20px 0;
    }

    .test_item {
        padding: 30px 30px 33px 30px;
    }

    .contact-info_icon {
        font-size: 18px;
    }

    .contact form {
        padding: 30px 25px 37px 24px;
    }

    .whychoose {
        margin-top: 97px;
    }

    .d_choosetext {
        margin-left: 10px;
    }
}