/*
@File: Bryn. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*********************************************
*********************************************

** - Default CSS
** - Section Title CSS
** - Go Top Button CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Popup Search CSS
** - Hero Area CSS
** - About Us Area CSS
** - Testimonials Area CSS
** - Choose Us Area CSS
** - Fun Fact Area CSS
** - Blog Area CSS
** - Footer Area CSS
** - Page Banner Area CSS
** - About Us Page
** - Testimonials Page
** - Appointment Page
** - Faq Page
** - Pricing Page
** - Blog Details Page
** - Contact Us Page
** - Products Page
** - Product Details Page
** - Cart Page
** - Checkout Page
** - Login Page
** - Terms & Condition Page
** - 404 Error Page CSS
** - Service Pagination CSS
** - Go Top Button CSS
** - keyframes CSS
*/
/*
Google Fonts
==========================================================================*/
@import url("../../../css2-2");
@import url("../../../css2-3");
:root {
  --headingFontFamily: "Libre Bodoni", serif;
  --pharagraphFontFamily: "Josefin Sans", sans-serif;
  --dark: #000000;
  --white: #ffffff;
  --primary: #4b2524;
  --paragraph: #555;
  --brown-color: #d4b172;
  --gray-color: #dddddd;
  --info-color: #001415;
  --star-color: #ffb31c;
  --font-size: 16px;
  --transition: all 0.5s;
}

/* Default CSS */
body {
  font-size: var(--font-size);
  font-family: var(--pharagraphFontFamily);
  color: var(--dark);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  font-family: var(--pharagraphFontFamily);
  margin-bottom: 15px;
  line-height: 1.65;
  transition: var(--transition);
}
p:last-child {
  margin-bottom: 0;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: var(--headingFontFamily);
  line-height: 1.3;
  color: var(--dark);
}
.h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--dark);
}
.h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--primary);
}

.h1, h1 {
  color: var(--white);
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

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

.form-control {
  height: 60px;
  padding: 20px;
  color: var(--info-color);
  border: 1px solid transparent;
  box-shadow: unset !important;
  transition: var(--transition);
  border-radius: 10px;
}
.form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraph);
  transition: var(--transition);
}
.form-control:focus {
  border: 1px solid var(--primary);
}
.form-control:focus::-moz-placeholder {
  color: var(--primary);
}
.form-control:focus::placeholder {
  color: var(--primary);
}

/* Section Padding */
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

/* Background Color */
.bg-d4b172 {
  background-color: #d4b172;
}

.bg-edebe8 {
  background: #edebe8;
}

.bg-e7e2d6 {
  background: #e7e2d6;
}

.bg-f1f0ed {
  background: #f1f0ed;
}

.bg-4b2524 {
  background-color: #4b2524;
}

.bg-001415 {
  background-color: #001415;
}

.bg-001415 {
  background-color: #001415;
}

.bg-786b89 {
  background-color: #786b89;
}

.bg-eeeaea {
  background-color: #eeeaea;
}

.bg-efa987 {
  background-color: #efa987;
}

.bg-cc8f9f {
  background-color: #cc8f9f;
}

.bg-8ea2a3 {
  background-color: #8ea2a3;
}

.bg-f3f3f3 {
  background-color: #f3f3f3;
}

.bg-eeeae4 {
  background-color: #eeeae4;
}

.bg-644987 {
  background-color: #644987;
}

.bg-efedea {
  background-color: #efedea;
}

.bg-faf8f7 {
  background-color: #faf8f7;
}

.c-555 {
  color: #555;
}

.c-e1e {
  color: #e1e1e0;
}

/* Font Size */
.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}

.fs-64 {
  font-size: 64px;
}

.fs-80 {
  font-size: 80px;
}

.br-10 {
  border-radius: 10px;
}

/*
Popup Btn CSS
================================================================================*/
.popup-btn {
  transition: var(--transition);
}
.popup-btn i {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--info-color);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  transition: var(--transition);
}
.popup-btn i::after {
  top: 0;
  left: -25px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: ripple 2s infinite linear;
}
.popup-btn:hover i {
  color: var(--white);
  background-color: var(--primary);
}

/* Default Container */
.container-fluid.side-padding {
  max-width: 1820px;
}
.container-fluid.wa-padding {
  max-width: 1700px;
}
.container-fluid.lt-padding {
  max-width: 1420px;
}
.container-fluid.lf-padding {
  max-width: 1400px;
}

