@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Basic css start  */
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px; 
  margin: 0;
  color: #000;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* Header */
.top-bar {
  background: #23410A;
  display: flex;
  justify-content: flex-end;
  padding: 9px 0;
}
/* .header-fixed .top-bar {
  display: none;
} */ 

.top-header-mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 0;
}

.facility-div {
  position: relative;
}

.facility-btn {
  color: #fff;
  padding: 5px 20px 5px 12px;
  background: url(../images/select-arrow.svg) no-repeat right center;
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-size: 16px;
}

.facility-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  min-width: 100%;
  display: none;
  z-index: 999;
  padding: 13px;
  width: 290px;
  box-shadow: 0px 15.56px 31.12px 0px #CACACA40;
  border-radius: 5px;
  transform: translateX(-50%);
}

.hours-details h5 {
  color: #0F64E6;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.timing {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 3px 0;
}

.timing p {
  margin: 0;
}

.popup-contact-detail a {
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.popup-contact-detail h5 {
  margin-bottom: 5px;
}

.popup-contact-detail p {
  margin: 0 0 5px 0;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.popup-contact-detail p a {
  color: #000;
}

.top-header-right {
  display: flex;
  gap: 44px;
  align-items: center;
}

.top-header-right a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
}

.nav-action-btn {
  padding: 0 25px;
}

.nav-action-btn a {
  background: #23410A;
  color: #fff;
  padding: 13px 15px;
  border-radius: 8px;
  width: 100%;
  transition: all ease-in-out 0.3s 0s;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin: -6px 0 35px 0;
  text-align: center;
}

.head-call {
  background: url(../images/callIcon.png) no-repeat 0 center;
}

.head-dire {
  background: url(../images/map-pin.png) no-repeat 0 center;
}

header {
  box-shadow: 0px 4.76px 34.05px 0px #00000040;
  background: #fff;
  position: sticky;
  width: 100%;
  top: 0; 
  z-index: 99;
}

.header-menu button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #1A1A1A;
}



/* Hero css */
.top-hero {
  background-color: #fff;
  min-height: calc(100vh - 92px);
  position: relative;
  
  z-index: 1;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.top-hero>.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #000;
  height: 100%;
}

.top-hero>.hero-image::after {
  background: linear-gradient(270.12deg, rgba(218, 218, 218, 0.46) 0.1%, #FFFFFF 70.64%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hero-desktop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero_wrap {
  max-width: 450px;
}

.hero-tag {
  color: #0F64E6;
  font-size: 26px;
  font-family: "Playball", cursive;
  margin-bottom: 10px;
}

.hero_wrap h1 {
  font-size: 41px;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: #23410A;
  margin-bottom: 25px;
}

.hero_wrap p {
  font-size: 19px;
  line-height: 26px;
}

.hero-left-buttons {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}

.view-rate-button .rates_sizes {
  padding: 10px 15px;
  background: #0F64E6;
  color: #fff;
  border-radius: 8px;
  width: 275px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-align: center;
  transition: all ease-in-out 0.3s 0s;
}

.view-rate-button .rates_sizes:hover {
  background: #064AB3;
}

.off-time {
  background: #fff url(../images/Clock.svg) no-repeat 8px center;
  background-size: 20px;
  padding: 7px 10px 7px 36px;
  border-radius: 8px;
  border: 1px solid #0F64E6;
}

.off-time a {
  color: #0F64E6;
  background: url(../images/CaretDown.svg) no-repeat right center;
  padding-right: 23px;
  font-size: 14px;
  font-weight: 500;
}

.rent-from-main {
  background: #FFF;
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 0px 1.18px 19.77px 0px #0000004D;
  border-radius: 10px;
}

.input-box-rent {
  padding: 0;
  margin: 30px 0 64px;
  position: relative;
}

.rent-from-main .form-heading {
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
}

.rent-from-main .form-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  top: 0;
  background: #23410A;
  border-radius: 10px 10px 50% 50%;
  z-index: -1;
}

.rent-from-main .form-heading h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.rent-from-main .form-heading p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.rent-from-main .input-box-rent .col {
  flex: 1 0 100%;
}

.unit-box-main {
  padding: 0 30px 0;
  z-index: 9;
  position: relative;
}

.common-form input[type="submit"] {
  background: #23410A;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all ease-in-out 0.3s 0s;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.common-form input[type="submit"]:hover {
  background: #1e3515;
}

