@font-face {
    font-family: 'providence-bold';
    src: url('../fonts/static/Outfit-Black.ttf') format('tff'),
        url('../fonts/static/Outfit-Bold.ttf') format('tff'),
        url('../fonts/static/Outfit-ExtraBold.ttf') format('tff'),
        url('../fonts/static/Outfit-ExtraLight.ttf') format('tff'),
        url('../fonts/static/Outfit-Light.ttf') format('tff'),
        url('../fonts/static/Outfit-Medium.ttf') format('tff'),
        url('../fonts/static/Outfit-Regular.ttf') format('tff'),
        url('../fonts/static/Outfit-SemiBold.ttf') format('tff'),
        url('../fonts/static/Outfit-Thin.ttf') format('tff');
          font-weight: normal;
          font-style: normal;
        }

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size: 18px;
    color: #fff;
    font-family: "Outfit", sans-serif;
}

body h1{
    font-size: 50px;
    font-weight: 600;
}

body h1 span{
    font-size: 56px;
    color: #c0d537;
    font-weight: 800;
}

::-webkit-scrollbar {
    display: none;
}

/* sidebar start */

.fullpage-wrapper {
    max-width: 5461px;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.sidebar {
    max-width: max-content;
    width: 100%;
    height: 100vh;
    background-color: #c0d537;
    position: fixed;
    z-index: 1;
    right: 0;
}

.sidebar .toggle {
    padding: 0px 20px;
    cursor: pointer;
}

.sidebar .toggle svg {
    fill: #fff;
    margin-top: 20px;
    transition: all 1s ease-in-out;
}

.sidebar .toggle svg:hover {
    border-bottom-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
}

.sidebar .logo {
    position: absolute;
    bottom: 10px;
}

.sidebar .logo img{
    width: 60px;
}

ul.header-social-icons {
    list-style: none;
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 1;
}

ul.header-social-icons .social-icon {
    display: inline-block;
    margin-right: 25px;
    padding: 3px 8px;
    padding-top: 7px;
    background: transparent;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

ul.header-social-icons .social-icon.mr-remove {
    margin-right: 0px;
}

ul.header-social-icons .social-icon:hover{
    background: #c0d537;
}

ul.header-social-icons .social-icon svg{
    fill: #c0d537;
}

ul.header-social-icons .social-icon:hover svg{
    fill: #fff;
}

.main-page .footer-text {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1;
}

.main-page .footer-text p{
    font-size: 20px;
}

.sidebar-content {
    max-width: max-content;
    width: 100%;
    background-color: #c0d537;
    padding: 20px 30px;
    display: none;
    position: fixed;
    z-index: 9;
    height: 100vh;
    transition: fadein 3s ease-in-out;
    right: 0;
}

.sidebar-content .sidebar-logo{
    width: 100%;
}

.sidebar-content .sidebar-logo img.logo-image {
    width: 70px;
}

.sidebar-content .sidebar-logo span.cross-icon {
    float: right;
    cursor: pointer;
}

.sidebar-content .sidebar-logo span.cross-icon svg{
    fill: #fff;
    transition: all 2s ease-in-out;
}

.sidebar-content ul.sidebar-menu-items {
    list-style: none;
    padding-top: 120px;
}

.sidebar-content .sidebar-menu-items .menu-items{
    margin: 30px 0px;
}

.sidebar-content .sidebar-menu-items .menu-items a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    width: fit-content;
    transition: .5s ease;
    overflow: hidden;
}

.sidebar-content .sidebar-menu-items .menu-items a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    /* transition: width ease .3s; */
}

.sidebar-content .sidebar-menu-items .menu-items.active a::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: width ease .3s;
} 

.sidebar-content .sidebar-menu-items .menu-items a.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: width ease .3s;
} 

.sidebar-content .sidebar-menu-items .menu-items a:hover::after{
    width: 100%;
}

.sidebar-content ul.sidebar-social-icons {
    width: 100%;
    list-style: none;
    padding-top: 50px;
}

