* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*   
     font-family: "Fjalla One", sans-serif;
     font-family: "Supermercado One", sans-serif;
     font-family: "Bitter", serif;
  */
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #242222;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242222;
  font-weight: 500;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  font-weight: 400;
  font-family: "Bitter", serif;
  color: #686868;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.titleBar h3 {
  font-size: 55px;
  font-weight: 400;
  color: var(--s-black);
  margin-bottom: 0px;
  font-family: "Supermercado One", sans-serif;
  margin-bottom: 20px;
}
.titleBar span {
  background-color: #f3f2ee;
  padding: 6px 16px;
  display: inline-block;
  letter-spacing: 0;
  color: var(--s-secondary);
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 20px;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #B0363D;
  --s-secondary: #7f6649;
  --s-white: #ffffff;
  --s-black: #333333;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary);
}
.text-s-secondary {
  color: var(--s-secondary);
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-white {
  color: var(--s-white);
}
.text-s-black {
  color: var(--s-black);
}
.bg-s-black {
  background-color: var(--s-black);
}
.site-btn {
  padding: 15px 40px 15px 40px;
  font-weight: 500;
  background-color: var(--s-primary);
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid var(--s-primary);
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0px);
  transition-duration: 0.3s;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 1.5px;
}
.site-btn:hover {
  border-color: var(--s-secondary);
  background-color: var(--s-secondary);
  color: var(--s-white);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: translateY(-5px);
}
.revSite-btn {
  background-color: var(--s-white);
  color: var(--s-primary);
  border-color: var(--s-white);
}
.iconbg {
  background: var(--s-primary);
  border-radius: 0px;
  padding: 12px;
  border: 1px solid var(--s-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lowWidth {
  max-width: 1200px;
}
.mb-20 {
  margin-bottom: 20px;
}
/*=========================================  
      HOME PAGE CSS START HERE 
  ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: var(--s-black);
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-top: 30px;
  transition: all 0.5s linear;
}
.bottom-header {
  /* background-color: var(--s-white); */
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
}
.bottom-header .navbar-brand h2 {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-white);
  margin: 0;
}
.navbar-toggler h5 {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.navbar-nav .nav-item .nav-link {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding: 3px 2px;
  margin: 10px 0px;
  border-radius: 50px;
  position: relative;
  font-family: "Fjalla One", sans-serif;
  display: block;
  /* text-transform: uppercase; */
}
.navbar-nav .nav-item .nav-link i {
  font-size: 16px;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -25%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: #46464688;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -25%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: #46464688;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
  background-color: var(--s-white);
  width: 100%;
}
.collapse ul li a {
  font-size: 15px !important;
}
.collapse .list-unstyled {
  background-color: #302f2f !important;
}
.offcanvas-body {
  width: 100%;
}
.offcanvas-body h3 {
  color: var(--s-white);
  font-family: "Supermercado One", sans-serif;
  font-size: 45px;
}
.offcanvas {
  height: 100vh;
}
.top-location ul li a {
  font-weight: 500;
  font-size: 17px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-white);
  width: 40px;
  height: 40px;
  color: var(--s-primary);
}
.top-location ul li a:hover {
  background-color: var(--s-primary);
  transform: rotate(360deg);
  color: var(--s-white);
}

/* New Banner */
/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/

/* Banner section start here */
.banner {
  background-color: #ffffff;
  padding: 4em 0em 4em 0em;
  position: relative;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 730px; /* Full viewport height */
  overflow: hidden;
}
.video-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(90deg, #000000 0%, #19197000 110%);
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Centers the video */
  z-index: 1;
  object-fit: cover; /* Ensures the video covers the entire banner area */
}
.bannerContent h5{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--s-white);
  margin-bottom: 15px;
}
.bannerContent h1{
  font-size: 54px;
  color: var(--s-white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.678);
  margin-bottom: 15px;
}
.bannerContent p{
  font-size: 17px;
  font-weight: bold;
  color: var(--s-white);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.322));
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
  margin-bottom: 25px;
}

/* Banner CSS STart Here */
#banner {
  background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/banner-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.671);
}
#banner .container .row {
  height: 100vh;
  min-height: 100vh;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
}
#banner .banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}
#banner .banner-text h2 {
  font-size: 65px;
  display: block;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Supermercado One", sans-serif;
}
#banner .banner-text p {
  margin-bottom: 20px;
  color: #ffffff;
}
.animate-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}
.animate-text.active {
  opacity: 1;
  transform: translateY(0);
}

/* Welcome Banner Image Section */
.welcome-slider-image img {
  height: 495px;
  object-fit: cover;
}
.welcome-box-2 {
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  padding: 20px 40px;
}
.welcome-box-1,
.welcome-box-3 {
  padding: 0 40px;
}
.welcome-box-1,
.welcome-box-2,
.welcome-box-3,
h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--s-black);
}
.welcome-link {
  font-size: 15px;
  background-color: var(--s-primary);
  color: var(--s-white);
  padding: 8px 30px;
  font-weight: 400;
}

/* Great Event Section */
.great-event {
  background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/banner-2.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.great-event::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  z-index: -1;
}
.destinationBox {
  height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.destinationBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0px solid #fff;
  border-style: double;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}
.destinationBox:hover::after {
  width: 92%;
  height: 92%;
  border: 4px solid var(--s-black);
  border-style: double;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}
