@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Poppins", serif;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}

ul {
  padding: 0px !important;
  margin: 0px !important;
  list-style: none !important;
}

.LInk-1 {
  font-size: 18px;

}


.Responsive_nav {
  display: flex;
  flex-direction: column;
  padding-left: 3vw;
  width: 94vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}



/* NavBar */

.Logo-Acetians {
  width: 9vw;

}

.bottom__header {
  padding: 1vh 5vw;
}

.bottom__header>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1vh 6vw 1vh 6vw;

}

.bottom__header>ul>li:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.bottom_header_links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #313131;

}

.bottom_header_links>li:hover {
  cursor: pointer;
  color: #00598e;
}

.bottom__header>ul>li:nth-child(2)>ul {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 400;
}

.bottom__header>ul>li:nth-child(2)>ul>li:hover {
  cursor: pointer;
  text-decoration: underline;
}

.bottom__header>ul>li:nth-child(2)>ul>li:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}


.show {
  display: none !important;
  padding-left: 43vw;
  gap: 200px;
}

.show>.menu-icon {
  padding-left: 0.5vw;
}



.bottom_header_links_last>li:last-child {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.bottom_header_links_last {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 15px;
  font-weight: 400;
}

.bottom_header_links_last>li:first-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #313131;
}

.bottom_header_links_last>li:first-child:hover {
  cursor: pointer;
  color: #00598e;
}

.Login-Icon {
  color: #313131;
}

.Login-Icon:hover {
  cursor: pointer;
  color: #00598e;
}

/* bottom__header  end*/





/* latest__innovations */


.latest__innovations {
  padding: 20px;
  margin-top: 20px;
}

.latest__innovations>h1 {
  text-align: center;
  font-weight: 400;
  padding-bottom: 3vh;
  color: #333;
  font-family: "Poppins", serif;
}

.latest__innovations>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  gap: 2vw;
}

.latest__innovations ul>li {
  width: 26.2vw;
  transition: all 0.5s ease;
  border-radius: 14px 14px;
}

.latest__innovations>ul>li:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.innovation__card {
  min-height: 366px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 14px 14px;
}

.innovation__card .blog_content {
  padding-inline: 1vw;
  position: relative;
}

.innovation__card .badge {
  padding: 5px 10px;
  width: auto;
  font-size: 14px;
}

.badge-outlined {
  border: 1px solid black;
}

.innovation__card>img {
  width: 100%;
  height: 36vh;
  border-radius: 14px 14px 14px 14px;
}

.innovation__card h2 {
  margin-top: 1vh;
  margin-bottom: 1vh;
  font-weight: 500;
  font-size: 1.2rem;
  color: #00598e;
  font-family: "Poppins", serif;
  cursor: pointer;

}

.innovation__card h3 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #525252;
}


.innovation__card a {
  position: absolute;
  top: 26vh;
  color: #00598e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Poppins", serif;
}

.innovation__card a::after {
  content: ">";
}


/*  innovation__card end */


/* Story card */


.Story_card_img {
  width: 100%;
  border-radius: 14px 14px 14px 14px;
  max-height: 400px;
}



.story__card {
  padding: 10px;
  padding-inline: 108px;
}

.story__card>ul {
  display: flex;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;

}

.story__card>ul>li {
  padding: 40px;
  width: 100%;
}

.story__card .blog_content>h2 {
  font-size: 2.1rem;
  color: #00598e;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.story__card .blog_content>h3 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #525252;
  margin-bottom: 10px;
}

.story__card .blog_content>a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(19, 79, 102);
  font-family: "Poppins", serif;
}

.story__card .blog_content>a::after {
  content: ">";
}

/* Story Card 1 */

.story__card_1 {
  padding: 10px;
  padding-inline: 108px;
}

.story__card_1>ul {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  align-items: center;
}

.story__card_1>ul>li {
  padding: 40px;
  width: 50vw;
}

.story__card_1 .blog_content>h2 {
  font-size: 2.1rem;
  color: #00598e;
  font-weight: 400;
  font-family: "Poppins", serif;
}

.story__card_1 .blog_content>h3 {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #525252;
  margin-bottom: 10px;
}

.story__card_1 .blog_content>a {
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  color: rgb(19, 79, 102);
  font-family: "Poppins", serif;
}

.story__card_1 .blog_content>a::after {
  content: ">";
}

/* Story Card 1 End */


/*tab css*/

.close-button {
  background-color: white;
  border: none;
  cursor: pointer;
  color: black;
  font-weight: bolder;
}

.close-button-1 {
  height: 20px;
  width: 20px;
  margin-top: 20px;
}

.close-button :hover {
  color: #007fff;
}

.Search {
  display: flex;
  height: 10vw;
  flex-direction: row;
  position: absolute;
  z-index: 0;
  background-color: white;
  width: 100%;
}

.tab-compo {
  display: flex;
  position: absolute;
  z-index: 3;
  width: 100%;
  background-color: white;
  border-top: 1px solid #80808066;
  border-bottom: 1px solid #80808066;
}

.tab-compo>li {
  display: flex;
  flex-direction: row;
}

.list-content {
  padding: 4vh 4vw 4vh 2vw;
}

.name-box {
  display: flex;
  flex-Direction: row;
  gap: 1rem;
  justify-Content: center;
  align-Items: center;

}

