/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @import url('./media.css'); */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--font)
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 85%;
    margin: auto;
}

.container-2 {
    width: 78%;
    margin: auto;
}

:root {
    --font: "Inter", sans-serif;
    --black: #000;
    --grey: #D2D2D2;
    --dark-grey: #8C8C8C;
    --light-grey: #666;
    --white: white;
    --footer: #F1F1F1;
}

/* GENERAL */


/* ======================================== */


/* NAV */

.navbar {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 1px 0px 0px var(--black);
    padding: 25px 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    /* line-height: 24px; /* 100% */
}

.navbar .nav-logo sup {
    font-size: 7px;
    font-weight: 600;
}

.navbar-collapse {
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: space-between;
    gap: 20px;
}

.navbar-collapse ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.navbar-collapse ul li{
    font-size: 16px;
    font-size: 16px;
}

.menu-bar{
    display: none;
}

.search {
    display: flex;
    width: 260px;
    padding: 8px 78px 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--grey);
}

.search input {
    width: 100%;
    outline: none;
    border: none;
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 400;
    /* line-height: 22px; 157.143% */
}



/* NAV */


/* ======================================== */


/* HEADER */

header {
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 118px;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px 0;
}

.head-div {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.editor {
    display: flex;
    align-items: center;
}

.editor-info {
    padding-left: 20px;
    text-align: left;
}

.editor-info h3 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    /* line-height: 18px; /* 90% */
}

.editor-info p {
    color: var(--light-grey);
    font-size: 14px;
    font-weight: 400;
    /* line-height: 20px; /* 142.857%  */
}

.socials {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 20px; 125% */
}

.socials div{
    border: 2px solid var(--dark-grey);
    padding: 10px;

}

.socials i {
    width: 16px;
    height: 16px;
}

#hr-2 {
    background-color: var(--black);
    width: 100%;
    height: 2px;
}

/* / HEADER */


/* ======================================= */


/* SECTION 1 */

.sec-1 {
    padding-bottom: 50px;
}

.sec-1 img{
    width: 100%;
    padding: 50px 0;
}

.img1-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1-caption h3{
    font-size: 32px;
    font-weight: 600;
    width: 40%;
}

.img1-caption p{
    font-size: 20px;
    font-weight: 400;
    width: 50%;
}

#hr-3 {
    display: none;
}

/* / SECTION 1 */


/* ======================================= */


/* SECTION 2 */

.sec-2 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.sec-2 img{
    width: 40%;
}

.img2-caption {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec-2 h3 {
    font-size: 32px;
    font-weight: 600;
}

.sec-2 p:first-of-type {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0 15px 0 ;
}

.sec-2 p:last-of-type {
    font-size: 18px;
    font-weight: 400;
}



/* / SECTION 2 */


/* ======================================= */


/* SECTION 3 */

.sec-3 {
    padding: 100px 0;
    text-align: center;
}

.img4 {
    position: relative;
}

.img4 img {
    width: 100%;
}

.img4 svg {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 45%;
    left: 45%;
}

.img4-caption {
    width: 65%;
    margin: 0 auto;
    padding: 60px 0;
}

.img4-caption svg {
    width: 32px;
    height: 23px;
}

.img4-caption h3 {
    font-size: 32px;
    font-weight: 600;
    padding: 20px 0;
}

.img4-caption p {
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0;
}

/* / SECTION 3 */


/* ======================================= */


/* SECTION 4 */

.sec-4 {
    background-color: var(--black);
    color: var(--white);
    padding-bottom: 30px;
}



.sec-4 .div-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 56px 0;
}

.sec-4 .div-1 h2 {
    font-size: 96px;
    font-weight: 600;
}

.sec-4 .div-1 a {
    color: var(--black) ;
    background-color: var(--white);
    display: inline-flex;
    padding: 18px 50px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}



.sec-4 .div-2 {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    align-items: center;
}

.sec-4 .div-2 img {
    width: 55%;
}

.img5-caption {
    width: 36%;
}

.img5-caption h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2.16px;
    text-transform: uppercase;
}

.img5-caption h4 {
    font-size: 36px;
    font-weight: 600;
    padding: 20px 0;
}

.img5-caption p {
    font-size: 20px;
    font-weight: 400;
}

.img5-caption p:last-of-type {
    font-weight: 500;
}

.img5-caption div {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    align-items: center;
}

.img5-caption div svg {
    width: 88px;
    height: 21px;
}



.sec-4 .div-3 {
    display: flex;
    justify-content: space-between;
}

.other-news {
    width: 30%;
    padding: 50px 0;
}

.other-news img {
    width: 100%;
}

.other-news h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 30px 0;
}

.other-news p {
    font-size: 20px;
    font-weight: 400;
}



.button {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}

.sec-4>.button a {
    color: var(--black) ;
    background-color: var(--white);
    display: none;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
}

/* / SECTION 4 */


/* ======================================= */


/* SECTION 5 */

.sec-5 {
    text-align: center;
    padding: 100px 0;
}

.sec-5 h3 {
    font-size: 32px;
    font-weight: 600;
}

.sec-5 p {
    font-size: 18px;
    font-weight: 400;
    padding: 30px 0;
}

.subscribe {
    border: 1px solid var(--black);
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.subscribe input {
    border: none;
    outline: none;
    padding: 10px;
}

.subscribe input::placeholder{
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
}

.subscribe button {
    background-color: var(--black);
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
}

.sec-5 span {
    font-size: 14px;
    font-weight: 400;
    padding-top: 40px;
    display: inline-block;
}

#subs-btn-2 {
    background-color: var(--black);
    color: var(--white);
    font-size: 18px;
    font-weight: 300;
    width: 90%;
    padding: 10px 0;
    display: none;
}

/* / SECTION 5 */


/* ======================================= */


/* FOOTER */

footer {
    background-color: var(--footer);
}

.categories {
    width: 93%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 10px 0;
}

.couple {
    display: flex;
    justify-content: space-between;
    width: 20%;
}

.couple div {
    width: 8.33%;
}

.categories div h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
}

.categories div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; /* 200% */
}



.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 10px 0;
}

.footer-logo {
    font-size: 24px;
    font-weight: 600;
}

.footer-logo sup {
    font-size: 7px;
    font-weight: 600;
}

.footer-socials {
    display: flex;
    gap: 30px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px ;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
}

.categories hr {
    display: none;
}

/* / FOOTER */


/* ======================================= */