.destinationBox:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.destinationContent {
  position: relative;
  z-index: 5;
}
.destinationContent h3 {
  font-size: 30px;
  color: var(--s-black);
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Supermercado One", sans-serif;
  position: relative;
}
.destinationContent h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background-color: var(--s-primary);
  width: 30%;
  margin: 0 auto;
}
.destinationContent p {
  margin-bottom: 30px;
}
.destinationContent a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  background-color: var(--s-primary);
  border: 1px solid var(--s-primary);
  margin: 0;
  padding: 10px 40px;
  color: var(--s-white);
  transition: all.3s;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}
.destinationContent a:hover {
  background-color: #fff;
  color: var(--s-primary);
}

/* WHy CHoose US Section STart Here */
.whyImage
{
    background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/inner-services-3.jpg);
    border-radius: 10px;
}
.whyText h2
{
    text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}

/*  */
.card {
  width: 100%;
  height: 350px;
  /* background: var(--s-primary); */
  transition: all 0.4s;
  border-radius: 10px;
  /* box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705); */
  font-size: 30px;
  font-weight: 900;
  overflow: hidden;
}
.card:hover {
  border-radius: 10px;
  cursor: pointer;
  transform: scale(1);
  /* box-shadow: 0px 0px 10px 5px  rgba(0, 0, 0, 0.705); */
  background: var(--s-primary);
}
.first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 5px;
}
.first-content img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card:hover .first-content {
  height: 0px;
  opacity: 0;
}
.second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
  color: var(--s-white);
  text-align: center;
}
.card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}


/* Testimonial Section Start Here */
.testimonial-box p {
  line-height: 30px;
  font-size: 18px;
}
.testimonial-box h3 {
  font-family: "Supermercado One", sans-serif;
  color: var(--s-black);
}
.testi-icon {
  width: 50px !important;
  margin: 0 auto;
}

/* Free Consultation Section Start Here */
.freeConsultation {
  background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/consultation-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.freeConsultation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008a;
  z-index: 0;
}

/* Footer Section Start Here */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
  font-family: "Supermercado One", sans-serif;
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 25px;
  color: var(--s-white);
  font-family: "Supermercado One", sans-serif;
}
.footer-box ul li {
  margin-bottom: 10px;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 5rem 0 1.5rem 0;
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-black);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.SocialIcon h3 {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.copyRight {
  border-top: 1px solid #ffffff4f;
  padding: 20px 0;
  font-family: "Fjalla One", sans-serif;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}





/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: #000000;
  background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/inner-services.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000b4;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
  font-family: "Supermercado One", sans-serif;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
  font-family: "Fjalla One", sans-serif;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
  font-family: "Fjalla One", sans-serif;
}
.aboutImage
{
    background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/services-image-1.jpg);
}
.secendHeading, .allServicesListBody
{
  font-family: "Supermercado One", sans-serif;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  margin-bottom: 30px;
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;
  font-family: "Supermercado One", sans-serif;

}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
  font-family: "Fjalla One", sans-serif;

}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.disclosures-links
{
  list-style: decimal;
  padding-left: 20px;
}
.disclosures-links li
{
  margin-bottom: 5px;
}
.disclosures-links li a
{
 font-size: 14px;
 text-decoration: underline;
}






/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed)
{
    background-color: var(--s-primary);
    color: var(--s-white);
}
.accordion-button
{
    background-color: var(--s-primary);
    color: var(--s-white);
  font-family: "Fjalla One", sans-serif;

}
.innerServicesImage img
{
  height: 430px;
  object-fit: cover;
}
.accordion-body
{
  font-family: "Bitter", serif;
}
.about_image
{
  background-image: url(https://twist-n-sips-mobile-bartending-services.searchsoltest.com/wp-content/uploads/2026/02/service-3.jpeg);
  border-radius: 50px;
}


/*======================================================
             Responsive CSS STart Here
========================================================*/
/* 767px Start Here */
@media (max-width:767px){
  .container
  {
    max-width: 95%;
  }
  header
  {
    padding-top: 0;
  }
  .bottom-header .navbar-brand h2 {
    font-size: 15px;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 30px;
  }
  .titleBar span{
    font-size: 13px;
    padding: 4px 15px;
  }
  p{
    font-size: 14px;
  }
  
  /* Banner */
  .bannerContent h1 {
    font-size: 35px;
  }
  .bannerContent p{
    font-size: 15px;
  }
  .video-banner{
    min-height: 650px;
    height: 650px;
  }
  .video-banner .container .row {
    min-height: 650px;
    height: 650px;
  }


  /* Banner */
  .banner
  {
    padding: 50px 0;
  }
  #banner .banner-text h2{
    font-size: 50px;
    color: var(--s-white);
  }
  #banner .banner-text h5{
    font-size: 14px;
    color: var(--s-white);
  }
  .welcome-slider-image img{
    height: 200px;
  }
  /* Welcome */
  .welcome-box-2 {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 0;
    border-left: 0;
  }
  /* Services */
  .great-event, .services-bottom
  {
    padding-left: 20px;
    padding-right: 20px;
  }
  .destinationBox {
    height: 320px;
    padding: 25px;
    margin: 0 0 25px 0px;
  }
  /* Testimonial */
  .testimonial-box p
  {
    font-size: 15px;
  }
  /* Inner Services */
  .innerPagesBanner {
    height: 250px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 15px !important; 
    border-radius: 15px;
    margin: 0;
  }
  .about_image {
    border-radius: 25px;
    height: 400px;
  }
}