.tab {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.tab-list {
  width: 20vw;
  border-right: 1px solid rgb(206, 206, 206);
  height: 40vw;
  justify-content: center;
  padding-inline-start: 0px;
  padding-top: 15px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Poppins", serif;
}

.main-page {
  color: #007fff;
}

.list-link li:hover {
  color: #007fff;
  cursor: pointer;
  text-decoration: underline;
}

.content-img {
  width: 100%;
  height: 30vh;
}

.main-page-content {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  width: 100%;
}

.main-page-content>div {
  width: 22vw
}

.main-page-content>div>ul {
  font-size: 1.2vw;
  line-height: 3vw;
}

.main-page-content>div>ul>li>p {
  line-height: 2vw;
}

.main-page-content>div>ul>li {
  cursor: pointer;
}

.main-page-content>div>ul>li:hover {
  text-decoration: underline;
}

.main-page-content>div>ul>a {
  text-decoration: none;
  color: #007fff;
  font-size: 1.2vw;
}

.head-text {
  font-size: 17px;
  margin-bottom: 5px;
  width: 20vw;
  padding: 5px 0px 0px 0px;
}

.text-info {
  font-size: 15px;
  width: 15vw;
  color: gray;
  margin-bottom: 40px;
}

.links-page {
  color: #007fff;
  text-decoration: none;
  font-size: 16px;
}

.links-page:hover {
  text-decoration: underline;
}

/*tab csss ends*/



.mobile_menu_link {
  position: relative;
  z-index: 99;
}

.mobile_menu_link {
  background-color: white;
  height: 20vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
}

.hamburger {
  display: none;
}

.show-component {
  display: none;
  padding-left: 20vw;
}

.new-component {
  display: flex;
  justify-content: space-between;
}





.closes-button {
  position: absolute;
  top: 2px;
  right: 30px;
  background: transparent;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: black;
}

.Resp_list_link {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 97vw;
  padding-left: 3vw;
}


/* Footer */

.footer-top {
  margin-top: 10vh;
}

.Footer_Links {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 4vh 6vw 4vh 6vw !important;
  background-color: #e4e5e6;
  gap: 11vw;
  margin-top: 10vh;
}

.Footer_Links>li>ul {
  display: flex;
  flex-direction: row;
  gap: 11vw;
}

.Footer_Links>li>ul>li>h3 {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 17px;
  color: #00598e;
}

.Footer_Links>li>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2vh !important;
  font-size: 13px;
  font-weight: 500;
  color: #525252;
  font-family: "Poppins", serif;
}

.Footer_Links>li>ul>li>ul>li:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #222222;
}

.Footer2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 5px solid #e4e5e6;
  padding: 2vh 7vw 2vh 7vw !important;
  justify-content: space-between;
}

.Footer2>li:first-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.Footer2>li:first-child>ul>li:last-child>ul {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  gap: 4px;
}

.Footer2>li:first-child>ul>li:last-child>ul>h6 {
  font-size: 12px;
  font-family: "Poppins", serif;
  font-weight: 500;
}

.Footer2>li:first-child>ul>li:last-child>ul>li:nth-child(2)>ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.Footer2>li:first-child>ul>li:last-child>ul>li:nth-child(2)>ul>li:hover {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.Footer2>li:first-child>ul>li:last-child>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.Footer2>li:first-child>ul>li:last-child>ul>li:nth-child(3)>ul>li:hover {
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.Footer2>li:last-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.Footer2>li:last-child>ul>li:first-child>ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.Footer2>li:last-child>ul>li:first-child>ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer2>li:last-child>ul>li:first-child>ul>li {
  cursor: pointer;
}


/* Footer End */

.main-page-content-1>ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Poppins", serif;
  padding-top: 3.5vh;
}

.main-page-content-1>ul>li:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #0056b3;
}

.main-page-list {
  font-family: "Poppins", serif;
  font-size: 13px;
  font-weight: 300;
}

.sublinks {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  opacity: 0;
  /* Initially hidden (fully transparent) */
  max-height: 0;
  /* Initially collapsed */
  overflow: hidden;
  /* Hide overflow content */
  transition: opacity 0.3s ease, max-height 0.3s ease;
  /* Smooth transition */
  position: absolute;
  /* Make the sublinks positioned relative to their parent */
  color: #525252;
  left: 30px;
  background-color: #ccc;
  z-index: 10;
  top: 10px;


  /* Ensure the sublinks appear above other elements */
}



.sublinks li {
  padding: 5px;
  font-size: 14px;
}

/* Search */
.search-bar>ul {
  width: 94.7vw;
  height: 10vh;
  display: flex;
  padding: 3vw 2vw;
  flex-direction: column;
  background-color: #0d274d;
}

.search-bar>ul>li:first-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid gray;
  padding: 0.8vw 2vw;
  align-items: center;
  border-radius: 4vw;
  background-color: white;
}

.search-bar>ul>li:first-child>ul>li:nth-child(1)>input {
  border: none;
  width: 70vw;
}

.search-bar>ul>li:first-child>ul>li:nth-child(1)>input {
  border: none;
  width: 82vw;
}

.search-bar>ul>li:first-child>ul>li:nth-child(1)>input:focus {
  border: none;
  outline: none;
}

.search-bar>ul>li:last-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  gap: 1vw;
}

.search-bar>ul>li:last-child>ul>li {
  font-weight: 500;
  cursor: pointer;
  color: white;
}

.search-bar>ul>li:first-child>ul:active {
  border-color: #ffffff;
}







/* AboutUS */

.About_carousel {
  min-height: 70vh;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3vh 5vw;
}

.About_carousel>h1 {
  color: white !important;
  font-size: 17px;
  max-width: 50vw;
  text-decoration: none !important;
}

.About_carousel>h2 {
  color: white;
  font-size: 17px;
  padding-bottom: 2vh;
  display: flex;
}

