footer{
    background: #010618;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container1{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.container2{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}
    .container3{
    width: 100%;
    margin: auto;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.footer-content{
    width: 100%;
}
    .footer-content2{
    width: 80%;
}
    .footer-content4{
    width: 100%;
}
    .footer-content3{
    width: 20%;
    display: flex;
    justify-content: center;
}

h3{
    font-size: 28px;
    text-align: left;
    color: #fff;
    font-family: var(--body-font);
}
.footer-content p{
    width:190px;
    padding: 0;
    text-align: left;
    font-family: var(--body-font);
}
.footer-content ul{
    text-align: left;
}
.list{
    padding: 0;
    color: #fff;
}
.list li {
    color: #fff;
    text-align: left;
    padding: 7px;
    position: relative;
    font-family: var(--body-font);
}

.list li a{
    width: auto;
    color: #fff;
    text-align: left;
    font-size: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    font-family: var(--body-font);
}
.list li a:hover{
    color: #0CFE25;
}
.social-icons{
    text-align: left;
    padding: 0;
}
.social-icons li{
    display: inline-block;
    text-align: center;
}
.social-icons i{
    color: #0CFE25;
    font-size: 60px;
    transition: all 0.3s ease;
}

.subscribe-form {
    position: relative;
    width: 50%;
    overflow: hidden;
    gap: 10px;
}
.subscribe-form input {
    width: 72%;
    padding: 14px 28px;
    background: #1A1F2F;
    border-radius: 5px;
    border: 1px solid #9AAEC4;
    color: #fff;
    transition: all 0.3s ease;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #1A1F2F;
    padding: 13px 20px;
    border: 1px solid #0CFE25;
    top: 0;
    color: #0CFE25;
}
.subscribe-form button:hover  {
    border: 1px solid #9AAEC4;
}
a{
    text-decoration: none;
}

.social-icons i:hover{
    color: #fff;
}
.bottom-bar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.bottom-bar p{
    color: #9AAEC4;
    margin: 0;
    font-size: 16px;
    padding: 7px;
    font-family: var(--body-font);
}



.cta-text h1 {
color: #fff;
font-size: 7rem;
font-weight: 600;
margin-bottom: 2px;
font-family: var(--body-font);
}

.cta-text span {
color: #0CFE25;
font-size: 7rem;
font-weight: 600;
margin-bottom: 2px;

}

.single-cta{
width: 100%;
display: flex;
align-items: center;
text-align: center;
}

@media screen and (max-width: 1800px) {
.cta-text h1 {
font-size: 13rem;
}

.cta-text span {
font-size: 13rem;

}
}




#myBtn {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: transparent; 
    color: white; 
    cursor: pointer; 
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width: 1800px) {
    #myBtn{
    font-size: 12px;
    }

        .footer-content3{
        width: 30%;
        display: flex;
        justify-content: center;
    }
}

.footer-content3 img{
    width: 45px;
    height: 50px;
    }

@media screen and (max-width: 1150px) {
    footer{
    background: #010618;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .container1{
    width: 100%;
    display: flex;
    
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.container2{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
    .container3{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
}
    .subscribe-form {
    position: relative;
    width: 100%;
    overflow: hidden;
    gap: 10px;
}

.footer-content{
    width: 100%;
    padding-top: 20px;
    
}

.footer-content2{
    width: 100%;
    padding-top: 20px;
}
.footer-content3{
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}
.footer-content4{
    width: 100%;
}
    .social-icons i{
    color: #0CFE25;
    font-size: 30px;
    transition: all 0.3s ease;

}
.cta-text h1 {

font-size: 6rem;
}

.cta-text span {
font-size: 6rem;

}
}

@media screen and (max-width: 600px) {
.cta-text h1 {

font-size: 5rem;
}

.cta-text span {
font-size: 5rem;

}
}