.sidebar-content ul.sidebar-social-icons .social-icon{
    display: inline-block;
    margin-right: 25px;
    padding: 3px 8px;
    padding-top: 7px;
    background: transparent;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.sidebar-content ul.sidebar-social-icons .social-icon:hover{
    box-shadow: 0 0 6px 0 #ccc;
    background-color: #fff;
}

.sidebar-content ul.sidebar-social-icons .social-icon:hover svg{
    fill: #c0d537;
}

.sidebar-content ul.sidebar-social-icons .social-icon svg{
   fill: #fff;
}

.sidebar-content .sidebar-footer-text{
    position: absolute;
    bottom: 10px;
}

.sidebar-content .sidebar-footer-text p{
    font-size: 20px;
    color: #fff;
}

#fp-nav ul li a.active span::before {
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(-17.5px,6.5px);
    animation: fadeIn .2s ease-in-out;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

#fp-nav ul li a.active span::after {
    content: "";
    height: 2px;
    width: 12px;
    background: #ffffff;
    display: block;
    transform: translate(21px,5px);
    animation: fadeIn .2s ease-in-out;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

/* sidebar end */

/* home page start */
.outer-home{
    background-color: #0c0c0c;
}

.home {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-home{
    width: 100%;
    display: block;
}

.home .home-content {
    width: 53%;
    display: inline-block;
    padding: 50px 0px;
} 

.home .home-image{
    width: 46%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.home .home-content .home-paragraph{
    padding: 30px 0px;
}

.home .home-content .button{
    padding: 20px 0px;
}

.home .home-content .button a {
    font-size: 16px;
    padding: 10px 48px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
}

.home .home-content a:hover {
    background: #c0d537 ;
    border-color: #c0d537 ;
    transition: all 0.5s ease-in-out;
}

.home .home-image img{
    width: 100%;
    transition: transform 1.5s ease-in-out;
}

.home .home-image p.circle{
    width: 20px;
    height: 20px;
    background-color: #c0d537;
    border-radius: 50%;
    position: absolute;
    animation-name: bling;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transition: transform 1s ease-in-out;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
}

@keyframes bling{
    0%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(1.4);
    }
}

.circle:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #c0d537;
  border-radius: 50%;
  opacity: 0;
}

.circle:after {
  animation: ripple 2s ease-in infinite;
}

@keyframes ripple{
  0% { transform: scale(1); opacity: 0;}
  100% { transform: scale(2.0); opacity: 0.2; }
}

.home .home-image .hover-box {
    background-color: #fff;
    font-size: 15px;
    border: 0.1px solid #ebebeb;
    padding: 5px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    color: #c0d537;
}

.home .home-image .hover-box:after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #c4c1c1;
    position: absolute;
    right: 50%;
    top: 100%;
}

.home .home-image .hover-box-bottom {
    background-color: #fff;
    font-size: 15px;
    border: 0.1px solid #ebebeb;
    padding: 5px;
    color: #c0d537;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.home .home-image .hover-box-bottom::before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #c4c1c1;
    border-top: 6px solid transparent;
    position: absolute;
    right: 50%;
    bottom: 103%;
}

.home .home-image .one {
    position: absolute;
    top: 25%;
    left: 8%;
}

.home .home-image .comfortable {
    display: none;
    position: relative;
    top: -40px;
    left: -31px;
    min-width: max-content;
}

.home .home-image .one:hover .comfortable{
    display: block;
}

.home .home-image .two {
    position: absolute;
    top: 10%;
    left: 50%;
}

.home .home-image .flexible {
    display: none;
    position: absolute;
    top: 30px;
    left: -35px;
    min-width: max-content;
}

.home .home-image .two:hover .flexible{
    display: block;
}

.home .home-image .three {
    position: absolute;
    top: 26%;
    right: 5%;
}

.home .home-image .soft {
    display: none;
    position: absolute;
    top: -40px;
    left: -35px;
    min-width: max-content;
}

.home .home-image .three:hover .soft{
    display: block;
}

.home .home-image .four {
    position: absolute;
    bottom: 12%;
    right: 20%;
}

.home .home-image .light {
    display: none;
    position: absolute;
    top: 30px;
    left: -35px;
    min-width: max-content;
}

.home .home-image .four:hover .light{
    display: block;
}

