  html {
    scroll-behavior: smooth;
  }

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    font-size: 10px;
    font-family: "Roboto Cn", sans-serif;
  }

  a {
    text-decoration: none;
    color: #eee;
    font-size: 13px;
  }




  .banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }

  .banner-slide {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-content {
    text-align: center;
    color: white;
    animation: fadeUp 1.5s ease-in-out;
  }

  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Water text animation */
  .water-text {
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    background: url("https://i.ibb.co/9WH8NvF/water-texture.gif") repeat;
    -webkit-background-clip: text;
    background-clip: text;
    animation: wave 4s infinite linear;
    line-height: 1.3;
    text-transform: uppercase;
  }

  @keyframes wave {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: 200px 0;
    }
  }

  /* Swiper controls */
  .swiper-button-next,
  .swiper-button-prev {
    color: white;
  }

  .swiper-pagination-bullet {
    background: #00d7c3;
  }




  h4 {
    color: #262228c7;
  }

  header {
    width: 100%;
    height: 100vh;
    /* background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.5)), url("/logos/florence banner.png") center no-repeat; */
    background: url("/logos/florence banner.png") center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .container {
    max-width: 120rem;
    width: 90%;
    margin: 0 auto;
  }

  .menu-toggle {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    color: #eeeeee;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1000;
    display: none;
  }

  .hero-heading {
    position: relative;
    top: 18rem;
  }

  .hero-heading h1 {
    text-align: center;
    color: white;
    font-size: 50px;
    padding-bottom: 2rem;

  }

  nav {
    padding-right: 3rem;
    padding-left: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    background: #73d3dd;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 15px;
  }

  .brand {
    font-size: 3rem;
    font-weight: 700;
    transform: translateX(-100rem);
    animation: slideIn .5s forwards;
  }

  .brand span {
    color: crimson;
  }

  nav ul {
    display: flex;
  }

  nav ul li {
    list-style: none;
    transform: translateX(100rem);
    animation: slideIn .5s forwards;
  }

  nav ul li:nth-child(1) {
    animation-delay: 0s;
  }

  nav ul li:nth-child(2) {
    animation-delay: .5s;
  }

  nav ul li:nth-child(3) {
    animation-delay: 1s;
  }

  nav ul li:nth-child(4) {
    animation-delay: 1.5s;
  }

  nav ul li a {
    padding: 1rem 0;
    margin: 0 3rem;
    position: relative;
    letter-spacing: 2px;
  }

  nav ul li a:last-child {
    margin-right: 0;
  }

  nav ul li a::before,
  nav ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: crimson;
    left: 0;
    transform: scaleX(0);
    transition: all .5s;
  }

  nav ul li a::before {
    top: 0;
    transform-origin: left;
  }

  nav ul li a::after {
    bottom: 0;
    transform-origin: right;
  }

  .overlay {
    background-color: rgba(0, 0, 0, .95);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: opacity 650ms;
    transform: scale(0);
    opacity: 0;
    display: none;
  }

  .brand-responsive {
    display: none;
  }

  nav ul li a:hover::before,
  nav ul li a:hover::after {
    transform: scaleX(1);
  }

  @keyframes slideIn {
    from {}

    to {
      transform: translateX(0);
    }
  }

  @media screen and (max-width: 700px) {



    .menu-toggle {
      display: block;
    }

    .brand-responsive {
      display: block;
      display: block;
      width: 170px;
      padding: 25px 26px;

    }

    .brand-responsive h1 span {
      color: crimson;
    }

    .service-pera {
      width: 100% !important;
    }

    nav {
      padding-top: 0;
      display: none;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      height: 100vh;
      text-align: center;
    }

    nav ul {
      flex-direction: column;
    }

    nav ul li {
      margin-top: 5rem;
    }

    nav ul li a {
      margin: 0;
      font-size: 2.5rem;
      font-size: medium;
    }

    .brand {
      font-size: 5rem;

    }

    .overlay.menu-open,
    nav.menu-open {
      display: inline;
      transform: scale(1);
      opacity: 1;
      /* position: relative;
	  top: -11rem; */
    }

    .hero-heading {
      top: 0 !important;
    }

    .ulockd-footer-font-icon {
      display: block !important;
    }

    .list-inline-item {
      text-align: center;
    }

  }

  /* navbar end  */



  /* tabel start  */

  .tabel-heading {
    background-color: #1F2739;
    margin: auto;
    color: white;
    font-size: x-large;
    padding: 5rem;
  }

  a {
    color: white;
  }

  h1 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #4DC3FA;
  }

  h2 {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 1em;
    padding-bottom: 2em;
    color: #00d7c3;
  }

  h2 a {
    font-weight: 700;
    text-transform: uppercase;
    color: #00d7c3;
    text-decoration: none;
  }

  .blue {
    color: #00afff;
  }

  .yellow {
    color: #3244a0;
  }

  .tabel-data th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #00afff;
  }

  .tabel-data td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;

  }

  .tabel-data td {
    border: 1px solid #6d5757;
    cursor: pointer;

  }

  th {
    border: 1px solid #6d5757;
  }

  .tabel-data {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0px 8px 0em 4px;
    background-color: black;
  }

  .tabel-data td,
  .tabel-data th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
  }

  /* Background-color of the odd rows */
  .tabel-data tr:nth-child(odd) {
    background-color: #323C50;
  }

  /* Background-color of the even rows */
  .tabel-data tr:nth-child(even) {
    background-color: #2C3446;
  }

  .tabel-data th {
    background-color: #1F2739;
  }

  .tabel-data td:first-child {
    color: white;
  }

  .tabel-data td {
    color: white;
  }

  .tabel-data tr:hover {
    background-color: #464A52;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
  }

  .tabel-data td:hover {
    background-color: #00afff;
    color: #2e00fff7;
    font-weight: bold;

    /* box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px; */
    transform: translate3d(6px, -6px, 0);

    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
  }

  @media (max-width: 500px) {
    td {
      font-size: smaller;

    }

    .responsive-btn {
      width: 104px !important;
      font-size: 10px;

    }

    /* tabel-data td, .tabel-data th {
	  padding-bottom: 0;
	  padding-top: 0; 
  } */
  }

  /* tabel end  */

  /* scroll button start */

  /* button hover with background */

  .btn_hover2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border: 1.5px solid #d12bec;
    color: #ffffff;
    z-index: 1;
    letter-spacing: 0.8px;
  }

  .btn_hover2::before {
    content: "";
    border-radius: 50px;
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.3s ease-in;
    background: linear-gradient(180deg, #ff7527 0%, #fabf28 100%);
    z-index: -1;
    top: 0;
    left: 0;
  }

  .btn_hover2:hover::before {
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(180deg, #ff7527 0%, #fabf28 100%);
  }


  /* button hover end */


  /* animation icon */

  @keyframes icon {
    0% {
      top: 0px;
    }

    50% {
      top: 10px;
    }

    100% {
      top: 0px;
    }
  }


  /* button back to top */

  #backToTopBtn {
    /* display: none; */
    position: fixed;
    background: #00d7c3;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #3244a0;
  }

  #backToTopBtn:hover {
    color: #ffffff;
  }


  .h2_margin {
    margin: 20px 0;
  }

  .hvr-underline-from-center {
    border: 1px solid #d9d9d9;
  }


  #callBtn {
    position: fixed;
    background: #00d7c3;
    bottom: 78px;
    right: 30px;
    z-index: 99;
    border: none;
    padding: 17px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #3244a0;
  }

  #callBtn,  #backToTopBtn i {
    font-size: 20px;
  }

  #callBtn:hover {
    color: #ffffff;
  }

  /* =====  End of 02. Global style  ===== */

  /* scroll button start */

  /* Pogo Slider End */


  @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }



  /* service  */

  .service-area {
    padding-top: 4rem;
  }

  .service-title {
    font-size: 5rem;
    padding-bottom: 0;
  }

  .service-pera {
    text-align: center;
    font-size: 25px;
    margin: auto;
    width: 55%;
    padding-bottom: 5rem;
  }

  #demo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    padding-bottom: 4rem;

  }


  .product-card {
    border: 5px solid #00d7c3;
    width: 316px;
    border-radius: 9px;
    height: 432px;

    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    /* margin: 50px auto; */
    background: #fafafa;
  }

  .product-tumb img {
    width: 100%;
  }

  .badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
  }

  .product-tumb {
    display: flex;
    overflow: hidden;
    justify-content: center;
    height: 210px;
    background: rgb(240, 240, 240);

  }


  .product-tumb img {
    max-width: 100%;
    max-height: 100%;
  }

  .product-tumb img:hover {
    transform: scale(1.15);
  }

  .product-details {
    padding: 20px;
    position: relative;
    /* top: -3rem; */
  }

  .product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
  }

  .product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
  }

  .product-details h4 a:hover {
    color: #fbb72c;
  }

  .product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
  }

  .product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
  }

  .product-heading {
    font-size: 18px !important;
    padding-bottom: 5rem;
  }

  .product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
  }

  .product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
  }

  .product-links {
    text-align: right;
  }

  .product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
  }

  .product-links a:hover {
    color: #fbb72c;
  }

  .button {
    width: 115px;
    height: 37px;
    padding-top: 11px;
    padding-bottom: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-left: -14px; */
    font-size: 14px;
    /* margin-bottom: 30px; */
    cursor: pointer;
    display: inline-block;
  }

  .button-1 {
    background-color: #3244a0;
    border: 3px solid #00d7c3;
    border-radius: 19px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    /* color: #00d7c3; */
    color: white;
  }

  .button-1:hover {
    box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
    border: 3px solid #00d7c3;
    background: #000;
    color: white;
  }

  .call-contact {
    display: flex;
    justify-content: space-between;
  }

  .contact-icons {
    position: relative;
    right: 6px
  }



  /* footer  */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

  body {
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
  }

  .container {
    max-width: 1170px;
    margin: auto;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
  }

  ul {
    list-style: none;
  }

  .footer-img {
    background-image: url('../img/1533.jpg');
    background-repeat: no-repeat;
  }

  .footer {
    background-image: url(../img/h3.jpg);
    background-size: cover;
    height: 431px;

    width: 100%;
    display: flex;

  }


  .footer-col {
    width: 50%;
    padding: 0 15px;
  }

  .footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }

  .footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }

  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
  }

  .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
  }

  .footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }

  .footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
  }

  /*responsive*/
  @media(max-width: 767px) {

    header {
      height: 320px;
    }

    .footer-col {
      width: 50%;
      margin-bottom: 30px;
    }
  }

  @media(max-width: 574px) {
    .footer {
      height: 260px;
    }

    .social-links-icon {
      display: flex;
      width: 100%;
    }

  }

  /* end  */