/*
    Theme Name: Delicious
    Theme URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
	font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#banner{
    background: url(../img/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 630px;
}
.bg-color{
    background-color: RGBA(0, 0, 0, 0.61);
    min-height: 630px;
}
#banner h2{
    font-family: 'Satisfy', sans-serif;
    font-size: 45px;
    color: #FFB03B;
}
#banner p{
    font-family: 'PT Sans', sans-serif;
    color: #fcfcfc;
    font-size: 34px;
}
.section-padding{
    padding: 60px 0px;
}
.logo-name{
    font-family: 'Satisfy', sans-serif;
    font-size: 65px;
    margin-top: 140px;
    color: #FFB03B;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.header-h {
    color: #FFB03B;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}
.msg-row {
    margin-top: 56px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.bg-13 {background-color: #f04e4e;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.contact-icon {
    color: #fff;
    position: absolute;
    left: 34px;
    font-size: 32px;
    margin-top: 18px;
}
.bg-1 {
    background-color: #fecc17;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.bg-14 {
    background-color: #ccdb38;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.dark-blue {
    color: #31364c;
    font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form .form-control {
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    line-height: 1.42857;
    padding: 7px 0;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.contact-form textarea.form-control {
    color: #000 !important;
    height: auto;
}
.contacts-btn {
    background-color:  #FFB03B !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.phone-in-talk, .hour-icon
{
    font-size: 35px;
    line-height: 70px;
    color: rgb(255, 255, 255);
}


.heading{
    font-family: 'Satisfy', sans-serif;
    color: #FFB03B;
    font-size: 24px;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    margin-right: 10px;
    color: #ffb03b;
}
#about img
{
    border: 5px solid rgb(255, 176, 59);
    border-radius: 2px;
}
#event{
    background: url('../img/res02.jpg') no-repeat;
    background-size: cover;
}
.left-images img {
    height: 308px;
    width: 100%;
}
.left-images{
    padding: 0px;
}
.details-text {
    border-right: 2px solid #841b2d;
}
.details-text {
    background-color: rgba(14, 4, 4, 0.70);
    border-right: 2px solid #A87F41;
    padding: 20px 20px 30px 30px;
    overflow: auto;
}
.content-holder h2 {
    color: #FFB03B;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}
.content-holder address strong {
    color: #FFB03B;
    padding: 10px 0px;
}
.details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}
.btn-read-more {
    background: #FFB03B;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.btn-read-more:hover
{
    color: #000;
}
#Container .mix{
    display: none;
}
.menu-restaurant{
    width: 50%;
    float: left;
    padding: 15px;
    position: relative;
}
.menu-restaurant .menu-title {
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFB03B;
}
.menu-restaurant .menu-line {
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}
.menu-restaurant .menu-price {
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-restaurant .menu-subtitle {
    display: block;
    float: left;
    color: #B1B1B1;
    font-family: Satisfy,'Open Sans',arial;
    font-size: 1.2rem;
}
.menu-restaurant span.clearfix {
    position: relative;
    display: block;
}
.gallery-trigger ul li a.active, .gallery-trigger ul li a:hover {
    background: #FFB03B;
    color: #fff;
    border: 1px solid #FFB03B;
}
.gallery-trigger ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.gallery-trigger ul li a {
    padding: 10px 20px;
    font-size: 14px;
    color: #565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}
.footer {
    width: 100%;
    background-color: #222;
    position: relative;
    z-index: 1;
}
.footer a {
    color: #fff;
}

.footer .footer-top {
    padding-top: 9rem;
    padding-bottom: 5rem;
}
.footer .widget-title, .footer .widget-title a {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #999;
}
.footer .widget-title{
    padding-bottom: 20px;
    font-family: 'Satisfy', sans-serif;
    font-size: 44px;
    color: #FFB03B;
}
.footer .widget, .footer address {
    color: #999;
    text-transform: none;
    font-style: normal;
    padding-bottom: 15px;
}
.footer .navigation, .footer .social-list {
    float: none;
    margin-bottom: 20px;
}
.list-horizontal li {
    display: inline-block;
}
#contact{
    background-color: rgba(221, 221, 221, 0.33);
}
.footer .social-list a {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
}
@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .menu-restaurant {
    width: 100%;
    }
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
    .header-h {
        font-size: 35px;
    }
    .header-p, body{
        font-size: 14px;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner h2{
        font-size: 25px;
    }
    #banner p{
        font-size: 25px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* Footer CSS */
