.footer {
  min-height: 900px;
  background: linear-gradient(180deg, #000000 -4.1%, #00b8f0 133.95%);
}

.footer .container {
  position: relative;
  padding: 0;
}

/* =========================
   FOOTER TOP
========================= */
.footer-top {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  display: flex;
  margin: 0 35px;
  padding-bottom: 77px;
  border-radius: 30px;
  background: linear-gradient(180deg, #005e8c -38.72%, #000000 33.97%);
}

.footer-top-left {
  width: 36%;
  padding: 49px 0 0 89px;
  flex-direction: column;
  gap: 22px;
}

.footer-top-right {
  position: relative;
  width: 64%;
}

/* =========================
   TEXT
========================= */
.footer-left-heading {
  flex-direction: column;
  gap: 16px;
}

.footer-text-heading .footer-heading-1 {
  font-size: 40px;
  color: #fff;
}
.footer-bottom-right-text{
	 font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.footer-text-heading .footer-heading-1 {
  font-family: "Saira";
  font-weight: 500;
  white-space: nowrap;
}

.footer-text-description,
.footer-bottom-left-text {
  font-size: 20px;
  font-weight: 400;
  color: #c9dee3;
}

.footer-text-description {
  font-family: "Inter";
  font-weight: 500;
  color: #eaecf0;
}

/* =========================
   BUTTON
========================= */
.footer-left-btn {
  gap: 8px;
  width: fit-content;
  padding: 12px 24px;
  border: 1px solid #c9dee3;
  border-radius: 8px;
  transition: all 2s ease-in-out;
}
.footer-left-btn:hover{
	background: #FFF;
}


.footer-left-btn:hover a span{
	color: #000B12;
} 


.footer-contact {
  justify-content: center;
  gap: 8px;

  color: #fff;
}

.footer-contact-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* =========================
   IMAGE
========================= */
.footer-right-img-1,
.footer-right-img-2 {
  position: absolute;
}

.footer-right-img-1 {
  top: -12%;
  right: 35%;
  width: 404px;
  aspect-Ratio: 404/341;
}

.footer-right-img-2 {
  top: 29%;
  left: 48%;
  width: 362px;
  aspect-Ratio: 362/215;
}

/* =========================
   FOOTER BOTTOM
========================= */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 35%;
  flex-direction: column;
}
.footer-bottom-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-bottom-left,
.footer-bottom-right {
  width: 49%;
}

.footer-bottom-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.footer-bottom-left-logo {
  gap: 16px;
}

.footer-bottom-right-info {
  gap: 24px;
  padding-top: 67px;
}

/* =========================
   LOGO
========================= */
.footer-bottom-left-img {
  width: 153px;
  height: 100%;
}

.footer-bottom-left-top {
  gap: 32px;
}

.footer-bottom-left-text {
  width: 509px;
}

/* =========================
   MENU
========================= */

.footer-bottom-left-menu ul,
.footer-policy,
.footer-icon {
  display: flex;
  list-style: none;
}

.footer-bottom-left-menu ul {
  align-items: flex-start;
  gap: 32px;
}

.footer-policy {
  gap: 32px;
}

.footer-policy li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.footer-icon {
  gap: 50px;
}

.footer-bottom-left-menu ul li a,
.footer-policy a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-left-bottom {
  flex-direction: column;
  gap: 8px;
}

/* =========================
   COPYRIGHT
========================= */
.footer-copyright {
  font-size: 16px;
  font-weight: 400;
  color: #b9b9b9;
}

/* =========================
   RIGHT CONTENT
========================= */
.footer-bottom-right-img {
  width: 622px;
  height: auto;
}
.footer-bottom-right-content {
  position: relative;
}

.footer-bottom-right-text {
  position: absolute;
  top: 85%;
  left: 0;
}

/* =========================
   ICON
========================= */
.footer-icon i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer {
    min-height: 1050px;
  }

  .footer-top {
    flex-direction: column-reverse;
    padding-bottom: 50px;
    margin: 0;
	
  }
  .footer-top-left,
  .footer-top-right {
    width: 100%;
  }

  .footer-top-left {
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 47px 0 27px;
    align-items: center;
  }

  .footer-top-right {
    height: 150px;
    position: relative;
    width: 100%;
  }
.footer-bottom{
  padding-top: 42%;
}
  .footer-bottom-container {
    flex-direction: column;
    gap: 32px;
  }

  .footer-text-heading .footer-heading-1,
  .footer-bottom-right-text {
    font-size: 30px;
    text-align: center;
  }

  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
  }

  .footer-text-description,
  .footer-bottom-left-text {
    font-size: 16px;
  }

  .footer-right-img-1 {
    top: -85%;
    right: 42%;
    width: 300px;
  }
  .footer-right-img-2 {
    top: -30%;
    left: 48%;
    width: 280px;
  }

  .footer-bottom-right-info {
    padding-bottom: 20px;
  }
}

