* {
  font-family: DM Sans;
  letter-spacing: 0em;
}

html {
  min-height: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

section, div, table, td, input, img, h1,h2,h3, ul, li, p, span, a {
  box-sizing: border-box;
}
.txtRed {
  color: #a1102b !important;
}
.txtRed2 {
  color: #fd5959 !important;
}
.bkgRed {
  background-color: #a1102b !important;
}
.txtWhite {
  color: #fff !important;
}
.bkgWhite {
  background-color: #fff !important;
}
.txtBlack {
  color: #000 !important;
}
.bkgBlack {
  background-color: #000 !important;
}
.txtLeft {
  text-align: left !important;
}
.txtRight {
  text-align: right !important;
}
.txtCenter {
  text-align: center !important;
}
.txtBold {
  font-weight: 700;
}
.p2 {
  font-size: 2rem !important;
  font-weight:500!important;
}

nav {
  width: 100%;
  padding: 0 3rem;
}
nav table {
  border-collapse: collapse;
}
nav > table {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
nav > table > tbody > tr > td:first-child {
  width: 15rem;
}
nav > table > tbody > tr > td:last-child {
  vertical-align: middle;
}
nav > table > tbody > tr > td:last-child > table {
  float: right;
}
nav > table > tbody > tr > td:last-child td {
  font-size: 1.7rem;
  padding: 0 0 0 5rem;
}

#gcontact div.frmReturn {
  color: #fff;
  background: #a1102b;
  display: block;
  width: 96%;
  max-width: 50rem;
  text-align: left;
  padding: 4rem 8rem 8rem 8rem;
  margin: 0 auto;
  border-radius: 2rem;
}
#gcontact div.frmReturn p {
  padding: 0;
  text-align: left;
}

.msg {
  color: #888;
  font-size: 1.2rem;
  display: block;
  text-align: center;
}

.w1k {
  width: 100%;
  max-width: 995px;
  margin: 0 auto;
}

.btt,
.bttc,
.bttcw,
.bttw {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.17;
  padding: 12px 2em;
  color: #fff;
  background: #a1102b;
  border-radius: 20px;
  margin: 2rem 0 0 0;
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.bttc,
.bttcw {
  margin: 2rem auto 0 auto;
}
.bttw,
.bttcw {
  color: #a1102b;
  background: #fff;
}

.blockImg,
.blockWht,
.blockBlk,
.blockRed {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}
.blockImg {
  padding: 0 1rem;
}
.blockWht,
.blockBlk,
.blockRed {
  padding: 8rem 1rem;
}

.blockImg > div,
.blockWht > div,
.blockBlk > div,
.blockRed > div {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.blockImg h1,
.blockWht h1,
.blockBlk h1,
.blockRed h1 {
  line-height: 1.17;
  font-weight: 700;
  padding: 0;
  margin: 0 1rem 4rem 1rem;
  text-align: center;
}
.blockImg h1,
.blockWht h1,
.blockBlk h1,
.blockRed h1 {
  font-size: 6rem;
}
.blockImg h2,
.blockWht h2,
.blockBlk h2,
.blockRed h2 {
  font-size: 4rem;
  margin: 2rem 0;
}
h1, h2 {text-transform:uppercase;}

.blockImg h3,
.blockWht h3,
.blockBlk h3,
.blockRed h3 {
  font-size: 3rem;
}

.blockImg p,
.blockWht p,
.blockBlk p,
.blockRed p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.37;
  text-align: center;
  display: block;
  padding: 0 1rem 1rem 1rem;
  margin: 0 auto;
}

.blockWht {
  background: #fff;
}
.blockWht,
.blockWht h1,
.blockWht h2,
.blockWht p {
  color: #000;
}

.blockBlk {
  background: #000;
}
.blockBlk,
.blockBlk h1,
.blockBlk h2,
.blockBlk p {
  color: #fff;
}

.blockRed {
  background: #a1102b;
}
.blockRed,
.blockRed h1,
.blockRed h2,
.blockRed p {
  color: #fff;
}
.blockImg,
.blockImg h1,
.blockImg h2,
.blockImg p,
.blockImg p > a {
  color: #fff;
}

/* Style for the close button */
.close-button {
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  top: 4px;
  right: 12px;
}
/* Hover effect to change text color to red */
#side-menu ul li a:hover {
  /* color: #A1102B; */
}

