@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(
    180deg,
    #1d062f 0%,
    #5911a9 52.06%,
    #14092e 102.08%
  );
  background-image: url("img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Inter", serif;
}

.content {
  padding-top: 24px;
  min-height: calc(100vh - 24px);
  display: flex;
  flex-direction: column;
}

.demo-link-container.disabled {
  cursor: not-allowed;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.demo-link-container {
  margin-top: 40px;
  margin-bottom: 214px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.main-content{
  flex-grow: 1;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.demo-link {
  border-radius: 38px;
  background: #FF2D55;
  transition: background-color 0.3s ease;
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  text-decoration: none;
  padding: 21px 32px;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
}

.demo-link.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.demo-link:hover {
  opacity: 0.8;
}

.content .project_name {
  font-weight: 800;
  font-size: 130px;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: transparent;
  background: linear-gradient(89.84deg, #7532ff 28.98%, #fa478d 68.3%);
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0;
  margin-top: 200px;
  font-family: "Poppins", serif;
  overflow-wrap: anywhere;
}

.content .tagline {
  font-weight: 300;
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "Poppins", serif;
}

.content .email-input {
  border-radius: 12px;
  border: 1px solid #26386c;
  background: rgba(25, 32, 53, 0.56);
  padding: 22px 24px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 350px;
  margin-top: 60px;
}

.content .email-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.g-recaptcha {
  margin: 70px auto;
  display: flex;
  justify-content: center;
}

.content header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

.content .link_to_download {
  background: #05050563;
  border: 1px solid rgba(255,255,255,0.3);
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 30px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.content .link_to_download:hover {
  background: #000000;
}

.content .logo img {
  height: 65px;
}

.footer-container{
  background: #000000b2;
}

.content footer {
  padding: 10px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  font-size: 11px;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
}

.content footer p {
  margin: 0;
}

.content footer a{
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.content footer a:hover{
  color: #6168DD;
}

.other_product_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.other_product_grid,
.main-content{
  max-width: 1600px;
  margin: 0 auto;
}


.other_product_item {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(84px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
}
.aorabook.other_product_item .img {
  height: 210px;
}

.lawcham.other_product_item .img {
  height: 180px;
}

.lawcham.other_product_item .img {
  margin-left: 44px;
}

html[dir="rtl"] .lawcham.other_product_item .img {
  margin-right: 106px;
  margin-left: auto;
}

.aoraschool.other_product_item .img {
  height: 180px;
  margin-left: 20px;
}

html[dir="rtl"] .aoraschool.other_product_item .img {
  margin-right: 18px;
  margin-left: auto;
}

.other_product_title img {
  width: auto;
}

.other_product_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-left: 38px;
  padding-bottom: 0 !important;
  align-items: center;
}

.aorabook .other_product_title{
  padding-left: 36px;
  padding-top: 26px;
}

.lawcham .other_product_title{
  padding-left: 41px;
  padding-top: 26px;
}

.aoraschool .other_product_title{
  padding-left: 26px;
  padding-top: 26px;
}

.aorabook .other_product_body .brief{
  margin-top: 18px;
}


.lawcham .other_product_body .brief{
  margin-top: 10px;
}


.aoraschool .other_product_body .brief{
  margin-top: 8px;
}

.other_product_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}

.other_product_body .brief {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.28;
  color: #ffffff;
  padding-left: 36px;
  padding-right: 36px;
  font-family: "Poppins", serif;
  margin-bottom: 0;
  flex-grow: 1;
}

@media (max-width: 1600px) {
  .other_product_body .brief {
    margin-bottom: 0px;
  }
}

@media (max-width: 1200px) {
  .other_product_body .brief {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .other_product_body .brief {
    margin-bottom: 0px;
  }
}

.other_product_link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.09;
  text-transform: uppercase;
  padding: 22px 32px;
  border-radius: 38px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
  margin-right: 35px!important;
}

.other_product_link:hover {
  opacity: 0.8;
}

.aorabook .other_product_title img {
  height: 30px;
}

.lawcham .other_product_title img {
  height: 53px;
}

.aoraschool .other_product_title img {
  height: 50px;
}

.aorabook .other_product_link {
  background: linear-gradient(
    90deg,
    rgba(36, 169, 93, 0.9) 8.54%,
    rgba(0, 148, 90, 0.9) 93.52%
  );
}

.lawcham .other_product_link {
  background: linear-gradient(
    90deg,
    rgba(82, 25, 190, 0.9) 8.54%,
    rgba(103, 93, 253, 0.9) 93.52%
  );
}

.aoraschool .other_product_link {
  background: linear-gradient(
    90deg,
    rgba(120, 50, 252, 0.6) 8.54%,
    rgba(250, 71, 141, 0.6) 93.52%
  );
  font-weight: 500;
  font-size: 16px;
  line-height: 1.09;
  text-transform: uppercase;
  padding: 22px 32px;
  border-radius: 38px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  box-sizing: border-box;
  transition: 0.3s all ease-in-out;
  margin: 0;
}

@media (max-width: 1800px) {
  .lawcham.other_product_item .img{
    height: 150px;
  }

  .aorabook.other_product_item .img{
    height: 170px;
  }

  .aoraschool.other_product_item .img{
    height: 150px;
  }

  .other_product_link, .aoraschool .other_product_link {
    font-size: 16px;
    padding: 10px 30px !important;
    height: 45px;
  }
}

@media (max-width: 1500px) {
  .content .project_name {
    font-size: 70px;
    margin-top: 140px;
  }

  .demo-link-container{
    margin-bottom: 140px;
  }

  .content .tagline {
    font-size: 38px;
  }

  .demo-link {
    padding: 14px 32px;
    font-size: 18px;
  }

  .aorabook .other_product_title img {
    height: 20px;
  }
  
  .lawcham .other_product_title img {
    height: 38px;
  }
  
  .aoraschool .other_product_title img {
    height: 35px;
  }

  .other_product_title a,
  .aoraschool .other_product_title .coming_soon {
    font-size: 12px;
    padding: 9.5px 16px;
  }

  .other_product_body .brief {
    font-size: 15px;
  }
  .content .link_to_download {
    padding: 11px 24px;
  }

  .lawcham.other_product_item .img{
    height: 120px;
  }

  .aorabook.other_product_item .img{
    height: 140px;
  }

  .aoraschool.other_product_item .img{
    height: 120px;
  }

  .other_product_link, .aoraschool .other_product_link {
    font-size: 14px;
    padding: 10px 20px !important;
    height: 40px;
  }
}

@media (max-width: 1300px) {
  .content header {
    width: calc(100% - 200px);
    padding: 0 100px;
  }
}

@media (max-width: 1200px) {
  .content .project_name {
    font-size: 60px;
  }

  .other_product_link, 
  .aoraschool .other_product_link {
    padding: 6px 12px !important;

  }

  .aorabook .other_product_title img {
    height: 16px;
  }

  .aoraschool .other_product_title img {
    height: 28px;
  }

  .aorabook .other_product_title,
  .lawcham .other_product_title,
  .aoraschool .other_product_title {
    padding-top: 20px
  }

  .aorabook .other_product_title,
  .lawcham .other_product_title,
  .aoraschool .other_product_title,
  .other_product_body .brief {
    padding-left: 14px;
    padding-right: 14px;
  }

  .other_product_link{
    margin-right: 0!important;
  }

  .content .tagline {
    font-size: 28px;
  }

  .demo-link {
    padding: 12px 24px;
    font-size: 16px;
  }

  .other_product_title a,
  .aoraschool .other_product_title .coming_soon {
    font-size: 11px;
    padding: 7px 14px;
    height: 36px;
  }

  .other_product_title {
    padding: 14px;
    padding-left: 22px;
  }

  .other_product_body .brief {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .content .link_to_download {
    height: 40px;
  }

  .lawcham.other_product_item .img {
    margin-left: 24px;
  }
}

@media (max-width: 991px) {
  .content header {
    width: calc(100% - 100px);
    padding: 0 50px;
  }

  .content .project_name {
    font-size: 50px;
  }

  .content .tagline {
    font-size: 20px;
  }

  .demo-link {
    padding: 8px 12px;
    font-size: 12px;
  }

  .content .logo img {
    height: 40px;
  }

  .content .link_to_download {
    font-size: 12px;
    padding: 7px 18px;
  }

  .other_product_title {
    padding: 12px;
    padding-left: 18px;
  }
}

@media (max-width: 850px) {
  .other_product_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .other_product_body .brief {
    font-size: 12px;
  }

  .other_product_title a,
  .aoraschool .other_product_title .coming_soon {
    font-size: 12px;
    padding: 4px 12px;
    height: 30px;
  }

  .content .link_to_download {
    height: 30px;
  }

  .content footer{
    padding: 10px 40px
  }

  .lawcham.other_product_item .img {
    height: 90px;
  }

  .aorabook.other_product_item .img{
    height: 100px;
  }

  .aoraschool.other_product_item .img {
    height: 90px;
}
}

@media (max-width: 576px) {
  .other_product_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .content .project_name {
    font-size: 40px;
  }

  .content .logo img {
    height: 30px;
  }

  .content header {
    width: calc(100% - 50px);
    padding: 0 25px;
  }

  .content footer {
    gap: 10px;
  }

  .content footer {
    font-size: 10px;
    gap: 6px;
  }

  .content footer{
    padding: 10px 20px
  }

  .flex{
    display: none;
  }
}
.flex {
  margin-bottom: -4px;
}
@media (max-width: 480px) {
  .content .email-input {
    width: 280px;
  }
}
