/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/



* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {

    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 300%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 120px;
    padding-bottom: 0px;
}


.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    z-index: -1;
    width: 100%;
    float: left;
    height: auto;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #000000;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
    color: #ffffff;
    background-color: #fc541a;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-image: url(../images/header-bg.png);
    background-size: 100%;
    padding: 10px 0px 0px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    /*padding-bottom: 100px;*/
}

.banner_taital {
    position: relative;
    top: 320px;
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 200;
}

.Toptaital {
    font-weight: 500;
}


.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 400;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fc541a;
    text-align: center;
    padding: 10px 0px;
    border-radius: 7px;
    margin-top: 50px;
}

.read_bt a:hover {
    background-color: #80280b;
    color: #ffffff;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    /*padding-bottom: 1px;*/
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #1f1f1f;
    font-weight: bold;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 800;
    font-style: italic;
    padding-bottom: 30px;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #1f1f1f;
    margin: 0px;
    padding: 0px;
    font-weight: 550;
    line-height: 1.3;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.services_img {
    width: 100%;
    float: left;
    text-align: center;
    /*background-color: red;*/
    display: relative;
    top: 200px;
}

.btn_main {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fc541a;
    text-align: center;
    padding: 10px 0px;
    border-radius: 6px;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 800;
    font-style: italic;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #333332;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 70px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    padding-top: 40px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #2b2278;
}

.about_img {
    width: 100%;
    float: left;
}


/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        /*        transform: translate(-50%, -50%) scale(1);*/
        /*        opacity: 1*/
    }

    100% {
        /*        transform: translate(-50%, -50%) scale(1.2);*/
        /*        opacity: 0;*/
    }
}

.margin_top_90 {
    margin-top: 90px;
}

/* blog section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.client_taital {
    width: 100%;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    margin: 0 auto;
    text-align: center;
    background-color: #4a4a4a08;
    box-shadow: 0px 1px 20px -1px;
    border-radius: 200px;
    padding: 50px 70px;
    margin-top: 50px;
}

.client_main {
    width: 208%;
    display: flex;
}

.client_main {
    height: 440px;
}

@media screen and (max-width: 1200px) {
    .client_main {
        width: 160%;
    }

    .customF {
        font-size: 13px !important;
        width: 50% !important;
    }
}

@media screen and (max-width: 600px) {
    .client_main {
        width: 100%;
        height: 390px;
    }

    .customF {
        font-size: 13px !important;
        width: 70% !important;
        padding-top: 30px;
    }
}

.box_left {
    width: 48%;
}



.lorem_text {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    color: #000000;
    border: 1px solid #0d0d0d36;
    padding: 50px 50px;
    border-radius: 200px;
}




.carousel-indicators li {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fC541A;
    bottom: -130px;
}

.carousel-indicators .active {
    background-color: #000000;
}


/* client section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}

.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}

.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}

.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}

.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}

/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 250px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    padding-top: 10px
}

.call_text a {
    color: #0c0c0c;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: hsl(60, 14%, 1%);
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}



.inline {
    display: inline;
}

.services_img {
    width: 480px;
    height: 550px;
    margin-top: 0px;
    /*margin-left: 30px;*/
    border: solid #FF5900 (255, 115, 0, 0.431) 2px;
    border-radius: 10px;
    padding: 0px;

}

.services_img:hover {
    transform: rotate(5deg);
    opacity: 1;
}

@media screen and (min-width: 780px) {
    .left_side {
        width: 60% !important;
        float: left;
        display: inline;
        margin-right: 60px;
    }

    .right_side {
        width: 40% !important;
        display: inline-block;
        position: relative;
        top: 10px;
    }
}

.animation_load {
    opacity: 0;
    transform: translateY(75px);
    transition: 1s;
}

.animation_load.viewed {
    opacity: 1;
    transform: translateY(0px);
}


h1 {
    text-align: center;
    padding: 0px;
    color: #FF5900;

    font-weight: 550;
}

p {
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 10px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.image_22 {
    max-width: 800% !important;
}

img {
    width: 160px;
}



/* Fullscreen loading screen */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* White background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Ensure it's on top */
    opacity: 1;
    transition: opacity 1s ease;
    /* Smooth transition for fade out */
}

/* Logo styling */
.LogoLoad {
    width: 100px;
    /* Adjust size as needed */
    height: 100px;
    /* Adjust size as needed */
    animation: spin 1s linear infinite;
    /* Spin effect */
}

