@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');


body {
	font-size: 16px;
	overflow-x: hidden;
	font-family: var(--Inter-font);
}

/*:root {
	--black: #000;
	--white: #fff;
	--yellow: #FFDF8A;
	--Inter-font: 'Inter', sans-serif;
	--Inter-DM: 'DM Sans', sans-serif;
}
*/
:root {
	--black: #000;
	--white: #fff;
	--yellow: #FFDF8A;
	--Inter-font: 'Roboto', sans-serif;
	--Inter-DM: 'Roboto', sans-serif;
}





.owl-nav .owl-prev,
.owl-nav .owl-next,
.copyright-content li a,
.copyright-content li a,
.social-media-links li a {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

img {
	max-width: 100%;
}

a {
	transition: all 0.5s ease;
}

a,
a:hover {
	text-decoration: none;
}

button,
select {
	outline: none !important;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*h2 {
    font-size: 2.5rem !important;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	line-height: 1.4;
}

.user-auth a {
	transition: all 500ms ease 0s;
}

p {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}

h2 {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 25px;
}


.my-120 {
	margin: 90px 0;
}

.py-120 {
	padding: 100px 0;
}


img {
	max-width: 100%;
}
.header {
	z-index: 5;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding:0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}


.py-90 {
	padding: 90px 0;
}


.dark-bg {
	background-color: var(--gray);
}

.header.sticky {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	background-color: var(--white);
}

.header-right .offcanvas-body {
	padding: 0px;
	overflow-y: visible;
	display: flex;
	-webkit-box-align: center;
	/* align-items: center; */
	/* -webkit-box-pack: center; */
	/* justify-content: center; */
}

.offcanvas {
	border-right: none;
	width: 300px;
}

.header-right .navbar-nav {
	/* -webkit-box-orient: horizontal; */
	/* -webkit-box-direction: normal; */
	/* flex-direction: row; */
	padding: 40px;
}

.navbar-nav .nav-item {
	padding: 10px 12px;
	position: relative;
}


.navbar-nav a {
	font-size: 16px;
	position: relative;
	transition: all 0.3s ease 0s;
	padding: 0px;
	color: var(--black);
}

.navbar-nav a i {
	font-size: 15px;
}

.menu-item {
	padding: 0px 20px;
}

.navbar-nav .nav-link::before {
	content: "";
	height: 1px;
	background: var(--dark-blue-color);
	width: 0px;
	position: absolute;
	bottom: -2px;
	left: 0px;
	transition: all 0.3s ease 0s;
}

.navbar-nav a:hover::before {
	width: 100%;
}

.navbar-nav a:hover {
	color: var(--dark-blue-color);
}

.header-right {
	flex: 1;
}

.nav-link:focus {
	color: #000;
}

.menu-item li a:hover::before {
	width: 100%;
}

.mobile-nav {
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
}

.bar1,
.bar2,
.bar3 {
	background-color: var(--black);
	cursor: pointer;
	height: 4px;
	margin: 7px 0px;
	transition: all 0.25s ease-in-out 0s;
	width: 30px;
	display: block;
	position: absolute;
	border-radius: 25px;
	overflow: hidden;
}

.bar1 {
	top: -2px;
	width: 22px;
	right: 0;
}

.bar2 {
	top: 8px;
	width: 30px;
	right: 0;
}

.bar3 {
	top: 19px;
	right: 0;
	width: 15px;
}

.open-menu .bar1 {
	top: 6px;
	transform: rotate(45deg);
}

.open-menu .bar2 {
	display: none;
}

.open-menu .bar3 {
	top: 6px;
	transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
	padding: 0px;
	margin-left: 20px;
	box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
	padding: 10px;
	box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
	border-color: rgb(255, 255, 255);
	border-radius: 0px;
	padding: 0px;
	border: 0;
	transform: inherit !important;
	inset: inherit !important;
}

.navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.navbar-nav .nav-item .dropdown-menu li a {
	color: rgb(0, 0, 0);
	display: block;
	font-size: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.navbar-nav .nav-item .dropdown-menu li a:hover {
	background: var(--dark-blue-color);
	color: var(--yellow);
}

.header-right button.btn.d-md-none {
	padding: 0px;
	margin-left: 20px;
	box-shadow: none !important;
}

.menu-item li a {
	font-size: 14px;
	color: rgb(0, 0, 0);
	padding: 5px 0px;
	display: block;
}

.menu-item li a:hover {
	color: rgb(26, 8, 83);
}

.header .btn-primary.btn-fill {
	min-width: 176px;
	background: var(--dark-blue-color);
	border-color: var(--dark-blue-color);
}

.header .btn-primary.btn-fill:hover {
	background: var(--light-blue);
	border-color: var(--light-blue);
}

.header-close {
	font-size: 20px;
	height: 20px;
	width: 20px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}


@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0px);
	}
}