.About_carousel>button:hover {
  cursor: pointer;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  padding: 2vh 6vw;
  justify-content: center;
  align-items: center;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 3vw;
  font-weight: 600;
  padding-bottom: 2vh;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul>li:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2vh;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul>li:nth-child(2)>p {
  text-align: start;
  font-size: 1.4vw;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul>li:nth-child(3)>h2 {
  font-size: 2vw;
  font-weight: 600;
  cursor: pointer;
}

.AboutUs>ul>li:last-child>ul>li:nth-child(1)>ul>li:nth-child(3)>h2:hover {
  color: #007fff;
  cursor: pointer;
}

/* End About Us */








/* ContactUs */

.Contact-Body {
  font-family: "Poppins", serif;
  padding-left: 6vw;
  padding-right: 6vw;
}

.Contact-top {
  font-family: "Poppins", serif;
  display: none;
  flex-direction: column;
}

.Contact-top>h2 {
  font-family: "Poppins", serif;
  font-size: 50px;
}

.select-container {
  display: flex;
  font-family: "Poppins", serif;
  flex-direction: row;
  gap: 1rem;
  padding-top: 5vw;
}

.select-wrapper {
  font-family: "Poppins", serif;
  position: relative;
  z-index: 0;
}

.select-label {
  font-family: "Poppins", serif;
  position: absolute;
  top: -0.8rem;
  left: 1rem;
  background-color: white;
  padding: 0 0.5rem;
  color: #333;
}

.select-input {
  font-family: "Poppins", serif;
  width: 25vw;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 2vw;
}

.name-wrapper {
  font-family: "Poppins", serif;
  position: relative;
  margin-bottom: 2vw;
  margin-top: 2vw;
}

.name-label {
  font-family: "Poppins", serif;
  position: absolute;
  top: -0.8rem;
  left: 1rem;
  background-color: white;
  color: gray;
  font-size: 15px;
  font-weight: 400;
  z-index: 1;
}

.name-input {
  font-family: "Poppins", serif;
  width: 20vw;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.Email-input {
  font-family: "Poppins", serif;
  width: 42.5vw;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.country-input {
  font-family: "Poppins", serif;
  width: 44vw;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.bottom__header_list {
  display: none;
  font-family: "Poppins", serif;
}

.phone-input {
  font-family: "Poppins", serif;
  width: 42.5vw;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.Contact-Main {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: row;
  padding-top: 0vw;
}

.Contact-bodys {
  font-family: "Poppins", serif;
  width: 50vw;
}

.contact-container {
  margin: 20px;
  line-height: 1.6;
  font-family: "Poppins", serif;
}

h1 {
  font-size: 2rem;
  font-family: "Poppins", serif;
}

h2 {
  font-size: 2rem;
  font-family: "Poppins", serif;
  color: #000000;

}

.contact-section {
  display: flex;
  font-family: "Poppins", serif;
  flex-direction: column;
  margin-bottom: 1rem;
}

.contact-section-2 {
  display: flex;
  font-family: "Poppins", serif;
  flex-direction: column;
  line-height: 12px;
  font-weight: 200;
  margin-bottom: 1rem;
}

.contact-section-2>p {
  font-family: "Poppins", serif;
  color: #525252;
}

.Link-button {
  font-family: "Poppins", serif;
  text-decoration: underline;
  color: rgb(83, 83, 185);
  cursor: pointer;
  transition: 0.15s;
}

.Link-button:hover {
  color: #0056b3;
  font-family: "Poppins", serif;
  font-weight: bold;
}

.Link-button-2 {
  font-family: "Poppins", serif;
  color: #007bff;
  font-weight: bold;
  line-height: 3rem;
  cursor: pointer;
}

.chat-button {
  background: none;
  border-radius: 50px;
  font-family: "Poppins", serif;
  color: #007bff;
  border: 1px #007bff solid;
  width: 6vw;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  margin-top: 1rem;
}

.Link-button {
  color: #007bff;
  font-family: "Poppins", serif;
  background: none;
  border: none;
  cursor: pointer;
}

.explore-button {
  margin-right: 10px;
  font-family: "Poppins", serif;
}

.line-container {
  display: flex;
  font-family: "Poppins", serif;
  align-items: center;
  width: 100%;
}

.line {
  flex: 1;
  font-family: "Poppins", serif;
  border: none;
  border-top: 1px solid #000;
  margin: 0;
}

.text {
  padding: 0 10px;
  font-family: "Poppins", serif;
  white-space: nowrap;
}

.request-form-container {
  margin: 20px;
  font-family: "Poppins", serif;
  line-height: 1.6;
  padding-top: 0vw;
}

h1 {
  font-size: 2rem;
}

p {
  margin-bottom: 1rem;
  font-family: "Poppins", serif;
}

.request-form {
  font-family: "Poppins", serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.login-button {
  font-family: "Poppins", serif;
  border: 2px #007bff solid;
  background: none;
  color: #007bff;
  border-radius: 1vw;
  width: 21.5vw;
  padding: 18px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

label {
  font-family: "Poppins", serif;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  font-family: "Poppins", serif;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

textarea {
  font-family: "Poppins", serif;
  resize: vertical;
  height: 100px;
}

.submit-button {
  font-family: "Poppins", serif;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  width: 15vw;
}

.submit-button:hover {
  font-family: "Poppins", serif;
  background-color: #0056b3;
}

/* Contacts Us End */


.business-console {

  display: none;
  flex-direction: row;

}


/* On Campus Training Start */


.OnCampusTraining>ul {
  display: flex;
  flex-direction: column;

}

.OnCampusTraining>ul>li:nth-child(1)>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0vh 6vw;

}

.OnCampusTraining>ul>li:nth-child(1)>ul>li {
  width: 50%;
  padding: 10vh 0vw 5vh;
}

.OnCampusTraining>ul>li:nth-child(1)>ul>li:last-child>p {
  font-size: 20px;
}

.OnCampusTraining>ul>li:nth-child(1)>ul>li:last-child>p:last-child {

  color: #007fff;
  font-weight: 500;
}

.OnCampusTraining>ul>li:nth-child(1)>ul>li:first-child>h2 {
  font-size: 32px;
  font-weight: 400;
}

.OnCampusTraining>ul>li:nth-child(2)>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0vh 6vw;
}

.OnCampusTraining>ul>li:nth-child(2)>ul>li {
  width: 50%;
  padding: 5vh 0vw 5vh;
}

.OnCampusTraining>ul>li:nth-child(2)>ul>li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.OnCampusTraining>ul>li:nth-child(2)>ul>li:nth-child(2)>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.OnCampusTraining>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>h2 {
  font-weight: 500;
}

.OnCampusTraining>ul>li:nth-child(2)>ul>li:nth-child(2)>ul>li>p {
  font-weight: 400;
}

.OnCampusTraining>ul>li:nth-child(3) {
  padding: 4vh 0vw 4vh 0vw;
}

.OnCampusTraining>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5vh;
  border-left: 1px solid lightgray;
  padding: 4vh 0vw 4vh 0vw;
}

.OnCampusTraining>ul>li:nth-child(3)>ul>li:nth-child(1)>h2 {
  font-weight: 400;
  font-size: 2rem;
}

.OnCampusTraining>ul>li:nth-child(3)>ul>li:nth-child(2)>p {
  font-size: 20px;
}

.OnCampusTraining>ul>li:nth-child(3)>ul>li:nth-child(3)>button {
  padding: 1vw;
  background-color: white;
  border: 1px solid #007bff;
  color: #007bff;
  border-radius: 2vw;
  cursor: pointer;
  transition: 0.5s;
}

.OnCampusTraining>ul>li:nth-child(3)>ul>li:nth-child(3)>button:hover {
  color: white;
  background-color: #007bff;
}

.OnCampusTraining>ul>li:nth-child(4) {
  background-color: #52525228;
}

.OnCampusTraining>ul>li:nth-child(4)>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;

}

.OnCampusTraining>ul>li:nth-child(4)>ul>li {
  width: 50%;
  padding: 10vh 6vw 10vh;
}

.OnCampusTraining>ul>li:nth-child(4)>ul>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.OnCampusTraining>ul>li:nth-child(4)>ul>li:nth-child(1)>ul>li:nth-child(1)>h2 {
  font-size: 40px;
  font-weight: 300;
}

.OnCampusTraining>ul>li:nth-child(4)>ul>li:nth-child(1)>ul>li:nth-child(3)>button {
  padding: 1vw;
  border: none;
  background-color: #007fff;
  color: white;
  font-weight: 400;
  border-radius: 2vw;
}

.OnCampusTraining>ul>li:nth-child(5)>ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3vh;
  padding: 5vh 6vw 5vh;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li {
  width: 20vw;
  height: 50vh;
  background-color: rgba(236, 236, 236, 0.5);
  padding: 2vw;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li>ul>li:nth-child(4)>h3 {
  color: #007bff;
  font-weight: 600;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(3)>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(4)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  align-items: center;
}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(4)>ul>li>button {
  padding: 1vw;
  border: none;
  background-color: #007bff;
  color: white;
  font-weight: 400;
  border-radius: 3vw;

}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(4)>ul>li>p {
  color: #007bff;
  font-weight: 500;
  cursor: pointer;

}

.OnCampusTraining>ul>li:nth-child(5)>ul>li:nth-child(4)>ul>li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-comopnent>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  gap: 4vh;
  justify-content: center;
  align-items: center;
  padding: 4vw 7vw !important;
}

.business-comopnent>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

.business-comopnent>li:nth-child(1)>ul>li:nth-child(2)>h2 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #525252;
}

.business-comopnent>li:nth-child(1)>ul>li:nth-child(3)>button {
  padding: 1vw;
  background-color: #007fff;
  color: white;
  border: none;
  border-radius: 5vw;
  font-weight: 500;
  cursor: pointer;
}

.business-component-1 {
  color: #525252;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4vw 7vw !important;
  gap: 7vw;
}

.business-component-1>li {
  width: 50%;
}

.business-component-1>li:nth-child(1)>img {
  width: 100%;
}

.business-component-1>li:nth-child(2)>ul {
  display: flex;
  flex-direction: column;
}

.business-component-1>li:nth-child(2)>ul>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-size: 400;
  color: black;
}

.business-component-1>li:nth-child(2)>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: column;
}

.business-component-1>li:nth-child(2)>ul>li:nth-child(3)>ul>li>ul>li:nth-child(1)>h1 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #007fff;
}

.business-component-1>li:nth-child(2)>ul>li:nth-child(3)>ul>li>ul>li:nth-child(2)>p {
  color: #525252;
  font-size: 1.2vw;
  font-weight: 400;

}

.business-component-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4vw 7vw !important;
  background-color: #c9c9c910;
}