/* Spin Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main content initially hidden */
#home-page {
    text-align: center;
    padding: 50px;
    opacity: 0;
    /* Hidden by default */
    transition: opacity 1s ease;
    /* Smooth transition for fade in */
}

video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}



#backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background-color: #FC541A;
    color: white;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}

#backToTop:hover {
    background-color: #ff6600;
}

.Font-Poppins-ExtraBold-Italic {

    font-family: 'Poppins',
        sans-serif;
    font-weight: 800;
    font-style: italic;
}

.Font-Poppins-Medium-Italic {

    font-family: 'Poppins',
        sans-serif;
    font-weight: 550;
}

.fa-tshirt {

    /* Adjust the size as needed */
    opacity: 0;
    width: 400px;
    /* Change this value to whatever size you want */
    height: auto;
    /* Keeps the aspect ratio correct */
    /* Start as invisible */
    animation: fadeIn 1s forwards, wave 3s infinite ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Cloth-like waving animation */
@keyframes wave {
    100% {
        transform: rotate(0deg) translateY(0);
    }

    50% {
        transform: rotate(6deg) translateY(-20px);
        /* Slight waving motion */
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}




.container-987 {
    padding: 150px;
}

.title-456 {
    color: #FC541A;
    flex: 1;
    font-size: 3em;
    text-align: center;
}

.content-321 {

    display: flex;
    align-items: center;
}

.image-container-654 {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.image-container-654 img {
    width: 65%;
    height: auto;
    transition: transform 1s ease;
}

.image-container-654:hover img {
    /*    transform: scale(2);*/
}

.text-container-789 {
    flex: 2.1;
    padding: 0px;
}

.text-container-789 p {
    padding: 40px;
    font-size: 20px;
    color: #1f1f1f;
    margin: 0;
    line-height: 1.5;
}


.highlight-zone {
    background-color: #f2f4f8;
    align-items: center;

    /* Set your specific background color here */
    /*margin: 5px;*/
}

.services_text2 {
    font-size: 22px;
    color: #1f1f1f;
}

video {
    width: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}



img {
    max-width: 100% !important;
}

.client_section {
    max-width: 100% !important;
}

/*.content-321{
    display: inline-block !important;
}*/
.ourprod_text {
    line-height: 1.1;
}

.container-987 {
    padding: 10px;

}


@media screen and (max-width: 580px) {
    .content-321 {
        display: inline-block;
    }
}

.orange {
    color: #fc541a;
}

.fixme {
    padding: 0px;
    margin: 0px;
}

.product-container-1 {
    padding: 0px;
    padding-top: 50px;
}


* {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
}



.wrapper {
    display: flex;
    width: 800px;
    margin: 0 auto;
    height: 00px;
    justify-content: center;
    /* Center align images */
}

.brand-image {
    width: 150px;
    /* Default width for brand images */
    height: auto;
    margin: 0 10px;
    transition: transform 0.3s;
    /* Smooth scaling */
}

/* Make the center image bigger */
.wrapper .brand-image:nth-child(2) {
    transform: scale(1.3);
    /* Center image scaling */
}

/* Responsive Styles */
@media (max-width: 767px) {
    .slider-area h2 {
        font-size: 20px;
    }

    .wrapper {
        width: 100%;
        padding: 0;
    }

    .brand-image {
        width: 120px;
        /* Adjust size for mobile */
    }

    .wrapper .brand-image:nth-child(2) {
        transform: scale(1.1);
        /* Scale down on mobile */
    }
}



.responsive-box {
    display: flex;
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(118, 117, 117, 0.254);
    padding: 50px;
    margin: auto;
}

.image-section {
    flex: 1;
    padding-right: 20px;
}

.image-section img {
    width: 130%;
    height: auto;
    border-radius: 10px;
}

.text-section {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-section .title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    color: #333;
}

.text-section .description {
    font-size: 1rem;
    color: #555;
}

/* Responsive Design */
@media(max-width: 768px) {
    .responsive-box {
        flex-direction: column;
        text-align: center;
    }

    .image-section {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text-section .title {
        font-size: 1.5rem;
    }

    .text-section .description {
        font-size: 0.9rem;
    }
}


.wrapper11 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
    /* Full height */
    /* Dark background for better visibility */
}


.custom-line-container {
    display: flex;
    align-items: center;
}

.custom-line-1,
.custom-line-2,
.custom-line-3,
.custom-line-4,
.custom-line-5 {
    width: 10px;
    /* Width of the line */
    height: 100px;
    /* Height of the line */
    margin: 0 10px;
    /* Space between lines */
    background-color: rgb(255, 68, 5);
    /* Base color for the line */
    opacity: 0.7;
    /* Slightly transparent */
    border-radius: 15px;
    /* Rounded edges */
    animation: lineAnimation 1s ease-in-out infinite;
    /* Animation */
}

.custom-line-1,
.custom-line-2,
.custom-line-3,
.custom-line-4,
.custom-line-5 {
    width: 10px;
    /* Width of the line */
    height: 100px;
    /* Height of the line */
    margin: 0 10px;
    /* Space between lines */
    background-color: #FC541A;
    /* Base color for the line */
    opacity: 1;
    /* Slightly transparent */
    border-radius: 100px;
    /* Rounded edges */
    animation: lineAnimation 1s ease-in-out infinite;
    /* Animation */
    box-shadow: 0 0 10px #FC541A;
    /* Constant orange glow effect */
}

/* Animation for the lines */
@keyframes lineAnimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        /* Move up */
    }

    100% {
        transform: translateY(0);
    }
}



.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.switch>span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #FC541A;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #FC541A;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 97px;
    height: 35px;
    background-color: #FC541A;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #FC541A;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 45px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}


.box-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    /* Adds spacing between boxes */
}