.custom-footer {
    background: #222;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.custom-footer .widget-title {
    font-size: 24px;
    font-weight: bold;
    color: #FFD700;
    text-transform: uppercase;
}

.custom-footer .footer-address {
    font-size: 16px;
    margin-top: 10px;
    color: #ccc;
}

.custom-footer .footer-phone {
    margin: 10px 0;
}

.custom-footer .footer-phone a {
    color: #FFD700;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.custom-footer .social-list {
    margin-top: 20px;
}

.custom-footer .social-list a {
    color: white;
    font-size: 22px;
    margin: 0 10px;
    transition: 0.3s;
    text-decoration: none;
}

.custom-footer .social-list a:hover {
    color: #FFD700;
}

.custom-footer .copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

/*contact code

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/* General Styles */
body {
  font-family: 'Poppins', sans-serif;
}

/* Contact Section */
#contact.section-padding {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}

/* Section Header */
.header-h {
  font-size: 34px;
  color: #222;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-p {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Contact Info Boxes */
.contact-box {
  background: white;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

.contact-box h4 {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-box p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.highlight {
  font-weight: bold;
  color: #25d366;
}

/* Contact Form */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/* Global Styles */
body {
  font-family: 'Poppins', sans-serif;
}

/* Contact Section */
#contact {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}

/* Section Header */
.header-h {
  font-size: 34px;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-p {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Contact Info Box */
.contact-box {
  background: white;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

.contact-box h4 {
  font-size: 22px;
  color: #222;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-box p {
  font-size: 16px;
  color: #666;
  font-weight: 400;
}

.highlight {
  font-weight: bold;
  color: #25d366;
}

/* Contact Form */
#contact.section-padding {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.header-h {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.header-c {
  font-size: 16px;
  color: #000000; /* Forces black text */
  margin-bottom: 30px;
}


.contact-box {
  background: white;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.highlight {
  font-weight: bold;
  color: #25d366;
}

.contact-form {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.form-group {
  text-align: center;
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  display: inline-block;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}

/* Highlighted Get in Touch */
.form-heading {
    font-size: 28px;
    font-weight: 700;
    color: #25d366; /* WhatsApp Green */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

/* Adding an underline effect */
.form-heading::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #25d366;
    margin: 8px auto 0;
    border-radius: 2px;
}

/* WhatsApp Icon Styling */
.whatsapp-icon {
    color: #25d366;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
}

/* Highlighted Text */
.highlight-text {
    color: #222;
    font-weight: 800;
    background: linear-gradient(120deg, #25d366, #1ebe5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Testimonials Section Styling */
#testimonials {
    background: linear-gradient(to right, #004d40, #00796b);
    color: white;
   
}


.text-center {
    text-align: center;
}

.header-h {
    color: #FFD700;
    font-weight: bold;
}

.header-p {
    font-size: 18px;
     color: white; 
}

/* Testimonial Box Styling */
.testimonial-box {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

/* Colorful Background Section */
.colorful-bg {
    background: linear-gradient(135deg, #f8b400, #ff6f00);
    color: white;
    padding: 60px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Text Styling */
.bg-text {
    font-size: 28px;
    font-weight: bold;
}

.bg-subtext {
    font-size: 18px;
    font-style: italic;
}

/* Section Styling */
#services {
    padding: 60px 0;
    text-align: center;
}

/* Container */
.container {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

/* Section Title */
.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #f8b400;
}

/* Subtitle */
.section-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

/* Flexbox Layout */
.services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Colorful Background Section */
.service-banner {
    flex: 1;
    min-width: 300px;
    background: linear-gradient(135deg, #f8b400, #ff6f00);
    color: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Service Details */
.service-details {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

/* Headers */
h3 {
    color: #f8b400;
    font-weight: bold;
     font-family: 'Poppins', sans-serif; /* Modern and clean font */
     font-size: 60px; /* Adjust size for readability */
    font-weight: 600; /* Slightly bold for emphasis */    
    text-decoration: none;
}

h4 {
    color: #ff6f00;
    font-weight: bold;
}

/* List Styling */
.service-details ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #555;
}

.service-details ul li {
    margin-bottom: 10px;
}

/* WhatsApp Button */
.cta-button {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: #1da851;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-content {
        flex-direction: column;
    }

    .service-banner,
    .service-details {
        width: 100%;
    }
}

/* Services Section */
#services {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(135deg, #004d40, #00796b); /* Dark Teal Gradient */
    color: white;
}

/* Container */
#services .container {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

/* Section Header */
#services .section-title {
    font-size: 32px;
    font-weight: bold;
    color: #f8b400;
}

#services .section-subtitle {
    font-size: 18px;
    color: #f1f1f1;
    margin-bottom: 40px;
}

/* Flexbox Layout */
#services .services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Colorful Background Section */
#services .service-banner {
    flex: 1;
    min-width: 300px;
    background: linear-gradient(135deg, #f8b400, #ff6f00);
    color: white;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Service Details */
#services .service-details {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent White */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
}

/* Headers */
#services h3 {
    color: #f8b400;
    font-weight: bold;
}

#services h4 {
    color: #ff6f00;
    font-weight: bold;
}

/* List Styling */
#services .service-details ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: #f1f1f1;
}

#services .service-details ul li {
    margin-bottom: 10px;
}

/* WhatsApp Button */
#services .cta-button {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    transition: background 0.3s;
}

#services .cta-button:hover {
    background-color: #1da851;
}

/* Responsive Design */
@media (max-width: 768px) {
    #services .services-content {
        flex-direction: column;
    }

    #services .service-banner,
    #services .service-details {
        width: 100%;
    }
}

#about.section-padding {
    background: #f8f9fa;
    padding: 60px 0;
}

