* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s all;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  box-shadow: inset 0 0 0 8px #000;
}

::-webkit-scrollbar-thumb {
  background: #bf0000;
}

.menu_container {
  display: none;
}

h1 {
  font-weight: 700;
}

.menu_btn {
  display: none;
}

.dropdown {
  width: 120%;
  height: 0px;
  background: #000;
  box-shadow: 0 0 20px #00000032;
  color: #fff;
  bottom: -180%;
  position: absolute;
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0.3;
  pointer-events: none;
}

.dropdown2 {
  height: 125px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.dropdown li:first-child {
  border-bottom: 1px solid gray;
}

.dropdown li {
  list-style: none;
  width: 100%;
  height: 60px;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 0 10px;
  transition: 0;
}

.dropdown li:hover a {
  color: #cc1c26;
}

.dropdown li a {
  text-decoration: none;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2rem;
  transition: 0;
}

.animate {
  scale: 0.7;
  opacity: 0;
  filter: blur(5px);
  transform: translate(-100%, 0);
  transition: 0.4s;
}

.show {
  scale: 1;
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}

.header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  background: #000;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  align-items: center;
}

.header_logo {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header_logo img {
  height: 140%;
}

.header_text {
  width: 55%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_text a {
  text-decoration: none;
  color: silver;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
}

.header_text a svg {
  fill: #fff;
  width: 30px;
  height: auto;
}

.header_text_item:hover>a {
  color: #fff;
}

.header_text_item:hover>a svg {
  margin-top: 5%;
}

.header_text_item {
  width: 20%;
  height: 100%;
  display: grid;
  place-items: center;
  align-items: center;
  border-bottom: 3px solid #000;
  margin-top: 1%;
  position: relative;
}

.header_text_item:hover {
  border-bottom: 3px solid #cc1c26;
}

.header_lang {
  width: 60px;
  height: 40px;
  display: block;
  overflow: hidden;
}

.header_lang2 {
  height: 120px;
  margin-top: 6%;
}

.header_lang2 .lang_card {
  height: 40px;
}

.lang_card:first-child {
  width: 100%;
  height: 40px;
}

.lang_card {
  width: 100%;
  height: 0px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #991a20;
}

.lang_card:hover {
  background: #cc1c26;
}

.lang_card a {
  font-weight: bolder;
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff;
}

.about_title {
  width: 100%;
  height: 240px;
  background-color: #fff;
  background-image: url(../image/ACADEMY\ sayt.png);
  background-position: center;
  background-size: cover;
}

.about_text {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px 0 0 80px;
}

.about_text p {
  line-height: 4rem;
}

.about_text h1 span {
  color: #cc1c26;
  padding-right: 10px;
}

.journey_container {
  width: 100%;
  height: 100vh;
  margin-top: 3%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}

.journey_text_cont {
  width: 50%;
  height: 100%;
  display: block;
}

.journey_img_cont {
  width: 45%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.journey_img_cont img:first-child {
  width: 100%;
  height: auto;
  margin-top: -10%;
}

.journey_img_cont img:last-child {
  width: 120px;
  height: auto;
  position: absolute;
  right: 140px;
  bottom: 95px;
}

.journey_img_cont img:last-child:hover {
  filter: grayscale(1);
}

.journey_title {
  width: 100%;
  display: grid;
  height: auto;
}

.journey_title h1 {
  width: 90%;
  line-height: 5rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.journey_title p {
  /* width: 90%; */
  font-weight: 100;
  line-height: 1.4rem;
  font-size: 1rem;
  color: #242424;
}

.checkmate_text {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 5%;
  margin-bottom: 5%;
  column-gap: 0px;
}

.checkmate_text p {
  display: flex;
  gap: 0.2rem;
  /* align-items: center;  */
  height: fit-content;
  font-size: 0.9rem;
  font-weight: 600;
}

.checkmate_text p svg {
  width: 15px;
  height: auto;
}

.journey_text_cont>p {
  color: #cc1c26;
  font-weight: bold;
  padding-top: 10px;
}

.journey_card_cont {
  width: 110%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 20px;
  margin-top: 5%;
  background: #f4f4f4;
  border-radius: 10px;
}

.journey_card {
  width: 50%;
  height: 170px;
  display: flex;
  align-items: center;
}

.journey_card img {
  width: 25%;
  height: auto;
  padding-right: 20px;
}

.journey_card_text {
  width: 85%;
  height: 100%;
  display: grid;
  align-items: center;
  padding: 35px 0;
}

.journey_card_text h1 {
  font-size: 1.2rem;
}

.journey_card_text p {
  font-size: 0.9rem;
  width: 95%;
}

.try_container {
  width: 100%;
  height: 465px;
  background-color: rgba(0, 0, 0, 0.62);
  background-image: url(../image/backgrnd.jpg);
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}

.try_boxs {
  width: 100%;
  padding: 0 80px;
  display: flex;
}

.try_box1 {
  width: 50%;
  height: 465px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: relative;
}

.try_box2 {
  width: 50%;
  height: 100%;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.236);
  backdrop-filter: blur(5px);
}

.try_text_1 {
  width: 100%;
  color: #96989b;
  font-weight: 300;
  margin-bottom: 10px;
}

.try_box1 h4 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.try_box2 h1 {
  color: #fff;
}

.try_box2 ul {
  line-height: 2;
  padding: 30px 0;
  color: #fff;
}

.try_box2 ul li {
  list-style: none;
  line-height: 2.5;
}

.try_box2 ul li i {
  padding-right: 7px;
  color: red;
}

.video_play_btn2 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff;
  fill: #cc1c26;
  border: 2px solid #cc1c26;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 0#000;
  transform: scale(1);
  animation: pulse 2s infinite;
  top: 61%;
  left: 45%;
}

.video_play_btn2:hover {
  background: #a51017;
  fill: #fff;
}

@keyframes pulse {

  0%,
  to {
    transform: scale(0.95);
    box-shadow: 0 0 0 0#cc1c2580;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px #cc1c2580;
  }
}

.nav_btns {
  width: 90%;
  height: auto;
  display: flex;
  margin-left: 5%;
  justify-content: space-between;
}

.nav_btns button {
  width: 48%;
  height: 60px;
  background: #cc1c26;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 10px;
}

.nav_btns button:hover {
  background: #991a20;
}

.nav_btns button:last-child {
  background: transparent;
  border: 2px solid #fff;
}

.float_container {
  width: 100%;
  height: 90vh;
  background: #f4f4f4;
  padding-top: 5%;
  margin-bottom: 5%;
}

.floating_card {
  width: 90%;
  height: 300px;
  display: block;
  margin-left: 5%;
  background-color: #000;
  box-shadow: 0 0 15px #0000006e;
  border-radius: 10px;
  margin-bottom: 5%;
  color: #fff;
  padding: 40px;
}

.floating_title {
  width: 100%;
  height: auto;
  display: block;
}

.floating_title h1 {
  padding-bottom: 20px;
}

.bottom_info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.bottom_info p {
  display: grid;
  font-size: 1.2rem;
  font-weight: bolder;
  text-align: center;
}

.bottom_info p span {
  color: #cc1c26;
  font-size: 2.6rem;
}

.bottom_info a {
  padding: 10px 65px;
  background: #cc1c26;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.bottom_info a:hover {
  background: #991a20;
}

.logo_wrapper {
  width: 90%;
  height: 180px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
  margin-left: 5%;
}

.logo_wrapper img {
  height: 30%;
  width: auto;
  border-right: 1px solid gray;
  padding-right: 50px;
}

.logo_wrapper img:last-child {
  border-right: 0;
  padding-right: 0;
}

.slider_container {
  width: 100%;
  height: 90vh;
  padding: 0 80px;
}

.slider_title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.slider_title_text {
  width: 50%;
  height: auto;
  display: grid;
  gap: 1rem;
}

.slider_title a {
  padding: 20px 75px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #000;
}

.slider_title a:hover {
  color: #000;
  background: #fff;
}

.slider_wrapper {
  width: 100%;
  height: 400px;
  background: rgba(255, 0, 0, 0.31);
  border: 2px solid red;
  margin-top: 5%;
}

.download_cont {
  width: 90%;
  height: 45vh;
  border-radius: 10px;
  background: #f2f2f5;
  position: relative;
}

.download_cont img {
  height: 170%;
  width: auto;
  position: absolute;
  right: 0;
  top: -35%;
}

.download_text {
  width: 70%;
  height: auto;
  display: block;
}

.download_text h1 {
  font-size: 2.1rem;
  line-height: 2rem;
}

.download_text p {
  width: 70%;
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.download_btn {
  width: 35%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
}

.download_btn a {
  width: 220px;
  height: 60px;
  background: #a51017;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  fill: #fff;
  border: 2px solid #a51017;
}

.download_btn a:hover {
  background: #fff;
  color: #a51017;
  fill: #a51017;
}

.download_btn a:hover svg {
  transform: translateX(5px);
}

.contact_container {
  width: 100%;
  height: 40vh;
  padding: 40px 80px;
  background: #000;
  margin-top: 7%;
  display: flex;
  gap: 1rem;
}

.contact_card:first-child {
  width: 26%;
}

.contact_card {
  width: 23%;
  height: auto;
  display: block;
  color: #fff;
  margin-top: 1.3%;
}

.contact_card h4 {
  padding: 10px 0 0 0;
  font-size: 1rem;
}

.contact_card p:hover,
.contact_card p:hover svg,
.contact_card svg:hover {
  fill: #fff;
  color: red;
  cursor: pointer;
  font-weight: 600;
}

.contact_card p:hover svg {
  transition: 0s;
}

.contact_card svg:hover {
  filter: contrast(1);
  transition: 0s;
}

.contact_card:first-child {
  margin: 0;
}

.contact_card img {
  width: 80%;
  height: auto;
  margin: 0;
  margin-left: -50px;
}

.contact_card p {
  display: flex;
  align-items: center;
  padding-top: 10px;
  font-size: 0.8rem;
  gap: 0.4rem;
}

footer {
  margin-top: 5%;
  width: auto;
  display: block;
}

footer svg {
  height: 3rem;
  fill: #cc1c26;
  padding: 10px 10px 0 0;
}

.contact_card p svg {
  fill: #cc1c26;
  height: 1.3rem;
  width: auto;
}

.location_container {
  width: 100%;
  height: 100vh;
  display: flex;
  background: #f4f4f4;
}

.location_map {
  width: 50%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  object-fit: contain;
}

.location_map iframe {
  width: 100%;
  height: 100%;
}

.location_text_side {
  width: 50%;
  height: 100%;
  padding: 30px;
  border-left: 0.1px solid silver;
}

.locationSide_title {
  width: 100%;
  height: auto;
}

.locationSide_title p {
  padding-top: 20px;
  font-size: 0.9rem;
  font-weight: 400;
  color: gray;
}

.locationSide_cards {
  width: 100%;
  height: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10%;
  gap: 1rem;
}

.locationSide_card {
  width: 95%;
  background: #fff;
  height: 95%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(19, 19, 19, 0.057);
}

.locationSide_card:hover {
  transform: scale(1.01);
  box-shadow: 10px 10px 6px 5px rgba(128, 128, 128, 0.209);
}

.locationSide_card:hover .locationCard_icon svg {
  scale: 1.3;
  transform: rotateX(360deg);
}

.locationCard_icon {
  width: 120px;
  height: 120px;
  background: #f4f4f4;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  left: -15%;
  top: -18%;
}

.locationCard_icon svg {
  margin-top: 25%;
  margin-left: 25%;
}

.locationSide_card_text {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-top: 25%;
}

.locationSide_card_text h1 {
  text-align: end;
  padding-right: 20px;
  margin-top: -20%;
}

.locationSide_card_text p {
  color: gray;
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 12%;
  padding: 0 10px;
  line-height: 1.3rem;
}

.locationSide_card_text:first-child p {
  line-height: normal;
}

.contact_footer_container {
  width: 90%;
  height: 60vh;
  margin: 5% 0;
  margin-left: 5%;
}

.contact_footer_title {
  width: 100%;
  height: auto;
}

.contact_footer_title h1 {
  margin-bottom: 1%;
}

.footer_row {
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}

.foorter_card {
  width: 24%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.foorter_card>svg {
  width: auto;
  height: 80%;
  opacity: 0.2;
  margin-left: -35%;
}

.foorter_card:hover>svg {
  margin: 0;
  opacity: 0.4;
  fill: var(--clr);
}

.footer_card_in {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
}

.footer_card_in a {
  width: 100%;
  height: 70px;
  display: grid;
  place-items: center;
  background: #000;
  color: #fff;
  font-size: 1.1;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #000;
  text-decoration: none;
  margin-top: 60%;
}

.footer_card_in a:hover {
  background: #ffffffb0;
  backdrop-filter: blur(10px);
  color: #000;
}