.business-component-2>li:nth-child(2)>img {
  width: 100%;
  border-radius: 2vw;
}

.business-component-2>li {
  width: 50%;

}

.business-component-2>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 2.5rem;
  font-weight: 300;
}

.business-component-2>li:nth-child(1)>ul>li:nth-child(2)>p {
  font-size: 1.2rem;
  width: 500px;
  color: #525252;
}

.business-component-2>li:nth-child(1)>ul>li:nth-child(3)>button {
  background-color: #007fff;
  color: white;
  font-weight: 500;
  padding: 1vw;
  border: none;
  border-radius: 4vw;
}

.business-component-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 4vw 7vw !important;
}

.business-component-3>li {
  width: 50%;

}

.business-component-3>li:nth-child(1)>img {
  width: 100%;
  border-radius: 25px;
}

.business-component-3>li:nth-child(2)>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;

}

.business-component-3>li:nth-child(2)>ul>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 500;

}

.business-component-3>li:nth-child(2)>ul>li:nth-child(2)>p {
  font-size: 18px;
  color: #525252;
}

.business-component-3>li:nth-child(2)>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.business-component-3>li:nth-child(2)>ul>li:nth-child(3)>ul>li:nth-child(1)>button {
  background-color: #007fff;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}

.business-component-3>li:nth-child(2)>ul>li:nth-child(3)>ul>li:nth-child(2)>button {
  background-color: #ffffff;
  color: #007fff;
  font-weight: 500;
  border: 1px solid #007fff;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}

.business-component-4 {
  display: flex;
  background-color: #00bceb;
  flex-direction: row;
  padding: 4vw 7vw !important;
  justify-content: center;
  align-items: center;
}

.business-component-4>li:nth-child(2)>img {
  width: 100%;
  border-radius: 20px;
}

.business-component-4>li {
  width: 50%;
}

.business-component-4>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.business-component-4>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 500;

}

.business-component-4>li:nth-child(1)>ul>li:nth-child(2)>p {
  font-size: 20px;
}

.business-component-4>li:nth-child(1)>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}