/* Default Button */
.default-btn {
  border: none;
  box-shadow: none;
  padding: 16px 28px 13px 28px;
  border-radius: 10px;
  background-color: var(--primary);
  transition: var(--transition);
  font-weight: 600;
  position: relative;
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  overflow: hidden;
}
.default-btn i {
  font-size: 25px;
}
.default-btn::before {
  position: absolute;
  content: "";
  right: 0;
  width: 0%;
  height: 0%;
  bottom: 0;
  border-radius: 10px;
  background-color: var(--brown-color);
  transition: var(--transition);
  z-index: -1;
  opacity: 0;
}
.default-btn:hover {
  color: var(--white);
}
.default-btn:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* Section Heading */
.section-heading {
  margin-bottom: 35px;
}
.section-heading .sub-title {
  color: var(--brown-color);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
.section-heading h2 span {
  color: var(--brown-color);
}

/*
Section Title
================================================================================*/
.section-title {
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.section-title .sub-title {
  color: var(--brown-color);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.section-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
.section-title h2 span {
  color: var(--brown-color);
}

/*
Navbar Area CSS
================================================================================*/
.top-navbar {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
.navbar.two {
  padding-bottom: 20px;
  background-color: var(--info-color);
}
.navbar.style-3 {
  padding-bottom: 20px;
}
.navbar.style-one.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  padding-bottom: 20px;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  background-color: var(--info-color);
}
.navbar .navbar-brand {
  margin-right: 95px;
}
.navbar .navbar-brand .main-logo {
  max-width: 120px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 25px;
  margin-right: 25px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
  transition: 0.6s;
  position: relative;
  padding: 20px 0;
  z-index: 1;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  font-size: var(--font-size);
  color: var(--white);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  border: 0;
  right: 0;
  top: 20px;
  color: var(--title-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  transition: var(--transition);
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 65px;
  opacity: 0;
  width: 200px;
  padding: 15px 0;
  border-radius: 0;
  visibility: hidden;
  display: block !important;
  background-color: var(--white);
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
  border-left: 3px solid var(--primary);
  transition: var(--transition);
  transform: scaleY(0);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: var(--title-color);
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  right: 20px;
  border: 0;
  top: 12px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: auto;
  right: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--brown-color);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.navbar .navbar-toggler {
  color: var(--title-color);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: var(--white) !important;
}
.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  font-size: 25px;
  background-color: transparent;
  color: var(--white);
}
.navbar .others-options ul li .search1 {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: rgb(49, 78, 82);
}
.navbar .others-options ul li .search1:hover {
  background-color: var(--primary);
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.bg-rgb {
  background-color: rgba(0, 20, 21, 0.49);
}

/*
Popup Search CSS
================================================================================*/
.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.search-modal.modal {
  border: none;
  border-radius: 0;
}
.search-modal .modal-dialog {
  max-width: 500px;
  border-radius: 0;
}
.search-modal .modal-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-modal .btn-close {
  top: 30px;
  right: 20px;
  padding: 0;
  font-size: 25px;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: var(--transition);
}
.search-modal .btn-close:hover {
  transform: rotate(180deg);
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.search-modal .modal-body {
  padding: 80px 40px;
  border-radius: 0;
  background-color: var(--white);
}
.search-modal .modal-body .popup-form {
  position: relative;
}
.search-modal .modal-body .popup-form .form-control {
  height: 60px;
  padding: 12px 50px 12px 25px;
  border-radius: 0;
  border-color: var(--paragraph);
  background-color: #f5f5f5;
}
.search-modal .modal-body .popup-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control::placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control:focus {
  border-color: var(--info-color);
}
.search-modal .modal-body .popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .form-control:focus::placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .p-btn {
  border: none;
  box-shadow: unset !important;
  background-color: transparent;
  color: var(--white);
  padding: 10px 15px;
  top: 0px;
  line-height: 50px;
  right: 0;
  height: 60px;
  background-color: var(--info-color);
  position: absolute;
  font-size: 30px;
  transition: var(--transition);
}

/*
Responsive Navbar Area CSS
================================================================================*/
.mobile-navbar .offcanvas-header {
  padding: 30px 30px 65px;
  background-color: transparent;
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-header .btn-close {
  transition: var(--transition);
  font-size: 15px;
  cursor: pointer;
  top: 30px;
  left: 30px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: #e7e7e7 !important;
  opacity: 1;
}
.mobile-navbar .offcanvas-header .btn-close:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-body .mb-4 {
  margin-bottom: 35px !important;
}
.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  clear: both;
  width: 100%;
  color: var(--title-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0;
  margin: 18px 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
  height: 100%;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--info-color);
  font-size: 16px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  top: 15%;
  right: 0;
  content: "\eb0b";
  position: absolute;
  transform: translateY(-14%);
  transition: 0.6s;
  font-size: 16px;
  font-style: normal;
  font-family: tabler-icons !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
  color: var(--brown-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
  color: var(--brown-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .icon::after {
  display: none !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
  padding: 0 0 20px 0 !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
  padding: 0 20px;
  font-size: 16px;
  font-size: 15px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
  color: var(--brown-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
  color: var(--brown-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .nav-link.active {
  color: var(--brown-color) !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
  right: 15px;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
  padding: 0 !important;
  background-color: var(--bs-gray-100);
  margin: 0 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0 !important;
  margin: 18px 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items {
  transition: all 300ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ededed;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items li:last-child {
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > a {
  color: var(--brown-color);
}
.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.mobile-navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.mobile-navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  font-size: 25px;
  background-color: transparent;
  color: var(--white);
}
.mobile-navbar .others-options ul li .default-btn {
  font-size: 16px;
  padding: 12px 23px 11px 25px;
}
.mobile-navbar .others-options ul li .search1 {
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
  background-color: rgb(49, 78, 82);
}
.mobile-navbar .others-options ul li .search1:hover {
  background-color: var(--primary);
}
.mobile-navbar .others-options ul li:last-child {
  margin-right: 0;
}

/*
Main Banner Area CSS
================================================================================*/
.main-banner-area {
  padding-top: 180px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-banner-area .shape1 {
  top: 28%;
  left: 0;
  position: absolute;
}

.main-banner-image {
  margin-right: 20px;
  transition: var(--transition);
}
.main-banner-image img {
  border-radius: 80px 0px;
}
.main-banner-image::before {
  top: -20px;
  right: -20px;
  width: 315px;
  height: 320px;
  content: "";
  position: absolute;
  background-color: var(--brown-color);
  z-index: -1;
  transition: var(--transition);
}
.main-banner-image::after {
  bottom: -20px;
  left: -20px;
  width: 315px;
  height: 320px;
  content: "";
  position: absolute;
  background-color: var(--brown-color);
  z-index: -1;
  transition: var(--transition);
}
.main-banner-image .hero-shape {
  position: absolute;
  left: -280px;
  bottom: 150px;
}
.main-banner-image:hover::before {
  top: -20px;
  right: -30px;
}
.main-banner-image:hover::after {
  bottom: -20px;
  left: -30px;
}

.main-banner-content {
  margin-left: 220px;
}
.main-banner-content h1 {
  line-height: 1.1;
}
.main-banner-content h1 span {
  color: var(--brown-color);
}
.main-banner-content .review-warp ul li {
  margin-right: -15px;
}
.main-banner-content .review-warp ul li img {
  width: 50px;
  height: 50px;
}
.main-banner-content .review-warp ul li:last-child {
  margin-right: 0;
}
.main-banner-content .review-warp .review i {
  color: var(--star-color);
  font-size: 15px;
}
.main-banner-content .review-warp .review span {
  color: #cdc5bb;
  font-size: 14px;
}
.main-banner-content .mb-1 {
  margin-bottom: 40px !important;
}
.main-banner-content .social-icons li {
  position: relative;
  margin-right: 30px;
}
.main-banner-content .social-icons li i {
  font-size: 20px;
  color: var(--white);
  transition: var(--transition);
}
.main-banner-content .social-icons li i:hover {
  color: var(--brown-color);
}
.main-banner-content .social-icons li::before {
  top: 0;
  right: -20px;
  width: 1px;
  height: 18px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.21);
}
.main-banner-content .social-icons li:last-child {
  margin-right: 0;
}
.main-banner-content .social-icons li:last-child::before {
  display: none;
}
.main-banner-content .mb-60 {
  margin-bottom: 60px;
}

/*
Hero Area CSS h-2
================================================================================*/
.hero-area-warps .hero-btn {
  top: 40%;
  right: 15%;
  position: absolute;
  transition: var(--transition);
}
.hero-area-warps .hero-btn .swiper-button-next, .hero-area-warps .hero-btn .swiper-button-prev {
  font-size: 50px;
  font-weight: 100;
  color: var(--white);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ffffff;
  transition: var(--transition);
  z-index: 1;
}
.hero-area-warps .hero-btn .swiper-button-next::before, .hero-area-warps .hero-btn .swiper-button-prev::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: var(--transition);
}
.hero-area-warps .hero-btn .swiper-button-next::after, .hero-area-warps .hero-btn .swiper-button-prev::after {
  display: none;
}
.hero-area-warps .hero-btn .swiper-button-next:hover::before, .hero-area-warps .hero-btn .swiper-button-prev:hover::before {
  background-color: var(--primary);
}
.hero-area-warps .hero-btn .swiper-button-next {
  left: auto;
  top: 100px;
  right: 0;
}
.hero-area-warps .hero-btn .swiper-button-prev {
  left: auto;
  right: 0;
}

.hero-area {
  padding-top: 700px;
  padding-bottom: 180px;
  transition: var(--transition);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-area .hero-content {
  transition: var(--transition);
}
.hero-area .hero-content h1 {
  font-size: 220px;
  line-height: 1;
  margin-bottom: 0;
  transition: var(--transition);
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}
.hero-area .hero-content h2 {
  font-size: 80px;
}
.hero-area .hero-content h2 span {
  color: var(--brown-color);
}
.hero-area .hero-content .social-icons li {
  position: relative;
  margin-right: 30px;
}
.hero-area .hero-content .social-icons li i {
  font-size: 20px;
  color: var(--white);
  transition: var(--transition);
}
.hero-area .hero-content .social-icons li i:hover {
  color: var(--brown-color);
}
.hero-area .hero-content .social-icons li::before {
  top: 0;
  right: -20px;
  width: 1px;
  height: 18px;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.21);
}
.hero-area .hero-content .social-icons li:last-child {
  margin-right: 0;
}
.hero-area .hero-content .social-icons li:last-child::before {
  display: none;
}
.hero-area::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  background: linear-gradient(269deg, rgba(0, 20, 21, 0.5) 47.46%, rgba(0, 20, 21, 0.7) 68.84%);
}
.hero-area:hover .hero-content h1 {
  color: #d4b172 !important;
  -webkit-text-stroke-color: #d4b172 !important;
}

/*
Banner Area CSS h-3
================================================================================*/
.banner-area {
  padding-top: 320px;
  padding-bottom: 250px;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area .banner-shape {
  top: 0;
  left: 0;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  position: absolute;
}
.banner-area .banner4 {
  top: 57%;
  left: 50%;
  pointer-events: none;
  position: absolute;
}
.banner-area .banner-image {
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  position: absolute;
}

.banner-content .sub-title {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  color: var(--brown-color);
}
.banner-content .sub-title::before {
  content: "";
  width: 100%;
  height: 22px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.12);
}
.banner-content h1 {
  font-size: 70px;
}

/*
Practice Area CSS
================================================================================*/
.practice-area .practice-shape {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  height: 100%;
  pointer-events: none;
  position: absolute;
}

.single-practice-card {
  transition: var(--transition);
}
.single-practice-card .p-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.single-practice-card .p-image .p-icon {
  top: 25px;
  left: 25px;
  position: absolute;
  padding: 12px;
  border-radius: 5px;
  transition: var(--transition);
  background-color: var(--white);
}
.single-practice-card .p-image .p-icon img {
  max-width: 50px;
  transition: var(--transition);
}
.single-practice-card .card-body {
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.single-practice-card:hover {
  transform: translateY(-5px);
}
.single-practice-card:hover .p-image .p-icon {
  background-color: var(--brown-color);
}
.single-practice-card:hover .p-image .p-icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(64%) hue-rotate(51deg) brightness(114%) contrast(100%);
}

/*
Services Area CSS h-3
================================================================================*/
.services-area {
  overflow: hidden;
}
.services-area .servises-warps {
  margin: 0 -50px;
}
.services-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

.single-services-card {
  padding: 35px 45px;
  border-radius: 25px;
  background-color: var(--white);
  transition: var(--transition);
  border-top: 3px solid var(--white);
  border-bottom: 3px solid var(--primary);
}
.single-services-card .icon {
  width: 90px;
  height: 90px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  background: #f6efed;
  justify-content: center;
  transition: var(--transition);
}
.single-services-card .icon img {
  max-width: 50px;
  transition: var(--transition);
}
.single-services-card .more {
  color: #555;
}
.single-services-card:hover {
  border-top: 3px solid var(--brown-color);
  border-bottom: 3px solid var(--brown-color);
}
.single-services-card:hover .icon {
  animation: pop 0.3s 1;
  background-color: var(--primary);
}
.single-services-card:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(108%) contrast(100%);
}

/*
Couns Area CSS
================================================================================*/
.couns-items {
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 40px !important;
}
.couns-items .phone i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--primary);
  font-size: 25px;
  transition: var(--transition);
}
.couns-items .phone i:hover {
  background-color: var(--brown-color);
}
.couns-items .phone a {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
}
.couns-items .phone a:hover {
  color: var(--brown-color);
}
.couns-items.style-1 .shape {
  right: 100px;
}
.couns-items.style-1 .shape1 {
  left: 100px;
}
.couns-items .shape {
  top: 44%;
  right: 50px;
  position: absolute;
}
.couns-items .shape1 {
  top: 44%;
  left: 50px;
  position: absolute;
}

/*
About us Area CSS
================================================================================*/
.about-us-area .section-heading h2.mb-4 {
  margin-bottom: 15px !important;
}
.about-us-area .section-heading p {
  margin-bottom: 25px;
}
.about-us-area .section-heading .warp-card {
  padding: 40px 310px 40px 40px;
  margin-left: -90px;
  margin-bottom: 40px;
  position: relative;
  max-width: 690px;
}
.about-us-area .section-heading .warp-card li {
  font-size: 20px;
  margin-bottom: 15px;
}
.about-us-area .section-heading .warp-card li i {
  font-size: 25px;
  color: var(--brown-color);
}
.about-us-area .section-heading .warp-card li:last-child {
  margin-bottom: 0;
}
.about-us-area .section-heading .warp-card .shape {
  right: 90px;
  top: -10px;
  position: absolute;
  max-width: 150px;
}
.about-us-area .about-us-image .count-card {
  bottom: 30px;
  right: -65px;
  padding: 25px 60px;
  position: absolute;
  border-radius: 20px 1px 20px 0px;
}
.about-us-area .about-us-image .cricle-card {
  width: 180px;
  height: 180px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  border: 1px solid var(--brown-color);
  background-color: var(--white);
}
.about-us-area .about-us-image .cricle-card .shape {
  top: 12px;
  left: 13px;
  position: absolute;
}
.about-us-area .about-us-image .cricle-card .law {
  top: 30%;
  left: 30%;
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
}
.about-us-area .about-us-image .cricle-card .law .icon {
  max-width: 55px;
}
.about-us-area .about-us-image .law-card {
  top: 50px;
  left: -95px;
  position: absolute;
}
.about-us-area .about-us-image .a-shape {
  top: -25px;
  right: -25px;
  z-index: -1;
  position: absolute;
}

/*
About Area CSS h-2
================================================================================*/
.about-area {
  position: relative;
}
.about-area .about-image {
  position: relative;
}
.about-area .about-content {
  padding-bottom: 112px;
}
.about-area .about-content .side {
  position: relative;
  margin-bottom: 20px;
}
.about-area .about-content .side h2 {
  top: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  color: var(--brown-color);
  font-size: 74px;
  line-height: 1;
}
.about-area .about-content .side p {
  margin-left: 70px;
}

/*
Second About Area CSS h-3
================================================================================*/
.second-about-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.second-about-area .a-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.second-about-area .a-content {
  margin-left: -200px;
  padding: 120px 100px 120px 300px;
}
.second-about-area .a-content h2 {
  font-size: 50px;
}
.second-about-area .a-content h2 span {
  color: var(--brown-color);
}
.second-about-area .a-content .shape-choose {
  top: 250px;
  left: 0;
  opacity: 0.2;
  position: absolute;
}
.second-about-area .a-warps h3 {
  font-weight: 600;
}
.second-about-area .a-warps .icon {
  width: 120px;
  height: 65px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  border: 1px solid var(--info-color);
  justify-content: center;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.second-about-area .a-warps .icon img {
  max-width: 38px;
}

/*
Appointment Area CSS h-3
================================================================================*/
.appointment-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.appointment-area .content .cricle-card {
  position: relative;
  margin-bottom: 30px;
}
.appointment-area .content .cricle-card .shape {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.appointment-area .content .cricle-card .law {
  top: 28%;
  left: 46%;
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(89, 72, 42);
}
.appointment-area .content .cricle-card .law .icon {
  max-width: 55px;
}
.appointment-area .appointment-card {
  background-color: rgb(0, 20, 21);
  padding: 35px 35px;
  height: 100%;
  z-index: 1;
  position: relative;
}
.appointment-area .appointment-card textarea.form-control {
  height: 160px;
}
.appointment-area .appointment-card::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 10px;
  background-color: rgba(82, 193, 199, 0.15);
}
.appointment-area .appointment-card .form-control {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1294117647);
}
.appointment-area .appointment-card .form-control::-moz-placeholder {
  color: var(--white);
}
.appointment-area .appointment-card .form-control::placeholder {
  color: var(--white);
}
.appointment-area .appointment-card .form-control:focus {
  border: 1px solid var(--white);
}
.appointment-area .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
}

/*
Default pt Area CSS h-3
================================================================================*/
.default-pt-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Case Study Area CSS
================================================================================*/
.case-study-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.case-study-area .count-card {
  position: relative;
}
.case-study-area .count-card h2 {
  color: rgba(255, 255, 255, 0.19);
  -webkit-text-stroke-color: var(--info-color);
  font-size: 150px;
  font-weight: 700;
  line-height: 200px;
}
.case-study-area .count-card::before {
  top: 0;
  right: -65px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.19);
  content: "";
  position: absolute;
}
.case-study-area .rowgap.g-4, .case-study-area .rowgap .gx-4 {
  --bs-gutter-x: 200px;
}
.case-study-area .col-lg-4:nth-child(3) .count-card::before {
  display: none;
}

.single-case-card {
  transition: var(--transition);
}
.single-case-card .card-body h3 {
  -webkit-text-stroke-width: 1px;
  color: transparent !important;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.29);
  font-weight: 700;
}
.single-case-card .card-body h4 a:hover {
  color: var(--brown-color) !important;
}
.single-case-card .case-image {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.single-case-card .case-image i {
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 5px;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  transition: var(--transition);
  background-color: var(--primary);
}
.single-case-card .case-image i:hover {
  background-color: var(--brown-color) !important;
}
.single-case-card .case-image::after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(0, 117, 123, 0) 0%, #001415 94.23%);
}
.single-case-card:hover .case-image::after, .single-case-card.active .case-image::after {
  height: 100%;
}
.single-case-card:hover .case-image i, .single-case-card.active .case-image i {
  background-color: rgb(49, 78, 82);
}

.top-bar {
  margin-bottom: 35px;
}
.top-bar .as-btn {
  text-align: end;
}
.top-bar .as-btn .swiper-button-next, .top-bar .as-btn .swiper-button-prev {
  font-size: 24px;
  color: var(--white);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(49, 78, 82);
  border: 1px solid rgba(0, 0, 0, 0.2039215686);
  transition: var(--transition);
}
.top-bar .as-btn .swiper-button-next::after, .top-bar .as-btn .swiper-button-prev::after {
  display: none;
}
.top-bar .as-btn .swiper-button-next:hover, .top-bar .as-btn .swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--white);
}
.top-bar .as-btn .swiper-button-next:active, .top-bar .as-btn .swiper-button-prev:active {
  color: var(--white);
}
.top-bar .as-btn .swiper-button-next {
  left: auto;
  right: 0;
  background-color: var(--primary);
}
.top-bar .as-btn .swiper-button-prev {
  left: auto;
  right: 60px;
}

/*
Case Area CSS h-2
================================================================================*/
.case-area .shape {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

.case-card {
  transition: var(--transition);
  padding: 40px 30px;
}
.case-card h3 {
  margin-bottom: 15px;
}
.case-card .icon {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 30px;
  transition: var(--transition);
  background-color: var(--white);
}
.case-card .icon img {
  max-width: 50px;
}
.case-card:hover {
  transform: translateY(-5px);
}
.case-card:hover .icon {
  animation: pop 0.3s 1;
  background-color: var(--brown-color);
}

/*
Fun Fact Area CSS h-2
================================================================================*/
.fun-fact-area2 {
  position: relative;
}
.fun-fact-area2 .fun-image {
  max-width: 280px;
}
.fun-fact-area2 .fun-items .count-card {
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fun-fact-area2 .fun-items .count-card h2 {
  color: var(--brown-color);
}
.fun-fact-area2 .fun-items .count-card span {
  color: #555;
}
.fun-fact-area2 .style-1 {
  margin-left: 155px;
  margin-top: -20px;
}
.fun-fact-area2 .style-2 {
  bottom: 94px;
  right: 85px;
  position: absolute;
}
.fun-fact-area2 .style-3 {
  top: 310px;
  left: 115px;
  position: absolute;
}

/*
Gallery Area CSS h-2
================================================================================*/
.gallery-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.gallery-area .gallery-card {
  z-index: 1;
  position: relative;
  transition: var(--transition);
}
.gallery-area .gallery-card::after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(0, 117, 123, 0) 0%, #001415 94.23%);
}
.gallery-area .gallery-card.style-1::after {
  border-radius: 10px;
}
.gallery-area .gallery-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brown-color);
}
.gallery-area .gallery-card .card-body {
  bottom: 35px;
  right: 20px;
  left: 35px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.gallery-area .gallery-card.active::after {
  height: 100%;
}
.gallery-area .gallery-card.active .card-body {
  opacity: 1;
  visibility: visible;
}
.gallery-area .gallery-card:hover::after {
  height: 100%;
}
.gallery-area .gallery-card:hover .card-body {
  opacity: 1;
  visibility: visible;
}

/*
Meeting Area CSS h-2
================================================================================*/
.meeting-area {
  padding-top: 180px;
  padding-bottom: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.meeting-area .content {
  text-align: center;
}
.meeting-area .content h2 {
  font-size: 90px;
}
.meeting-area .content h2 span {
  color: var(--brown-color);
}

/*
Testimonial Area CSS
================================================================================*/
.testimonials-area:hover .testimonials-btn {
  opacity: 1;
  visibility: visible;
}

.testimoni-items {
  position: relative;
}
.testimoni-items .testimoni-card {
  z-index: 1;
  position: relative;
}
.testimoni-items .testimoni-card .user .u-image {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--brown-color);
}
.testimoni-items .testimoni-card .user .user-1 {
  max-width: 80px;
}
.testimoni-items .qoute1 {
  position: absolute;
  top: -15px;
  left: -10px;
  max-width: 100px;
}
.testimoni-items .qoute {
  bottom: 50px;
  right: 0;
  z-index: -1;
  max-width: 300px;
  position: absolute;
}
.testimoni-items .testimonials-btn {
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.testimoni-items .testimonials-btn .swiper-button-next, .testimoni-items .testimonials-btn .swiper-button-prev {
  font-size: 24px;
  color: var(--white);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(49, 78, 82);
  border: 1px solid rgba(0, 0, 0, 0.2039215686);
  transition: var(--transition);
}
.testimoni-items .testimonials-btn .swiper-button-next::after, .testimoni-items .testimonials-btn .swiper-button-prev::after {
  display: none;
}
.testimoni-items .testimonials-btn .swiper-button-next:hover, .testimoni-items .testimonials-btn .swiper-button-next:active, .testimoni-items .testimonials-btn .swiper-button-prev:hover, .testimoni-items .testimonials-btn .swiper-button-prev:active {
  background-color: var(--primary);
  color: var(--white);
}
.testimoni-items .testimonials-btn .swiper-button-next {
  left: auto;
  right: -100px;
}
.testimoni-items .testimonials-btn .swiper-button-prev {
  left: -100px;
  right: auto;
}

/*
Choose Us Area CSS
================================================================================*/
.choose-us-area .section-heading {
  margin-bottom: 15px !important;
}
.choose-us-area .choose-us-items.pse-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.choose-us-area .choose-us-items .shape {
  bottom: 0;
  right: 50px;
  z-index: -1;
  position: absolute;
}
.choose-us-area .choose-content ul li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 20px 30px;
  color: var(--dark);
  display: inline-block;
}
.choose-us-area .choose-content ul li span {
  color: var(--primary);
}
.choose-us-area .choose-content ul li:last-child {
  margin-bottom: 0;
}
.choose-us-area .choose-content ul .style1 {
  margin-left: 150px;
}
.choose-us-area .choose-content ul .style2 {
  margin-left: 50px;
}
.choose-us-area .choose-content ul .style3 {
  margin-left: 0;
}

/*
Why Choose Area CSS h-2
================================================================================*/
.why-choose-area .section-heading {
  padding: 100px 50px;
  border-radius: 10px 0 0 10px;
}
.why-choose-area .section-heading .b-r {
  max-width: 450px;
  padding-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(85, 85, 85, 0.22);
  border-bottom: 1px solid rgba(85, 85, 85, 0.22);
}
.why-choose-area .section-heading .warp .learn {
  color: var(--brown-color);
}
.why-choose-area .section-heading .shape {
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
.why-choose-area .why-image {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Second Choose Area CSS h-3
================================================================================*/
.second-choose-area .s-choose-content .title {
  margin-bottom: 35px;
}
.second-choose-area .s-choose-content .warps i {
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  color: var(--white);
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: var(--primary);
}
.second-choose-area .s-choose-content .mb-4 {
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.second-choose-area .images-items .br-2 {
  border-radius: 0px 100px;
}
.second-choose-area .images-items .br-3 {
  border-radius: 100px 0px;
}
.second-choose-area .a-image1 {
  width: 100%;
  height: 100%;
  border-radius: 0px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Pricing Area CSS h-3
================================================================================*/
.pricing-area .shape {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
}

.pricing-card {
  color: var(--white);
  border-radius: 20px;
  transition: var(--transition);
}
.pricing-card .pricing-title {
  padding: 40px 40px 25px;
  margin-bottom: 30px;
  color: var(--white);
  border-radius: 20px;
  transition: var(--transition);
  border-bottom: 3px solid var(--primary);
}
.pricing-card .pricing-title h4 {
  font-size: 50px;
  color: var(--primary);
}
.pricing-card .pricing-title h4 span {
  font-size: 16px;
  color: #555;
}
.pricing-card .pricing-title p {
  font-size: 18px;
  color: var(--paragraph);
}
.pricing-card .card-body {
  padding: 0 40px 40px 40px;
}
.pricing-card .card-body .default-btn {
  color: var(--info-color);
  background-color: #edebe8;
}
.pricing-card .card-body .default-btn::before {
  background-color: var(--primary);
}
.pricing-card .card-body .default-btn:hover {
  color: var(--white);
}
.pricing-card ul {
  margin-bottom: 35px;
}
.pricing-card ul li {
  color: #555;
  font-size: 20px;
  margin-bottom: 12px;
}
.pricing-card ul li i {
  font-size: 20px;
  color: var(--primary);
}
.pricing-card ul li:last-child {
  margin-bottom: 0;
}
.pricing-card:hover {
  transform: translateY(-10px);
}
.pricing-card:hover .pricing-title {
  border-color: var(--brown-color);
}
.pricing-card:hover .default-btn {
  color: var(--white);
  background-color: var(--primary) !important;
}

/*
Lowyer Us Area CSS
================================================================================*/
.lowyer-area .lowyer-card {
  position: relative;
  transition: var(--transition);
}
.lowyer-area .lowyer-card .card-body {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  position: absolute;
  border-top: 1px solid var(--brown-color);
  border-radius: 0px 0 10px 10px;
}
.lowyer-area .lowyer-card .card-body span {
  color: #b0b0b0;
}
.lowyer-area .lowyer-card .social-icons {
  bottom: 140px;
  right: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: var(--transition);
}
.lowyer-area .lowyer-card .social-icons li {
  margin-bottom: 10px;
}
.lowyer-area .lowyer-card .social-icons li:last-child {
  margin-bottom: 0;
}
.lowyer-area .lowyer-card .social-icons li i {
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: var(--transition);
  border: 1px solid var(--brown-color);
}
.lowyer-area .lowyer-card .social-icons li i:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}
.lowyer-area .lowyer-card:hover .social-icons {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

/*
Team Area CSS
================================================================================*/
.single-team-card {
  padding: 25px;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.single-team-card .card-body {
  margin-top: 25px;
  transition: var(--transition);
}
.single-team-card .card-body span {
  color: var(--primary);
}
.single-team-card .card-body i {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
  transition: var(--transition);
  background-color: var(--info-color);
}
.single-team-card .card-body i:hover {
  background-color: var(--brown-color);
}
.single-team-card:hover {
  border: 1px solid var(--primary);
}
.single-team-card:hover i {
  background-color: var(--primary);
}

/*
Support Area CSS
================================================================================*/
.support-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.support-area .support-card {
  position: relative;
  transition: var(--transition);
}
.support-area .support-card h4 {
  margin-bottom: 0;
}
.support-area .support-card.style-one::before {
  background-color: rgba(85, 85, 85, 0.5);
}
.support-area .support-card .icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.11);
}
.support-area .support-card .icon .cc-filter {
  transition: var(--transition);
  filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(4686%) hue-rotate(325deg) brightness(103%) contrast(83%);
}
.support-area .support-card .icon .cc-fil {
  transition: var(--transition);
}
.support-area .support-card::before {
  top: 0;
  right: -70px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.19);
  content: "";
  position: absolute;
}
.support-area .support-card:hover .icon {
  background-color: var(--primary) !important;
}
.support-area .support-card:hover .cc-filter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(108%) contrast(100%);
}
.support-area .support-card:hover .cc-fil {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(108%) contrast(100%);
}
.support-area .support-image {
  z-index: 2;
  height: 100%;
  width: 100%;
  padding-top: 345px;
  padding-bottom: 280px;
  margin-bottom: -300px;
  position: relative;
  background-size: cover;
  transition: var(--transition);
  background-repeat: no-repeat;
  background-position: center center;
}
.support-area .support-image .vedio-btn {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.support-area .support-image:hover .vedio-btn {
  opacity: 1;
  visibility: visible;
}
.support-area .rowgap.g-4, .support-area .rowgap .gx-4 {
  --bs-gutter-x: 180px;
}
.support-area .col-xl-3:nth-child(4) .support-card::before {
  display: none !important;
}
.support-area .lr-padding {
  padding: 40px 30px;
}
.support-area.style-1 {
  z-index: 1;
  margin-top: -120px;
  position: relative;
}

/*
Heritage Area CSS
================================================================================*/
.heritage-area {
  padding-top: 300px;
}
.heritage-area.style-1 {
  padding-top: 120px;
}
.heritage-area .her-number {
  position: relative;
}
.heritage-area .her-number .mb-5 {
  margin-bottom: 30px !important;
}
.heritage-area .her-number h3 {
  font-size: 55px;
  line-height: 1;
  color: var(--primary);
}
.heritage-area .her-number p {
  margin-bottom: 0;
}
.heritage-area .her-number .vector {
  top: 50%;
  left: 345px;
  position: absolute;
}
.heritage-area .rowgap.g-4, .heritage-area .rowgap .gx-4 {
  --bs-gutter-x: 270px;
}
.heritage-area .heritage-shape {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
}

/*
Free Qoute Area CSS
================================================================================*/
.free-qoute-area.style-1 .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.free-qoute-area .pse-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.free-qoute-area .shape {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
  position: absolute;
}

/*
Blog Area CSS
================================================================================*/
.single-blog-card {
  margin: 5px;
  transition: var(--transition);
}
.single-blog-card .b-image {
  overflow: hidden;
  position: relative;
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.single-blog-card .b-image img {
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.single-blog-card .b-image::after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  border-radius: 10px 10px 0 0;
  transition: var(--transition);
  background: linear-gradient(180deg, rgba(0, 117, 123, 0) 0%, #001415 94.23%);
}
.single-blog-card .b-image .date-items {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  color: var(--white);
  transition: var(--transition);
  border-radius: 10px;
  background-color: rgb(49, 78, 82);
  padding: 10px 15px 8px !important;
}
.single-blog-card .b-image .date-items li i {
  font-size: 20px;
  color: var(--brown-color);
}
.single-blog-card .card-body {
  padding: 30px;
  border-radius: 0 0 10px 10px;
}
.single-blog-card .card-body ul li i {
  font-size: 20px;
  color: var(--primary);
}
.single-blog-card .card-body .more {
  color: var(--paragraph);
}
.single-blog-card .card-body .more:hover {
  color: var(--brown-color);
}
.single-blog-card:hover {
  transform: translateY(-5px);
}
.single-blog-card:hover .b-image img {
  transform: scale(1.1);
  border-radius: 10px 10px 0 0;
}
.single-blog-card:hover .b-image::after {
  height: 100%;
}
.single-blog-card:hover .b-image .date-items {
  background-color: rgba(49, 78, 82, 0.57);
}

/*
Newslatter Area CSS
================================================================================*/
.newslatter-area .pes-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.newslatter-area .newslatter-items .news-shape {
  top: 15px;
  left: 38%;
  opacity: 0.3;
  z-index: -1;
  max-width: 320px;
  position: absolute;
}
.newslatter-area .newslatter-items .news-shape1 {
  top: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
}
.newslatter-area .newslatter-items .news-shape2 {
  top: 0;
  right: 0;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
}
.newslatter-area .newslatter-items .fill {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(285deg) brightness(104%) contrast(108%);
}
.newslatter-area .newsletter-form {
  position: relative;
}
.newslatter-area .newsletter-form .form-control {
  color: var(--white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.newslatter-area .newsletter-form .form-control::-moz-placeholder {
  color: var(--white);
}
.newslatter-area .newsletter-form .form-control::placeholder {
  color: var(--white);
}
.newslatter-area .newsletter-form .form-control:focus {
  border-color: var(--brown-color);
}
.newslatter-area .newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 28px 15px 28px;
}
.newslatter-area .newsletter-form .default-btn:hover {
  background-color: var(--primary);
}

/*
Footer Area CSS
================================================================================*/
.footer-area {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-area .b-b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .shape {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
}
.footer-area .rowgap.g-4, .footer-area .rowgap .gx-4 {
  --bs-gutter-x: 250px;
}
.footer-area .rowgap1.g-4, .footer-area .rowgap1 .gx-4 {
  --bs-gutter-x: 70px;
}
.footer-area .ps-xl-4 {
  padding-left: 120px !important;
}
.footer-area .cobyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-area .cobyright-area p {
  text-align: center;
  font-size: 18px;
  color: var(--white);
}
.footer-area .cobyright-area p span {
  color: var(--brown-color);
}
.footer-area .cobyright-area p a {
  color: var(--brown-color);
}

.footer-widget .logo {
  margin-bottom: 30px;
}
.footer-widget p {
  color: #b0b0b0;
  margin-bottom: 30px;
}
.footer-widget ul li {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 15px;
  transition: var(--transition);
}
.footer-widget ul li i {
  font-size: 16px;
  color: var(--white);
  transition: var(--transition);
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li span {
  color: #ddd;
}
.footer-widget ul li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.footer-widget ul li a {
  color: #ddd;
}
.footer-widget ul li:hover i {
  color: var(--brown-color);
}
.footer-widget ul li:hover a {
  color: var(--brown-color);
}
.footer-widget .social-icons li {
  margin-right: 10px;
  display: inline-block;
}
.footer-widget .social-icons li:last-child {
  margin-right: 0;
}
.footer-widget .social-icons li i {
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: var(--transition);
  border: 1px solid var(--brown-color);
}
.footer-widget .social-icons li i:hover {
  border: 1px solid var(--primary);
  color: var(--white);
  background-color: var(--primary);
}
.footer-widget .phone-card {
  transition: var(--transition);
}
.footer-widget .phone-card i {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.08);
}
.footer-widget .phone-card a {
  color: #c7c3c3;
}
.footer-widget .phone-card:hover i {
  background-color: var(--primary);
}
.footer-widget .newsletter-form {
  position: relative;
}
.footer-widget .newsletter-form .form-control {
  color: var(--white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: var(--white);
}
.footer-widget .newsletter-form .form-control::placeholder {
  color: var(--white);
}
.footer-widget .newsletter-form .form-control:focus {
  border-color: var(--brown-color);
}
.footer-widget .newsletter-form .newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 10px;
  background-color: var(--brown-color);
  transition: var(--transition);
}
.footer-widget .newsletter-form .newsletter-btn:hover {
  background-color: var(--primary);
}

/*
Page Banner Area CSS
================================================================================*/
.page-banner-area {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-banner-area .title {
  text-align: center;
}
.page-banner-area .title ul li {
  display: inline-block;
  color: #555;
  margin-right: 15px;
  position: relative;
}
.page-banner-area .title ul li .active {
  color: var(--brown-color);
}
.page-banner-area .title ul li .active:hover {
  color: var(--primary);
}
.page-banner-area .title ul li::before {
  position: absolute;
  content: "/";
  right: -15px;
  top: 0;
  color: #555;
}
.page-banner-area .title ul li:last-child {
  margin-right: 0;
}
.page-banner-area .title ul li:last-child::before {
  display: none;
}
.page-banner-area .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
}
.page-banner-area .shape2 {
  top: -100px;
  right: 0;
  z-index: -1;
  position: absolute;
}
.page-banner-area .shape3 {
  bottom: -100px;
  left: 0;
  z-index: -1;
  position: absolute;
}
.page-banner-area .shape4 {
  bottom: 50px;
  left: 0;
  z-index: -1;
  position: absolute;
}

/*
Testimonial Page CSS
================================================================================*/
.page-testimoni-area .testimoni-card {
  padding: 35px 30px 25px;
}
.page-testimoni-area .testimoni-card img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.page-testimoni-area .testimoni-card p {
  margin-bottom: 25px;
}
.page-testimoni-area .testimoni-card .all-icon .quote {
  color: var(--info-color);
  font-size: 50px;
}
.page-testimoni-area .testimoni-card .all-icon .star {
  font-size: 18px;
  color: var(--star-color);
}

/*
Second Gallery Area CSS
================================================================================*/
.second-gallery-area .g-image1 {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.second-gallery-area .g-image1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  margin: auto;
  transition: var(--transition);
  background-color: rgba(0, 20, 21, 0.7);
  border-radius: 10px;
  z-index: -1;
}
.second-gallery-area .g-image1:hover::before, .second-gallery-area .g-image1.active::before {
  width: 100%;
  height: 100%;
}
.second-gallery-area .g-image1:hover .icon, .second-gallery-area .g-image1.active .icon {
  opacity: 1;
  visibility: visible;
}
.second-gallery-area .icon {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.second-gallery-area .icon i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: var(--info-color);
  border-radius: 50%;
  transition: var(--transition);
  background-color: var(--white);
}
.second-gallery-area .icon i:hover {
  color: var(--white);
  background-color: var(--brown-color);
}

/*
Faq Page CSS
================================================================*/
.faq-area .fag-items {
  padding: 100px;
}

.faq-content .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}
.faq-content .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  background-color: var(--white);
  padding: 20px 25px;
  position: relative;
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion-item .accordion-button::before {
  position: absolute;
  content: "\eb0b";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: tabler-icons !important;
  color: var(--title-color);
}
.faq-content .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\eaf2";
}
.faq-content .accordion-item .accordion-body {
  padding: 20px 35px 20px 25px;
  background-color: #f3f3f3;
  border-top: none;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-top: 0;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

/*
Faq Page
================================================================*/
.single-adress-card {
  padding: 30px;
  border-radius: 10px;
  background-color: #f5f3f2;
  transition: var(--transition);
  border-bottom: 3px solid var(--primary);
}
.single-adress-card i {
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  transition: var(--transition);
  background-color: var(--white);
}
.single-adress-card a {
  display: block;
}
.single-adress-card:hover {
  transform: translateY(-5px);
  border-bottom: 3px solid var(--brown-color);
}
.single-adress-card:hover i {
  animation: pop 0.3s 1;
  color: var(--white);
  background-color: var(--brown-color);
}

/*
Contact Page CSS
================================================================*/
.contact-items {
  background-color: #f5f3f2;
  padding: 100px;
}
.contact-items .contact-card {
  padding: 40px;
  border-radius: 10px 0 0 10px;
}
.contact-items .contact-card textarea.form-control {
  height: 160px;
}
.contact-items .contact-card .form-control {
  background-color: #f5f3f2;
}
.contact-items .contact-image {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Map Area CSS
================================================================*/
.map-area iframe {
  width: 100%;
  height: 675px;
  border: none;
  border-radius: 10px;
}

/*
My Account Page CSS
================================================================*/
.login-form {
  padding: 40px 40px;
}
.login-form h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.login-form .form-control {
  color: var(--info-color);
  height: 56px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #edebe8;
}
.login-form .form-control::-moz-placeholder {
  color: var(--info-color);
}
.login-form .form-control::placeholder {
  color: var(--info-color);
}
.login-form .form-control:focus {
  border-color: var(--primary);
}
.login-form textarea.form-control {
  height: 160px;
}
.login-form .flex-warp {
  margin-bottom: 30px;
}
.login-form .form-check {
  display: block;
  min-height: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.login-form .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  background-color: transparent;
}
.login-form .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary);
  background-color: var(--primary);
}
.login-form .form-check label.form-check-label {
  margin-left: 10px;
}
.login-form .form-check label.form-check-label a {
  color: var(--info-color);
}
.login-form .password {
  color: var(--info-color);
}
.login-form .or {
  margin: 20px 0;
}
.login-form .or::before {
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
}
.login-form .or p {
  display: inline-block;
  font-weight: 500;
  padding: 0 25px;
  background-color: var(--white);
}
.login-form .or.style-1 p {
  background-color: #f3f3f3;
}
.login-form.style-br {
  border-radius: 10px 0 0 10px;
}
.login-form .book-btn {
  padding: 16px 25px 16px;
}
.login-form .facebook {
  color: #555;
  background-color: #f6f5ef;
  border-color: transparent;
}
.login-form .facebook.google {
  color: var(--info-color);
}
.login-form .facebook.google:hover {
  color: var(--white);
}
.login-form .facebook:hover {
  background-color: var(--primary);
  color: var(--white);
}
.login-form p a {
  color: var(--primary);
}

/*
Appointment image h-3
================================================================================*/
.app-image {
  height: 100%;
  width: 100%;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*
Forget Password Page CSS
================================================================*/
.forget-password-page {
  padding-top: 200px;
}

/*
Cart Page
================================================================*/
.cart-table .table thead tr {
  border-radius: 10px;
}
.cart-table .table thead tr th {
  padding: 15px 15px;
  border: none;
  font-weight: 500;
  color: var(--title-color);
  white-space: nowrap;
  background-color: #f5f3f2;
}
.cart-table .table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.cart-table .table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.cart-table .table tbody tr td {
  padding: 20px 15px;
  vertical-align: middle;
  color: var(--paragraph);
  white-space: nowrap;
  border-bottom: 1px solid rgba(217, 216, 216, 0.37);
}
.cart-table .table tbody tr td:first-child {
  padding-left: 0;
}
.cart-table .table tbody tr td:last-child {
  text-align: end;
}
.cart-table .table tbody tr .product-thumbnail img {
  width: 77px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-table .table tbody tr .product-name a {
  color: var(--title-color);
  font-weight: 500;
}
.cart-table .table tbody tr .product-name a:hover {
  color: var(--primary);
}
.cart-table .table tbody tr .product-quantity .quantity-selector {
  width: 120px;
  background-color: #f3f3f3;
}
.cart-table .table tbody tr .product-quantity .quantity-selector button {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.cart-table .table tbody tr .product-quantity .quantity-selector input {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.cart-table .table tbody tr .product-remove .remove {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #FF7562;
  font-size: 20px;
}

.cart-buttons .continue-shopping-box .default-btn {
  background-color: var(--primary);
  padding: 14px 26px;
}
.cart-buttons .continue-shopping-box .default-btn:hover {
  background-color: var(--primary);
}
.cart-buttons .form-control {
  height: 60px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.cart-buttons .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.cart-buttons .form-control::placeholder {
  color: var(--paragraph);
}
.cart-buttons .form-control:focus {
  border-color: var(--primary);
}
.cart-buttons .update-cart-box .default-btn {
  padding: 14px 26px;
  background-color: var(--brown-color);
  color: var(--white);
}
.cart-buttons .update-cart-box .default-btn::before {
  background-color: var(--primary);
}

.summery-content .summery-icon ul li {
  padding: 15px 20px;
  border: 1px solid rgba(40, 43, 45, 0.1);
  position: relative;
  color: #000000;
  margin-bottom: 15px;
}
.summery-content .summery-icon ul li span {
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--paragraph);
}
.summery-content .summery-icon ul li:last-child {
  margin-bottom: 0;
}
.summery-content .summery-icon ul li:last-child span {
  color: #000000;
}
.summery-content .summery-icon .default-btn {
  font-size: var(--font-size);
  padding: 14px 26px;
}
.summery-content .summery-icon .default-btn:hover {
  background-color: var(--primary);
}

/*
Checkout Page
================================================================*/
.rating.p-4 {
  padding: 16px 24px !important;
}
.rating a {
  color: var(--title-color);
  font-size: var(--font-size);
  font-weight: 400;
}

.checkout-form .form-label {
  color: var(--title-color);
  margin-bottom: 10px;
}
.checkout-form .form-control {
  color: var(--title-color);
  height: 50px;
  padding: 10px 15px;
  background-color: #efedea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.checkout-form .form-control:focus {
  border-color: var(--primary);
}
.checkout-form .textarea {
  min-height: 85px;
}

.summarize-order .warp {
  padding: 30px 40px 20px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
}
.summarize-order .br-1 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.summarize-order .list-total {
  padding: 20px 40px 30px;
}
.summarize-order .list-total li {
  margin-bottom: 15px;
  color: var(--title-color);
}
.summarize-order .list-total li:last-child {
  margin-bottom: 0;
}

.payment-method {
  padding: 30px 40px;
}
.payment-method .form-check {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 20px;
}
.payment-method .form-check .form-check-input {
  border-radius: 0;
  background-color: #eff4f0;
  border: 1px solid rgb(217, 216, 216);
}
.payment-method .form-check .form-check-input:focus {
  border-color: var(--primary);
}
.payment-method .form-check .form-check-input:checked {
  background-color: var(--info-color);
  border-color: var(--info-color);
}
.payment-method .default-btn {
  padding: 14px 30px;
}
.payment-method .default-btn:hover {
  background-color: var(--white);
}

/*
Products Page
================================================================*/
.top-bar .form-select {
  border: none;
  height: 50px;
  padding: 10px 15px;
  background-color: #efedea;
  border-radius: 10px;
  color: var(--info-color);
}
.top-bar .form-select option {
  color: var(--info-color);
}

/*
Products Page
================================================================*/
.single-products-card {
  transition: var(--transition);
}
.single-products-card .card-body {
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #e7e7e7;
}
.single-products-card .card-body h3 {
  margin-bottom: 5px;
}
.single-products-card .card-body span {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--primary);
}
.single-products-card .card-body .star i {
  font-size: 20px;
  color: var(--star-color);
}
.single-products-card .shop-image {
  z-index: 1;
  position: relative;
  transition: var(--transition);
}
.single-products-card .shop-image img {
  border-radius: 10px 10px 0 0;
}
.single-products-card .shop-image .default-btn {
  top: 50%;
  left: 50%;
  opacity: 0;
  padding: 8px 25px;
  font-weight: 500;
  visibility: hidden;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.single-products-card .shop-image::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  margin: auto;
  transition: var(--transition);
  background-color: rgba(0, 20, 21, 0.7);
  border-radius: 10px 10px 0 0;
  transition: var(--transition);
}
.single-products-card:hover .shop-image .default-btn {
  opacity: 1;
  visibility: visible;
}
.single-products-card:hover .shop-image::before {
  height: 100%;
}

/*
Product Details Page
================================================================*/
.product-details-content .list-star li i {
  font-size: var(--font-size);
  color: var(--star-color);
}
.product-details-content .medium {
  color: var(--paragraph);
  font-weight: 400;
}
.product-details-content .product-details-list {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.4);
}
.product-details-content .product-details-list li {
  margin-bottom: 10px;
}
.product-details-content .product-details-list li i {
  color: var(--star-color);
}
.product-details-content .product-details-list li:last-child {
  margin-bottom: 0;
}
.product-details-content .quantity-list {
  margin-bottom: 35px;
}
.product-details-content .quantity-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.product-details-content .quantity-list li:last-child {
  margin-right: 0;
}
.product-details-content .tags-list li {
  margin-bottom: 5px;
}
.product-details-content .tags-list li:last-child {
  margin-bottom: 0;
}
.product-details-content .social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-details-content .social-icons li::before {
  display: none;
}
.product-details-content .social-icons li a {
  display: inline-block;
  color: var(--info-color);
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-content .social-icons li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.product-details-content .social-icons li:last-child {
  margin-right: 0;
}

.quantity-selector {
  display: flex;
  align-items: center;
}
.quantity-selector button {
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(40, 43, 45, 0.15);
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: var(--transition);
  background-color: transparent;
  cursor: pointer;
}
.quantity-selector button:hover {
  background: #e0e0e0;
}
.quantity-selector input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid rgba(40, 43, 45, 0.15);
  font-size: 16px;
}
.quantity-selector .decrement {
  border-right: 0;
  background-color: transparent;
  border-radius: 10px 0 0 10px;
}
.quantity-selector .increment {
  border-left: 0;
  background-color: transparent;
  border-radius: 0 10px 10px 0;
}

.product-review-area .nav-tabs {
  border-bottom: 1px solid rgba(228, 228, 228, 0.51);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.product-review-area .nav-tabs .nav-item {
  border: none;
  margin-right: 30px;
}
.product-review-area .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-review-area .nav-tabs .nav-link {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph);
  position: relative;
}
.product-review-area .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--info-color);
  transition: var(--transition);
  opacity: 0;
}
.product-review-area .nav-tabs .nav-link.active, .product-review-area .nav-tabs .nav-link:hover {
  color: var(--title-color);
}
.product-review-area .nav-tabs .nav-link.active::before, .product-review-area .nav-tabs .nav-link:hover::before {
  opacity: 1;
}
.product-review-area .comments .default-btn {
  padding: 14px 30px;
}
.product-review-area .contact-card1 {
  padding: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.product-review-area .contact-card1 textarea.form-control {
  height: 160px;
}
.product-review-area .contact-card1 .form-control {
  background-color: var(--white);
}

.r-comment {
  padding: 25px 25px;
  background-color: #ededed;
}
.r-comment.style-1 {
  margin-left: 120px;
}
.r-comment .u-image-13 {
  width: 80px;
  height: 80px;
}
.r-comment span {
  display: block;
  margin-bottom: 10px;
}
.r-comment h4 {
  font-size: 22px;
}
.r-comment .read-more {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}
.r-comment .read-more:hover {
  color: var(--brown-color);
}

/*
Practice Details Page
================================================================*/
.practice-details-content .mb-1 {
  margin-bottom: 30px !important;
}
.practice-details-content .ps-5 {
  padding-left: 30px !important;
}
.practice-details-content .circle-list li {
  font-weight: 500;
  margin-bottom: 10px;
}
.practice-details-content .circle-list li i {
  font-size: 20px;
  color: var(--brown-color);
}
.practice-details-content .circle-list li:last-child {
  margin-bottom: 0;
}

.case-details-content .mb-1 {
  margin-bottom: 30px !important;
}
.case-details-content ul li {
  color: var(--info-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.case-details-content ul li i {
  font-size: 20px;
  color: var(--primary);
}
.case-details-content ul li:last-child {
  margin-bottom: 0;
}

.card-btnstyle {
  padding: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.sidebar .tag-card ul li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar .tag-card ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.sidebar .tag-card ul li.mb-3 {
  margin-bottom: 20px !important;
}
.sidebar .tag-card ul li a {
  color: #000;
  padding: 10px 15px 8px;
  border-radius: 10px;
  background-color: var(--white);
}
.sidebar .tag-card ul li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.sidebar .sidecard ul li {
  margin-bottom: 15px;
}
.sidebar .sidecard ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidecard ul li a {
  color: #000;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: var(--white);
}
.sidebar .sidecard ul li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.sidebar .contact-card {
  background-color: var(--info-color) !important;
}
.sidebar .phone-card {
  transition: var(--transition);
}
.sidebar .phone-card i {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--white);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.08);
}
.sidebar .phone-card a {
  color: #c7c3c3;
}
.sidebar .phone-card:hover i {
  background-color: var(--primary);
}
.sidebar .overview-card ul li {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 20, 21, 0.2);
}
.sidebar .overview-card ul li span {
  font-weight: 700;
}
.sidebar .overview-card ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar .search-box .form-control {
  color: var(--info-color);
  padding: 12px 20px;
  height: 60px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.sidebar .search-box .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.sidebar .search-box .form-control::placeholder {
  color: var(--paragraph);
}
.sidebar .search-box .form-control:focus {
  border-color: var(--primary);
}
.sidebar .search-box .read-more {
  top: 50%;
  right: 5px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: var(--primary);
  color: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: var(--transition);
}
.sidebar .search-box .read-more:hover {
  color: var(--white);
  background-color: var(--brown-color);
}
.sidebar .recent-card .warps span {
  color: var(--primary);
}

/*
Attorneys Details Page
================================================================*/
.attorneys-details-content {
  padding: 50px;
}
.attorneys-details-content .attorneys-content .mb-1 {
  margin-bottom: 30px !important;
}
.attorneys-details-content .attorneys-content .share {
  text-align: end;
}
.attorneys-details-content .attorneys-content .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.attorneys-details-content .attorneys-content .share li a {
  display: inline-block;
  color: var(--info-color);
  background-color: #e0e0e0;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.attorneys-details-content .attorneys-content .share li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.attorneys-details-content .attorneys-content .share li:last-child {
  margin-right: 0;
}
.attorneys-details-content .phone-card {
  transition: var(--transition);
}
.attorneys-details-content .phone-card i {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--info-color);
  transition: var(--transition);
  background-color: #e0e0e0;
}
.attorneys-details-content .phone-card a {
  color: var(--paragraph);
}
.attorneys-details-content .phone-card:hover i {
  color: var(--white);
  background-color: var(--primary);
}

/*
Blog Details Page
================================================================*/
.blog-content-details .mb-1 {
  margin-bottom: 30px !important;
}
.blog-content-details .date li i {
  font-size: 20px;
  color: var(--primary);
}
.blog-content-details .qoute-card .icon img {
  max-width: 80px;
}
.blog-content-details .qoute-card p {
  font-size: 25px;
  line-height: 1.2;
}
.blog-content-details .list li {
  color: var(--info-color);
  font-weight: 500;
  margin-bottom: 15px;
}
.blog-content-details .list li i {
  font-size: 20px;
  color: var(--primary);
}
.blog-content-details .list li:last-child {
  margin-bottom: 0;
}
.blog-content-details .share-tag {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid rgba(217, 216, 216, 0.4);
}
.blog-content-details .share-tag .tags li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.blog-content-details .share-tag .tags li a {
  color: var(--paragraph);
}
.blog-content-details .share-tag .tags li a:hover {
  color: var(--info-color);
}
.blog-content-details .share-tag .tags li:last-child {
  margin-right: 0;
}
.blog-content-details .share-tag .share {
  text-align: end;
}
.blog-content-details .share-tag .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.blog-content-details .share-tag .share li a {
  display: inline-block;
  color: var(--info-color);
  background-color: #f2f2f2;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.blog-content-details .share-tag .share li a:hover {
  color: var(--white);
  background-color: var(--info-color);
}
.blog-content-details .share-tag .share li:last-child {
  margin-right: 0;
}

.leave-card .contact-card1 {
  padding: 50px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.leave-card .contact-card1 textarea.form-control {
  height: 160px;
}
.leave-card .contact-card1 .form-control {
  background-color: var(--white);
}

/*
Terms & Condition Page
================================================================================*/
.terms-condition-content .mt-1 {
  margin-top: 35px !important;
}
.terms-condition-content .mb-1 {
  margin-bottom: 30px !important;
}

/*
404 Error Page CSS
================================================================================*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error-area .container {
  max-width: 700px;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap p {
  margin: 25px 0 35px;
  font-size: 20px;
  font-weight: 500;
}
.error-area .error-content-wrap .default-btn {
  padding: 17px 50px 17px;
}
.error-area .health-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/*
Default Pagination CSS
============================================================*/
.default-pagination .pagination {
  justify-content: center;
}
.default-pagination .pagination .page-item {
  margin-right: 10px;
  border-radius: 0;
}
.default-pagination .pagination .page-item .page-link {
  font-weight: 500;
  border: none;
  color: var(--info-color);
  width: 50px;
  height: 50px;
  font-weight: 500;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
  background-color: rgba(29, 70, 249, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-pagination .pagination .page-item .page-link span {
  font-size: 20px;
  position: relative;
  top: 2px;
  right: 0;
  color: var(--info-color);
  transition: var(--transition);
}
.default-pagination .pagination .page-item .page-link.active {
  border-color: var(--white);
  color: var(--white);
  background-color: var(--primary);
}
.default-pagination .pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.default-pagination .pagination .page-item .page-link:hover span {
  color: var(--white);
}
.default-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

/*
Go Top Button CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  background-color: var(--primary);
  color: var(--white);
  width: 40px;
  height: 40px;
  opacity: 0;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  transition: var(--transition);
  line-height: 42px;
  z-index: 4;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--brown-color);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.go-top:hover {
  color: var(--white);
}
.go-top:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*
Preloader Styles CSS
============================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .loader {
  width: 100px;
  height: 100px;
  border: 10px solid var(--primary);
  border-top: 10px solid var(--brown-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes wavy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*
Keyframes Area CSS
============================================================*/
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.float-bob-x1 {
  animation-name: float-bob-x1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes float-bob-x1 {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.border-trasform {
  animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.simple-rotate {
  animation: simple-rotate1 10s 1s linear infinite alternate;
}

@keyframes simple-rotate1 {
  100% {
    transform: rotate(360deg);
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate3d {
  animation: rotate3d 4s linear infinite;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.marquee {
  animation: marquee 25s linear infinite forwards;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
.d-pop {
  animation: pop 0.3s 1;
}

@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.slide-left {
  animation: slideLeftAnimation both;
  animation-timeline: view();
  transition: 0.6s;
}

@keyframes slideLeftAnimation {
  0% {
    transform: translateY(100px);
    opacity: 0;
    transition: 0.6s;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
    transition: 0.6s;
  }
}
.slide-right {
  animation: slideRightAnimation both;
  animation-timeline: view();
  transition: 0.6s;
}

@keyframes slideRightAnimation {
  0% {
    transform: translateX(-100px);
    opacity: 0;
    transition: 0.6s;
  }
  50% {
    transform: translateX(0px);
    opacity: 1;
    transition: 0.6s;
  }
}
.slide-top {
  animation: slideTopAnimation both;
  animation-timeline: view();
  transition: 0.6s;
}

@keyframes slideTopAnimation {
  0% {
    transform: translateY(-100px);
    opacity: 0;
    overflow: hidden;
    transition: 0.6s;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.6s;
  }
}
.slide-bottom {
  animation: slideBottomAnimation both;
  animation-timeline: view();
  transition: 0.6s;
}

@keyframes slideBottomAnimation {
  0% {
    transform: translateY(100px);
    opacity: 0;
    overflow: hidden;
    transition: 0.6s;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
    transition: 0.6s;
  }
}
.blur {
  animation: blurAnimation both;
  animation-timeline: view();
}

@keyframes blurAnimation {
  0% {
    filter: blur(20px);
  }
  35%, 65% {
    filter: blur(0px);
  }
  100% {
    filter: blur(20px);
  }
}
@keyframes appear {
  from {
    opacity: 0;
    scale: 0.8;
    transition: 0.6s;
  }
  to {
    opacity: 1;
    scale: 1;
    transition: 0.6s;
  }
}
.block {
  animation: appear linear;
  animation-timeline: view();
  transition: 0.6s;
  animation-range: entry 0% cover 35%;
}

@keyframes bg-move {
  50% {
    background-size: 150%;
  }
  100% {
    background-size: 200%;
  }
}
@keyframes marquee1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50.6%);
  }
}
@keyframes marquse {
  0% {
    transform: translateY(-50.6%);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-y {
  animation: bounce-y 10s linear infinite;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-x {
  animation: bounce-x 10s linear infinite;
}

@keyframes bounce-x {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-30px);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */