@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

.curtain-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1000;
}

.curtain {
  width: 50%;
  height: 100%;
  transition: transform 2.5s ease-out;
}

.curtain-left {
  transform: translateX(0);
  background: url("./WhatsApp_Image_2024-11-20_at_1.39.19_PM-removebg-preview.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.curtain-right {
  transform: translateX(0);
  background: url("./WhatsApp_Image_2024-11-20_at_1.39.29_PM-removebg-preview.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.curtain-open .curtain-left {
  transform: translateX(-100%);
}

.curtain-open .curtain-right {
  transform: translateX(100%);
}

.header {
  position: relative;
  width: 100%;
  height: 90vh;
}

.header-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-overlay {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #851919; /* Red background */
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.title-overlay h1 {
  font-size: 2.5em;
}

/* Responsive Media Queries */
/* For tablets */
@media (max-width: 768px) {
  .navbar-menu {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
  .navbar-logo {
    font-size: 1.2rem;
  }
  .title-overlay h1 {
    font-size: 2em;
  }
  .curtain {
    height: 100%; /* Adjust height for smaller screens */
  }
  .curtain-container {
    flex-direction: row;
  }
}
/* For mobile phones */
@media (max-width: 480px) {
  .navbar {
    padding: 0.5rem;
  }
  .navbar-logo {
    font-size: 1rem;
  }
  .navbar-menu {
    font-size: 0.9rem;
  }
  .header {
    height: 60vh;
  }
  .title-overlay h1 {
    font-size: 1.5em;
    padding: 5px 10px;
  }
  .curtain {
    height: 100%; /* Stack vertically */
  }
}
.hero {
  background-color: #f8f8f8;
  overflow: hidden;
}

/* General Styles */
.heading h1 {
  color: #C52525;
  font-size: 55px;
  text-align: center;
  margin-top: 35px;
}

.containerr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 65px auto;
  flex-wrap: wrap; /* Ensures proper layout on smaller screens */
  /* Responsive Styles */
}
@media (max-width: 768px) {
  .containerr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .containerr .heading h1 {
    font-size: 475px; /* Adjust heading size for tablets */
  }
  .containerr .SCCI-container {
    width: 100%; /* Full width on smaller screens */
    margin: 15px 0;
  }
  .containerr .SCCI-container h2 {
    font-size: 32px; /* Smaller heading font */
  }
  .containerr .SCCI-container p {
    font-size: 20px; /* Adjust paragraph font size */
  }
}
@media (max-width: 480px) {
  .containerr .heading h1 {
    font-size: 36px; /* Smaller heading size for mobile */
  }
  .containerr .SCCI-container h2 {
    font-size: 28px; /* Adjust heading size for mobile */
  }
  .containerr .SCCI-container p {
    font-size: 18px; /* Smaller paragraph font size */
  }
}

.SCCI-container {
  flex: 1;
  width: 600px;
  margin: 0px 25px;
  animation: fadeInUP 2s ease;
}

.SCCI-container h2 {
  font-size: 38px;
  margin-bottom: 20px;
}

.SCCI-container p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.card-contianer {
  width: 100%;
  height: 90vh;
  margin-top: 3%;
  display: flex;
  justify-content: space-around;
}


.card:hover {
  transform: scale(1.05);
}

.card-container:hover .card:not(:hover) {
  opacity: 0.5;
}

.tv {
  width: var(--television-width);
  height: var(--television-height);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tv .antenna-container {
  width: 235px;
  height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tv .antenna-container .antenna {
  width: 100%;
  height: 4px;
  background: var(--antenna-gradient);
  transform-origin: 100% 50%;
  transform: rotate(20deg) translateY(3px);
  z-index: 0;
  display: flex;
  align-items: center;
}
.tv .antenna-container .antenna::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: var(--antenna-gradient);
  border-radius: 24% 53% 53% 24%/36% 40% 40% 36%;
  border: 1px solid #444;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-1px);
}
.tv .television-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.tv .television-container .television {
width: 350px;
  height: 300px;
  border-radius: 35px/45px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2666666667), 2px -2px 2px darkred inset, 2px 1px 1px #fff inset, 0 0 3px 5px rgba(0, 0, 0, 0.1333333333);
  background: var(--television-bgcolor);
  background: linear-gradient(var(--television-bgcolor), var(--television-bgcolor-dark));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.tv .television-container .television .television-inner {
  width: 93%;
  height: 90%;
  background: linear-gradient(to bottom, #454c45 5%, #232522 35% 45%);
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 2px #470404 inset;
  border-radius: 25px/25px;
  position: relative;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 0.8fr;
  align-content: center;
  gap: 3px;
}
.tv .television-container .television .television-inner .television-screen-container {
  border: 1px solid #222;
  box-shadow: 0 2px 2px #888, 2px 0 2px #444, -2px 0 2px #444, 0 -2px 2px #111;
  border-radius: 35px/25px;
  margin: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(70deg, #555 15%, transparent 30%), repeating-conic-gradient(#222 0 30deg, #333 60deg, #222 90deg);
}
.tv .television-container .television .television-inner .television-screen-container .television-crt {
  width: 99%;
  height: 95%;
  background: #111;
  box-shadow: 0 0 5px 2px #111, 0 0 10px 2px rgba(17, 17, 17, 0.1333333333);
  border-radius: 85px 85px 85px 85px/100px 100px 100px 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen {
  width: 95%;
  height: 95%;
  border-radius: 30%;
  box-shadow: 0 0 5px 2px #111 inset;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .noise {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(170, 170, 170, 0.2666666667), rgba(136, 136, 136, 0.0666666667), rgba(102, 102, 102, 0.2666666667), rgba(68, 68, 68, 0.3333333333), rgba(34, 34, 34, 0.5333333333), rgba(68, 68, 68, 0.2), transparent), repeating-linear-gradient(transparent 0 2px, rgba(37, 36, 41, 0.3137254902) 2px 4px);
  animation: moveBand 8s linear infinite;
  z-index: 4;
  position: relative;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .off {
  width: 100%;
  height: 100%;
  background: radial-gradient(#222, #1a1a1a, #111);
  z-index: 5;
  position: absolute;
  top: 0;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .logo-container {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .logo-container .logo {
  background: #f34b59;
  width: 45px;
  height: 32px;
  border-radius: 8px;
  margin-right: 5px;
  display: grid;
  place-items: center;
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .logo-container .logo .play {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tv .television-container .television .television-inner .television-screen-container .television-crt .television-screen .logo-container .text {
  font-family: "Heading Pro", sans-serif;
  font-size: 37px;
  color: white;
  letter-spacing: -1px;
}
.tv .television-container .television .television-inner .television-lateral {
  display: grid;
  grid-template-rows: 1.1fr 1fr;
  gap: 12px;
  margin: 15px;
  margin-left: 0;
}
.tv .television-container .television .television-inner .television-lateral .dial-container {
  border: 2px solid #333;
  border-left: 1px solid #444;
  border-bottom: 2px solid #444;
  border-radius: 5px;
  box-shadow: -2px 2px 6px #111 inset, -1px 2px 3px #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial {
  width: 42px;
  height: 42px;
  border: 2px solid #6e706f;
  border-radius: 50%;
  box-shadow: -4px 2px 4px #111, 0 0 1px 2px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: grab;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data {
  color: #888;
  font-size: 6px;
  text-shadow: 0 0 2px #888;
  position: absolute;
  top: 0;
  height: 100%;
  transform-origin: 50% 50%;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(2) {
  transform: rotate(30deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(3) {
  transform: rotate(60deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(4) {
  transform: rotate(90deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(5) {
  transform: rotate(120deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(6) {
  transform: rotate(150deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(7) {
  transform: rotate(180deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(8) {
  transform: rotate(210deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(9) {
  transform: rotate(240deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(10) {
  transform: rotate(270deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(11) {
  transform: rotate(300deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .data-container .data:nth-child(12) {
  transform: rotate(330deg);
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .dial-core {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: conic-gradient(#eee 0deg 45deg, #666 70deg 285deg, #eee 320deg);
  position: absolute;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial .selector {
  position: absolute;
  width: 75%;
  background: linear-gradient(#666 30%, #aaa 40%);
  height: 4px;
  border: 1px solid #666;
  border-radius: 4px/8px;
  transform: rotate(calc(var(--value) - 90deg));
  transition: transform 0.25s linear;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial.channel-button {
  background: #000;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial.volume-button {
  background: #ccc;
}
.tv .television-container .television .television-inner .television-lateral .dial-container .dial.volume-button .data {
  color: #444;
}
.tv .television-container .television .television-inner .television-lateral .speaker-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px 0;
  margin-bottom: 12px;
  margin-left: 2px;
  margin-right: 2px;
}
.tv .television-container .television .television-inner .television-lateral .speaker-container div {
  width: 10px;
  height: 10px;
  background: radial-gradient(#000, #222);
  border-radius: 50%;
  border-bottom: 1px solid #fff;
}
.tv .television-container .television-base {
  width: 350px;
  height: 25px;
  background: linear-gradient(var(--television-bgcolor), var(--television-bgcolor-dark));
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.6);
}
.tv .television-container .television-base::before, .tv .television-container .television-base::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: var(--television-bgcolor);
  background-image: linear-gradient(var(--television-bgcolor), var(--television-bgcolor-dark));
  transform: translateX(var(--x)) skewX(var(--skew-x));
}
.tv .television-container .television-base::before {
  --skew-x: 10deg;
  --x: -2px;
}
.tv .television-container .television-base::after {
  --skew-x: -10deg;
  --x: 2px;
}
.tv .television-container .television-base .slots {
  width: 50%;
  height: 15px;
  display: flex;
  justify-content: center;
}
.tv .television-container .television-base .slots .slot {
  width: 4px;
  height: 100%;
  background: #0b0000;
  margin-left: 3px;
  border-radius: 2px/1px;
}
.tv .television-container .foot-container {
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.tv .television-container .foot-container .foot {
  width: 20px;
  height: 10px;
  background: var(--television-bgcolor);
}
.tv .television-container .foot-container .foot.left {
  box-shadow: 4px 0 #850101;
}
.tv .television-container .foot-container .foot.right {
  box-shadow: -4px 0 #850101;
}

.tv .off {
  transition: opacity 0.5s;
  opacity: 1;
}

.tv:not(.on) .off {
  opacity: 0;
}

@keyframes moveBand {
  0% {
    background-position-y: 0, 0;
  }
  100% {
    background-position-y: -221px, -150px;
  }
}
.created {
  background: url(https://assets.codepen.io/154065/internal/avatars/users/default.png), linear-gradient(to bottom, #884ced, #ec1cce);
  background-size: 75px 75px, cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 2em;
}
.created span, .created h2, .created p, .created a {
  font-family: Montserrat;
  margin: 0;
}
.created a, .created p, .created span {
  color: #fff;
}
.created h2 {
  font-weight: 700;
  transform: translate(0, -4px);
}
.created a {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.created a:hover {
  color: #e6e82a;
}

.container .card {
  position: relative;
  height: 215px;
  max-width: 300px;
  background-color: #FFF;
  margin: 30px 10px;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  border: 2px solid #222;
  border-radius: 8px;
}

.container .card::before,
.container .card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background-color: #000;
  opacity: 0.8;
  display: flex;
  justify-content: space-around;
}

.container .card::before {
  top: -25px;
  right: 3px;
}

.container .card::after {
  top: 100%;
  right: 1px;
  margin-top: 5px;
}

.container .card::before span,
.container .card::after span {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}

.container .card .side-bar {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20px;
  background-color: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.container .card .side-bar.left {
  left: -25px;
}

.container .card .side-bar.right {
  right: -25px;
}

.container .card .side-bar .hole {
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 8px 0;
}

.container .card:hover {
  height: 590px;
}

.container .card .content {
  position: relative;
  margin-top: -160px;
  padding: 40px 15px;
  text-align: center;
  color: #111;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.container .card:hover .content {
  visibility: visible;
  opacity: 1;
  margin-top: -30px;
  transition-delay: 0.3s;
}

.aim-section {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 3s;
}

/* Title styling */
.aim-section .title h2 {
  color: #C52525;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

/* Content block styling */
.aim-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.aim-section .content .paragraph1 blockquote {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 10px 20px;
  background: #ffffff;
  border-left: 5px solid #C52525;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.aim-section .content .paragraph blockquote {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 10px 20px;
  background: #ffffff;
  border-right: 5px solid #C52525;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

/* Contact button styling */
.aim-section .contact-btn {
  margin-top: 30px;
}

.aim-section .btn-contact {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  background: #C52525;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.aim-section .btn-contact:hover {
  background: #a40000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

header {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  width: 100%;
  height: 50vh;
  background-color: #00005B;
  display: flex;
  flex-direction: column;
}
header nav {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 6fr 1fr 1fr;
  gap: 10px;
}
@media (min-width: 860px) {
  header nav {
    grid-template-columns: 10fr 1fr 0.1fr;
    gap: 0px;
  }
}
header nav .logo {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
}
header nav .logo img {
  margin-left: 2px;
  max-width: 70px;
}
header nav .Darkicons,
header nav .listIcon {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
header nav .Darkicons img,
header nav .listIcon img {
  width: 30px;
  cursor: pointer;
}
@media (min-width: 860px) {
  header nav .listIcon {
    display: none;
  }
}
header ul {
  width: 100%;
  height: 80%;
  color: white;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 860px) {
  header ul {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 100%;
    position: relative;
    left: 10%;
    bottom: 60%;
  }
}
header ul li {
  list-style: none;
}
header ul li a {
  text-decoration: none;
  color: #C5C5C5;
  font-weight: 500;
  font-size: larger;
}
header ul li a:hover {
  color: aliceblue;
  transition: 1s;
}
@media (min-width: 860px) {
  header ul .contactUs {
    width: 15%;
    border-left: #C5C5C5 solid 1px;
    display: flex;
    justify-content: center;
  }
}

footer {
  height: auto;
  width: 100%;
  background-color: #00005B;
}
footer .description {
  width: 100%;
  height: 30vh;
}
footer .description article {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #C5C5C5;
}
footer .description article p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  width: 50%;
}
@media (max-width: 600px) {
  footer .description article p {
    width: 95%;
  }
}
footer .description article .logo {
  text-decoration: none;
  width: auto;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
}
footer .description article .logo img {
  max-width: 50px;
}
footer .links {
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media (min-width: 700px) {
  footer .links {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1100px) {
  footer .links {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 0fr);
  }
}
footer .links .linkHeadLine {
  height: 30vh;
  text-align: center;
  color: aliceblue;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 700px) {
  footer .links .linkHeadLine {
    justify-content: flex-start;
  }
}
footer .links .linkHeadLine ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .links .linkHeadLine ul li {
  list-style: none;
}
footer .links .linkHeadLine ul li a {
  text-decoration: none;
  color: #C5C5C5;
}
footer .socialMedia {
  width: 100%;
  height: 15vh;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
footer .socialMedia .icons {
  width: 80%;
  height: 70%;
  border-top: white 1px solid;
  display: flex;
  align-items: center;
}
footer .socialMedia .icons ul {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-evenly;
}
footer .socialMedia .icons ul li {
  list-style: none;
}
footer .socialMedia .icons ul li a {
  text-align: none;
}/*# sourceMappingURL=forms.css.map */