/*================== footer ===================*/
footer{position: relative; z-index: 2; background-color:var(--marron-btn); padding:125px 0 105px}
.ftr-bg{position: absolute;right:0;top:50%;transform: translateY(-50%);}
footer::after{
	position: absolute;
	content:'';
	top:-91px;
	right:0;
	left:0;
	background: url(../images/footer-ribbon.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	object-fit: cover;
	width:100%;
	height:91px;
}
.footer-outr{padding:15px 0 0;}
.footer-galaxy-img img{width: 100%;}
a.ftr-logo {display: block;margin-bottom:100px;}


ul.contact-details{margin: 0; padding: 0;}
ul.contact-details li{display:flex; align-items:center; list-style: none; font-size: 24px; font-family: var(--prata); font-weight:400; color: var(--white); transition: var(--common-transition);}
ul.contact-details li:not(:last-of-type){padding-bottom:30px;}
ul.contact-details li i{color:var(--white);}
ul.contact-details li a:hover, ul.contact-details li.active a{color: var(--blue-btn);}
ul.contact-details li span{width:37px;height:37px;border-radius:50%;border:2px solid var(--white);
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right:15px;
}

.ftr-copy-right p{
	color: var(--white);
	font-family: var(--poppins);
	font-weight: 300;
	font-size:18px;
	letter-spacing:4px;
	margin:0;
}

.right-bdr:nth-child(2){padding-left:120px;}
.right-bdr:nth-child(3){padding-left:20px;}
#whtsapp,
#scrollz {
	width: 45px;
	height: 45px;
	text-align: center;
	position: fixed;
	bottom: 145px;
	right:5%;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
}

#whtsapp:hover,
#scrollz:hover {
	cursor: pointer;
}

#whtsapp:active {}

#whtsapp.shown {
	opacity: 1;
	visibility: visible;
}

#scrollz {
	bottom: 200px;
	background: #6fc8da;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

}

#scrollz .fa {
	font-size: 20px;
}

#scrollz.show {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width:1599px) {
a.ftr-logo {
  margin-bottom: 75px;
  width: 500px;
}
.right-bdr:nth-child(2) {
  padding-left: 90px;
}
footer {
  padding: 110px 0 90px;
}
ul.contact-details li {
  font-size: 20px;
}
ul.contact-details li:not(:last-of-type) {
  padding-bottom: 20px;
}
}

@media only screen and (max-width:1399px) {
footer {
  padding: 90px 0 85px;
}
  a.ftr-logo {
    margin-bottom: 50px;
    width: 450px;
  }
  .ftr-copy-right p {
  font-size: 16px;
}
ul.contact-details li {
  font-size: 18px;
}
}

@media only screen and (max-width:1199px) {
.right-bdr:nth-child(2) {
    padding-left: 60px;
  }
  .right-bdr:nth-child(3) {
  padding-left: 15px;
}
.ftr-bg {
  width: 400px;
}
}

@media only screen and (max-width:991px) {

a.ftr-logo,.ftr-menu {
  text-align: center;
}
ul.contact-details li {
  justify-content: center;
}
a.ftr-logo {
    width: 360px;
    margin: 0 auto 28px;
  }
   footer {
    padding: 60px 0 65px;
  }
  .ftr-bg {
    width: 285px;
  }
   .right-bdr:nth-child(2) {
    padding-left: 15px;
  }
   .ftr-menu {
    margin: 10px 0;
  }
}

@media only screen and (max-width:767px) {
  footer {
    padding: 40px 0 55px;
  }
  a.ftr-logo {
    width: 270px;
  }
}
@media only screen and (max-width:575px) {
footer {
    padding: 25px 0 30px;
  }
  .ftr-bg {
    width: 225px;
  }
}
@media only screen and (max-width:480px) {
	footer {
    padding: 10px 0 20px;
  }
  a.ftr-logo {
    width: 230px;
  }
   .ftr-copy-right p {
    font-size: 14px;
  }
   ul.contact-details li:not(:last-of-type) {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width:420px) {

}

@media only screen and (max-width:390px) {
    
}

