@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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --allcontent: "Poppins", serif;
    --fancyfont: "Raleway", sans-serif;
    --casualfont: "Work Sans", serif;
}

:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Roboto", sans-serif;
    --nav-font: "Lato", sans-serif;
}

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: rgb(102, 16, 242);
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

:root {
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #2d465e;
    --accent-color: #34bf49;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}

body {
    background-color: #ffffff;
    font-family: var(--allcontent);
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* header start */
.shopname {
    font-family: Freehand471 BT;
    font-size: 24px;
    color: rgb(252, 72, 72);
}
.shopname1 {
    font-family: Freehand471 BT;
    font-size: small;
    color: blue;
    margin-left: 19%;
    margin-top:-5%;
}
.topshadow
{
    background-color: white;
    border: 1px solid rgb(228, 232, 252);
    border-radius:50px;
}
.topcontent {
    background-color: rgb(248, 198, 90);
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    list-style: none;
}
.topnavbar {
    background-color:rgb(230 239 237);
    color: #000;
    /* border-bottom: 1px solid rgb(232, 232, 250); */
}

.Menu {
    color: #4f4b58;
    position: relative;
    font-weight: 600;
}
.topmenubox
{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.facebook
{
    background: #3B5998;
    border-bottom: 3px solid #344e86;
}
.Menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #750eb1;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.Menu:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.Menu:hover
{
    color: #5937b6;
}
.nav-item {
    /* padding: 1.75rem 15px; */
    display: inline-block;
    padding: 3px;
}

.submenu {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 20%;
    padding-top: 6px;
    border-top: 1px solid rgb(233, 229, 250);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transform: translateY(-10px);
    transition-duration: .3s;
}

.list_title {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: orange;
    margin-bottom: 5px;
}

.lists {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #000000;
    font-weight: 500;
}

.lists:hover {
    color: orange;
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.nav-item:hover .rightsideicon {
    cursor: pointer;

}

.togglerbutton {
    border: none;
    outline: none;
}

.barss {
    color: #000;
}

.accordion {
    text-decoration: none;
}

.accordion h2 {
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #4f4b58;
}

.accordion h2:hover {
    color: #5937b6;
}

.slides h6 {
    color: #6d446b;
}

/* header end */
/* footer start */
.footer_section {
    /* background-color: #063e46; */
    background-color: #FFDF01;

    color: white;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.footerbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 45px;
    color: #ffffff;
}

.footershopname {
    color: white;
    font-family: Freehand471 BT;
    font-size: 26px;
}

.footmaindetail {
    /* color: white; */
    color:#001154;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.footmaindetail:hover {
    color: white;
}

.fdet {
    /* color: #99f8f8; */
    /* color:#001154; */
    /* font-size: 14px;  */
    text-decoration: none;
    color: #000;

    /* list-style: none;
    --li-pl: 0;
    --list-mb: 0;
    --li-mb: 13px; */

    list-style: none;
    --li-pl: 0;
    --list-mb: 0;
    --li-mb: 15px;

    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 85%;
}

.fdet:hover {
    color: #ffffff;
}

.footerproductlist li {
    list-style: none;
}
.fa-angle-double-up {
    cursor: pointer;
}
.back-to-top
{
    right:30px;
    bottom:30px;
    animation:movetop 1s infinite alternate;
    -webkit-transition:0.1s;
    transition:0.5s;
    position: fixed;
    background-color:#055160;
    color: white;
    display: none;
    z-index:99;
}
@keyframes movetop
{
    0%{transform:translateY(0)}
    100%{transform:translateY(-15px)}
}
.back-to-top:hover
{
    color: white;
}
/* footer section end */

/* home css start */
.largeimg {
    width: 100%;
    height: 100%;
}

.fullwidthbanner img {
    width: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

i.angleleft {
    font-size: 28px;
    font-weight: 800;
    padding: 10px;
    background-color: rgba(3, 3, 3, 0.3);
    border-radius: 50%;
    width: 45px;
}

i.angleright {
    font-size: 28px;
    font-weight: 800;
    padding: 10px;
    background-color: rgba(3, 3, 3, 0.3);
    border-radius: 50%;
    width: 45px;
}

.best_product_slider {
    padding: 10px;
}

.sliderbox {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.slides {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.vediobox {
    text-align: center;
    background-color: #fdfdfd;
}
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-prev {
    left: -50px;
}
.owl-carousel .owl-next {
    right: -50px;
}
/* testimonial section start */
.detail-box
{
    border: 1px solid #e1e6fa;
    font-size: 13px;
    background-color: color-mix(in srgb, #e1e6fa, transparent 85%);
    height: 239.56px;
}
/* testimonial section end */
/* service section start */
.service_section {
    width: 100%;
}

.service_section_2 {
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.service_box {
    /* background: rgb(82, 113, 255, 0.9); */
    background:linear-gradient(63deg, #ffc800, #f13838);
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: 0.5s;
}

.service_box:hover {
    margin-top: 20px;
    transition: 0.5s;
}

.building_icon {
    text-align: center;
}

.residential_text {
    text-align: center;
    color: white;
}

.service_text {
    font-size: 15px;
    /* color: rgb(209, 227, 252); */
    color: #1d2844;
    font-weight: 600;
}

.ourgrowth_section {
    background-size: cover;
    padding: 10px;
}

.ourgrowth_section img {
    height: 150px;
}

.edetail {
    font-weight: 700;
    color: rgb(10, 83, 240);
    font-size: 20px;
}

.esmall {
    color: rgb(6, 58, 170);
}

/* service section end */
/* About_Section Start*/
.about-section {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin-top: 50px;
}

.lorem_text {
    font-family: var(--allcontent);
    font-size: 15px;
}

.ourTeam_Section {
    width: 100%;
    background-color: #f1f5f9;
}

.profile-card {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 400px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(85, 16, 165, 0.15) 0px 2px 8px;
    border: 1px solid rgb(235, 241, 255);
}
    .ds-top {
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        width: 350px;
        height: 80px;
        background: #ffffff;
        animation: dsTop 1.5s;
    }

    .avatar-holder {
        position: absolute;
        margin: auto;
        top: 40px;
        right: 0;
        left: 0;
        width: 250px;
        height: 250px;
        border-radius: 20%;
        background: white;
        overflow: hidden;
        animation: mvTop 1.5s;
        border: 2px solid #ffffff;
    }
        
     img {
            /* width: 100%;
            height: 100%; */
            object-fit: cover;
        }  
    


.name {
    position: absolute;
    margin: auto;
    top: -0px;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit;
    height: 20px;
    text-align: center;
}

.mdname {
    font-size: 18px;
    color: rgb(29, 28, 28);
    margin-top:83px;
}

.designation {
    font-size: 15px;
    color: rgb(54, 54, 54);
}

.sbox {
    padding: 5px 5px 5px 5px;
}

.branchbox {
    background-color: #faf2e6;
}

.branchtext {
    font-size: 18px;
    padding: 15px;
    background-color: #f8e8d1;
    color: #b87005;
    border: 1px solid #fdca82;
}

.aboutbrand_company {
    padding: 0px;
}

.aboutbrand_company .nav-link {
    border-left: none;
    border-right: none;
    border-top: none;
    color: #055160;
    font-size: 15px;
    font-weight: 500;
}

.aboutbrand_company .nav-link.active {
    color: #055160;
    border-bottom: 2px solid rgb(34, 80, 68);
}

.brandcompanycontent {
    font-size: 14px;
    color: #484849;
}

/* About_Section End */
/* contact section start */
.contact_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #111111;
    text-align: center;
    font-weight: bold;
}

.fullinfobox {
    padding: 1rem;
    height: 100%;
    background-color: #e4eaf0;
    margin-bottom: 1rem;
}

.info-box {
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

.textinfo {
    color: rgb(3, 3, 133);
    font-size: 27px;
}

.branchlocat {
    margin: 0;
    margin-bottom: 20px;
    color: rgb(241, 9, 9);
}

/* i.phonecall {
    color: #aa68f5;
    font-size: 25px;
} */

.contact_section .info-item {
    display: flex;
    gap: 1.3rem;
    margin-bottom: 0.5rem;
}

/* .contact_section .info-item .icon-box {
    width: 3.5rem;
    height: 3.5rem;
    background-color:
        color-mix(in srgb, #aa68f5, transparent 85%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
} */
.contact_section .info-item .icon-box-locat
{
    width: 3.5rem;
    height: 3.5rem;
    background-color:
        color-mix(in srgb, #f3c545, transparent 85%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}
i.locat
{
    color: rgb(243, 160, 6);
    font-size: 25px;
}
.contact_section .info-item .icon-box-phone
{
    width: 3.5rem;
    height: 3.5rem;
    background-color:
        color-mix(in srgb, #246df5, transparent 85%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}
i.phone
{
    color: blue;
    font-size: 25px;
}
.contact_section .info-item .icon-box-email
{
    width: 3.5rem;
    height: 3.5rem;
    background-color:
        color-mix(in srgb, #13bb67, transparent 85%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}
i.email
{
    color: green;
    font-size: 25px;
}
.infhead-locat
{
    color: rgb(173, 114, 5);
}
.infhead-phone
{
    color: blue;
}
.infhead-email
{
    color: green;
}
.infhead {
    font-size: 20px;
    font-weight: 400;
    color: rgb(5, 49, 114);
}

.infdetail {
    line-height: 0.2;
    font-size: 15px;
    color: rgb(3, 58, 141);
}

.address {
    color: rgb(3, 58, 141);
    font-size: 15px;
}

.customer_commend {
    background-color: #eef5fff6;
    padding: 60px 0;
}

.custq {
    font-size: 35px;
    font-weight: 600;
    color: #2f109e;
}

.faq-arrow {
    color: #90c5a0;
}

.contact_form {
    background-color: white;
    padding: 3rem;
    border-radius: 1rem;
    height: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.gettouch {
    font-size: 35px;
}

.form-control {
    padding: 0.875rem 1.25rem;
    border: 1px solid rgb(212, 228, 250);
}

textarea.form-control {
    min-height: 8.5rem;
}

.sendbtn {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.snbtn {
    padding: 1rem;
    width: 170px;
}

.contactemoj {
    width: 100%;
}
/* contact section end */
/* website animations */
.animate-1
{
    opacity: 0;
    transform:scale(0.5);
    transition:opacity 1s,transform 1s;
}
.animate-1.in-view
{
    opacity:1;
    transform: scale(1);
    animation: zoomIn 1s forwards;
}
.animate-2
{
    opacity: 0;
    transform: translateY(170px);
    transition: opacity 1s,transform 1s;
}
.animate-2.in-view
{
    opacity:1;
    transform: translateY(0);
    animation: slideIn 1s forwards;
}
.animate-3
{
    opacity: 0;
    transform: translateY(170px);
    transition: opacity 1s, transform 1s;
}
.animate-3.in-view
{
    opacity: 1;
    transform: translateY(0);
}
.animate-4
{
    opacity: 0;
    transform: translateY(170px);
    transition: opacity 1s, transform 1s;
}
.animate-4.in-view{
    opacity: 1;
    transform: translateY(0);
}
.animate-5{
    opacity: 0;
    transform: translateY(170px);
    transition: opacity 1s, transform 1s;
}
.animate-5.in-view{
    opacity: 1;
    transform: translateY(0);
}
/* website animations end */


.toppanel_logo{
    display: flex;
    flex-direction: row;
}

.toppanel_logo_text{
    display: flex;
    flex-direction: column;
}

.container img {
    /* Ensures smooth animation */
    transition: transform 0.5s ease;
    /* Prevents image distortion */
    object-fit: cover;
  }
  
  .container img:hover {
    /* Scales the image to 110% of its original size */
    transform: scale(1.1);
  }