.business-component-4>li:nth-child(1)>ul>li:nth-child(3)>ul>li:nth-child(1)>button {
  background-color: #007fff;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}

.business-component-4>li:nth-child(1)>ul>li:nth-child(3)>ul>li:nth-child(2)>button {
  background-color: #ffffff;
  color: #007fff;
  font-weight: 500;
  border: 1px solid #007fff;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}


.business-component-5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2vw 7vw !important;
}

.business-component-5>li {
  width: 50%;

}

.business-component-5>li:nth-child(1)>img {
  width: 100%;
  height: 60vh;
  border-radius: 20px;
}

.business-component-5>li:nth-child(2)>ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;

}

.business-component-5>li:nth-child(2)>ul>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 500;

}

.business-component-5>li:nth-child(2)>ul>li:nth-child(2)>p {
  font-size: 18px;
  color: #525252;
}

.business-component-5>li:nth-child(2)>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.business-component-5>li:nth-child(2)>ul>li:nth-child(3)>ul>li:nth-child(1)>button {
  background-color: #007fff;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}

.business-component-5>li:nth-child(2)>ul>li:nth-child(3)>ul>li:nth-child(2)>button {
  background-color: #ffffff;
  color: #007fff;
  font-weight: 500;
  border: 1px solid #007fff;
  border-radius: 3vw;
  cursor: pointer;
  padding: 1vw;
}



.business-comopnent-6>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  gap: 4vh;
  background-color: #00bceb;
  justify-content: center;
  align-items: center;
  padding: 4vw 7vw !important;
}

.business-comopnent-6>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

.business-comopnent-6>li:nth-child(1)>ul>li:nth-child(2)>h2 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
}

.business-comopnent-6>li:nth-child(1)>ul>li:nth-child(3)>button {
  padding: 1vw;
  background-color: #007fff;
  color: white;
  border: none;
  border-radius: 5vw;
  font-weight: 500;
  cursor: pointer;
}



.business-comopnent-7 {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 2vw 7vw !important;
  background-color: #2b2b2b2f;
}


.business-comopnent-7>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #333;
}

.business-comopnent-7>li:nth-child(2)>p {
  font-size: 20px;
  text-align: center;
}

.business-comopnent-7>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.business-comopnent-7>li:nth-child(3)>ul>li {
  width: 25vw;

  padding: 2vw;
}

.business-comopnent-7>li:nth-child(3)>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.business-comopnent-7>li:nth-child(3)>ul>li>ul>li>h1 {
  color: #2e2e2eda;
}

.business-comopnent-7>li:nth-child(3)>ul>li>ul>li>p {
  color: #2e2e2eda;
  font-size: 17px;
}


.business-comopnent-7>li:nth-child(3)>ul>li>ul>li>img {
  width: 20vw;
  height: 40vh;
  border-radius: 50%;
}


.business-comopnent-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 6vw 7vw !important;
  background-color: #eeeeee80;
}

.business-comopnent-8>li:nth-child(2)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.business-comopnent-8>li:nth-child(2)>ul>li {
  width: 30vw;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.555);
}

.business-comopnent-8>li:nth-child(2)>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.business-comopnent-8>li:nth-child(2)>ul>li>ul>li:nth-child(1)>h1 {
  font-size: 1.5rem;
}

.business-comopnent-8>li:nth-child(2)>ul>li>ul>li:nth-child(2)>p {
  font-size: 1rem;
  color: #525252;
}

.business-comopnent-8>li:nth-child(2)>ul>li>ul>li:nth-child(3)>h1 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007fff;
  cursor: pointer;
}

.business-comopnent-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 6vw 7vw !important;
  background-color: #eeeeee80;
}

.business-comopnent-9>li:nth-child(1)>h1 {
  font-size: 35px;
}

.business-comopnent-9>li:nth-child(2)>p {
  font-size: 18px;
  text-align: center;

}

