footer{
  margin-top: auto;
  position: sticky;
  bottom: 0;
  background: var(--dark-black);
  z-index: 0;
}
.newslatter{
  border-bottom: 1px solid #3D3D3D;
  justify-content: space-between;
}
.newslatter:last-child{
  border-bottom: 0;
}
.newslatter-text{
  width: 100%;
  max-width: 45.4rem;
}
.newslatter-text p{
  color: var(--gray);
  font-size: 1.4rem;
  line-height: 2rem;
}
.newslatter-right{
  width: 100%;
  max-width: 60rem;
}
.newslatter-block{
  position: relative;
}
.newslatter-input .form-control{
  height: 5.2rem;
  background: var(--white);
  padding: 0 12rem 0 2rem;
  color: #25092F;
  font-size: 1.5rem;
  font-weight: 300;
  border: 0;
}
.newslatter-input .form-control::placeholder{
  opacity: 1;
  color: #25092F;
}
.newslatter-input .form-control:-ms-input-placeholder{
  color: #25092F;
}
.newslatter-btn{
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
}
.newslatter-btn .btn{
  height: 4rem;
  padding: 0 2rem;
}
.footer-center{
  border-bottom: 1px solid #3D3D3D;
  font-size: 1.5rem;
  color: #F6F6F6;
}
.footer-center:last-child{
  margin-bottom: 0;
}
.footer-head{
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 2.4rem;
}
.footer-info p{
  margin-bottom: 1.2rem;
}
.footer-info-link span{
  display: block;
  margin-bottom: 0.4rem;
  line-height: 2.4rem;
  color: var(--green);
}
.footer-info span {
  color: var(--green);
}
.footer-info-link span:last-child{
  margin-bottom: 0;
}
.footer-info-link span > *{
  color: #F6F6F6;
}
.footer-info-link span a:hover{
  color: var(--green);
}
.footer-social{
  margin-top: 6rem;
}
.footer-social ul{
  display: flex;
  align-items: center;
}
.footer-social li{
  margin-right: 2rem;
}
.footer-social li:last-child{
  margin-right: 0;
}
.footer-social li a{
  width: 1.8rem;
  height: 1.8rem;
}
.footer-social li a:hover{
  opacity: 0.8;
}
.footer-item:not(:has(.footer-head)) .footer-nav{
  margin-top: 4.4rem;
}
.footer-nav li{
  width: calc(100% + 2px);
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}
.footer-nav a{
  color: #F6F6F6;
}
.footer-nav-gray a{
  color: var(--gray);
}
.footer-nav a:hover{
  color: var(--green);
}
.footer-nav li.brands {
  width: 33%;
}
.footer-bottom{
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1rem;
  color: var(--gray);
  gap: 1.6rem;
}
.footer-bottom p{
  margin: 0;
}
.footer-bottom a,
.footer-bottom button{
  color: var(--gray);
}
.footer-bottom a:hover,
.footer-bottom button:hover{
  color: var(--green);
}
.footer-link{
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.designby{
  margin-left: auto !important;
}
.sec-scroll{
  position: fixed;
  bottom: 0;
  height: calc(100% - 10.8rem);
  right: 4rem;
  z-index: 3;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec-scroll.show{
  display: flex;
}
#scrollTopText{
  color: var(--white);
  width: 4.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.8));
  vertical-align: text-bottom;
  writing-mode: sideways-lr;
}
#scrollTop{
  position: absolute;
  bottom: 4rem;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: 50%;
}
@media(min-width:1404px) and (max-width:1489.98px){
  body:has(.sec-scroll) .designby{
    margin-right: 3.6rem !important;
  }
}
@media(min-width:1360px) and (max-width:1539.98px){
  footer .pt-64{
    padding-top: 4rem;
  }
  footer .pb-64{
    padding-bottom: 4rem;
  }
  .footer-center {
    font-size: 1.4rem;
  }
  .footer-nav li {
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
  .footer-social {
    margin-top: 5rem;
  }
  .sec-scroll {
    height: calc(100% - 9rem);
    right: 0;
  }
  #scrollTop {
    right: 1rem;
    bottom: 2.8rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media(min-width:1360px) and (max-width:1403.98px){
  body:has(.sec-scroll) .designby{
    margin-right: 2.4rem !important;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .footer-center {
    font-size: 1.4rem;
  }
  .footer-nav li {
    line-height: 2.1rem;
    margin-bottom: 1rem;
  }
  .footer-social {
    margin-top: 5rem;
  }
  body:has(.sec-scroll) .designby{
    margin-right: 4.2rem !important;
  }
  .sec-scroll {
    height: calc(100% - 9rem);
    right: 1rem;
  }
  #scrollTop {
    bottom: 2.8rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .newslatter-text p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .footer-center {
    font-size: 1.3rem;
  }
  .footer-info p {
    line-height: 2rem;
  }
  .footer-social {
    margin-top: 4rem;
  }
  .footer-nav li {
    line-height: 2rem;
    margin-bottom: 0.8rem;
  }
  .footer-bottom {
    font-size: 1.3rem;
  }
  body:has(.sec-scroll) .designby{
    margin-right: 2rem !important;
  }
  .sec-scroll {
    height: calc(100% - 8.8rem);
    right: 0;
  }
  #scrollTopText {
    width: 4rem;
    font-size: 1.2rem;
  }
  #scrollTop {
    bottom: 2.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  #scrollTop img{
    width: 1.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  footer {
    position: relative;
  }
  .footer-center {
    font-size: 1.4rem;
  }
  .footer-head {
    margin-bottom: 1.6rem;
  }
  .footer-item:not(:has(.footer-head)) .footer-nav {
    margin-top: 3.6rem;
  }
  .footer-nav li {
    line-height: 2rem;
    margin-bottom: 1rem;
  }
  .footer-bottom {
    font-size: 1.3rem;
  }
  body:has(.sec-scroll) .designby{
    margin-right: 1.2rem !important;
  }
  .sec-scroll {
    height: calc(100% - 7.4rem);
    right: 0rem;
  }
  #scrollTopText {
    width: 4rem;
    font-size: 1.2rem;
  }
  #scrollTop {
    bottom: 3.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
  #scrollTop img{
    width: 1.4rem;
  }
}
@media(max-width:767.98px){
  footer {
    position: relative;
  }
  .newslatter {
    display: block;
  }
  .newslatter-text p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .newslatter-right {
    max-width: 100%;
    margin-top: 1.2rem;
  }
  .footer-center {
    font-size: 1.3rem;
  }
  .footer-center .col-lg-2 {
    width: 33.33%;
    margin-top: 2.4rem;
  }
  .footer-center .col-lg-2:nth-child(-n + 3){
    margin-top: 0;
  }
  .footer-item:not(:has(.footer-head)) .footer-nav {
    margin-top: 3.2rem;
  }
  .footer-head {
    margin-bottom: 1.2rem;
  }
  .footer-social {
    margin-top: 1.6rem;
  }
  .footer-nav li {
    line-height: 1.8rem;
    margin-bottom: 0.8rem;
  }
  .footer-bottom {
    font-size: 1.3rem;
    flex-wrap: wrap;
  }
  .designby{
    width: 100%;
  }
  .sec-scroll {
    height: inherit;
    right: 1.5rem;
    display: none !important;
  }
  #scrollTopText{
    display: none;
  }
  #scrollTop {
    position: relative;
    bottom: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  #scrollTop img{
    width: 1.4rem;
  }
}
@media(max-width:575.98px){
  .footer-center .col-lg-2 {
    width: 50%;
    margin-top: 2.4rem !important;
  }
  .footer-center .col-lg-2:first-child{
    width: 100%;
    margin-top: 0 !important;
  }
  .footer-center .col-lg-2:nth-child(n + 4){
    width: 33.33%;
  }
}