/* Add styles for the top bar */
#top-bar {
  background-color: transparent;
  /* background-color: rgba(0,0,0,0.9); */
  color: white;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#top-bar > a {
  align-self: stretch;
  align-self: center;
}

/* #top-bar ul { */
/*   list-style: none; */
/*   display: flex; */
/*   width: 100%; /* Adjust the width to control spacing */
*/
/*   text-align: center; */
/*   justify-content: space-between; /* Evenly space the menu items */ */
/*   padding: 0; */
/*   margin: 0 6rem; */
/* } */

/* #top-bar li { */
/*margin-top: 20px;*/
/* margin-right: 20px; Remove this to ensure even spacing */
/* } */
#topbar-links {
  align-items: center;
}
#topbar-links > li {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
}

#topbar-links > div {
  align-items: center;
}

#topbar-links > div > li {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 0 6rem;
}

#top-bar a {
  text-decoration: none;
  color: white;
}
#logo > a > img {
  width: 15rem;
}

.toggle-button {
  position: absolute;
  top: 0.6rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

#about-us-submenu1 {
  background-color: #000000;
  margin-left: 815px;
  margin-top: 15px;
  display: none;
  position: absolute;
  top: 70%; /* Position below the "About Us" link */
  left: 0;
  width: 9.5%;
  /*text-align: center;*/
  padding: 10px;
  /*margin-top: 30px;*/
  box-sizing: border-box;
  text-align: left;
}

/* #about-us-submenu {
  	background-color: #000000;
  	top: 100%;
  	left: 65;	
  	display: none;
  	position: absolute;
  	width: 7%;
  }
*/
#about-us-submenu,
#services-submenu {
  margin-top: 2.1rem;
  padding-top: 1rem;
  background-color: #000000;
  top: 45%;
  left: 63;
  display: none;
  position: absolute;
  width: 15rem;
  white-space: nowrap;
}
/*  #services-submenu {
  	margin-top: 2.1rem;
  	background-color: #000000;
  	top: 70%;
  	left: 65;	
  	display: none;
  	position: absolute;
  	width: 7%;
  }*/

/*  #services-submenu {
    background-color: #000000;
    margin-left: 1033px;
	margin-top: 15px;
    display: none;
    position: absolute;
    top: 70%;  Position below the "About Us" link 
    left: 0;
    width: 9.5%;
    text-align: left;
    padding: 10px;
    /*margin-top: 30px;*/
/*box-sizing: border-box;*/
/*}*/

#services-submenu a,
#about-us-submenu a {
  /*text-align: left;*/
  color: black;
  text-decoration: none;
  display: block;
  padding: 1rem 10px;
  /*margin-bottom: 10px;*/
  font-size: 1.7rem;
  border-bottom: 1px solid #a1102b;
}
#about-us-submenu a:last-child,
#services-submenu a:last-child {
  border-bottom: none; /* Remove border from the last submenu item */
}

#menu-item {
  color: white;
}

#nav {
  list-style: none inside;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  gap: 50px;
}

#nav li {
  display: block;
  position: relative;
  float: left;
  text-transform: uppercase;
}

#nav li a {
  display: block;
  padding: 0;
  text-decoration: none;
  line-height: 35px; /* this is the hieght of the menu items */
  color: #ffffff; /* list item font color */
  font-size: 1.7rem;
}

/*--- Sublist Styles ---*/
#nav ul {
  position: absolute;
  padding: 0;
  left: 0;
  display: none; /* hides sublists */
}

#nav li:hover ul ul {
  display: none;
} /* hides sub-sublists */

#nav li:hover ul {
  display: block;
} /* shows sublist on hover */

#nav li li:hover ul {
  display: block; /* shows sub-sublist on hover */
  margin-left: 150px; /* this should be the same width as the parent list item */
  margin-top: -45px; /* aligns top of sub menu with top of list item */
}

.navbar {
  display: flex;
  max-width: 1024px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.nav-item {
  padding: 1rem 10px;
  border-bottom: 1px solid #a1102b;
  background-color: black;
  width: 150px;
  text-align: left;
}

.nav-item-sub {
  padding: 1rem 10px;
  border-bottom: 1px solid #a1102b;
  background-color: black;
  width: 200px;
  text-align: left;
}

#background {
  background-image: url("/images/HomeBackground.png");
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
}