.col-md-12.text-center.marb-35 {
    margin-bottom: 35px; /* Assuming 'marb-35' means margin-bottom: 35px */
}

.header-h {
     font-family: 'Poppins', sans-serif; /* Modern and clean font */
     font-size: 30px; /* Adjust size for readability */
    font-weight: 600; /* Slightly bold for emphasis */    
    color: #f8b400;
    text-decoration: none;
   
}

.header-p {
    font-size: 18px;
    color: #777;
}

.heading {
    font-size: 26px;
    font-weight: bold;
    color: #f8b400;
}

.about-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.details-list {
    margin-top: 20px;
}

.details-list ul {
    list-style: none;
    padding: 0;
}

.details-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.details-list i.fa {
    color: #25d366;
    margin-right: 8px;
}

.img-responsive {
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    max-width: 100%;
}

/* Banner Section */
#banner .inner.text-center {
    text-align: center;
}

/* Navigation */
#banner .sidenav {
    /* Placeholder: Typically styled with JavaScript for visibility */
}

#banner .sidenav a.closebtn {
    /* Placeholder: Style as needed */
}

#banner .pull-right.menu-icon {
    /* Placeholder: Assuming pull-right means float right */
    float: right;
}

/* Logo and Heading */
#banner .logo-name {
    font-family: 'Poppins', sans-serif; /* Modern and clean font */
     font-size: 60px; /* Adjust size for readability */
    font-weight: 600; /* Slightly bold for emphasis */    
    color: #f8b400;
    text-decoration: none;
    margin-bottom: 20px;
}

#banner .logo-name:hover {
    color: #f8b400;
    text-decoration: none;
}

#banner h1 p {
    /* No inline styles provided; add as needed */
}

/* Call and WhatsApp Buttons */
#banner p {
    text-align: center;
    margin-top: 20px;
}

#banner p a[href^="tel"] {
    display: inline-block;
    background-color: #007bff;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

#banner p a[href^="https://wa.me"] {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

#banner .fa {
    margin-right: 8px;
}