.box {
    width: 1400px;
    height: 340px;
    background-color: white;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, backdrop-filter 0.3s ease;
}

.box img {
    width: 100%;
    height: auto;
}

.box:hover {
    transform: scale(1.1);
    /* Pop-up effect */
    backdrop-filter: blur(5px);
    /* Blur background */
}

.box p {
    margin-top: 0px;
    font-size: 20px;
    color: black;
}

/* Responsive design for smaller screens (phones) */
@media (max-width: 768px) {
    .box {
        width: 300px;
        /* Smaller width for phone screens */
        height: 250px;
    }
}

@media (max-width: 480px) {
    .box {
        width: 370px;
        /* Further adjust for very small screens */
        height: 650px;
    }

    .box p {
        font-size: 14px;
        /* Smaller font size for phones */
    }
}

.blur-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark transparent overlay */
    backdrop-filter: blur(10px);
    /* Blur effect */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
    /* Layer it behind the hover box */
}

/* Show the blur layer when hovering over the box */
.box-container:hover .blur-layer {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
}



.TextLeft {

    text-align: left
}





.football-btn-container {
    position: relative;
}

.football-btn {
    background-color: #FF5900;
    /* Dark green for the football field */
    color: white;
    border: 2px solid #ffffff;
    padding: 7px 32px;
    border-radius: 10px;
    /* Rounded like a football */
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.football-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.3);
    /* Light glowing effect */
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease;
    border-radius: 50%;
    z-index: -1;
}

.football-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
    /* Growing effect on hover */
}

.football-btn:hover {
    transform: scale(1.1);
    /* Slightly enlarges the button */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    /* Adds a shadow effect */
}

/* Adds a shadow effect */
/* Emoji Ball fel Content */

.football-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    font-size: 30px;
    opacity: 0;
    transition: all 2s ease;
}

.football-btn:hover::after {
    bottom: 39px;
    /* Moves the ball upward when hovered */
    opacity: 1;
    /* Makes the ball visible */
}


/* Makes the ball vertical */
/* Makes the ball vertical */
/* Makes the ball vertical */
/* Makes the ball vertical */
/* Makes the ball vertical */
/* Makes the ball vertical */


.football-btn-container2 {
    position: relative;
}

.football-btn2 {
    background-color: #ff4400;
    /* Dark green for football field */
    color: white;
    border: 3px solid #ffffff;
    padding: 120px 15px;
    /* Height adjusted for vertical layout */
    border-radius: 50px;
    cursor: pointer;
    transition: transform 1s ease, box-shadow 0.3s ease;
    /* Fixed box-shadow timing */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* Vertical layout by default */
    align-items: center;
    /* Center content */
    justify-content: center;
    /* Center content vertically */
    z-index: 1;
}

.football-btn2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.3);
    /* Light glowing effect */
    transform: translate(-50%, -50%) scaleY(0);
    /* Scale vertically */
    transition: transform 0.4s ease;
    border-radius: 50px;
    z-index: -1;
}

