.ftrTop{
    position: relative;
    z-index: 0;
    padding: 35px 0;
}
.ftrTop::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--eighth-color);
}
.ftrTopWrpr{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ftrTopbox1{
    width: 55%;
    position: relative;
    z-index: 9;
}
.ftrTopbox2{
    width: 40%;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: flex-end;
}
.ftrTopbox1__p{
    width: 280px;
    line-height: 1.5;
    position: relative;
    z-index: 9;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.ftrnnewsletr{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ftrnnewsletr__input{
    width: calc(100% - 175px);
    height: 55px;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid var(--fivth-color);
    font-size: 1.1rem;

}
.ftrnnewsletr__input::placeholder{
    color: var(--main);
}
.ftrnnewsletr__btn{
    width: 155px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--second-color) !important;
    border-radius: 7px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white);
}
.ftrnnewsletr__btn:hover{
    background-color: transparent !important;
    color: var(--second-color);
    background-color: var(--white);
}
.ftrTopTab{
    padding: 10px 22px;
    background-color: var(--second-color);
    width: 180px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.ftrTopTabmini{
    text-align: center;
}
.ftrTopTabmini i{
    font-size: 1.2rem;
    color: var(--white);
}
.ftrTopTabmini__p{
    color: var(--white);
    font-size: 0.8rem;
}
.ftrTopTab__h{
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--white);
    display: flex;
    align-items: center;
    column-gap: 3px;
}
.ftrBtm{
    background-color: var(--contrast);
    padding: 45px 0 40px 0;
}
.ftrBtmCol1{
    width: 27%;
}
.ftrBtmCol2{
    width: 8%;
}
.ftrBtmCol3{
    width: 15%;
}
.ftrBtmCol1__logo{
    width: 225px;
    height: 80px;
    position: relative;
    z-index: 0;
    border-radius: 70px;
    margin-bottom: 20px;
}
.ftrBtmCol1__img{
    width: 113px;
    object-fit: contain;
    height: 42px;
    position: relative;
    z-index: 9;
}
.ftrBtmCol1__logo::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254,254,254);
    opacity: 0.08;
    border-radius: 70px;
}
.ftrBtmCol1__logo:hover::after{
    background-color: var(--black);
    opacity: 0.8;
}
.ftrBtmCol1__p{
    font-size: 1.1rem;
    color: var(--white);
    line-height: 1.8;
}
.ftrBtmCol2__h{
    font-size: 1.4rem;
    color: var(--main);
    margin-bottom: 20px;
}
.ftrBtm-wrpr{
    display: flex;
    align-items: flex-start;
    column-gap: 3%;
}
.ftrBtmlist__link{
    font-size: 1.1rem;
    color: var(--white);
}
.ftrBtmlist{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.ftrBtmlist__link:hover{
    color: var(--main);
}
.ftrBtmlist2{
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 20px;
}

.ftrBtmlist2__link{
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 0;
    color: var(--white);
    font-size: 0.7rem;
}
.ftrBtmlist2__link::after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #120E0D;
    opacity: 0.47;
    z-index: -1;
    border-radius: 50%;
}
.ftrBtmlist2__link:hover::after{
    background-color: transparent;
}
.ftrBtmlist2__link:hover{
    color: var(--white);
}
.ftrBtmCol4{
    width: 42%;
    column-gap: 1.5%;
    display: flex;
}
.ftrBtmCol4Box1{
    width: 40%;
    height: 315px;
    overflow: hidden;
    border-radius: 12px;
}
.ftrBtmCol4Box1__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.ftrBtmCol4Box1:hover .ftrBtmCol4Box1__img{
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.ftrBtmCol4Box2{
    width: 32%;
    height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ftrBtmCol4Box2-col1{
    height: 43%;
    border-radius: 12px;
    overflow: hidden;
}
.ftrBtmCol4Box2-col2{
    height: 54%;
    border-radius: 12px;
    overflow: hidden;
}
.ftrBtmCol4Box2-col1:hover .ftrBtmCol4Box1__img{
    transform: scale(1.2);
}
.ftrBtmCol4Box2-col2:hover .ftrBtmCol4Box1__img{
    transform: scale(1.2);
}
.ftrBtmCol4Box3{
    width: 25%;
    border-radius: 12px;
    overflow: hidden;
}
.ftrBtmCol4Box3:hover .ftrBtmCol4Box1__img{
    transform: scale(1.2);
}
.ftrbtm2{
    padding: 25px 0;
    background-color: var(--second-color);
}
.ftrbtm2__p{
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
    width: fit-content;
}
.ftrbtm2List{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}
.ftrbtm2__p2{
    text-align: center;
}
.ftrbtm2List__link{
    font-size: 1rem;
    font-weight: 600;
    color: var(--white);
}
.ftrbtm2List__link:hover{
    color: var(--tenth-color);
}
.ftrbtm2-wrpr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width:1599px){
    .ftrTop {
        padding: 28px 0;
    }
    .ftrTopTab__h {
        font-size: 1.3rem;
    }
    .ftrTopTabmini i {
        font-size: 1rem;
    }
    .ftrTopTab {
        padding: 5px 14px;
        width: 150px;
        column-gap: 10px;
    }
    .ftrnnewsletr__btn {
        width: 140px;
        height: 55px;
        font-size: 1rem;
    }
    .ftrnnewsletr__input {
        width: calc(100% - 155px);
        height: 55px;
        font-size: 1rem;
    }
    .ftrBtmCol1__logo {
        width: 180px;
        height: 70px;
        border-radius: 50px;
        margin-bottom: 20px;
    }
    .ftrBtmCol1__img {
        width: 95px;
    }
    .ftrBtmCol1__p {
        font-size: 1rem;
    }
    .ftrBtmlist__link {
        font-size: 1rem;
    }
    .ftrbtm2 {
        padding: 20px 0;
    }
    .ftrBtmCol4Box3,
    .ftrBtmCol4Box2,
    .ftrBtmCol4Box1 {
        height: 270px;
    }
}
@media(max-width:1399px){
    .ftrTopbox1__p {
        width: 250px;
        font-size: 1.1rem;
    }
    .ftrnnewsletr__input {
        width: calc(100% - 145px);
        height: 50px;
        font-size: 0.9rem;
    }
    .ftrnnewsletr__btn {
        width: 130px;
        height: 50px;
        font-size: 0.9rem;
    }
    .ftrbtm2__p {
        font-size: 0.8rem;
    }
    .ftrbtm2List__link {
        font-size: 0.8rem;
    }
    .ftrbtm2 {
        padding: 17px 0;
    }
    .ftrBtm {
        padding: 30px 0 25px 0;
    }
    .ftrBtmCol4Box3, .ftrBtmCol4Box2, .ftrBtmCol4Box1 {
        height: 245px;
    }
    .ftrBtmCol2__h {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
}
@media(max-width:1199px){
    .ftrBtmlist2{
        flex-wrap: wrap;
        row-gap: 5px;
    }
    .ftrTopTab {
        padding: 3px 10px;
        width: 120px;
        column-gap: 5px;
    }
    .ftrTopTabmini i {
        font-size: 0.8rem;
    }
    .ftrTopTabmini__p {
        font-size: 0.7rem;
    }
    .ftrTopTab__h {
        font-size: 1rem;
    }
    .ftrbtm2List {
        column-gap: 15px;
    }
}
@media(max-width:1023px){
    .ftrBtmCol1__p {
        font-size: 0.8rem;
    }
    .ftrBtm-wrpr{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .ftrBtmCol1 {
        width: 40%;
    }
    .ftrBtmCol2 {
        width: 15%;
    }
    .ftrBtmCol3 {
        width: 35%;
    }
    .ftrBtmCol4{
        width: 100%;
    }
    .ftrnnewsletr__btn {
        width: 90px;
        height: 42px;
        font-size: 0.8rem;
    }
    .ftrnnewsletr__input {
        width: calc(100% - 95px);
        height: 42px;
        font-size: 0.8rem;
    }
    .ftrTopbox1 {
        width: 50%;
        position: relative;
        z-index: 9;
    }
    .ftrTopbox2 {
        width: 48%;
        column-gap: 5px;
    }
    .ftrTopbox1__p {
        width: 230px;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .ftrBtmCol1__logo {
        width: 149px;
        height: 57px;
        margin-bottom: 11px;
    }
    .ftrBtmCol1__img {
        width: 73px;
    }
    .ftrBtmlist__link {
        font-size: 0.8rem;
    }
    .ftrbtm2List__link,
    .ftrbtm2__p {
        font-size: 0.7rem;
    }
}
@media(max-width:767px){
    .ftrTopWrpr{
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .ftrTopbox1 {
        width: 100%;
    }
    .ftrTopbox2 {
        width: 100%;
        justify-content: space-between;
    }
    .ftrBtmCol1 {
        width: 44%;
    }
    .ftrbtm2-wrpr{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        column-gap: 25px;
    }
    .ftrbtm2 {
        padding: 12px 0;
    }
}
@media(max-width:539px){
    .ftrBtmCol1{
        width: 100%;
    }
    .ftrBtmCol2 {
        width: 38%;
    }
    .ftrBtmCol3 {
        width: 58%;
    }
    .ftrBtmCol4Box3, .ftrBtmCol4Box2, .ftrBtmCol4Box1 {
        height: 160px;
    }
    .ftrBtmCol4Box2-col2,
    .ftrBtmCol4Box1,
    .ftrBtmCol4Box3,
    .ftrBtmCol4Box2-col1{
        border-radius: 7px;
    }
    .ftrBtm-wrpr {
        row-gap: 15px;
    }
    .ftrBtm {
        padding: 15px 0 15px 0;
    }
    .ftrTop {
        padding: 17px 0;
    }
    .ftrTopbox1__p {
        width: 200px;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
}

.dark .ftrTop::after{
    background-color: var(--dark-background-color6);
}
.dark .ftrTopbox1__p{
    color: var(--white);
}
.dark .ftrnnewsletr__input{
    background-color: var(--dark-background-color1);
    border: none;
    color: var(--white);
}
.dark .ftrnnewsletr__input::placeholder{
    color: var(--white);
}