#backgroundA {
  /* background-image: url('/images/HomeBackground.png'); */
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#sight-background {
  background: url("/images/SightBackground.png");
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#backgroundSliderMob {
  background-color: white;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#centerWhoAreWe,
#center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#centerBoostingRevenue {
  display: flex;
}

#logo-hidden {
  display: none;
  width: 150px;
  height: 70px;
  margin-bottom: 20px;
}

#center-card2,
#center-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 45px;
}

#carddesign {
  width: 283px;
  height: 316px;
  top: 1407px;
  left: 187px;
  border-radius: 5.8rem;
  background-color: #171616;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 2.7rem;
  margin-bottom: 1rem;
  /* cursor: pointer; */
  /* transition: #A1102B 0.3s, color 0.3s; */
}

#center-card2 div:last-child {
  margin-right: 0;
}

#carddesign p {
  font-size: 1.3rem;
}

#carddesign img {
  width: 4.8rem;
}

#carddesign:hover {
  background-color: #a1102b;
  color: #fff;
}

#rect {
  width: 1065px;
  height: 542px;
  /* background-size: contain; */
  background-color: #d9d9d9; /* Grey color */
  position: relative; /* Required for absolute positioning inside */
}

#play-button {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 70px solid #a8a6a6;
  position: absolute;
  top: 50%; /* Position at the vertical center of the parent */
  left: 50%; /* Position at the horizontal center of the parent */
  transform: translate(-50%, -50%); /* Center */
}

#horizontal-line1 {
  width: 30rem;
  height: 3px;
  background-color: #a1102b;
  margin: 64px auto; /* Add some space and center horizontally */
  margin-bottom: 0px;
}

#bg-43 {
  padding-left: 14%;
  /* padding-top: 5%; */
  background-color: #a1102b;
  background-size: cover;
  background-repeat: no-repeat;
  width: 1440px;
  display: flex;
  flex-direction: column;
  /* justify-content: center;  */
  /* align-items: center; */
  text-align: left;
  /* padding-left: 15%; */
  height: 100vh;
  margin: 0;
}

.btnTop {
  margin-top: 30px;
}

#bg-4t {
  height: 100%;
  width: 100%;
  background-color: #a1102b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10%;
}

#f {
  margin-bottom: auto;
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

#bg-6 {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0;
}

#img1 {
  height: 100vh;
}

#input11 {
  width: 525px;
  height: 62px;
  top: 5312px;
  left: 188px;
  border-radius: 10px;
  padding: 12px 20px;
  margin: 8px 0;
  margin-left: 12px;
  /*margin-bottom: 8px;*/
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#gcontact div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#gcontact input[type="text"] {
  /* 	width: 525px;
	height: 62px;
	top: 5312px;
	left: 188px;
*/
  color: #999;
  font-size: 1.8rem;
  font-weight: 500;
  width: 48%;
  padding: 1.2rem 2rem;
  margin: 0.5rem;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

#gcontact textarea {
  /* 	top: 5312px;
	left: 188px;
	width:1060px;  */
  color: #999;
  font-size: 1.8rem;
  font-weight: 500;
  width: 97%;
  padding: 1.2rem 2rem;
  margin: 0.5rem;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: DM Sans;
  border-radius: 10px;
}

/* .input1 {
	width: 525px;
	height: 62px;
	top: 5312px;
	left: 188px;
	border-radius: 10px;
	padding: 12px 20px;
    margin: 8px 0;
    margin-left: 12px;
    margin-bottom: 8px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#input-div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#textarea {
	top: 5312px;
	left: 188px;
	width:1060px; 
	border-radius: 10px;
	padding: 12px 20px;
    margin: 8px 0;
    margin-left: 12px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: DM Sans;
} */

input::placeholder,
textarea::placeholder {
  font-family: "DM Sans", sans-serif; /* Replace 'Arial' with your desired font family */
  font-size: 14px; /* Adjust the font size as needed */
  color: #999;
}

#sight-ellipse {
  padding: 20px;
  text-align: center;
}