.business-comopnent-9>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.business-comopnent-9>li:nth-child(3)>ul>li {
  width: 22vw;
  padding: 2vw;
  background-color: rgba(230, 230, 230, 0.692);
  cursor: pointer;
}

.business-comopnent-9>li:nth-child(3)>ul>li>ul {
  display: flex;
  flex-direction: column;
}

.business-comopnent-9>li:nth-child(3)>ul>li>ul>li:nth-child(1)>h1 {
  font-size: 16px;
}

.business-comopnent-9>li:nth-child(3)>ul>li>ul>li:nth-child(2)>p {
  font-size: 14px;
  font-weight: 300;
  color: #525252;
}

.business-comopnent-9>li:nth-child(4)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.business-comopnent-9>li:nth-child(4)>ul>li {
  width: 22vw;
  padding: 2vw;
  background-color: rgba(230, 230, 230, 0.692);
  cursor: pointer;
}

.business-comopnent-9>li:nth-child(4)>ul>li>ul {
  display: flex;
  flex-direction: column;
}

.business-comopnent-9>li:nth-child(4)>ul>li>ul>li:nth-child(1)>h1 {
  font-size: 16px;

}

.business-comopnent-9>li:nth-child(4)>ul>li>ul>li:nth-child(2)>p {
  font-size: 14px;
  color: #525252;
  font-weight: 300;
}

.business-component-10 {
  display: flex;
  flex-direction: row;
  padding: 5vw 7vw !important;
  justify-content: center;
  background-color: #0d274d;

  gap: 2vw;
}

.business-component-10>li {
  width: 50%;
}

.business-component-10>li:nth-child(1)>h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
}

.business-component-10>li:nth-child(2)>ul {
  display: flex;
  flex-direction: column;
}

.business-component-10>li:nth-child(2)>ul>li>p {
  font-size: 1.2rem;
  color: white;
  font-weight: 500;
}

.business-component-10>li:nth-child(2)>ul>li>button {
  background-color: white;
  border: none;
  border-radius: 20px;
  color: #0d274d;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  padding: 1vw;
}

.business-component-11 {

  display: flex;
  flex-direction: row;
  padding: 2vw 7vw !important;
  justify-content: center;
  align-items: center;
  background-color: #f2fbfd;
  gap: 2vw;
}

.business-component-11>li {
  width: 50%;
}

.business-component-11>li:last-child>img {
  width: 100%;
}

.business-component-11>li:nth-child(1)>ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.business-component-11>li:nth-child(1)>ul>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 500;
}

.business-component-11>li:nth-child(1)>ul>li:nth-child(2)>p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #525252;
}

.business-component-11>li:nth-child(1)>ul>li:nth-child(3)>button {
  padding: 1vw;
  border: none;
  background-color: #007bff;
  color: white;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
}

.business-component-12 {
  display: flex;
  flex-direction: row;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;

  gap: 2vw;
}

.business-component-12>li {
  width: 50%;

}

.business-component-12>li:nth-child(1)>img {
  width: 100%;
}

.business-component-12>li:last-child>ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.business-component-12>li:last-child>ul>li:first-child>h1 {
  font-size: 2.3rem;
  font-weight: 300;

}

.business-component-12>li:last-child>ul>li:last-child>p {
  font-size: 1.4rem;
  color: #525252;
  font-weight: 200;
}

.business-component-13 {
  display: flex;
  flex-direction: column;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  background-color: #d1d1d1d3;

}

.business-component-13>li:nth-child(1)>h1 {
  font-size: 2.2rem;
  font-weight: 500;
}

.business-component-13>li:nth-child(2)>p {
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
  color: #525252;

}

.business-component-13>li:nth-child(3)>button {
  background-color: #007bff;
  border: none;
  border-radius: 20px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  padding: 1vw;
}





.compo-1 {
  display: flex;
  flex-direction: column;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 5vh;
  background-color: #d1d1d1d3;
}

.compo-1>li:nth-child(1)>h1 {
  font-size: 2.4rem;
  font-weight: 400;
}

.compo-1>li:nth-child(2)>ul {
  display: flex;
  flex-direction: row;
  /* justify-content: center;
  align-items: center; */
  gap: 2vh;
}

.compo-1>li:nth-child(2)>ul>li {
  width: 28vw;


}

.compo-1>li:nth-child(2)>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.compo-1>li:nth-child(2)>ul>li>ul>li>img {
  width: 100%;
  border-radius: 30px;
  height: 40vh;
  border: 2px solid #007fff;
  ;
}

.compo-1>li:nth-child(2)>ul>li>ul>li>h1 {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 2vh;
  color: #007fff;
}

.compo-1>li:nth-child(2)>ul>li>ul>li>p {
  font-size: 1rem;
  font-weight: 300;
  color: #007fff;
}

.compo-2 {
  display: flex;
  flex-direction: column;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 5vh;

}

.compo-2>li:nth-child(1)>h1 {
  font-size: 2rem;
  font-weight: 400;
}

.compo-2>li:nth-child(2)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding-bottom: 2vh;
}

.compo-2>li:nth-child(2)>ul>li:first-child {
  width: 40%;
}

.compo-2>li:nth-child(2)>ul>li:first-child>img {
  width: 100%;
  border-radius: 20px;
}

.compo-2>li:nth-child(2)>ul>li:last-child>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;

}

.compo-2>li:nth-child(2)>ul>li:last-child>ul>li:first-child>h1 {
  font-size: 2rem;
  font-weight: 400;
}

.compo-2>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(2)>p {
  font-size: 1rem;
  font-weight: 400;
  width: 60vw;
  color: #525252;
}

.compo-2>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(3)>ul {
  display: flex;
  flex-direction: row;
  gap: 2vw;
}