.football-btn2:hover::before {
    transform: translate(-50%, -50%) scaleY(1);
    /* Vertical expansion on hover */
}

.football-btn2:hover {
    transform: scale(1.05);
    /* Slightly taller on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    /* Shadow effect */
}

.vertical-text2 {
    writing-mode: vertical-rl;
    /* Rotate text to vertical */
    transform: rotate(180deg);
    /* Flip it to be readable */
    font-size: 18px;
    /* Adjust font size */
    margin-bottom: 10px;
    /* Space between text and icon */
}

.football-icon2 {
    position: absolute;
    /* Center the football icon */
    top: 50%;
    /* Start from the middle */
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center horizontally and vertically */
    font-size: 30px;
    /* Adjust icon size */
    opacity: 0;
    /* Initially hidden */
    transition: all 1s ease;
}

.football-btn2:hover .football-icon2 {
    top: 22%;
    /* Move the ball down slightly on hover */
    opacity: 1;
    /* Make the football visible */
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .football-btn2 {
        flex-direction: row;
        /* Change to horizontal layout on mobile */
        padding: 20px 10px;
        /* Adjust padding for horizontal layout */
    }

    .vertical-text2 {
        writing-mode: horizontal-tb;
        /* Change text orientation to horizontal */
        transform: rotate(0);
        /* No rotation for horizontal text */
        font-size: 14px;
        /* Adjust font size */
        margin-bottom: 0;
        /* Remove margin for horizontal layout */
        margin-right: 10px;
        /* Add margin to the right for spacing */
    }

    .football-icon2 {
        font-size: 40px;
        /* Increase icon size for better visibility */
    }
}



body {
    margin: 0;
    font-family: Arial, sans-serif;
}

footer {
    background-color: #f2f4f8;
    color: #fff;
    padding: 0px 0;
    text-align: center;
    position: relative;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.footer-content h3 {
    margin-bottom: 20px;
}

.socials {
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
}

.socials li {
    display: inline-block;
    margin: 0 10px;
    transition: transform 0.3s ease;
}

.socials a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #b9b9b9b0;
    transition: background-color 0.3s ease;
}

.socials a:hover {
    background-color: #fa3a00;
    transform: scale(1.1);
}

.contact-info {
    margin: 20px 0;
}

.footer-bottom {
    background-color: #222;
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 600px) {
    .footer-content h3 {
        font-size: 1.5em;
    }

    .socials li {
        display: block;
        margin: 10px 0;
    }
}

.hover-box {


    color: white;
    transition: filter 0.6s;
}


/*
.hover-blurred {
    filter: blur(0px);
}
*/


.image-container33 {
    display: flex;
    justify-content: center;
    /* Center the image horizontally */
    align-items: center;
    /* Center the image vertically */
    height: 65vh;
    /* Adjust as needed */
}


/* Default styling for the images */
img {
    max-width: 100%;
    /* Ensures the image doesn't exceed the container's width */
    height: auto;
    /* Maintain aspect ratio */
}

/* Customize the width of the image for larger screens (desktops) */
.custom-image {
    width: 1100px;
    /* Set desired width for desktop */
    height: auto;
    /* Maintain aspect ratio */
}

/* Media query for mobile phones (up to 768px wide) */
@media (max-width: 768px) {
    .custom-image {
        width: 500px;
        /* Set width for mobile */
    }
}


.image-selector {
    display: none;
}