.common-form .form-control,
.common-form .input-group-text {
  border-radius: 11px;
  border-color: #B8B8B8;
  font-size: 12px;
  color: #1A1A1A;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.common-form .form-control {
  padding: 8px;
}

.common-form .input-group-text {
  background: none;
  position: relative;
}

.common-form .input-group .form-control {
  border-left: 0;
}

.common-form .input-group-text::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #B8B8B8;
  position: relative;
  right: -12px;
}

.common-form label.d-block {
  color: #252525;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.common-form textarea.form-control {
  height: 87px;
  resize: none;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-box img {
  width: 100%;
}

.gallery-box {
  width: 50%;
}


/* Amenities Section*/
.common-header {
  text-align: center;
  margin-bottom: 40px;
}

.common-title {
  font-size: 36px;
  font-weight: 800;
  color: #23410A;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.common-header h5 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.amenities-section {
  padding: 60px 0;
}

.amenities-card {
  max-width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0px 5.58px 14.1px 0px #0F64E621;
  text-align: center;
  margin-bottom: 22px;
  height: calc(100% - 22px);
}

.amenities-icon {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-icon img {
  margin-bottom: 10px;
  max-height:87px;
}

.amenities-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.amenities-card p {
  font-size: 15px;
  color: #000;
}

/* gallery-blogs */

.gallery-flex {
  display: flex;
  flex-wrap: wrap;
  background-color: #23410A;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}

.gallery-content {
  flex: 1 1 50%;
  padding: 42px;
}

.gallery-content h2 {
  font-family: "Playfair", serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.gallery-image {
  flex: 1 1 50%;
  background-color: #eee;
  position: relative;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  margin-bottom: 1rem;
  padding: 0;
}

.gallery-content p {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 1.5rem;
}

.gallery-content .buttons {
  display: flex;
  gap: 14px;
}

.gallery-content .btn {
  padding: 0.75rem 1.25rem;
  background: #0F64E6;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
}

.gallery-content .btn:hover {
  background: #1d4ed8;
}

.picture-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 60px;
  z-index: 1;
}

/* Our Rates */
.rates {
  padding: 60px 0;
}

.pricing-card {
  position: relative;
  margin-bottom: 30px;
}

.pricing-detail {
  max-width: 400px;
  margin: auto;
  padding: 40px 25px 25px 25px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 5.35px 13.51px 0px #0F64E621;
}

.pricing-header {
  text-align: center;
}

.parking-img {
  max-width: 100%;
  margin-bottom: -23px;
}

.pricing-table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pricing-column {
  flex: 1;
}

.line {
  background: #ccc;
  width: 1px;
  margin: 0 20px;
}

.pricing-column h3 {
  color: #23410A;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.pricing-column p {
  margin: 4px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  color: #23410A;
  align-items: center;
}

.price {
  color: #0F64E6;
  font-weight: 600;
  width: 50%;
  font-size: 19px;
}

.book-button {
  background: #264217;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}

.book-button:hover {
  background: #1e3515;
}


.vehicle-stroage {
  background: #f4f4f4;
  padding: 60px 0;
}

.vehicle-stroage .gallery-flex {
  background: #fff;
}

.vehicle-stroage .gallery-content h2 {
  color: #264217;
}

.vehicle-stroage .gallery-content p {
  color: #000;
}

.policies-section {
  padding: 1rem 0 0 0;
  text-align: center;
}

.policies-title {
  font-size: 1.8rem;
  color: #264217;
  font-weight: bold;
  margin-bottom: 1rem;
}

.policies-text {
  font-size: 17px;
  line-height: 29px;
}

.policies-link {
  color: #0F64E6;
  text-decoration: underline;
  font-weight: 500;
}

.policies-link:hover {
  text-decoration: none;
}

.testmonials-section {
  padding: 60px 0;
}

.review-card {
  border-radius: 12px;
  box-shadow: 0px 2.4px 5.03px 0px #00000040;
  padding: 50px 30px 30px 30px;
  position: relative;
  margin: 20px 15px 0 15px;
}

.google-logo {
  width: 60px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
}

.stars img {
  width: auto !important;
}

.review-text {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}

.reviewer {
  font-size: 14px;
  margin: 0;
}

.reviewer strong {
  display: block;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.source {
  font-size: 13px;
}

.owl-dots {
  text-align: center;
  margin: 15px 0;
}

.owl-dot {
  width: 8px;
  height: 8px;
  background: #DDDDDD !important;
  border-radius: 10px;
  margin: 0 5px;
}

.owl-dot.active {
  background: #0F64E6 !important;
}

.testimonials-owl.owl-carousel .owl-stage-outer {
  padding: 10px 0;
}

.map-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.map-form-map {
  width: 50%;
}

.map-form-field {
  width: 50%;
  order: 2;
}

.map-form-field-inner {
  padding: 32px;
  max-width: 664px;
}

.map-form-field-inner h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1A1A1A;
  font-family: "Playfair Display", serif;
}

.map-form-field-inner .common-form .form-control {
  padding: 8px;
  height: 48px;
}

.map-form-field-inner .common-form textarea.form-control {
  height: 114px;
}

.map-form-field-inner .common-form input[type="submit"] {
  width: 100px;
  height: 44px;
  font-size: 16px;
}

/* footer */
footer {
  background: #292929;
  padding: 34px 0;
  color: #fff;
}

footer .popup-contact-detail h5 {
  font-size: 23px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

footer .popup-contact-detail p,
footer .popup-contact-detail p a {
  font-size: 18px;
  color: #fff;
}

footer .popup-contact-detail p img {
  width: 31px;
  filter: brightness(0) invert(1);
}

footer .p-social {
  display: flex;
  gap: 10px;
}

footer .p-social img {
  width: 28px;
  filter: brightness(0) invert(1);
}

footer .off-time {
  border: none;
  max-width: 255px;
  background: #fff url(../images/ClockBlack.svg) no-repeat 8px center;
}

footer .off-time a {
  color: #257300;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  background: url(../images/CaretDownBlack.svg) no-repeat right center;
}

.footer-form-field-inner .common-form .form-control {
  padding: 8px;
  background: none;
  color: #fff;
  min-height: 43px;
}

.footer-form-field-inner .common-form .input-group-text img {
  filter: brightness(0) invert(1);
}

.footer-form-field-inner .common-form .input-group-text {
  border-right: 0;
}

.footer-form-field-inner h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-form-field-inner .common-form textarea.form-control {
  height: 102px;
}

.footer-form-field-inner .common-form input[type="submit"] {
  background: #0F64E6;
  width: 90px;
}

.cont_frm input, .cont_frm select, .cont_frm textarea{
	border-radius: 11px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
	  border-color: #B8B8B8;
		border-left-color: rgb(184, 184, 184);
	  font-size: 12px;
	  color: #1A1A1A;
	  font-family: "Montserrat", sans-serif;
	  font-weight: 400;
	  width:100%;
	  padding: 8px;

}

.cont_frm textarea {
  height: 87px;
  resize: none;
}
.cont_frm .p_class{
  margin: 0;
    font-size: 12px;
}

.cont_frm input[type="submit"] {
  background: #23410A;
  color: #fff;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  transition: all ease-in-out 0.3s 0s;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    
}


/* About us page */

.inner-hero img{
    width: 100%;
    object-fit: cover;
    max-height: 148px;
    min-height: 100px;
}

.about-inner{
    text-align: center;
    padding: 40px 0 0 0;
}
.about-inner h2{
    color: #23410A;
    font-weight: 600;
}
.about-inner h3{
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #23410A;
    margin-bottom: 25px;
    
}
.about-inner .gallery-wrap{
    display: flex;
}
.guest-wrap {
  text-align: center;
  max-width: 920px;
  margin: 80px auto;
}
.guest-wrap h2{
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #23410A;
    padding-bottom: 25px;
}
.guest-wrap .list-box{
    margin-top: 25px;
}
.guest-wrap .list-box h5 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin: 18px 0;
  display: block;
  position: relative;
}
.guest-wrap .list-box h5::before {
  content: "•";
  color: #0066ff;
  font-size: 17px;
  position: absolute;
  left: -30px;
  top: 0;
}
.guest-wrap .list-box h5 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.about-inner h6 {
  color: #23410A;
  margin-top: 25px;
}
.gray-bg .gallery-content h2 {
  color: #23410A;
}
.gray-bg .gallery-content p {
  color: #000;
}
.gallery-content p span {
  display: block;
  font-weight: 500;
}
.long-term-rate-form .rent-from-main {
  margin-top: -154px;
  text-align: left;
}

@media (max-width: 767px) {
	.long-term-rate-form .rent-from-main {
	  margin-top: 0px;
	  
	}
}

.long-term-rate-form .text-start p {
  font-size: 17px;
  line-height: 29px;
  max-width: 350px;
}
.storage-rates-col h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.gray-bg {
  background: #f4f4f4 !important;
}

.common-form ::placeholder {
    color: #fff; /* white for dark background */
    opacity: 0.8; /* slightly transparent */
}


.book-now-stickey {
  color: #000;
  font-size: 12px;
}

.book-now-stickey {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 12px;
  height: 60px;
  border-top: 1px solid #000;
  padding: 0 15px;
  z-index: 99;
}
@media (max-width: 767px) {
  .book-now-stickey {
    display: flex;
  }
}

.close {
  position: absolute;
  right: -10px;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 40px;
  padding: 0px 0px;
  top: -9px;
  z-index: 4;
  border-radius: 13px;
  line-height: 23px;
}

.facility-dropdown .timing p{
	color:#000 !important;
}




.top-strip {
  background: #dd0b0b;
  text-align: center;
  position: relative;
  padding: 7px 0;
}
.top-strip h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
}
.top-strip h3 strong {
  display: block;
}
.close-strip {
  position: absolute;
  font-size: 24px;
  color: #fff;
  right: 30px;
  top: 0;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-strip a {
	color:#fff;
}

.social img{
	margin-right:10px
}

@media(max-width:767px) {
	.show_on_desktop{
		display:none;
	}
	.show_on_mobile{
		display:block;
	}
}

@media(min-width:767px) {
	.show_on_desktop{
		display:block;
	}
	.show_on_mobile{
		display:none;
	}
}

.hrs-green{
	color:green;
}
.hrs-green span{
	color:green;
}
/* @media(max-width:767px) {
.header-fixed header{
	 
		
			top: 34px;
		

	
}
} */

.recent_post {
    width: 100%;
    margin: 50px 0;
}

.search-form .screen-reader-text {
    display: none;
}

.search-field {
    border: 1px solid #0F64E6 !important;
    padding: 3px 0px 3px 5px !important;
    border-radius: 0 !important;
}

.search-submit {
    background: #0F64E6 !important;
    color: #fff !important;
    border: 0px solid !important;
    padding: 8px 6px !important;
    margin-top: 17px;
    margin-bottom: 40px;
    margin-left: -4px;
    border-radius: 0 !important;
}

.box_bb {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.img_bb img {
    max-width: 100%;
    height: 190px !important;
    width: 100%;
    object-fit: cover;
}

.other_in_b h4 a {
    color: #4b4e53;
    text-decoration: none;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.box_bb p {
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read_mmm_b a {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.blog_m .post-img {
    display: none;
}

.search .bolg-page {
    padding: 50px 0px 50px 0;
    position: relative;
    background-color: #fff;
}

.search .blog_m {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.search .blog_m h1 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 600;
}

.search .blog_m h1 a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.search .by-author {
    font-size: 14px;
    margin-bottom: 10px;
}

.search a.con_r {
    background: #0F64E6;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
}

.search .widget-title {
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
}

.search .search-form {
    display: block !important;
}

.search .search-form label {
    display: inline-block !important;
    max-width: 100%;
    font-weight: 700;
    float: left;
    width: 100% !important;
    text-align: left;
}

.search .latest-post h4 {
    margin: 5px 0px;
    font-size: 18px;
    text-decoration: none;
}

.search .latest-post h4 a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.search.latest-post-list .red-but a {
    padding: 5px 10px;
}

.search .latest-post {
    margin-bottom: 20px;
}

.search .search-form label {
    display: inline-block !important;
    max-width: 100%;
    font-weight: 700;
    float: left;
    width: 100% !important;
    text-align: left;
    margin-bottom: 0.5rem;
}

.search .search-field {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 0px !important;
    color: #4b4e53;
    border: 1px solid #ccc;
    background: #fff !important;
}

.search .search-form .search-submit {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

.search .search-submit {
    margin-left: 0px;
}


/* Blog page */
.inner-hero{
    position: relative;
}
.inner-hero::after{
      background: linear-gradient(270.12deg, rgba(218, 218, 218, 0.46) 0.1%, rgb(255 255 255 / 75%) 70.64%);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
}
.inner-hero .inner-title{}
.inner-hero .hero-desktop{}
.inner-hero h2{
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}