/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/
;.unlockafe-circle-menu-wrapper .floating-menu-container {
    position: relative;
    display: inline-block;
}

.unlockafe-circle-menu-wrapper .fab {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 10;
    position: relative;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .fab {
    transform: scale(0.8);
    background-color: #333;
}

.unlockafe-circle-menu-wrapper .fab i {
    font-size: 24px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.unlockafe-circle-menu-wrapper .fab .icon-menu,
.unlockafe-circle-menu-wrapper .fab .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.unlockafe-circle-menu-wrapper .fab .icon-menu {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
}

.unlockafe-circle-menu-wrapper .fab .icon-close {
    transform: translate(-50%, -50%) scale(0) rotate(-45deg);
    opacity: 0;
}

.unlockafe-circle-menu-wrapper .menu-items {
    position: absolute;
    /* left: 50%; */
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    pointer-events: none;
    bottom: 75px;
    z-index: 999;
}

.unlockafe-circle-menu-wrapper .menu-items li {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transform: translateY(20px);
}

.unlockafe-circle-menu-wrapper .menu-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.unlockafe-circle-menu-wrapper .menu-items a:hover {
    transform: scale(1.15) !important;
}
.unlockafe-circle-menu-wrapper .floating-menu-container.active .fab .icon-menu {
    transform: translate(-50%, -50%) scale(0) rotate(45deg);
    opacity: 0;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .fab .icon-close {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
    opacity: 1;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items {
    pointer-events: auto;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items li {
    opacity: 1;
}
.unlockafe-circle-menu-wrapper .menu-rectangle .fab,
.unlockafe-circle-menu-wrapper .menu-rectangle .menu-items a {
    border-radius: 8px;
    background-color: #ec2478;
}
.unlockafe-circle-menu-wrapper .menu-radius .fab,
.unlockafe-circle-menu-wrapper .menu-radius .menu-items a {
    border-radius: 16px;
    background-color: #007bff;
}
.unlockafe-circle-menu-wrapper .menu-circle .fab,
.unlockafe-circle-menu-wrapper .menu-circle .menu-items a {
    border-radius: 50%;
    background-color: #8a2be2;
}
.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items li:nth-child(1) {
    transform: translate(-65px, 0);
    transition-delay: 0.0s;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items li:nth-child(2) {
    transform: translate(-35px, -55px);
    transition-delay: 0.1s;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items li:nth-child(3) {
    transform: translate(35px, -55px);
    transition-delay: 0.2s;
}

.unlockafe-circle-menu-wrapper .floating-menu-container.active .menu-items li:nth-child(4) {
    transform: translate(65px, 0);
    transition-delay: 0.3s;
};