@use '../../utils/' as * ;

/*============= HEADER CSS AREA ===============*/

// HOMEPAGE1 HEADER STARTS //
.homepage1-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage1-body{
    overflow-x: hidden;
    .header-area.homepage1 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-4);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn1 {
                                    color: var(--ztc-text-text-1);
                                    transition: all .4s;
                                    padding: 6px 15px;
                                }
                            }

                            .text {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    z-index: 1;
                                    top: 10px;
                                    left: 0px;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100px;
                                        width: 100px;
                                        left: -71px;
                                        top: -66px;
                                        transition: all 0.4s;
                                        background: #FF6610;
                                        transform: rotate(-45deg);
                                        z-index: -1;
                                    }
                                h2 {
                                    font-size: var(--ztc-font-size-font-s12);
                                    font-weight: var(--ztc-weight-bold);
                                    font-family: var(--ztc-family-font1);
                                    transition: all .4s;
                                    line-height: var(--ztc-font-size-font-s12);
                                    color: var(--ztc-text-text-1);
                                    transform: rotate(-45deg);
                                }
                            }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-4)!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -255px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-4);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-4);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-4);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-4);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-4);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
}

.btn-area {
    display: flex;
    align-items: center;
    .search-icon {
        a {
            right: 19px;
            position: relative;
            font-size: var(--ztc-font-size-font-s20);
            color: var(--ztc-bg-bg-1);
        }
    }
}
// HOMEPAGE1 HEADER ENDS //

// HOMEPAGE2 HEADER STARTS //
.homepage2-body{
    overflow-x: hidden;
   @media #{$xs} {
    overflow-x: hidden;
   }
   @media #{$md} {
    overflow-x: hidden;
   }
    .header-area.homepage2 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-5);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .site-logo {
                img {
                    width: 147px;
                    height: 47.676px;
                    object-fit: cover;
                }
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 20%;
                                 right: 20%;
                                 .header-btn4 {
                                     color: var(--ztc-text-text-1);
                                     transition: all .4s;
                                     padding: 16px;
                                     width: 140px;
                                     &:hover {
                                        color: var(--ztc-text-text-2);
                                        font-family: var(--ztc-family-font1) !important;
                                        line-height: 16px !important;
                                        font-weight: var(--ztc-weight-semibold) !important;
                                     }
                                 }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 201.3%;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-1);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-5)!important;
                          }
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -400px;
                            width: 1300px;
                            overflow: hidden;
                            overflow-y: scroll;
                            max-height: 600px;
                            transform-origin: top;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-5);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-5);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-5);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display:block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-5);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-5);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage2.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-2);
    transition: all .4s;
}

// HOMEPAGE2 HEADER ENDS //

// HOMEPAGE3 HEADER STARTS //
.homepage3-body{
    .header-area.homepage3 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-5);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                       
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                    top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 14%;
                                 right: 14%;
                                 .header-btn4 {
                                     color: var(--ztc-text-text-1);
                                     transition: all .4s;
                                     padding: 16px;
                                     width: 140px;
                                     &:hover {
                                        color: var(--ztc-text-text-2);
                                        font-family: var(--ztc-family-font1) !important;
                                        line-height: 16px !important;
                                        font-weight: var(--ztc-weight-semibold) !important;
                                     }
                                 }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-5)!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -400px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-5);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-5);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-5);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-5);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-5);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
}

// HOMEPAGE3 HEADER ENDS //


// HOMEPAGE4 HEADER STARTS //
.homepage4-body{
    overflow-x: hidden;
    .header-area.homepage4 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        background: var(--ztc-text-text-1);
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-6);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu.auhtor-tabpane {
                            left: -315px !important;
                        }
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 14%;
                                 right: 14%;
                                 .header-btn6 {
                                     color: var(--ztc-text-text-1);
                                     transition: all .4s;
                                     padding: 16px 0;
                                     line-height: var(--ztc-font-size-font-s16);
                                     border-top: 1px solid var(--ztc-text-text-1);
                                     border-bottom: 1px solid var(--ztc-text-text-1);
                                     &:hover {
                                        color: var(--ztc-text-text-1);
                                        font-family: var(--ztc-family-font1) !important;
                                        line-height: 16px !important;
                                        font-weight: var(--ztc-weight-semibold) !important;
                                        letter-spacing: 2;
                                     }
                                 }

                                 .header-btn12 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    background: var(--ztc-text-text-6);
                                    color: var(--ztc-text-text-1);
                                    padding: 16px 24px;
                                    transition: all .4s;
                                    border-radius: 30px;
                                    position: relative;
                                    text-transform: capitalize;
                                    z-index: 1;
                                    width: 140px;
                                    &:hover {
                                        color: var(--ztc-text-text-2);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                        background: var(--ztc-text-text-1);
                                    }
                                }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-6)!important;
                          }

                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -290px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
    
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-6);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-6);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-6);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-6);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-6);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage4.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
}

// HOMEPAGE4 HEADER ENDS //

// HOMEPAGE5 HEADER STARTS //
.homepage5-body{
    overflow-x: hidden;
    .header-area.homepage5 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-11);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 14%;
                                 right: 14%;
                                 .header-btn9 {
                                     color: var(--ztc-text-text-2);
                                     transition: all .4s;
                                     padding: 16px;
                                     width: 150px;
                                     &:hover {
                                        color: var(--ztc-text-text-2);
                                        font-family: var(--ztc-family-font1) !important;
                                        line-height: 16px !important;
                                        font-weight: var(--ztc-weight-semibold) !important;
                                     }
                                 }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-1);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-11)!important;
                          }
    
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -285px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-11);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-11);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-11);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-11);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-11);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage5.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-bg-bg-18);
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    .header-elements {
        .main-menu {
            ul {
                li {
                    a {
                        color: var(--ztc-text-text-1);
                    }
                }
            }
        }
    }
}

// HOMEPAGE5 HEADER ENDS //

// HOMEPAGE7 HEADER STARTS //
.homepage7-body{
    overflow-x: hidden;
    .header-area.homepage7 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        background: var(--ztc-text-text-1);
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-14);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .site-logo {
                img {
                    width: 147px;
                    height: 47.676px;
                    object-fit: cover;
                }
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 16%;
                                 right: 25%;
                                 .header-btn13 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    background: var(--ztc-bg-bg-24);
                                    color: var(--ztc-text-text-1);
                                    padding: 16px 20px;
                                    width: 160px;
                                    transition: all .4s;
                                    position: relative;
                                    text-transform: capitalize;
                                    z-index: 1;
                                    i {
                                        margin-left: 4px;
                                        transform: rotate(-45deg);
                                        transition: all .4s;
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                        background: var(--ztc-bg-bg-25);
                                        
                                        i {
                                            transform: rotate(0);
                                            transition: all .4s;
                                        }
                                    }
                                }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 201.3%;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                            i.fa-solid.fa-angle-down {
                                font-size: var(--ztc-font-size-font-s12) !important;
                            }
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-14)!important;
                          }

                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            padding: 15px;
                            left: -290px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            transform-origin: top;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                          }
    
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-14);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-14);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-14);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-14);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-14);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage7.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
}

// HOMEPAGE7 HEADER ENDS //

// HOMEPAGE8 HEADER STARTS //
.homepage8-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage8-body{
    overflow-x: hidden;
    .header-area.homepage8 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-16);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            background: var(--ztc-text-text-1);
            border-radius: 100px;
            padding: 20px 24px;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn15 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    background: var(--ztc-bg-bg-26);
                                    color: var(--ztc-text-text-1);
                                    padding: 6px 16px;
                                    transition: all .4s;
                                    border-radius: 30px;
                                    position: relative;
                                    z-index: 1;
                                    &:hover {
                                        background: var(--ztc-bg-bg-27);
                                        color: var(--ztc-text-text-2);
                                        transition: all .4s;
                                       
                                        span {
                                            transition: all .4s;
                                            transform: rotate(0deg);
                                        }
                                    }
                                
                                    &:hover {
                                        color: var(--ztc-text-text-2);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                    }
                                    span {
                                        height: 36px;
                                        width: 36px;
                                        display: inline-block;
                                        border-radius: 50%;
                                        transition: all .4s;
                                        line-height: var(--ztc-font-size-font-s36);
                                        text-align: center;
                                        background: var(--ztc-text-text-1);
                                        color: var(--ztc-text-text-2);
                                        transform: rotate(-45deg);
                                        position: relative;
                                        left: 8px;
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-16)!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -255px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-16);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-4);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-16);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-16);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-16);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage8.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    .header-elements {
        padding: 0;
    }
}