.compo-2>li:nth-child(2)>ul>li:last-child>ul>li:nth-child(3)>ul>li>button {
  background-color: #007bff;
  border: none;
  border-radius: 20px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  padding: 1vw;
}

.compo-3 {
  display: flex;
  background-image: url("https://www.cisco.com/content/dam/cisco-cdc/site/images/photography/lifestyle-photography/solutions/networking/voc-rei-1600x520.jpg");
  height: 60vh;

}

.compo-3>li {
  background-color: #0d274d;
  height: 51vh;
  width: 35vw;
  margin-left: 7vw;
  padding: 2vw !important;
}

.compo-3>li>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.compo-3>li>ul>li>h1 {
  font-size: 2rem;
  font-weight: 500;
  color: white;
}

.compo-3>li>ul>li>p {
  font-size: 1rem;
  font-weight: 400;
  color: white;
}

.compo-3>li>ul>li>button {
  background-color: #007bff;
  border: none;
  border-radius: 20px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  width: 15vw;
  padding: 1vw;
}

.compo-4 {
  display: flex;
  flex-direction: column;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 5vh;
}

.compo-4>li:first-child>h1 {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 3vh;
}

.compo-4>li:last-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}

.compo-4>li:last-child>ul>li {
  width: 40%;
}

.compo-4>li:last-child>ul>li>ul {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.compo-4>li:last-child>ul>li>ul>li>h3 {
  font-size: 1rem;
  font-weight: 600
}

.compo-4>li:last-child>ul>li>ul>li>h2 {
  font-size: 1.3rem;
  font-weight: 400;
}

.compo-4>li:last-child>ul>li>ul>li>h1 {
  color: #0056b3;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: 500
}

.compo-5 {
  display: flex;
  flex-direction: row;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 5vh;
}

.compo-5>li {
  width: 50%;
}

.compo-5>li:last-child>img {
  width: 100%;
  border-radius: 3vw;
}

.compo-5>li:first-child>ul {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.compo-5>li:first-child>ul>li>h1 {
  font-size: 2rem;
  font-weight: 400;

}

.compo-5>li:first-child>ul>li>button {
  background-color: #007bff;
  border: none;
  border-radius: 20px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  padding: 1vw;

}

.compo-6 {
  display: flex;
  flex-direction: column;
  padding: 5vw 7vw !important;
  justify-content: center;
  align-items: center;
  gap: 5vh;
}

.compo-6>li:first-child>h1 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}

.compo-6>li:last-child>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.compo-6>li:last-child>ul>li {
  width: 26vw;
}

.compo-6>li:last-child>ul>li>ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vh;
}

.Logo-Acetians-2 {
  width: 7vw;
}

.compo-6>li:last-child>ul>li>ul>li>img {
  width: 100%;
  height: 23vh;
  border-radius: 20px
}

.compo-6>li:last-child>ul>li>ul>li>h1 {
  font-size: 1.3rem;
  font-weight: 500;
}

.compo-6>li:last-child>ul>li>ul>li>p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #525252;
  text-align: center;
}

.compo-6>li:last-child>ul>li>ul>li>h2 {
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  color: #007fff;
}



.WhyBharat {
  background-image: url("https://images.pexels.com/photos/8386440/pexels-photo-8386440.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
  width: 100%;
  height: 93vh;
  color: #fff;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
  animation: carouselimagezoom 35s infinite alternate;
  z-index: 1;
}

.WhyBharat::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgb(17, 12, 14);
  background: radial-gradient(circle, rgba(17, 12, 14, 0.5578606442577031) 100%, rgba(238, 174, 202, 1) 100%, rgba(0, 0, 0, 1) 100%);
}

.WhyBharat>ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  z-index: 2;
  position: relative;

}

.WhyBharat>ul>li>h1 {
  font-size: 45px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-bottom: 0vh;
  font-weight: 600;
  font-family: "Poppins", serif;
}

.WhyBharat>ul>li>h2 {
  color: white;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 4vh;
  display: flex;
}

.WhyBharat>ul>li>button {
  max-width: 15vw;
  background-color: white;
  padding: 12px;
  border-radius: 40px;
  font-size: 1rem;
  border: none;
  color: #051427;
  font-weight: 600;
  font-family: "Poppins", serif;
}

.btn-explore {
  background-color: white;
  border: 2px solid black;
  color: black;
  width: 12vw;
  text-align: center;
  padding: 1vw;
  border-radius: 3vw;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(189, 189, 189, 0.574);
}


.modal-container {
  position: fixed;
  width: 50vw;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
}

.login-container>button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 43vw;
  position: relative;
  z-index: 1;

}

.login-container {

  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Sign-lable {
  padding: 0px 0px 4vh 0px;
  font-weight: 600;
}

.login-title {
  margin-bottom: 20px;
  font-size: 24px;
}

.login-form {
  display: flex;
  flex-direction: column;
}

.login-label {
  margin-bottom: 5px;
  font-size: 14px;
}

.login-input {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 45.4vw;
}

.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-direction: row-reverse;
}

.forgot-password {
  color: blue;
  text-decoration: none;
  font-size: 17px;
}

.keep-signed-in {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.keep-signed-in>p {
  margin-bottom: 0rem;
}

.keep-signed-in-checkbox {
  width: 10px;
}

.login-button {
  width: 14vw;
  padding: 10px;
  background-color: #00598e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.create-account {
  text-align: center;
  margin-top: 10px;
}

.create-account-link {
  color: blue;
  text-decoration: none;
}

.Search-button {
  color: black;
  width: 30px;
  padding-top: 10px;
  cursor: pointer;

}

.WhyBharat>ul>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}






