.specs-container {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.specs-table {
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 700px;
    margin-right: 40px;
}


h2 {
    text-align: center;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

th,
td {
    font-size: 17px;

    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #000000;
}

th {
    background-color: #333;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

.product-image {
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-img {
    padding-top: 80px;
    width: 400px;
    height: auto;
    border-radius: 10px;
}


/* Media Query for phones */
@media (max-width: 600px) {
    .specs-container {
        flex-direction: column;
        align-items: center;
    }

    .product-image {
        margin-top: 20px;
    }

    th,
    td {
        padding: 8px;
    }

    table {
        font-size: 14px;
    }

    .specs-table {
        width: 100%;
    }
}



body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.footer {
    background: linear-gradient(40deg, black, black);
    /* Blue gradient */
    color: white;
    text-align: center;
    padding: 0px 0;
    position: relative;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

.footer p {
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: 1px;
}

.social-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 28px;
    transition: transform 0.3s, color 0.3s, text-shadow 0.3s;
}

.social-links a:hover {
    transform: translateY(-5px);
    /* Slight lift effect */
    color: rgb(255, 68, 0);
    /* Light blue on hover */
    text-shadow: 0 0 5px rgb(255, 68, 0);
    /* Glow effect */
}

/* Media Queries for Responsive Design */
@media (max-width: 600px) {
    .footer-content {
        padding: 20px;
    }

    .social-links a {
        margin: 0 10px;
        font-size: 24px;
    }
}

/* Keyframes for Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.container3 {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    background: #e9e9e947;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: wrap;
}

.info-box3 {
    flex: 1;
    padding: 80px;
    color: white;
    position: relative;
    min-width: 300px;
    /* Reduced for better mobile support */
}

.info-box3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.info-box3 p {
    font-size: 18px;
    /* Slightly smaller for better fit */
    margin-bottom: 10px;
    line-height: 1.2;
    /* Adjusted line height for readability */
}

.info-box3 a {
    color: #f7560b;
    text-decoration: none;
    font-weight: bold;
}

.info-box3 a:hover {
    text-decoration: underline;
}

.contact-form3 {
    flex: 1;
    padding: 30px;
    min-width: 300px;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

input:focus,
textarea:focus {
    border-color: #fc541a;
    outline: none;
}

.button3 {
    background-color: #fc541a;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    width: 100%;
    font-size: 16px;
}

.button3:hover {
    background-color: #fc521aa1;
    transform: translateY(-2px);
}

/* Responsive media queries */

/* Tablet view */
@media (max-width: 900px) {
    .container3 {
        flex-direction: column;
        padding: 20px;
    }

    .info-box3,
    .contact-form3 {
        padding: 20px;
    }

    .info-box3 p {
        font-size: 18px;
    }

    .button3 {
        font-size: 15px;
        padding: 10px 14px;
    }
}

/* Mobile view */
@media (max-width: 600px) {
    .container3 {
        flex-direction: column;
    }

    .info-box3,
    .contact-form3 {
        padding: 15px;
    }

    .info-box3 {
        min-width: 100%;
        /* Removed fixed min-width for better mobile scaling */
        order: 2;
        /* Info box appears under contact form */
    }

    .contact-form3 {
        order: 1;
        /* Contact form appears first */
    }

    input,
    textarea {
        font-size: 14px;
    }

    .button3 {
        font-size: 14px;
        padding: 10px 12px;
    }
}







.image-container4 {
    padding: 20px;
    /* Add space around the image container */
    margin-bottom: 20px;
    /* Add space below the container to separate it from the text */
    display: flex;
    align-items: center;
    /* Center images vertically */
    justify-content: center;
    /* Center images horizontally */
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
}

.main-image4 {
    width: 300px;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    /*    margin: 0 10px;*/
    /* Space between images */
    transition: transform 0.3s ease;
    /* Smooth transition for zoom effect */
}

.main-image4:hover {
    transform: scale(1.1);
    /* Scale up the image slightly on hover */
}

.arrow4,
.arrow4-mobile {
    width: 200px;
    /* Adjust the size of the arrow images */
    height: auto;
    /* Maintain aspect ratio */
    position: relative;
    /* Position relative for the pseudo-element */
}

/* Glow effect under arrows */
.arrow4::after,
.arrow4-mobile::after {
    content: "";
    /* Empty content for the pseudo-element */
    position: absolute;
    /* Position it absolutely */
    left: 50%;
    /* Center it horizontally */
    transform: translateX(-50%);
    /* Adjust to center */
    bottom: -10px;
    /* Position it below the arrow */
    width: 100%;
    /* Make it full width */
    height: 10px;
    /* Height of the glow effect */
    background-color: orange;
    /* Glow color */
    opacity: 0.5;
    /* Slight opacity for the glow */
    border-radius: 5px;
    /* Optional: rounded corners */
    animation: pulse 1.5s infinite alternate;
    /* Pulsing effect */
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scaleY(1);
        /* Normal scale */
        opacity: 0.5;
        /* Normal opacity */
    }

    100% {
        transform: translateX(-50%) scaleY(1.2);
        /* Slightly larger */
        opacity: 1;
        /* Full opacity */
    }
}

/* Styles for desktop */
@media (min-width: 768px) {
    .arrow4 {
        display: inline;
        /* Show arrows on desktop */
    }

    .arrow4-mobile {
        display: none;
        /* Hide mobile-specific arrows on desktop */
    }
}

/* Styles for mobile */
@media (max-width: 767px) {
    .image-container4 {
        padding: 15px;
        /* Adjust padding for mobile */
        margin-bottom: 15px;
        /* Adjust margin for mobile */
        flex-direction: column;
        /* Stack images vertically */
    }

    .arrow4 {
        display: none;
        /* Hide desktop-specific arrows on mobile */
    }

    .arrow4-mobile {
        display: inline;
        /* Show mobile-specific arrows */
    }

    .text-section {
        order: 2;
    }

    .image-container4 {
        order: 1;
    }
}

.mobile-break {
    display: none;
    /* Hide by default */
}

@media (max-width: 768px) {
    .mobile-break {
        display: block;
        /* Show on mobile */
    }
}


















/* Main container for the about section */
.about-box55 {
    max-width: 1200px;
    margin: 0 auto;
    /* Center the main container */
    padding: 20px;
}

/* Flex container for side-by-side layout */
.about-container55 {
    display: flex;
    align-items: flex-start;
    /* Aligns content at the top */
    gap: 20px;
    /* Space between text and image sections */
}

/* Content container for text */
.about-content55 {
    flex: 1;
    padding: 20px;
    /* Space inside the text box */
    background-color: #f9f9f9;
    /* Light background color for text box */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.about-title55 {
    font-size: 2em;
    margin-bottom: 10px;
}

.about-description55 {
    font-size: 1.2em;
    line-height: 1.5;
}



/* Image container for easy control */
.about-image-container55 {
    flex: 1;
    display: flex;
    justify-content: center;
    /* Center image in its container */
    align-items: center;
    padding: 20px;
    background-color: #f1f1f1;
    /* Light background color for image box */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.about-image55 {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    /* Rounds image corners */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-container55 {
        flex-direction: column;
        /* Stacks text and image vertically */
        align-items: center;
        /* Centers content */
    }

    .about-content55,
    .about-image-container55 {
        max-width: 100%;
        /* Full width on smaller screens */
        padding: 10px;
    }

    .about-image55 {
        max-width: 300px;
        /* Smaller image size for mobile */
    }
}

@media (min-width: 768px) {

    .leftpart {
        width: 45% !important;
        display: inline-block;
        /*border: black 2px solid;*/
        /*height: 100% !important;*/
        position: relative;
        /*bottom: 80px;*/
        bottom: 30%;
    }

    .rightpart {
        width: 50% !important;
        display: inline-block;
        /*border: black 2px solid;*/
        height: 100% !important;
    }

    .containerzwei {
        /*border: solid 1px red;*/
        height: 320px;
    }

    .max_container {
        width: 80% !important;
        max-width: 80% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .phoneNotre {
        display: none;
    }

    .services_section_2 {
        display: none;
    }
}

@media(max-width: 768px) {
    .noouter {
        display: none;
    }
}

label {
    padding-left: 0px !important;
}

.title-456 {
    line-height: 1.1;
}

@media (min-width: 768px) {
    .phoneonly {
        display: none;
    }
}

@media (max-width: 768px) {
    .pconly {
        display: none;
    }

    .services_img {
        height: 420px;
    }

    .containerabout {
        padding-top: 0px;
    }

    .services_section {
        padding: 0px !important;
    }

    .services_taital {
        padding: 0px !important;
    }
}


@media (min-width: 768px) {
    .subtitles {
        width: 70%;
    }

    .title_font {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .left_text {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .text-container-789 p {
        padding: 5px;
    }
}


.remove_text_space {
    line-height: 60px;
}

.ligh_text {
    font-weight: normal;
}

.title_font {
    font-size: 48px !important;
}

orange {
    color: #FF5900 !important;
}

@media (min-width: 1126px) and (max-width: 1373px) {
    .product-container-1 {
        padding-top: 0px;
        padding-bottom: 175px;
    }

    .main-image4 {
        width: 260px;
    }
}


.layout_padding2 {
    padding-top: 0px;
}






/* Grayscale initially */
.partner-logo {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* Original color on hover */
.partner-logo:hover {
    filter: grayscale(0%);
}

.box-container,
.hover-box,
.responsive-box,
.hover-container {
    max-width: 100% !important;
}

.image-container4 {
    padding: 0px;
}