.btn-area {
    display: flex;
    align-items: center;
    .search-icon {
        a {
            right: 19px;
            position: relative;
            font-size: var(--ztc-font-size-font-s20);
            color: var(--ztc-bg-bg-1);
        }
    }
}
// HOMEPAGE8 HEADER ENDS //

// HOMEPAGE9 HEADER STARTS //
.homepage9-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage9-body{
    overflow-x: hidden;
    .header-area.homepage9 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-17);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            background: var(--ztc-text-text-1);
            border-radius: 100px;
            padding: 20px 24px;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn16 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    background: var(--ztc-bg-bg-28);
                                    color: var(--ztc-text-text-1);
                                    padding: 6px 16px;
                                    transition: all .4s;
                                    border-radius: 30px;
                                    position: relative;
                                    z-index: 1;
                                    &:hover {
                                        background: var(--ztc-bg-bg-1);
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        span {
                                            transition: all .4s;
                                            transform: rotate(0deg);
                                        }
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                    }
                                    span {
                                        height: 36px;
                                        width: 36px;
                                        display: inline-block;
                                        border-radius: 50%;
                                        transition: all .4s;
                                        line-height: var(--ztc-font-size-font-s36);
                                        text-align: center;
                                        background: var(--ztc-text-text-1);
                                        color: var(--ztc-text-text-2);
                                        transform: rotate(-45deg);
                                        position: relative;
                                        left: 8px;
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-17)!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -255px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-17);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-4);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-17);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-17);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-17);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage9.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    .header-elements {
        padding: 0;
    }
}

.btn-area {
    display: flex;
    align-items: center;
    .search-icon {
        a {
            right: 19px;
            position: relative;
            font-size: var(--ztc-font-size-font-s20);
            color: var(--ztc-bg-bg-1);
        }
    }
}
// HOMEPAGE9 HEADER ENDS //