.home .home-image .five {
    position: absolute;
    bottom: 8%;
    left: 18%;
}

.home .home-image .arch {
    display: none;
    position: absolute;
    top: -40px;
    left: -35px;
    min-width: max-content;
}

.home .home-image .five:hover .arch{
    display: block;
}
/* home page end */

/* products page start */
.outer-products{
    background-color: #0c0c0c;
}

.products {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.products .inner-product{
    width: 100%;
    display: block;
}

.products .products-head{
    width: 100%;
}

.products .products-head .products-heading{
    width: 47%;
    display: inline-block;
}

.products .products-head .products-counter {
    width: 52.38%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
}

.products-counter ul.products-box {
    display: inline-block;
    margin: 5px 20px;
    list-style: none;
    text-align: center;
    font-size: 18px;
}

.products-counter ul.products-box li.counter {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* slider start */
    .products .slider .img-wish,
    .products .slider .img-wish[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        transform: scale(0.7, 0.7);
        transition: all 0.4s ease-in-out;
    }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
    .products .slider .slick-center,
    .products .slider .img-wish[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
        transform: scale(1.0);
    }

    .products .slider .slick-current.slick-active{
        img{
            transform: scale(1.0);
        }
        .slide-products-details{
            display: block;
        }
    }
    
    .products .slick-next, .slick-prev{
        z-index: 5;
    }

    .products .slick-prev{
        left: 15px;
        transform: rotate(-45deg);
    }

    .products .slick-next, .products .slick-prev {
        color: transparent;
        font-size: 26px;
        width: 30px;
        height: 30px;
        display: block;
        border-top: 1px solid #c0d537;
        border-left: 1px solid #c0d537;
    }

    .slick-prev:hover, .slick-next:hover{
        border-top: 2px solid #c0d537;
        border-left: 2px solid #c0d537;
    }

    .products .slick-next {
        right: 15px;
        transform: rotate(135deg);
    }

    .products .slick-prev, .products .slick-next {
        top: 50%;
    }

    .products .slick-next::before, .products .slick-prev::before {
        content: " ";
    }

    .products .slider {
        width: 100%;
        padding-top: 50px;
    }

    .products .slider .img-wish{
        margin: 0px 2px;
        height: auto;
        transition: all 0.4s ease-in-out;
    }

    .products .slider .img-wish .slide-products-details{
        text-align: center;
        display: none;
    }

    .products .slider .img-wish img {
        display: block;
        width: 100%;
    }

    .products .slider .img-wish .slide-products-details h5{
        font-size: 28px;
        margin: 20px 0px;
        font-weight: bold;
    }

    .products .slider .img-wish .slide-products-details button {
        font-size: 16px;
        padding: 10px 36px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        border-radius: 50px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        margin-top: 20px;
    }

    .products .slider .img-wish .slide-products-details button:hover{
        background: #c0d537;
        border-color: #c0d537;
        color: #ffffff;
    }


    /* inside slider  */

    .products .pop-up {
        top: 50px;
        bottom: 0;
        display: none;
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;
        height: 550px;
        padding: 15px;
        padding-top: 0px;
        background: #fff;
        position: fixed;
        box-sizing: border-box;
        z-index: 99999;
        font-size: 20px;
        overflow: scroll;
        box-shadow: 0 0 10px 0 #ccc;
        color: #0c0c0c;
    }

    .products .pop-up .close-popup {
        text-align: right;
        width: 100%;
        display: block;
        cursor: pointer;
        position: relative;
        top: 15px;
    }

    .products .pop-up .close-popup svg{
         fill: #c0d537;
    }

    .products .pop-up .product-image{
        width: 49%;
        display: inline-block;
    }

    .products .pop-up .product-image img{
        width: 90%;
    }

    .products .pop-up .product-description {
        width: 49%;
        display: inline-block;
        margin-left: 10px;
        vertical-align: top;
        padding-top: 50px;
    }

    .products .pop-up .product-description div{
        margin-bottom: 20px;     
    }

    .products .pop-up .product-description div.article-no{
        font-weight: 600;     
        margin-bottom: 1px;
    }

    .products .pop-up .product-description .product-name{
        color: #c0d537;
    }
    
    .products .pop-up .product-description h1{
        font-size: 48px;
    }

    .products .pop-up .product-description .size{
        color: #c0d537;
    }

    .products .pop-up .product-description .size li{
        opacity: 0.5;
    }

    .products .pop-up .product-description .size li.active{
        opacity: 1;
        color: #0c0c0c;
    }

    .products .pop-up .product-description span{
        margin-left: 10px;
    }

    .products .pop-up .product-description span li{
        list-style-type: none;
        display: inline-block;
        margin: 0px 5px;
        cursor: pointer;
        color: #c0c0c0;
    }

    .products .quantity button {
        padding: 0;
        margin: 0;
        border-style: none;
        touch-action: manipulation;
        display: inline-block;
        border: none;
        background: none;
        cursor: pointer;
    }

    .products .quantity{
        width: 49%;
        display: inline-block;
        color: #c0d537;
    }

    .products .quantity .qty {
        input {
            text-align: center;
            border: none;
            appearance: none;
            outline: none;
            width: 10%;
            font-size: 20px;
        }

        button {
            width: 20px;
            color: #c0c0c0;
            font-size: 20px;
        }
    }

    .products .pop-up .color{
        width: 49%;
        display: inline-block;
        color: #c0d537;
    }

    .products .pop-up .color span li{
        width: 15px;
        height: 15px;
        border: 1px solid #cacaca;
    }

    .products .pop-up .color span li:nth-child(1){
        background-color: #fff;
    }

    .products .pop-up .color span li:nth-child(2){
        background-color: #c0d537;
    }

    .products .pop-up .color span li:nth-child(3){
        background-color: #0c0c0c;
    }

    .products .pop-up .color li.active{
        border: 1px solid #000;
    }

    .products .pop-up .price{
        color: #c0d537;
        font-size: 32px;
    }

    .products .pop-up .product-description .buy-now-btn a{
        font-size: 16px;
        padding: 6px 35px;
        background: transparent;
        border: 2px solid #c0c0c0;
        color: #c0c0c0;
        border-radius: 50px;
        font-weight: bold;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

    .products .pop-up .product-description .buy-now-btn a:hover{
        background: #c0d537;
        border-color: #c0d537;
        color: #fff;
    }

/* slider end */

/* products page end */

/* gallery section start */

.outer-gallery{
    background-color: #0c0c0c;
}

.gallery {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-gallery{
    width: 100%;
    display: block;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 1s ease-in-out;
}

.gallery img:hover {
    transform: scale(1.1);
}

.gallery .bag-name {
    color: #c0d537;
    font-size: 22px;
}

.gallery .bag-text {
    padding-top: 20px;
    overflow: hidden;
    font-size: 16px;
    height: 120px;
}

.gallery .readmore-btn{
    padding-top: 15px;
}

.gallery .readmore-btn a {
    background: transparent;
    font-weight: bold;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 50px;
}

.gallery .readmore-btn a:hover {
    background: #c0d537;
    border-color: #c0d537;
}

.gallery .gallery-first {
    width: 100%;
    display: block;
    padding-top: 20px;
}

.gallery .travelling-bag {
    width: 68%;
    display: inline-block;
}

.gallery .travelling-bag-image {
    width: 49.74%;
    display: inline-block;
}

.gallery .travelling-bag-detail {
    width: 49.18%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.gallery .travelling-bag-detail .readmore-btn{
    padding-top: 25px;
}

.gallery .luggage-bag {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.gallery .luggage-bag img{
    width: 100%;
}

.luggage-bag-detail {
    padding: 5px;
}

.gallery .gallery-second {
    width: 100%;
    display: block;
    padding-top: 20px;
}

.gallery .shopping-bag {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.gallery .shopping-bag img{
    /* transform: rotate(-20deg); */
    height: 130px;
}

.shopping-bag-detail {
    padding: 5px;
}

.gallery .school-bag {
    width: 68%;
    display: inline-block;
}

.school-bag-image {
    width: 49.74%;
    display: inline-block;
}

.school-bag-detail {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.gallery .school-bag-detail .readmore-btn {
    padding-top: 25px;
}

.gallery .gallery-slider{
    display: none;
}

/* gallery section end */

/* Reviews page start */
.outer-reviews{
    background-color: #0c0c0c;
}

.reviews {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-reviews{
    width: 100%;
    display: block;
}

.reviews .reviews-heading{
    width: 100%;
    text-align: center;
}

/* slider start */

    .reviews .slider {
        width: 100%;
        padding: 25px 0px;
    }

    .reviews .slider .img-wish{
        margin: 0px 2px;
        text-align: center;
    }

    .reviews .slider .img-wish .reviewed-person {
        list-style: none;
        text-align: center;
    }

    .reviewed-person li{
        margin: 20px 0px;
    }

    .reviewed-person li.icon svg{
        fill: #c6c6c6;
    }

    .reviewed-person li.text {
        font-weight: 300;
        height: 45px;
        overflow: hidden;
    }

    .reviewed-person li.image img {
        width: 90px;
        height: 90px;
        text-align: center;
        display: inline;
        border-radius: 50%;
        object-fit: cover;
    }

    .reviewed-person li.name {
        font-weight: 600;
        font-size: 20px;
    }

/* slider end */

/* Reviews page end */

/* contact page start */
.outer-contact{
    background-color: #0c0c0c;
}

.contact {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 60px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-contact{
    width: 100%;
    display: block;
}

.contact .contact-heading{
    width: 100%;
}

.contact .contact-detail{
    width: 100%;
    padding: 25px 0px;
}

.contact .contact-address {
    width: 55%;
    display: inline-block;
}

.contact .contact-detail ul{
    list-style-type: none;
    font-size: 17px;
}

.contact .contact-detail ul li {
    display: inline-block;
    margin: 15px 30px 0px 0px;
}

.contact .contact-detail ul svg{
    fill: #c0d537;
}

.contact .contact-detail ul svg.phone {
    vertical-align: middle;
    transform: rotate(45deg);
}

.contact .contact-detail ul svg.arrow{
    vertical-align: middle;
}

.contact-address li h4.head{
    font-size: 30px;
    font-weight: 400;
}

.contact .contact-detail li.contact-email {
    width: 100%;
}

.contact .contact-detail .contact-address .social-icon{
    margin-right: 25px;
    padding: 3px 8px;
    padding-top: 7px;
    background: transparent;
    border-radius: 50%;
}

.contact-address .contact-email a{
    color: #fff;
    text-decoration: none;
}

.contact .contact-detail .contact-address .social-icon:hover{
    background: #c0d537
}

.contact .contact-detail .contact-address .social-icon:hover svg{
   fill: #fff;
}

.contact .contact-form {
    width: 43%;
    vertical-align: top;
    display: inline-block;
}

.contact form{
    width: 100%;
}

.contact form input {
    width: 100%;
    border: none;
    outline: none;
    padding-bottom: 15px;
    padding-left: 10px;
    margin: 20px 0px;
    border-bottom: 1px solid #c0d537;
    appearance: none;
    height: 42px;
    border-radius: 3px;
}

.contact form input::placeholder{
    font-family: "Outfit", sans-serif;
    font-size: 14px;
}

.contact form textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #c0d537;
    width: 100%;
    border-radius: 3px;
    padding-top: 5px;
    padding-left: 10px;
}

.contact form textarea::placeholder {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
}   

.contact form textarea::placeholder{
    font-size: 16px;
}

.contact form .submitbtn {
    width: 100%;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    padding: 10px 0px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.contact form .submitbtn:hover{
    background: #c0d537;
    border-color: #c0d537;
}

.contact .submit-popup {
    display: none;
    width: max-content;
    height: max-content;
    position: fixed;
    top: 25%;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    transform: translate(-50%, -50%);
    padding: 25px;
    text-align: center;
}

.contact .submit-popup p.submit-close {
    text-align: right;
}

.contact .submit-popup p{
    color: #0c0c0c;
}

.contact .submit-popup p strong{
    font-size: 20px;
}

.contact .submit-popup img{
    width: 100px;
}

.contact .contact-detail .contact-slider{
    display: none;
}

/* contact page end */