#ellipse {
  width: 7.9rem;
  height: 7.9rem;
  background: #a1102b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 2rem; /* Add some space between ellipse and paragraph */
}

#info-card {
  font-family: DM Sans;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}

.container {
  position: relative;
  /*width: 50%*/
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.container:hover .overlay {
  width: 80%;
}

#heading-hover {
  font-family: DM Sans;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-left: 12%;
}

#info-hover {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin: 20px;
  padding: 20px 10px;
}

#img1-hover {
  display: inline-block;
}

#img2-hover {
  display: inline-block;
}

#img3-hover {
  display: inline-block;
}

#info-hover1 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin: 20px;
  padding: 20px 10px;
}

#info-hover2 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin: 20px;
  padding: 20px 10px;
}

#info-hover3 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin: 15px;
  padding: 20px 10px;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: white;
  margin-right: 20%;
  margin-bottom: 10px;
  /*margin: 10px;*/
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  color: white;
  margin: 20px;
}

.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: white;
  margin: 20px;
  padding: 20px;
}

#background3 {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.center2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#background3 {
  display: none;
}

#sight-card-info {
  text-align: left;
  margin-top: 8%;
  margin-left: 5%;
}

#sight-card-info-opp {
  text-align: right;
  align-items: right;
  margin-left: auto;
  margin-top: 8%;
  margin-right: 5%;
}

#img-div {
  text-align: right;
  align-items: right;
  margin-left: auto;
  margin-top: 6%;
  margin-right: 5%;
}

#img-div-opp {
  text-align: left;
  margin-top: 6%;
  margin-left: 5%;
}

.display2 {
  display: none;
}

#ellipse2,
#ellipse1 {
  width: 55px;
  height: 55px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 2px solid #a1102b; /* Add some space between ellipse and paragraph */
}

#background22 {
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  /*justify-content: space-between;*/

  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: white; /* Added text color */
}

.whoWeAreTop {
  margin-top: 107px;
}

#top-bar2 {
  display: none;
}

#topbar-hide {
  display: none;
  position: fixed;
  z-index: 1001;
}

.btnIcons {
  margin-top: 66px;
  margin-bottom: 136px;
}

.contact {
  width: 100%;
  max-width: none !important;
  background-image: url(/images/contactus1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 900px; */
  text-align: left;
  overflow: auto;
}
#gcontact section {
  padding: 10rem 0 8rem 0;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
}

input[type="submit"].btt {
  color: white;
  background-color: #a1102b;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 4rem;
  margin-top: 3rem;
  cursor: pointer;
  border: none;
  border-radius: 30px;
}

#contact {
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
}

#footer {
  background-color: #171616;
  color: #fff;
  font-size: 1.5rem;
  padding: 2rem 50px;
}

#footer-content {
  text-align: left;
  max-width: 300px;
  font-size: 1.5rem;
  font-weight: 700;
}

.new {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  background: #000;
}

.new,
.homebkg,
.homebkgWhoWeAre,
.soundbkg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  background: #000;
}