@media(max-width: 1366px){
  .footer-bottom-right-text{
		font-size: 42px;
  }
	.footer-text-heading .footer-heading-1{
		font-size: 35px;
	}
  .footer-text-description, .footer-bottom-left-text {
		font-size: 16px;
 }
  .footer-right-img-1 {
	width: 350px;
	right: 31%;
 }
	.footer-right-img-2 {
		width: 300px;
		top: 31%;
		left: 52%;
	}
	.footer-bottom-right-info{
		padding-top: 60px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer {
    min-height: 1050px;
  }

  .footer-top {
    flex-direction: column-reverse;
    padding-bottom: 50px;
    margin: 0;
	
  }
  .footer-top-left,
  .footer-top-right {
    width: 100%;
  }

  .footer-top-left {
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 47px 0 27px;
    align-items: center;
  }

  .footer-top-right {
    height: 150px;
    position: relative;
    width: 100%;
  }
.footer-bottom{
  padding-top: 42%;
}
  .footer-bottom-container {
    flex-direction: column;
    gap: 32px;
  }

  .footer-text-heading .footer-heading-1,
  .footer-bottom-right-text {
    font-size: 30px;
    text-align: center;
  }

  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
  }

  .footer-text-description,
  .footer-bottom-left-text {
    font-size: 16px;
  }

  .footer-right-img-1 {
    top: -85%;
    right: 42%;
    width: 300px;
  }
  .footer-right-img-2 {
    top: -30%;
    left: 48%;
    width: 280px;
  }

  .footer-bottom-right-info {
    padding-bottom: 20px;
  }
}


@media (max-width: 768px) {
  .footer {
    min-height: 1000px;
  }

  .footer-top {
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    padding-bottom: 32.54px;
    position: relative;
    margin: 0 auto;
	  border-radius: 14.351px;
    background: linear-gradient(180deg, #005E8C -11.84%, #000 73.06%);
  }

  .footer-top-left,
  .footer-right {
    width: 100%;
  }
  .footer-top-left {
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 47px 0 27px;
    align-items: center;
  }

  .footer-left-heading {
    margin-bottom: 0;
  }

  .footer-text-heading .footer-heading-1 {
    font-size: 32px;
    text-align: center;
  }
  .footer-text-description {
    font-size: 14px;
    line-height: 23.5px;
    text-align: center;
    padding-bottom: 8.14px;
  }
  .footer-left-btn {
    padding: 8.81px 17.63px;
    border-radius: 5.88px;
    border: 0.73px solid #c9dee3;
  }
  .footer-contact {
    gap: 5.88px;
  }
  .footer-contact-text {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
  }
  .footer-bottom-left-text {
    width: 100%;
  }
  .footer-top-right {
    height: 100px;
    position: relative;
    width: 100%;
  }
  .footer-right-img-1 {
    top: -70px;
    right: 35%;
    width: 183.9px;
    height: auto;
  }
  .footer-right-img-2 {
    top: -14px;
    left: 48%;
    width: 164.7px;
    height: auto;
  }
  .footer-bottom {
    padding-top: 0;
    flex-direction: column;
    height: 580px;
    margin: 0 auto;
  }
  .footer-bottom-container {
    flex-direction: column;
    gap: 48px;
  }
  .footer-bottom-left,
  .footer-bottom-right {
    width: 100%;
  }
  .footer-bottom-left-logo {
    gap: 24px;
  }
  .footer-bottom-left-img {
    width: 80px;
    height: 100%;
  }

  .footer-bottom-left-text {
    font-size: 18px;
  }
  .footer-bottom-left-menu ul {
    gap: 24px;
    flex-wrap: wrap;
  }
  .footer-bottom-right-img {
    width: 325px;
  }
  .footer-bottom-right-text {
    font-size: 24px;
    top: 80%;
  }
	.footer-icon{
		gap: 12px;
	}
	
  .footer-bottom-right-info {
    padding-top: 24px;
    gap: 12px;
  }
  .footer-policy {
    gap: 12px;
  }
  .footer-policy li {
    width: 100%;
  }
  .footer-policy li a {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 430px) {
  .footer {
    min-height: 1100px;
  }
	
}

@media (max-width: 390px) {
  .footer-right-img-1 {
    top: -82px;
  }
  .footer-right-img-2 {
    top: -25px;
  }
	
}
@media (max-width: 420px){
	.footer-left-btn a{
		display: flex;
		align-items: center;
		Justify-content: center;
	}
	.footer-contact-text{
		font-size: 12px;
	}
	.footer-contact i{
		font-size: 14px;
	} 
}
@media (max-width: 376px) {
 .footer {
    min-height: 1050px;
  }
	
}