@font-face {
  font-family: "Segoe UI Variable";
  src: url("fonts/fonnts.com-Segoe-UI-Variable.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
}
.custom-bg{
    background-color: #d9d7d5;
}
.custom-border-top{
    border-bottom: 1.5rem solid #313840;
    border-bottom-left-radius: .3rem !important;
  border-bottom-right-radius: .3rem !important;
  width: 27.5rem;
  position: relative;
  z-index: 1;
}
.send-button{
  background-color: #313840 !important;
}
.send-button:hover{
  background-color: #aa3d44 !important;
  border: 1px solid #aa3d44 !important;
}
@media screen and (max-width: 991px) {
.custom-border-top{
    border-bottom: none;
    border-bottom-left-radius: .3rem !important;
  border-bottom-right-radius: .3rem !important;
}
}
@media screen and (min-width: 576px) {
    .product-active-bg {
        background-color: #313840 !important;
    }

        .product-active-bg:hover {
            background-color: #aa3d44 !important;
        }
}
@media screen and (max-width: 576px) {
    .custom-bg-pinform-page {
        background: linear-gradient(to bottom, #d9d7d5 0%, #d9d7d5 13%, #f2f2f2 13%, #f2f2f2 100%) !important;
    }

    .product-active-bg {
        background-color: #313840 !important;
    }

        .product-active-bg:hover {
            background-color: #aa3d44 !important;
        }

    .nav-link {
        font-size: 0.7rem !important;
    }

        .mobile-navbar .btn {
            font-size: 10px !important;
            color: #f2f2f2 !important;
        }

    .mobile-text {
        font-size: 0.7rem !important;
    }
}
.navbar-toggler-icon{
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.nav-item{
    border-radius: 0 0 1rem 1rem;
}
.nav-item:hover{
    background-color: white;
  box-shadow: 0 -3px white;
}
.custom-bg-brown{
    background-color: #aa3d44;
    border-radius: 0 0 1rem 1rem;
}
.custom-bg-brown-mobile{
    background-color: #aa3d44 !important;
}
.custom-bg-dark{
    background-color: #313840 !important;
}
.custom-text-green{
    color: #427b87;
}
.custom-bg-green{
  background-color: #427b87 !important;
}
.custom-text-brown{
    color: #aa3d44;
}
hr{
    opacity: 1 !important; 
}
/* Social icons style */
.social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  background-color: #d9d7d5 !important;
  color: #313840 !important;
  transition: 0.3s;
  cursor: pointer;
}


/* Scroll-to-top arrow */
.scroll-arrow {
  top: -25px;
  right: 70px;
  border: 4px solid #d9d7d5;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
   height: 55px;
  width: 55px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #313840 !important;
  color: #d9d7d5 !important;
}
.scroll-arrow:hover{
  background-color: #aa3d44 !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.8)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.product{
    height: 15rem;
    width: 15rem;
    background-color: #e8e7e7;
    color: #f2f2f2;
    border-radius: 1rem;

}
/* .product:hover{
    background-color: #aa3d44;
} */
.custom-border-radius{
    border-radius: 0.5rem !important;
}
.custom-text-white{
    color: #f2f2f2;
}
.custom-bg-pinform-page{
  background: linear-gradient(to bottom, #d9d7d5 0%, #d9d7d5 19%, #f2f2f2 15%, #f2f2f2 100%);
}
.pinform-button{
    border-radius: 6px !important;
    letter-spacing: 2px;
      /* transform: scaleX(1.2); */
}
.pinform-button:hover{
    background-color: #aa3d44 !important;
    border: 1px solid #aa3d44 !important;
}
hr:not([size]) {
  height: 0.5px !important;
  color: #313840;
}
.social-icon:hover{
    background-color: #aa3d44 !important;
}
.arrow-hover:hover{
background-color: #aa3d44 !important;
}
.active-li{
  z-index: -1;
  box-shadow: 0 -3px #aa3d44;
}
.social-icon{
  height: 45px;
  width: 45px;
  border-radius: 2rem !important;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: white;
}
.custom-text-dark{
  color: #313840 !important;
}
.custom-letter-spacing{
  letter-spacing: 2px !important;
}
.bg-white{
  background-color: #d9d7d5 !important;
}
.custom-bg-white{
  background-color: #f2f2f2 !important;
  border-radius: 0.5rem !important;
}
/* Remove blue border on focus */
.custom-toggler:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

/* Custom hamburger icon styling */
.toggler-icon {
  width: 35px;
  height: 18px;
  position: relative;
  transition: all 0.3s ease;
}

.toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #313840;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.toggler-icon span:nth-child(1) {
  top: 0;
}
.toggler-icon span:nth-child(2) {
  top: 10px;
}
.toggler-icon span:nth-child(3) {
  top: 20px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Cross (X) animation when active */
.custom-toggler.active .toggler-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}

.custom-toggler.active .toggler-icon span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active .toggler-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}