.homebkg {
  background-image: url(/images/HomeBackground.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 75rem;
  width: 100%;
}

.soundbkg {
  background-image: url(/images/sound-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 661px;
  width: 100%;
}

.homebkgWhoWeAre {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 750px;
  width: 100%;
}

.new > div,
.new div.w905 {
  width: 96%;
  max-width: 905px;
}

.new > div > div {
  max-width: none;
}

.new h1 {
  color: #fff;
  font-size: 6rem;
  line-height: 1.17;
  padding: 0 0 0.55em 0;
  margin: 0;
  text-align: left;
  display: block;
}
.new h2 {
  color: #fff;
  font-size: 4rem;
  line-height: 1.17;
  padding: 0 0 0.55em 0;
  margin: 0;
  text-align: left;
  display: block;
}
.new p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.17;
  padding: 0 0 1em 0;
  margin: 0;
  text-align: left;
  display: block;
}
.black {
  color: #000 !important;
}
.center {
  text-align: center !important;
}
.bgwhite {
  background: #fff;
}
.bgred {
  background: #a1102b;
}
.new p.p2 {
  color: #a1102b;
  font-weight: bold;
  text-align: center;
}

.new a.btt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.17;
  padding: 12px 2em;
  color: #fff;
  background: #a1102b;
  border-radius: 20px;
  margin: 12px 0;
  display: block;
  float: left;
  cursor: pointer;
}
.new a.bttw {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.17;
  padding: 12px 2em;
  color: #a1102b;
  background: #fff;
  border-radius: 20px;
  margin: 12px 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.rect-video {
  margin: 0 auto;
  width: 100%;
  max-width: 65.8rem;
  background-color: #d9d9d9; /* Grey color */
  background-size: contain;
  position: relative; /* Required for absolute positioning inside */
}
.rect-video > span {
  color: #a8a6a6;
  font-size: 12rem;
  line-height: 40rem;
}

.menuDropdown span {
  font-size: 1.2rem;
  display: inline-block;
  transform: translateY(-0.2rem);
}

.nav-item span {
  font-size: 1.2rem;
  display: inline-block;
  transform: translateY(-0.2rem);
}

.bg-primary {
  background: #a1102b;
}

.bg-black {
  background: #000;
}

#loginfr {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  padding-top: 100px;
  margin: 0 auto;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
#loginfr div {
  width: 90%;
  max-width: 420px;
  height: 360px;
  color: #000;
  background: #fff;
  border-radius: 9px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#loginfr div span.close {
  color: #fff;
  background: #000;
  font-size: large;
  font-weight: bold;
  margin-top: -12px;
  margin-left: 388px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
}
#loginfr div span.close:hover {
  background: red;
}

#loginfr div div {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}
#loginfr div h2 {
  color: #000;
  font-size: 28px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #000;
}

#edtpg {
  width: 100%;
  height: 360px;
  background: #fff;
  border: none;
  outline: none;
  overflow: hidden;
}

@media (max-width: 1640px) {
  #services-submenu,
  #about-us-submenu {
    padding-top: 0;
    margin-top: 1.8rem;
  }
}

@media (max-width: 1221px) {
  #background3 {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #footer {
    padding: 2rem 80px;
  }

  #footer-content {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  #rect {
    width: 100%;
    height: 400px;
  }

  #top-bar2 {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 6px 6px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    /* width: 400px; */
    /* width: 95%; */
  }

  #top-bar2 img {
    width: 13rem;
  }

  .menu-icon {
    font-size: 24px;
    cursor: pointer;
    padding-right: 8px;
  }

  #side-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 260px;
    max-width: 90vw;
    /* height: 100%; */
    /* margin-top:50px; */

    background-color: #222;
    color: white;
    transition: right 0.3s ease-in-out;
  }

  #side-menu.active {
    right: 0;
  }

  #side-menu ul {
    list-style: none;
    padding: 0;
    margin: 42px 0 0 0;
  }

  #side-menu li {
    padding: 10px 18px;
    border-bottom: 1px solid #444;
    position: relative;
  }

  #side-menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .submenu {
    display: none;
    background-color: #111;
    padding-left: 20px;
    border-left: 1px solid #444;
  }

  .has-submenu.active .submenu {
    display: block;
  }

  .submenu a {
    display: block;
    padding: 5px 0;
  }

  #side-menu .menu-link {
    text-decoration: none;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }

  .has-subsubmenu {
    cursor: pointer;
  }

  .subsubmenu {
    display: none; 
    padding-left: 20px;
    border-left: 1px solid #444;
  }

  .subsubmenu.active {
    display: block;
  }

  .arrow-down {
    font-size: 2rem;
    padding-bottom: 4px;
  }

  #background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .btnIcons {
    margin-top: 63px;
    margin-bottom: 65px;
  }

  #background22 {
    display: none;
  }

  #backgroundA {
    height: 100%;
    width: 100vw;
    padding-bottom: 10%;
  }

  /* #background {
		height: 100%;
		margin-top: 50%;
	} */

  .display2 {
    display: block;
  }

  .d2 {
    display: block;
  }

  .d1 {
    display: none;
  }

  #logo2 {
    display: none;
  }

  #center-card {
    margin-top: 10px;
    /* flex-direction: column; */
    margin-bottom: auto;
  }

  #f {
    text-align: center;
  }

  .aligntop {
    margin-bottom: auto;
    margin-top: 20px;
  }

  #bg-4t {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    align-items: center;
    padding-left: 0px;
  }

  #bg-6 {
    height: 70vh;
  }

  #input-div {
    flex-direction: column;
  }

  .input1 {
    width: 800px;
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #textarea {
    width: 800px;
    margin: 0px;
    margin-left: 0px;
  }

  #info-card {
    font-size: 16px;
  }

  #sight-card-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
  }

  #sight-card-info-opp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
  }

  #sightcarddesign {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #img-sightcard {
    height: 80%;
    width: 80%;
  }

  #img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  #img-div-opp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
  }

  #backgroundSliderMob {
    display: none;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 8px;
  }
  /* .homebkg {height: 600px!important;} */
  /* .homebkgImg {height: 600px!important;}; */
  .new h1,
  .new h2,
  .new pe {
    padding: 0 12px 0.55em 12px;
    text-align: center;
  }
  .new p {
    padding: 0 12px 0.55em 12px;
    text-align: center;
  }
  .new a.btt {
    margin-left: 12px;
    display: inline-block;
    float: none;
  }
  .new a.left {
    margin-left: 0;
    display: inline-block;
    float: left;
  }
  .new div.w905 {
    padding: 0 1em;
    width: 80%;
  }

  #carddesign {
    margin-right: 1rem;
  }
  .new h1.left {
    padding: 0 0 0.55em 0;
    text-align: left;
  }
}