// HOMEPAGE10 HEADER STARTS //
.homepage10-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage10-body{
    overflow-x: hidden;
    .header-area.homepage10 {
        position: absolute;
        width: 100%;
        z-index:999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-14);
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            background: var(--ztc-text-text-1);
            border-radius: 100px;
            padding: 20px 24px;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn17 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    background: var(--ztc-bg-bg-25);
                                    color: var(--ztc-text-text-1);
                                    padding: 6px 16px;
                                    transition: all .4s;
                                    border-radius: 30px;
                                    position: relative;
                                    z-index: 1;
                                    &:hover {
                                        background: var(--ztc-text-text-2);
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        span {
                                            transition: all .4s;
                                            transform: rotate(0deg);
                                        }
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                    }
                                    span {
                                        height: 36px;
                                        width: 36px;
                                        display: inline-block;
                                        border-radius: 50%;
                                        transition: all .4s;
                                        line-height: var(--ztc-font-size-font-s36);
                                        text-align: center;
                                        background: var(--ztc-text-text-1);
                                        color: var(--ztc-text-text-2);
                                        transform: rotate(-45deg);
                                        position: relative;
                                        left: 8px;
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:var(--ztc-text-text-14)!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -255px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: var(--ztc-text-text-14);
                                  }
                                  &:hover > a::after{
                                    background: var(--ztc-text-text-4);
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: var(--ztc-text-text-14);
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  var(--ztc-text-text-14);
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: var(--ztc-text-text-14);
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage10.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    .header-elements {
        padding: 0;
    }
}

.btn-area {
    display: flex;
    align-items: center;
    .search-icon {
        a {
            right: 19px;
            position: relative;
            font-size: var(--ztc-font-size-font-s20);
            color: var(--ztc-bg-bg-1);
        }
    }
}
// HOMEPAGE10 HEADER ENDS //


// HOMEPAGE11 HEADER STARTS //
.homepage11-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage11-body{
    overflow-x: hidden;
    .header-area.homepage11 {
        position: absolute;
        width: 100%;
        z-index:999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: var(--ztc-text-text-1);
                        opacity: 60%;
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.10);
            backdrop-filter: blur(15px);
            padding: 16px 20px;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn18 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    color: #0F25A3;
                                    padding: 18px 24px;
                                    transition: all .4s;
                                    border-radius: 8px;
                                    position: relative;
                                    background: var(--ztc-text-text-1) !important;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100%;
                                        width: 0;
                                        left: 0;
                                        top: 0;
                                        background: var(--Linner-Color, linear-gradient(268deg, #408BFF 0.24%,  #0A18A1 98.24%));
                                        transition: all .4s;
                                        z-index: -1;
                                        border-radius: 8px;
                                    }
                                    &:hover {
                                        &::after {
                                            width: 100%;
                                            transition: all .4s;
                                        }
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                    }
                                    i {
                                        margin-left: 4px;
                                        display: inline-block;
                                        transform: rotate(-45deg);
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-1);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:#fff !important;
                            opacity: 80%;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -295px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: #0F25A3 !important;
                                    opacity: 1 !important;
                                  }
                                  &:hover > a::after{
                                    background: #0F25A3;
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: #0F25A3;
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background: #0F25A3;
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: #0F25A3 !important;
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .btn-area {
        display: inline-block !important;
    }
}
.header-area.homepage11.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-image: url(../img/bg/header-bg12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s;
    .header-elements {
        padding: 0;
        background: none;
    }
}
// HOMEPAGE11 HEADER ENDS //


// Homepage 12 //
.homepage12-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage12-body{
    overflow-x: hidden;
    .header-area.homepage12 {
        position: absolute;
        width: 100%;
        z-index:999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: #055346;
                        opacity: 60%;
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn20 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    color: #000000;
                                    padding: 18px 24px;
                                    transition: all .4s;
                                    border-radius: 4px;
                                    position: relative;
                                    background: #DDFA63;
                                    z-index: 1;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100%;
                                        width: 10px;
                                        left: 50%;
                                        top: 0; 
                                        transition: all .4s;
                                        background: #000000; 
                                        border-radius: 4px;
                                        z-index: -1;  
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        &::after {
                                            visibility: visible;
                                            opacity: 1;
                                            transition: all .4s;
                                            left: 0;
                                            width: 100%;
                                        }
                                    }
                                    i {
                                        margin-left: 4px;
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color: #055346;
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:#055346;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -295px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: #055346 !important;
                                    opacity: 1 !important;
                                  }
                                  &:hover > a::after{
                                    background: #055346;
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: #055346;
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: #055346;
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background: #055346;
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: #055346 !important;
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .btn-area {
        display: inline-block !important;
    }
}
.header-area.homepage12.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    transition: all .4s;
    .header-elements {
        padding: 0;
        background: none;
    }
}

// Homepage 13 //
.homepage13-body,html {
    overflow-x: hidden !important;
}
.commingsoon {
    object-fit: cover;
    border-radius: 4px;
}
.homepage13-body{
    overflow-x: hidden;
    .header-area.homepage13 {
        position: absolute;
        width: 100%;
        z-index:999;
        padding: 16px 0;
        transition: all .4s;
        .site-logo {
            img {
                width: 147px;
                height: 48px;
                object-fit: cover;
            }
        }
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: #FD2F39;
                        
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                           .homemenu-thumb {
                            transition: all .4s;
                            position: relative;
                            z-index: 1;
                            margin: 0 20px 0 0;
                            overflow: hidden;
                            &:hover {
                                .img1 {
                                    &::after {
                                        transform: scale(1);
                                        transition: all .4s;
                                        visibility: visible;
                                        opacity: 0.7;
                                    }
                                }
                                .homemenu-btn {
                                    top: 33%;
                                    visibility: visible;
                                    opacity: 1;
                                    transition: all .6s;
                                }
                            }
                            .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                            .img1 {
                                position: relative;
                                z-index: 1;
                                overflow: hidden;
                                height: 330px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100%;
                                    width: 100%;
                                    left: 0;
                                    top: 0;
                                    transition: all .4s;
                                    background: var(--ztc-text-text-2);
                                    opacity: 0;
                                    border-radius: 4px;
                                    transform: scale(0.8);
                                    z-index: 1;
                                    visibility: hidden;
                                }
                                img {
                                    height: 100%;
                                    width: 100%;
                                    border-radius: 4px;
                                    transition: all .4s;
                                    border: 1px solid #E5E7EB;
                                }
                            }
                            .homemenu-btn {
                                position: absolute;
                                top: 20%;
                                z-index: 2;
                                visibility: hidden;
                                opacity: 0;
                                text-align: center;
                                transition: all .6s;
                                margin: 0 auto;
                                left: 14%;
                                right: 14%;
                                .header-btn21 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    color: #fff;
                                    padding: 18px 24px;
                                    transition: all .4s;
                                    border-radius: 4px;
                                    position: relative;
                                    border-radius: 5px;
                                    background: var(--ddd, linear-gradient(91deg, #FF0A54 0.78%, #FF6F00 99.88%));
                                    z-index: 1;
                                    width: 160px;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100%;
                                        width: 10px;
                                        left: 50%;
                                        top: 0; 
                                        transition: all .4s;
                                        background: #09171B; 
                                        border-radius: 4px;
                                        z-index: -1;  
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                        &::after {
                                            visibility: visible;
                                            opacity: 1;
                                            transition: all .4s;
                                            left: 0;
                                            width: 100%;
                                        }
                                    }
                                    i {
                                        margin-left: 4px;
                                        transform: rotate(-45deg);
                                    }
                                }
                            }

                            .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                           } 
                           .homemenu-content {
                            a {
                                font-family: var(--ztc-family-font1);
                                font-size: var(--ztc-font-size-font-s16);
                                line-height: var(--ztc-font-size-font-s16);
                                font-weight: var(--ztc-weight-semibold);
                                color: var(--ztc-text-text-2);
                                transition: all .4s;
                                margin-top: 16px;
                                text-align: center;
                                display: block;
                                padding: 0 !important;
                            }
                           }
                        }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-2);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:#FD2F39!important;
                          }
                          
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -275px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: #FD2F39;
                                  }
                                  &:hover > a::after{
                                    background:#FD2F39;
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: #FD2F39;
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background: #FD2F39;
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: #FD2F39;
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage13.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: var(--ztc-text-text-1);
    transition: all .4s;
    .header-elements {
        padding: 0;
    }
}

.btn-area {
    display: flex;
    align-items: center;
    .search-icon {
        a {
            right: 19px;
            position: relative;
            font-size: var(--ztc-font-size-font-s20);
            color: var(--ztc-bg-bg-1);
        }
    }
}


// HOMEPAGE14 HEADER STARTS //
.homepage14-body{
    overflow-x: hidden;
    .header-area.homepage14 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: #fff;
                        opacity: 80%;
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 14%;
                                 right: 14%;
                                 .header-btn22 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    color: #fff;
                                    padding: 18px 24px;
                                    transition: all .4s;
                                    border-radius: 4px;
                                    position: relative;
                                    border-radius: 5px;
                                    background: #4D44C5;
                                    z-index: 1;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100%;
                                        width: 10px;
                                        left: 50%;
                                        top: 0; 
                                        transition: all .4s;
                                        background: #040306; 
                                        border-radius: 4px;
                                        z-index: -1;  
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                        &::after {
                                            visibility: visible;
                                            opacity: 1;
                                            transition: all .4s;
                                            left: 0;
                                            width: 100%;
                                        }
                                    }
                                    i {
                                        margin-left: 4px;
                                    }
                                }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-1);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:#fff!important;
                          }
    
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -285px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: #4D44C5 !important;
                                  }
                                  &:hover > a::after{
                                    background: #4D44C5 !important;
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: #4D44C5 !important;
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  #4D44C5 !important;
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: #4D44C5 !important;
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.header-area.homepage14.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #4D44C5;
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    .header-elements {
        .main-menu {
            ul {
                li {
                    a {
                        color: var(--ztc-text-text-1);
                    }
                }
            }
        }
    }
}