/*=============== GOOGLE FONTS ===============*/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); */

/* =============== VARIABLES CSS =============== */
:root {
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(82, 60%, 28%);
  --title-color: hsl(0, 0%, 15%);
  --text-color: hsl(0, 0%, 35%);
  --body-color: hsl(0, 0%, 95%);
  --container-color: hsl(0, 0%, 100%);

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --h2-font-size: 1.25rem;
  --small-font-size: .813rem;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1120px) {
  :root {
    --h2-font-size: 1.5rem;
    --small-font-size: .875rem;
  }
}

/*=============== BASE ===============*/
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
} */

/* body {
  background-color: var(--body-color);
  color: var(--text-color);
} */

/* img {
  display: block;
  max-width: 100%;
  height: auto;
} */

/*=============== CARD ===============*/
.container-core {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}

.card__container-core {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.card__article {
  position: relative;
  overflow: hidden;
}

.card__img {
  width: 200px;
  border-radius: 1.5rem;
}

.card__data {
  width: 130px;
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
  border-radius: 1rem;
  position: absolute;
  bottom: -9rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 10;
  transition: opacity 1s 1s;
}

.card__description {
  display: block;
  font-size: var(--small-font-size);
  margin-bottom: .25rem;
}

.card__title {
  font-size: var(--h2-font-size);
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: .75rem;
}

.card__button {
  text-decoration: none;
  font-size: var(--small-font-size);
  font-weight: 500;
  color: var(--first-color);
}

.card__button:hover {
  text-decoration: underline;
}

/* Naming animations in hover */
.card__article:hover .card__data {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity .3s;
}

.card__article:hover {
  animation: remove-overflow 2s forwards;
}

.card__article:not(:hover) {
  animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data {
  animation: remove-data 1s forwards;
}

/* Card animation */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(-7rem);
  }
}

@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(.5rem);
  }
}

@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }

  50% {
    overflow: hidden;
  }
}







.Containers {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.Cardsr {
  height: 350px;
  margin: 20px;
  box-shadow: 5px 5px 5px black;
  overflow: hidden;
}

.Cardsr>img {
  width: 200px;
  height: 300px;
}



.row-container {
  display: flex;
  gap: 3vw;
  justify-content: center;
  align-items: center;
  padding: 3vw;
}

.box {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.034);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.box:hover img {
  transform: scale(1.1);
}

.text-overlay {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 
.box:hover .text-overlay {
  opacity: 1;
} */

.text-overlay .icon {
  font-size: 2rem;
  /* Adjust icon size */
  margin-bottom: 5px;
}

.text-overlay p {
  margin: 0;
}



.vertical>h1 {
  text-align: center;
  font-weight: 400;
  color: #333;
  padding: 3vh 0vw 0vh;
  font-family: "Poppins", serif;
}




/* data analytics */

.dataanalytics-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3vh 8vw !important;
  gap: 6vw;
  font-family: 'Poppins';
}

.dataanalytics-1>li {
  width: 50%;
}

.dataanalytics-1>li>img {
  width: 100%;
}

.dataanalytics-1>li>p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #525252;
}

.dattaanalytics-2 {
  font-family: 'Poppins';
  display: flex;
  background-color: #f8f8f8;
  flex-direction: column;
  padding: 3vh 8vw !important;
}

.dattaanalytics-2>li:nth-child(2)>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  padding: 10vh 0vw !important;
  justify-content: space-between;
  font-family: 'Poppins';

}

.dattaanalytics-2>li:nth-child(2)>ul>li {
  display: flex;
  flex-direction: column;
  width: 22vw;
  height: 230px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 2vw;
  font-family: 'Poppins';
  transition: 0.10s;
}

.dattaanalytics-2>li:nth-child(2)>ul>li>h3 {
  padding-block: 1vh;
}

.dattaanalytics-2>li:nth-child(2)>ul>li:hover {
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.75);
}

.dattaanalytics-2>li:nth-child(2)>ul>li>p {
  font-weight: 400;
  font-size: 14px;
  color: #525252;
}

.dataanalytics-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8vh 8vw !important;
  gap: 6vw;
  font-family: 'Poppins';
  background-color: #013f8b;
}

.dataanalytics-3>li {
  width: 50%;
  color: white;
}

.dataanalytics-3.li {
  color: #525252;
}



.dataanalytics-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8vh 8vw !important;
  gap: 6vw;
  font-family: 'Poppins';
}

.dataanalytics-4>li {
  width: 50%;
  color: rgb(0, 0, 0);
}

.dataanalytics-4>li>p {
  color: #525252;
}

.dataanalytics-4-bold {
  font-weight: 600;
  color: black;
}

.dataanalytics-4>li>img {
  width: 100%;
}

.dataanalytics-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  padding: 8vh 8vw !important;

}

.dataanalytics-5>li {
  font-family: 'Poppins';
  width: 40vw;
  color: rgb(0, 0, 0);
  background-color: rgba(204, 204, 204, 0.616);
  border: 2px solid #013f8b;


}

.dataanalytics-5>li>ul {
  display: flex;
  flex-direction: column;
}

.dataanalytics-5>li>ul>li:first-child>img {
  width: 100%;
}

.dataanalytics-5>li>ul>li:last-child {
  display: flex;
  flex-direction: column;
  padding: 2vh 2vw 2vh 2vw;
}

.dataanalytics-5>li>ul>li:last-child>h2 {
  font-size: 22px;
}

.dataanalytics-5>li>ul>li:last-child>ul>li {
  list-style-type: disc;
  color: #525252;
}