.navbar-nav li a {
	text-decoration: none;
}


.btn-primary,
.btn-secondary,
.btn-outline {
	position: relative;
	/* min-width: 224px; */
	padding: 10px 20px;
	overflow: hidden;
	box-shadow: none;
	display: inline-block;
	background: var(--yellow);
	border-radius: 4px;
	color: var(--black);
	z-index: 1;
	border: 0;
	transition: all 500ms ease;
	text-align: center;
	font-family: var(--Inter-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.btn-primary:before {
	position: absolute;
	content: '';
	
	width: 0%;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 5px;
	z-index: -1;
	transition: all 500ms ease;
}


.btn-primary:hover:before {
	width: 100%;
	left: 0px;
}

.btn-primary:hover,
.btn-outline:hover {
	background-color: var(--black);
	border-color: var(--black);
}


.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: var(--black);
	color: #fff;
	box-shadow: rgb(0 0 0 / 38%) 0px 3px 22px !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: var(--black);
	color: #fff;
	box-shadow: rgb(0 0 0 / 38%) 0px 3px 22px !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	background-color: var(--black);
	color: #fff;
	box-shadow: rgb(0 0 0 / 38%) 0px 3px 22px !important;
}

.btn-check:focus+.btn-outline,
.btn-outline:focus {
	box-shadow: rgb(0 0 0 / 38%) 0px 3px 22px !important;
}


/***************************/

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

.contact-info {
	margin-right: 48px;
}

.contact-info ul li a {
	color: var(--black);
	font-family: var(--Inter-DM);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.contact-info ul li {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid var(--black);
}

.contact-info ul li a span {
	padding-right: 4px;
}

.contact-info ul li:nth-child(1) {
	padding: 0;
	margin: 0;
	border: none;
}

.footer-box h4 {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 32px;
}

.footer-box ul li a {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	text-transform: capitalize;
}

.footer-box ul li a:hover {
	color: var(--yellow);
}

.footer-box p {
	color: var(--black);
	text-align: right;
	font-family: var(--Inter-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	/* text-transform: capitalize; */
	margin-bottom: 32px;
}

.footer-box .btn {
	float: right;
}


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

/* .footer-btm {
	padding-top: 120px;
	padding-bottom: 40px;
} */

.footer-btm ul li a {
	color: #000;
	font-family: var(--Inter-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-transform: capitalize;
	opacity: 0.5;
	padding: 0 25px;
}

.footer-btm ul li a:hover {
	opacity: 1;
}


/* .banner-sec h1 {
	color: var(--black);
	text-align: center;
	font-family: var(--Inter-font);
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 90px;
	text-transform: uppercase;
	margin-bottom: 32px;
} */
.banner-sec h1 {
    color: var(--black);
    text-align: center;
    font-family: var(--Inter-font);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 32px;
}


.banner-sec p {
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 32px;
}


.text-with-img-sec img {
	/* width: 100%; */
	border-radius: 18px;
	display: block;
}

.text-with-img-sec .img-box {
	padding-right: 80px;
}


.dark-bg {
	background-color: var(--black);
}

/*.testimonials-sec h2 {
	color: var(--white);
	font-family: var(--Inter-font);
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
	margin-bottom: 80px;
}*/

.testimonials-sec h2 {
	/*color: var(--white);*/
	color: #D3B25B;
	font-family: var(--Inter-font);
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: 40px;
}




.testimonials-sec .item-single p {
	color: var(--white);
	font-style: italic;
}

.testimonials-sec .img-author {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 16px;
}

.testimonials-sec .details-author h6 {
	color: var(--white);
	font-family: var(--Inter-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
}

.testimonials-sec .details-author p {
	font-family: var(--Inter-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.testimonials-sec .admin-author {
	margin-top: 24px;
}

.testimonials-sec .owl-dots .owl-dot span {
	border: 1px solid var(--white);
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	margin: 0 8px;
}

.testimonials-sec .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
}

.testimonials-sec .owl-dots .owl-dot.active span {
	background-color: var(--white);
	width: 18px;
	height: 18px;
}


.heading-box h2 {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 108px;
	text-transform: uppercase;
}

.text-with-img-sec.text-with-img-btm .flex-md-row-reverse .img-box {
	padding: 0;
}


.my-80 {
	margin: 80px 0;
}

.text-with-img-sec.text-with-img-btm h3 {
	color: var(--black);
	font-family: var(--Inter-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 16px;
}

.text-with-img-sec.text-with-img-btm .btn.btn-primary {
	margin-top: 24px;
}

.text-with-img-sec.text-with-img-btm .flex-md-row-reverse .text-box {
	padding-right: 70px;
}


/* slider */


.tabs>input[type="radio"] {
	display: none;
}

.tabs>div {
	display: none;
	padding: 10px 15px;
	font-size: 16px;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
	display: block;
}

.tabs>label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	padding: 2px 8px;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.tabs>label:not(:first-of-type) {
	border-left: none;
}

.tabs>input[type="radio"]:checked+label {
	border-bottom: 3px solid #D3B25B;
	font-weight: 600;
}

.slider h3 {
	color: #FFF;
	text-align: left;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
}

.custom_tabs label {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 8px;
	line-height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.slider {
	background: #000;
	padding: 100px 0 0;
	overflow: hidden;
}

.slider-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 50px;
	align-items: center;
}

.heading-text {
	color: #FFF;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/*125% */
	text-transform: uppercase;
}


#aboutUs h4.heading-text {
    /*color: var(--white);*/
	color: #D3B25B;
    font-family: var(--Inter-font);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.slider-text h2 {
	color: #FFF;
	text-align: left;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	text-transform: capitalize;
}

.slider-text p {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 32px 0;
}

.border-css {
	position: relative;
}

.border-css:after {
	content: "";
	position: absolute;
	height: 1px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	z-index: 9999;
	display: block;
	width: 40%;
	top: 50%;
	right: 0px;
	transform: translate(-0px, -50%);
}

.border-css:before {
	content: "";
	position: absolute;
	height: 1px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	z-index: 9999;
	display: block;
	width: 40%;
	top: 50%;
	left: 0;
	transform: translate(-0px, -50%);
}

.sec-tabs-slider-main .nav .nav-item {
	padding: 0px 15px;
}

.sec-tabs-slider-main .nav {
	margin-bottom: 50px;
}

.sec-tabs-slider-main .nav-link {
	background: transparent;
	border: none;
	padding: 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding: 8px;
}

.sec-tabs-slider-main .nav-link.active {
	color: #fff;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	border-bottom: 3px solid #D3B25B;
}

.sec-tabs-slider-main .slick-slider {
	position: static;
}

.sec-tabs-slider-main .slick-next {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #000;
	border-radius: 100px;
	padding: 10px;
	right: -60px;
}

.slick-next:before {

	content: url(../images/radix-icons_arrow-down.png);

}

.sec-tabs-slider-main .nav .nav-item:first-child {
	padding-left: 0;
}

.btn.bg-transparent.border-0.p-0.ps-3 {
	box-shadow: none;
}

.headerBtn_link span {
	padding-right: 10px;
}

.sec-tabs-slider-main .slick-prev {
	left: -160px;
	width: 40px;
	height: 40px;
	background: #fff;
	padding: 10px;
	color: #000;
	border-radius: 100px;
}

.slick-prev:before {

	content: url(../images/radix-icons_arrow-up.png);

}
.main .btn-primary:active {
	background: #ffdf8a !important;
    color: #000 !important
}

.main .btn-primary:focus {
	background: #ffdf8a !important;
    color: #000 !important
}

.headerBtn_link {
	color: #000;
}

.sec-tabs-slider-main .slick-next {
	right: -160px;
}

.sec-tabs-slider-main .slick-dots a {
	color: #fff;
}

.sec-tabs-slider-main .slick-dots {
	top: 0;
	left: 0;
	text-align: left;
	width: 15px;
	height: 15px;
}

.sec-tabs-slider-main .tab-content .tab-pane {
	display: block;
	height: 0;
	/* overflow: hidden;  */
	position: relative;
}

/*.testimonials-sec .item-single {
	padding-right: 130px;
}*/

.testimonials-sec .item-single {
	padding-right: 60px;
}


.testimonials-sec {
	padding-bottom: 130px;
}

.sec-tabs-slider-main .tab-content .tab-pane.active {
	height: auto;
}

.testimonials-sec .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	bottom: -100px;
	list-style-type: none;
}

.testimonials-sec .slick-dots li {
	margin: 0 0.25rem;
}

.testimonials-sec .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #dddddd00 !important;
	text-indent: -9999px;
}

.testimonials-sec .slick-dots li.slick-active button {
	background-color: #fff !important;
}

.sec-tabs-slider-main .slick-dots li {
	display: none;
	color: #fff;
}


.sec-tabs-slider-main .slick-dots li.slick-active {
	display: inline-block;
}

.header-close .bi-x-square {
    cursor: pointer;
}
.sec-tabs-slider-main .btn-primary{ border: 1px solid var(--yellow);}

#menu-footer3{
	display: flex;
}


 .logo img {
    width: 130px;
} 


.footer img {
    height: 130px;
}
.left-warp-sec:after {
	content: "";
	background: #000000;
	position: absolute;
	right: 0;
	width: 1000px;
	height: 100%;
	top: 0;
	z-index: -1;
  }
  .contact-image {
  text-align: center;
}
  .right-warp-sec {
  padding-top: 50px;
}
  .left-warp-sec h1 {
  font-size: 65px;
  color: var(--yellow);
  font-weight: 600;
}

.left-warp-sec {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
}
  .form-custom-m {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mb- input {
  width: 100%;
  padding: 3px 10px;
}
.left-warp-sec h2 {
  font-size: 15px;
  color: var(--yellow);
  padding: 0;
  margin: 20px 0 0;
}
.mb- {
  max-width: 310px;
}
.form-custom-m .mb-3 {
  max-width: 310px;
  width: 100%;
}
.form-field label {
  font-size: 15px;
  color: var(--yellow);
  font-weight: 600;
}
.form-field .form-control {
  padding: 3px 10px;
  border-radius: inherit;
}
/* .page-heading {
  padding: 100px 0;
} */
.page-heading {
	padding: 0px;
  }
.submit-btn a:hover {
background-color:#4ED56D;
}
.submit-btn a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  color: #000;
  background: var(--yellow);
  width: 100%;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-nav a {
	/* font-size: 3rem; Larger font size */
	/* margin: 1rem; More space between icons */
	font-size: 24px;
	margin: 10px;
	display: inline-block;
}
.footer-nav a:hover {
	opacity: 0.8;
}
.footer-nav .bi-facebook {
	color: #3b5998;
}
.footer-nav .bi-twitter {
	color: #1da1f2;
}
.footer-nav .bi-youtube {
	color: #ff0000;
}
.footer-nav .bi-linkedin {
	color: #0077b5;
}


.form-wrap .wpcf7-form-control-wrap {
    font-size: 15px;
}
.submit-btn :hover {
 background-color:#4ED56D;
}

.form-wrap textarea {
    width: 100%;
}
.submit-btn {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #000;
    background: var(--yellow);
    padding: 12px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
}
.comment-heading {
    font-size: 15px;
    color: var(--yellow);
    font-weight: 600;
}
.form-field label {
    font-size: 15px;
    color: var(--yellow);
    font-weight: 600;
    margin: 5px 0;
}
.mailimg {
   width: 450px!important;
}

.sec-tabs-slider-main .slick-dots li.slick-active{
	display:none;
 }
 .btn-primary {
	color: #fff;
	background-color: #D3B25B;
	border-color: #D3B25B;
 }
 .btn-primary:hover {
 color: #fff;
 background-color: #D3B25B;
 border-color: #D3B25B;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900;
color: white;
}
 /* @media (min-width: 768px)
 .justify-content-md-between {
	justify-content: center;
 } */





h1.headline{
	position: relative;
	 padding-bottom: 20px
}

.headline::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 120px;
    background-color: #fcd34d;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

