// HOMEPAGE15 HEADER STARTS //
.homepage15-body{
    overflow-x: hidden;
    .header-area.homepage15 {
        position: absolute;
        width: 100%;
        z-index:9999;
        padding: 16px 0;
        transition: all .4s;
        background: #1C64F2;
        nav#navbar-example2 {
            display: block;
            padding: 0;
            ul {
                li {
                    a.nav-link.active {
                        color: #fff;
                        opacity: 80%;
                    }
                }
            }
        }
        .header-elements {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            transition: all .4s;
            .all-images-menu {
                display: flex;
                align-items: center;
            }
            .main-menu{
                position: relative;
                .header-btn3 {
                    margin: 0 0 0 12px;
                }
                ul {
                    li {
                        display: inline-block;
                        position: relative;
                        .tp-submenu {
                            .homemenu-thumb {
                             transition: all .4s;
                             position: relative;
                             z-index: 1;
                             margin: 0 20px 0 0;
                             overflow: hidden;
                             &:hover {
                                 .img1 {
                                     &::after {
                                         transform: scale(1);
                                         transition: all .4s;
                                         visibility: visible;
                                         opacity: 0.7;
                                     }
                                 }
                                 .homemenu-btn {
                                     top: 33%;
                                     visibility: visible;
                                     opacity: 1;
                                     transition: all .6s;
                                 }
                             }
                             .img1.comming-soon {
                                &::after {
                                    display: none !important;
                                }
                            } 
                             .img1 {
                                 position: relative;
                                 z-index: 1;
                                 overflow: hidden;
                                 height: 330px;
                                 &::after {
                                     position: absolute;
                                     content: "";
                                     height: 100%;
                                     width: 100%;
                                     left: 0;
                                     top: 0;
                                     transition: all .4s;
                                     background: var(--ztc-text-text-2);
                                     opacity: 0;
                                     border-radius: 4px;
                                     transform: scale(0.8);
                                     z-index: 1;
                                     visibility: hidden;
                                 }
                                 img {
                                     height: 100%;
                                     width: 100%;
                                     border-radius: 4px;
                                     transition: all .4s;
                                     border: 1px solid #E5E7EB;
                                 }
                             }
                             .homemenu-btn {
                                 position: absolute;
                                 top: 20%;
                                 z-index: 2;
                                 visibility: hidden;
                                 opacity: 0;
                                 text-align: center;
                                 transition: all .6s;
                                 margin: 0 auto;
                                 left: 14%;
                                 right: 14%;
                                 .header-btn25 {
                                    display: inline-block;
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s18);
                                    line-height: var(--ztc-font-size-font-s18);
                                    font-weight: var(--ztc-weight-bold);
                                    color: #fff;
                                    padding: 18px 24px;
                                    transition: all .4s;
                                    border-radius: var(--rounded-full, 9999px);
                                    position: relative;
                                    background: #1C64F2;
                                    z-index: 1;
                                    &::after {
                                        position: absolute;
                                        content: "";
                                        height: 100%;
                                        width: 10px;
                                        left: 50%;
                                        top: 0; 
                                        transition: all .4s;
                                        background: #040306; 
                                        border-radius: var(--rounded-full, 9999px);
                                        z-index: -1;  
                                        visibility: hidden;
                                        opacity: 0;
                                    }
                                    &:hover {
                                        color: var(--ztc-text-text-1);
                                        transition: all .4s;
                                        transform: translateY(-5px);
                                        &::after {
                                            visibility: visible;
                                            opacity: 1;
                                            transition: all .4s;
                                            left: 0;
                                            width: 100%;
                                        }
                                    }
                                    i {
                                        margin-left: 4px;
                                    }
                                }
                             }

                             .text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 1;
                                top: 10px;
                                left: 0px;
                                &::after {
                                    position: absolute;
                                    content: "";
                                    height: 100px;
                                    width: 100px;
                                    left: -71px;
                                    top: -66px;
                                    transition: all 0.4s;
                                    background: #FF6610;
                                    transform: rotate(-45deg);
                                    z-index: -1;
                                }
                            h2 {
                                font-size: var(--ztc-font-size-font-s12);
                                font-weight: var(--ztc-weight-bold);
                                font-family: var(--ztc-family-font1);
                                transition: all .4s;
                                line-height: var(--ztc-font-size-font-s12);
                                color: var(--ztc-text-text-1);
                                transform: rotate(-45deg);
                            }
                        }
                            } 
                            .homemenu-content {
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-size: var(--ztc-font-size-font-s16);
                                    line-height: var(--ztc-font-size-font-s16);
                                    font-weight: var(--ztc-weight-semibold);
                                    color: var(--ztc-text-text-2);
                                    transition: all .4s;
                                    margin-top: 16px;
                                    text-align: center;
                                    display: block;
                                    padding: 0 !important;
                                }
                               }
                         }
                        &:hover {
                            .tp-submenu {
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                position: absolute;
                                transition: all .4s;
                                transform: scale(1);
                                top: 201.3%;
                            }
                            ul.dropdown-padding{
                                visibility: visible;
                                transition: all 0.5s ease-in-out;
                                opacity: 1;
                                z-index: 9;
                                top: 50px;
                                position: absolute;
                                transition: all .4s;
                            }
                        }
    
                        a {
                            font-family: var(--ztc-family-font1);
                            font-size: var(--ztc-font-size-font-s18);
                            font-weight: var(--ztc-weight-medium);
                            color:var(--ztc-text-text-1);
                            display: inline-block;
                            transition: all .4s;
                            padding: 0 20px;
                        }
                        &:hover > a{
                            transition: all .4s;
                            color:#fff!important;
                          }
    
                          .tp-submenu {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            left: -285px;
                            width: 1300px;
                            max-height: 600px;
                            overflow: hidden;
                            overflow-y: scroll;
                            display: block;
                            top: 201.3%;
                            transform: scale(1, 0);
                            transform-origin: top;
                          }
                        ul.dropdown-padding {
                            visibility: hidden;
                            opacity: 0;
                            box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
                            position: absolute;
                            background:var(--ztc-text-text-1);
                            top: 100px;
                            width: 225px;
                            z-index: 1;
                            transition: all .4s;
                            border-radius: 5px;
                            padding: 15px;
                            li.main-small-menu {
                                position: relative;
                                &:hover > a{
                                    transition: all .4s;
                                    padding-left: 25px;
                                    color: #1C64F2 !important;
                                  }
                                  &:hover > a::after{
                                    background: #1C64F2 !important;
                                    transition: all .4s;
                                    visibility: visible;
                                    opacity: 1;
                                    color: #1C64F2 !important;
                                  }
                            }
    
                            li {
                                display: block;
                                a {
                                    font-family: var(--ztc-family-font1);
                                    font-weight: var(--ztc-weight-medium);
                                    transition: all .4s;
                                    padding: 8px;
                                    display: block;
                                    position: relative;
                                    z-index: 1;
                                    border-radius: 4px;
                                    color: var(--ztc-text-text-2);
                                    &::after{
                                        position: absolute;
                                        content: "";
                                        height: 25px;
                                        width: 3px;
                                        transition: all .4s;
                                        z-index: -1;
                                        left: -10px;
                                        top: 20%;
                                        border-radius: 4px;
                                        display: inline-block;
                                        visibility: hidden;
                                        opacity: 0;
                                        background:  #1C64F2 !important;
                                    }
                                    &:hover{
                                        padding-left: 25px;
                                        color: #1C64F2 !important;
                                        &::after{
                                            border-radius: 4px;
                                            visibility: visible;
                                            transition: all .4s;
                                            opacity: 1;
                                            left: 0;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        .btn-area {
            align-items: center;
           .login {
            color: var(--white, #FFF);
            font-family: var(--ztc-family-font1);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px; 
            display: inline-block;
            transition: all .4s; 
            margin-right: 16px;     
           } 
        }
    }
}
.header-area.homepage15.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background: #1C64F2;
    transition: all .4s;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
    .header-elements {
        .main-menu {
            ul {
                li {
                    a {
                        color: var(--ztc-text-text-1);
                    }
                }
            }
        }
    }
}

/*============= HEADER CSS AREA ENDS ===============*/