.main-heading h2::after,
.main-heading h2::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.contentbox .content a,
.courses .cta a {
    text-decoration: none;
    display: inline-block;
}
.about,
.courses,
.teto,
.video {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
}
.FlexContainer,
.testim .cont {
    overflow: hidden;
}
.contact .content,
.courses .cta h3,
.courses .cta2,
.courses .cta__text-column p,
.navbar {
    direction: rtl;
}
.FlexContainer div,
.contact .content .info,
.copyright,
.main-heading,
.main-nav li,
.secg p,
.testim .cont > div,
.testim .dots,
.text {
    text-align: center;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Changa, sans-serif;
    direction: ltr;
}
.container,
.container-1 {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .courses .cta .img-1,
    .courses .cta .img-3 {
        height: 320px;
    }
    .courses .cta .img-2 {
        height: 550px;
    }
    .courses .cta .img-4 {
        height: 600px;
    }
    .courses .cta .img-5 {
        height: 380px;
    }
    .courses .cta .img-6{
        width: 320px;
    }
    .courses .cta .img-7{
        width: 320px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.main-heading h2 {
    font-weight: 400;
    font-size: 40px;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
}
.main-heading h2::before {
    height: 2px;
    background-color: #333;
    bottom: -30px;
    width: 120px;
}
.main-heading h2::after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #333;
    bottom: -38px;
    background-color: #ffdf74;
}
.main-heading p {
    width: 550px;
    margin: 0 auto 100px;
    max-width: 100%;
    line-height: 2;
    color: #777;
}
:root {
    --main-color: #ffdf74;
    --second-color: #ffe48c;
    --section-padding: 40px;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99;
}
.contentbox,
.contentbox .content,
.contentbox .imgbx {
    position: relative;
    height: 400px;
    display: flex;
}
.contentbox {
    width: 600px;
    background-color: #eaeaea;
    border-radius: 20px;
    box-shadow: 0 5px 15px (0, 0, 0, 0.1);
}
.close,
.navbar-toggle,
header {
    position: absolute;
}
.contentbox .imgbx {
    width: 260px;
    justify-content: center;
    align-items: center;
}
.contentbox .imgbx img {
    position: relative;
    max-width: 210px;
    border-radius: 10px;
}
.contentbox .content {
    width: 300px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contentbox .content h3 {
    color: #000;
    line-height: 1em;
    font-weight: 300;
    font-size: 23px;
}
.contentbox .content a {
    padding: 10px 20px;
    background-color: var(--main-color);
    color: #000;
    margin-top: 15px;
    border-radius: 10px;
}
.close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url(/images/close.png) center/10px no-repeat #f3f3f3;
    cursor: pointer;
    z-index: 10;
}
header {
    z-index: 99;
    width: 100%;
}
.navbar {
    font-size: 18px;
}
.main-nav {
    list-style-type: none;
    display: none;
}
.active,
.courses img {
    display: block;
}
.logo,
.nav-links {
    text-decoration: none;
    color: #000;
}
.main-nav li {
    margin: 15px auto;
}
.logo {
    margin-top: 10px;
}
.logo img {
    height: 140px;
    width: 123px;
}
@media (max-width: 981px) {
    .logo img {
        height: 85px;
        width: 75px;
    }
}
.navbar-toggle {
    top: 25px;
    left: 20px;
    cursor: pointer;
    color: #000;
    font-size: 24px;
}
@media screen and (min-width: 951px) {
    .navbar {
        display: flex;
        align-items: center;
        direction: rtl;
        justify-content: space-between;
    }
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
        transform: translateX(70%);
    }
    @media (min-width: 992px) and (max-width: 1200px) {
        .main-nav {
            transform: translateX(52%);
        }
    }
    @media (min-width: 768px) and (max-width: 992px) {
        .main-nav {
            transform: translateX(33%);
        }
    }
    .main-nav li {
        padding: 10px 15px;
        list-style: none;
        margin-left: 50px;
    }
    .main-nav li:last-of-type:hover,
    .main-nav li:nth-last-of-type(2):hover {
        box-shadow: inset 0 0 0 3px #fff;
        border-radius: 10px;
        cursor: pointer;
    }
    .main-nav li:nth-last-of-type(3):hover,
    .main-nav li:nth-last-of-type(4):hover {
        box-shadow: inset 0 0 0 3px #ffd95a;
        border-radius: 10px;
        cursor: pointer;
    }
    .navbar-toggle {
        display: none;
    }
}
.FlexContainer {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    background-color: var(--main-color);
    height: 100vh;
    flex-direction: row;
}
.second {
    position: absolute;
    width: 1770.72px;
    height: 1541.75px;
    left: 50%;
    top: -297px;
    background: #fff;
    transform: rotate(9.67deg);
}
.FlexContainer div {
    z-index: 98;
}
.FlexContainer .image img {
    position: relative;
    max-width: 100%;
    height: 90vh;
    bottom: -41px;
}
@media (max-width: 1000px) {
    .FlexContainer .image img {
        height: 80vh;
        bottom: -80px;
    }
}
.text h1 {
    font-size: 4em;
    font-weight: 400;
}
@media (max-width: 850px) {
    .text h1 {
        font-size: 3.5em;
    }
}
.text .icons i {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
}
.text p:last-of-type {
    line-height: 2;
    color: #525252;
}
.text p:first-of-type {
    font-weight: 700;
    line-height: 2;
    margin-bottom: 50px;
}
.secg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.secg img {
    height: 100px;
}
@media (max-width: 700px) {
    .FlexContainer {
        flex-direction: column;
    }
    .FlexContainer .image img {
        max-width: 100%;
        height: 40vh;
    }
    .secg img {
        height: 60px;
    }
}
.secg p {
    font-size: x-large;
    margin: 40px 85px 0;
}
.video {
    position: relative;
}
.video video {
    width: 100%;
    height: 100vh;
}
.courses {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.courses img {
    width: 100%;
}
.courses .cta h3 {
    margin: 0;
    font-size: 1.4rem;
}
@media (min-width: 50em) {
    .courses .cta h2 {
        font-size: 1.8rem;
        text-align: center;
    }
}
.courses .cta {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 0.8rem;
    align-items: center;
    padding-bottom: 50px;
}
.courses .cta img {
    object-fit: cover;
    flex: 1 1 300px;
    border: 15px solid var(--main-color);
}
.courses .cta__text-column {
    padding: min(2rem, 5vw) min(1rem, 5vw) min(2.5rem, 5vw);
    flex: 1 0 50%;
    text-align: center;
}
.courses .cta__text-column > * + * {
    margin: min(1.5rem, 2.5vw) 0 0;
}
.courses .cta a {
    color: #000;
    padding: 10px 35px;
    background: var(--main-color);
    border-radius: 0.6rem;
    font-weight: 700;
    border: 0.35rem solid #fff;
}
.contact .main-heading h2,
.footer {
    color: #fff;
}
.about {
    background-color: var(--main-color);
}
.about .about-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about .about-content .image {
    position: relative;
    height: 375px;
    bottom: 150px;
    left: -190px;
}
.about .about-content .image img {
    max-width: 100%;
    height: 750px;
    border-radius: 10px;
}
@media (max-width: 1190px) {
    .about .about-content {
        flex-direction: column;
        text-align: center;
    }
    .about .about-content .image {
        margin: 70px auto 60px;
        position: relative;
        height: 375px;
        bottom: 85px;
        left: 0;
    }
    .about .about-content .image img {
        max-width: 100%;
        height: 500px;
    }
}
.about .about-content .text {
    flex-basis: calc(100% - 500px);
    direction: rtl;
}
.about .about-content .text p:first-of-type {
    font-weight: 700;
    line-height: 2;
    margin-bottom: 22px;
}
.about .about-content .text p:last-of-type {
    line-height: 2;
}
.testim {
    width: 100%;
    border: 2px solid var(--main-color);
    border-radius: 50px;
    padding: 30px 0;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1195px;
    padding: 20px;
}
.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.testim .arrow:before {
    cursor: pointer;
}
.testim .arrow:hover {
    color: var(--main-color);
}
.testim .arrow.left {
    left: 10px;
}
.testim .arrow.right {
    right: 10px;
}
.testim .dots {
    position: absolute;
    width: 95%;
    bottom: -10px;
    display: block;
    z-index: 3333;
}
.bare .list1,
.footer,
.footer .container,
.testim .cont,
.testim .dots .dot {
    position: relative;
}
.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    margin: 0 10px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}
.testim .dots .dot.active {
    -webkit-animation: 0.5s ease-in-out forwards testim-scale;
    -moz-animation: 0.5s ease-in-out forwards testim-scale;
    -ms-animation: testim-scale 0.5s ease-in-out forwards;
    -o-animation: 0.5s ease-in-out forwards testim-scale;
    animation: 0.5s ease-in-out forwards testim-scale;
}
.testim .cont > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.testim .cont > div.inactive {
    opacity: 1;
}
.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto auto 20px;
    border-radius: 50%;
}
.testim .cont div h2 {
    color: #000;
    font-size: 1em;
    margin: 15px 0;
}
.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
    padding-bottom: 15px;
}
.testim .cont div.active .img img {
    -webkit-animation: 0.5s ease-in-out forwards testim-show;
    -moz-animation: 0.5s ease-in-out forwards testim-show;
    -ms-animation: testim-show 0.5s ease-in-out forwards;
    -o-animation: 0.5s ease-in-out forwards testim-show;
    animation: 0.5s ease-in-out forwards testim-show;
}
.testim .cont div.active h2 {
    -webkit-animation: 0.4s ease-in-out forwards testim-content-in;
    -moz-animation: 0.4s ease-in-out forwards testim-content-in;
    -ms-animation: testim-content-in 0.4s ease-in-out forwards;
    -o-animation: 0.4s ease-in-out forwards testim-content-in;
    animation: 0.4s ease-in-out forwards testim-content-in;
}
.testim .cont div.active p {
    -webkit-animation: 0.5s ease-in-out forwards testim-content-in;
    -moz-animation: 0.5s ease-in-out forwards testim-content-in;
    -ms-animation: testim-content-in 0.5s ease-in-out forwards;
    -o-animation: 0.5s ease-in-out forwards testim-content-in;
    animation: 0.5s ease-in-out forwards testim-content-in;
}
.testim .cont div.inactive .img img {
    -webkit-animation: 0.5s ease-in-out forwards testim-hide;
    -moz-animation: 0.5s ease-in-out forwards testim-hide;
    -ms-animation: testim-hide 0.5s ease-in-out forwards;
    -o-animation: 0.5s ease-in-out forwards testim-hide;
    animation: 0.5s ease-in-out forwards testim-hide;
}
.testim .cont div.inactive h2 {
    -webkit-animation: 0.4s ease-in-out forwards testim-content-out;
    -moz-animation: 0.4s ease-in-out forwards testim-content-out;
    -ms-animation: testim-content-out 0.4s ease-in-out forwards;
    -o-animation: 0.4s ease-in-out forwards testim-content-out;
    animation: 0.4s ease-in-out forwards testim-content-out;
}
.testim .cont div.inactive p {
    -webkit-animation: 0.5s ease-in-out forwards testim-content-out;
    -moz-animation: 0.5s ease-in-out forwards testim-content-out;
    -ms-animation: testim-content-out 0.5s ease-in-out forwards;
    -o-animation: 0.5s ease-in-out forwards testim-content-out;
    animation: 0.5s ease-in-out forwards testim-content-out;
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee;
    }
    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e;
    }
}
@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee;
    }
    35% {
        -moz-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e;
    }
}
@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee;
    }
    35% {
        -ms-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e;
    }
}
@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee;
    }
    35% {
        -o-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e;
    }
}
@keyframes testim-scale {
    0% {
        box-shadow: 0 0 0 0 #eee;
    }
    35% {
        box-shadow: 0 0 10px 5px #eee;
    }
    70% {
        box-shadow: 0 0 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0 0 0 0 #ea830e;
    }
}
@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}
@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}
@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}
@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
        display: inline-block;
    }
}
.contact {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    background-color: #000;
}
.contact .content {
    display: flex;
    justify-content: space-between;
}
.contact .main-heading h2::after {
    background-color: #fff;
    border-color: #fff;
}
.contact .main-heading h2::before {
    background-color: #fff;
}
.contact .content form {
    flex-basis: 60%;
}
.contact .content form .main-input {
    padding: 20px;
    display: block;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
.contact .content form .main-input::placeholder {
    color: #fff;
    opacity: 0.8;
}
.contact .content form .main-input:focus {
    outline: 0;
}
.contact .content form textarea.main-input {
    height: 200px;
    background-color: rgba(255, 255, 255, 0.25);
}
.contact .content form input[type="submit"] {
    background-color: var(--main-color);
    color: #000;
    padding: 10px 110px;
    border: none;
    display: flex;
    margin-left: auto;
    cursor: pointer;
    border-radius: 10px;
}
.contact .content .info {
    flex-basis: 25%;
}
.contact .content .info h3 {
    margin: 20px;
    font-weight: 500;
    font-size: 18px;
}
.contact .content .info .phone {
    display: block;
    color: #000;
    margin-bottom: 10px;
    direction: ltr;
}
.contact .content .info .email {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.contact .content .info h3:nth-of-type(2) {
    margin-top: 90px;
}
@media (max-width: 767px) {
    .contentbox {
        width: 300px;
        height: auto;
        flex-direction: column;
    }
    .contentbox .imgbx {
        height: 200px;
        transform: translateY(-36%);
        right: -15px;
    }
    .contentbox .content {
        height: auto;
        text-align: center;
        padding: 0 20px 20px;
    }
    .close {
        top: -20%;
        right: -10px;
        background: url(/images/close.png) center/10px no-repeat #fff;
        border-radius: 10px;
    }
    .contentbox .imgbx img {
        position: relative;
        max-width: 180px;
        border-radius: 10px;
    }
    .contact .content {
        flex-direction: column;
    }
    .contact .content .info {
        order: -1;
        text-align: center;
    }
    .contact .content .info h3:nth-of-type(2) {
        margin-top: 30px;
    }
}
.contact .info button {
    background-color: var(--main-color);
    border: none;
    border-radius: 18px;
    min-width: 250px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.contact .info .one {
    margin-bottom: 100px;
    cursor: pointer;
}
.footer {
    padding-bottom: 10px;
    background-color: #ffdf74;
}
.footer p:not(.copyright) {
    text-transform: uppercase;
    padding: 20px;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    width: fit-content;
    margin: 20px auto;
}
.footer .copyright span {
    font-weight: 700;
    color: #000;
}
.bare .list1 {
    bottom: -10px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}
.bare .list1 li {
    list-style: none;
}
.footer .list1 li:hover {
    color: #000;
    font-weight: 300;
    border: none;
}
.bare img {
    margin-bottom: 10px;
    height: 70px;
}
.bare .icons {
    position: absolute;
    left: 65%;
    top: 65%;
    transform: translateY(-50%);
}