@media (max-width: 905px) {
  #carddesign {
    width: 90%;
    height: 40rem;
  }
  #center-card2 div:first-child {
    margin-left: 1rem;
  }
  #center-card2 div:last-child {
    margin-right: 1rem;
  }
}

@media (max-width: 798px) {
  #topbar-links > div > li {
    margin: 0 0 0 4rem;
  }
}

@media (max-width: 745px) {
  html {
    font-size: 7.5px;
  }
  /* .homebkg {height: 400px!important;} */
  /* .homebkgImg {height: 400px!important;}; */
  #top-bar ul {
    margin: 0 3rem;
  }
}

@media (max-width: 700px) {
  .new h1 {
    font-size: 4rem;
    padding: 0 12px 0.55em 12px;
  }
  .new p {
    /* font-size:13px; */
    padding: 0 12px 0.55em 12px;
  }
  .new a.btt {
    font-size: 1.4rem;
    margin-left: 12px;
  }
  #top-bar {
    display: none;
  }
  #topbar-hide {
    display: block;
  }
  #logo-hidden {
    display: block;
  }
  #logo {
    display: none;
  }
}

@media (max-width: 620px) {
  html {
    font-size: 7px;
  }
  /* .homebkg {height: 400px!important;} */
  /* .homebkgImg {height: 400px!important;}; */
  .new h1 {
    padding: 0 12px 0.55em 12px;
  }
  .new p {
    padding: 0 12px 0.55em 12px;
  }
  .new a.btt {
    margin-left: 12px;
  }
  #gcontact div {
    flex-direction: column;
  }
  #gcontact input[type="text"] {
    width: 97%;
  }
}

@media (max-width: 600px) {
  #center-card2 {
    margin-top: 1rem;
    flex-direction: column;
    margin-bottom: auto;
  }
  #carddesign {
    /* width: 350px;
		height: 450px;
		top: 1407px;
		left: 187px;
		border-radius: 58px;
		background-color: #A1102B; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0px;
    /* margin-right: 10px;
		margin-bottom: 10px;
		cursor: pointer; */
  }
  #carddesign:hover {
    background-color: #a1102b;
  }
}
@media (max-height: 600px) {
  #bg-4t {
    /* width: 100%; */
    height: 100%;
    padding-bottom: 22px;
    /* padding-bottom: 20px;
		align-items: center;
		padding-left: 0px; */
  }
}

@media (max-width: 400px) {
  html {
    font-size: 6px;
  }
  /* .homebkg {height: 400px!important;} */
  .new h1 {
    font-size: 3.2rem;
    padding: 0 12px 0.55em 12px;
  }
  .new p {
    font-size: 2rem;
    padding: 0 12px 0.55em 12px;
  }
  .new a.btt {
    font-size: 1.6rem;
    margin-left: 12px;
  }
}

#gcontact {scroll-behavior: smooth;}
