/* Importing the fonts (Inter & Rozha One) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Taviraj:wght@600&display=swap');

/* Declaring CSS Variables */
:root
{
    --color-1: #063856;
    --color-2: #ffffff;
    --color-3: #020d13;
}

/* Base settings for every element of the website */
*
{
    margin: 0;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

/* Allows smooth scroll to anchors */
html
{
    scroll-behavior: smooth;
}

/* Body settings */
body
{
    background: linear-gradient(0.25turn, #FFE3CA, #E2F5FF);
    background-size: 100vw 100vh;
}

::selection
{
    background: var(--color-1);
    color: var(--color-2);
}

/* 
Grid
*/

.grid-container
{
    width: 88vw;
    height: 850vh;
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    margin: 0 6vw 0 6vw;
    opacity: 20%;
    display: none;
}

.grid-container .grid-column
{
    width: 4vw;
    height: 850vh;
    background: #83C5BE;
}

/* 
Header
*/

.header
{
    width: 100vw;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    transition: 0.5s;
}

.header .logo
{
    width: 20.8vw;
    margin-left: 6vw;
}

.header .logo img
{
    width: 20.8vw;
    margin-top: 0.5vh;
}

.header .text
{
    margin-right: 6vw;
    display: flex;
    justify-content: flex-end;
    font-size: 24px;
}

/* 
Landing
*/

.landing
{
    width: 100vw;
    height: 94vh;
    display: flex;
    align-items: center;
    padding-bottom: 5vh;
}

.landing .content
{
    margin-left: 11.6vw;
}

.landing .content .title
{
    display: flex;
    flex-direction: column;
}

.landing .content .title .top,
.landing .content .title .bottom
{
    height: 150px;
    overflow: hidden;
    margin-top: 1px;
}

.landing .content .title .top
{
    transform: translateY(55px);
}

.landing .content .title .top .text,
.landing .content .title .bottom .text
{
    font-family: 'Taviraj', serif;
    font-size: 100px;
    transition: 2s cubic-bezier(0.77, 0, 0.175, 1);
    margin-top: 120px;
}

.landing .content .buttons
{
    width: 37.6vw;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.landing .content .buttons .button
{
    width: 15.2vw;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #BABFC1;
    text-decoration: none;
    color: var(--color-3);
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(0);
}

.landing .content .buttons .button:hover
{
    transform: scale(0.95) !important;
}

.landing .content .buttons .button.main
{
    width: 20.8vw;
    background: var(--color-1);
    color: var(--color-2);
}

/*
Shape Animation
*/

.shape-animation
{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shape-animation .shape
{
    position: absolute;
}

.shape-animation .shape-1
{
    width: 60vh;
    height: 60vh;
    z-index: -1;
    transition: 3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(25vw) translateY(35vh) rotateZ(3deg);
}

.shape-animation .shape-2
{
    width: 100vh;
    height: 100vh;
    z-index: -1;
    filter: blur(0px);
    opacity: 60%;
    transition: 6s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-35vw) translateY(10vh) scale(0);
}

.shape-animation .shape-3
{
    width: 60vh;
    height: 60vh;
    z-index: -1;
    opacity: 80%;
    transition: 3s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-5vw) translateY(-95vh) scale(0);
}

/* 
Boost your revenue!
*/

.boost-your-revenue
{
    width: 100vw;
    height: 90vh;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
    transform: skewY(3.5deg);
}

.boost-your-revenue .content
{
    width: 65.6vw;
    height: 90vh;
    margin-left: 11.6vw;
    transform: skewY(-3.5deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boost-your-revenue .content .title
{
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 5vh;
    color: var(--color-2);
}

.boost-your-revenue .content .text
{
    font-size: 22px;
    margin-top: 3vh;
    color: var(--color-2);
    opacity: 80%;
    transition: 0.2s;
}

.boost-your-revenue .content .big-text
{
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    margin-top: 3vh;
    /* margin-top: 7.5vh; */
    color: var(--color-2);
}

.boost-your-revenue .content .text
{
    text-align: left;
}

.boost-your-revenue .content .text:hover
{
    opacity: 100%;
}

/* 
Attract, convert, close & delight!
*/

.attract-convert
{
    width: 100vw;
    height: 100vh;
}

.attract-convert .content
{
    width: 76.8vw;
    height: 100vh;
    margin-left: 11.6vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.attract-convert .content .title
{
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
    text-align: right;
    transform: translateY(-15vh);
}

.attract-convert .content .graphic
{
    position: absolute;
    width: 65.6vw;
    pointer-events: none;
    transform: translateX(-5.6vw);
}

/* 
Why choosing TrafficMonkeys?
*/

.why-choosing-us
{
    width: 100vw;
    height: 120vh;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
    transform: skewY(3.5deg);
}

.why-choosing-us .content
{
    width: 76.8vw;
    height: 115vh;
    margin-left: 11.6vw;
    transform: skewY(-3.5deg);
}

.why-choosing-us .content .top
{
    width: 60vw;
    height: 22.5vh;
    display: flex;
    align-items: flex-end;
}

.why-choosing-us .content .top .title
{
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
    color: var(--color-2);
}

.why-choosing-us .content .bottom
{
    width: 65.6vw;
    margin-top: 5vh;
    height: 80vh;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-choosing-us .content .bottom .title
{
    font-family: 'Taviraj', serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 1vh;
    color: var(--color-2);
}

.why-choosing-us .content .bottom .text
{
    font-size: 22px;
    margin-bottom: 3vh;
    color: var(--color-2);
    opacity: 80%;
    transition: 0.2s;
}

/* 
In Growth we trust!
*/

.in-growth-we-trust
{
    width: 100vw;
    height: 110vh;
}

.in-growth-we-trust .content
{
    width: 76.8vw;
    height: 110vh;
    margin-left: 11.6vw;
    display: flex;
    flex-direction: column;
}

.in-growth-we-trust .content .top
{
    width: 76.8vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.in-growth-we-trust .content .top .title
{
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
}

.in-growth-we-trust .content .top .text
{
    font-size: 30px;
    margin-top: 3vh;
}

.in-growth-we-trust .content .bottom
{
    width: 76.8vw;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-growth-we-trust .content .bottom .graphic
{
    margin-top: 2.5vh;
    width: 68.8vw;
}

/* 
Methods
*/

.methods
{
    width: 100vw;
    height: 90vh;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
    transform: skewY(3.5deg);
}

.methods .content
{
    width: 76.8vw;
    height: 85vh;
    padding-top: 2.5vh;
    margin-left: 11.6vw;
    transform: skewY(-3.5deg);
    display: flex;
    justify-content: space-between;
}

.methods .content
{
    margin-top: 20vh;
    width: 65.6vw;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.methods .content .element
{
    margin-top: 5vh;
}

.methods .content .title
{
    font-family: 'Taviraj', serif;
    font-size: 30px;
    line-height: 30px;
    color: var(--color-2);
}

.methods .content .title
{
    text-align: left;
}

.methods .content .text
{
    font-size: 22px;
    margin-top: 1vh;
    color: var(--color-2);
    opacity: 80%;
    transition: 0.2s;
}

/* 
Key Facts
*/

.key-facts
{
    width: 100vw;
    height: 100vh;
}

.key-facts .top
{
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.key-facts .top .title
{
    z-index: 1;
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
}

.key-facts .top .shape
{
    width: 20vh;
    height: 20vh;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.key-facts .top .shape-4
{
    z-index: 1;
    transform: translateX(35vw) translateY(-20vh) rotateZ(20deg);
}

.key-facts .top .shape-3
{
    width: 70vh;
    height: 70vh;
    filter: blur(10px);
    z-index: 0;
    transform: translateX(-45vw) translateY(0vh) rotateZ(40deg);
}

.key-facts .top .shape-2
{
    width: 15vh;
    height: 15vh;
    filter: blur(2px);
    z-index: 0;
    opacity: 50%;
    transform: translateX(-10vw) translateY(0vh) rotateZ(40deg);
}

.key-facts .top .shape-1
{
    transform: translateX(15vw) translateY(15vh) rotateZ(40deg);
}

.key-facts .bottom
{
    width: 54.4vw;
    margin-left: 22.8vw;
    height: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.key-facts .bottom .element
{
    width: 20.8vw;
    /* background: red; */
    height: 30vh;
}

.key-facts .bottom .element .title
{
    font-family: 'Taviraj', serif;
    font-size: 60px;
    line-height: 30px;
    text-align: center;
    color: var(--color-1);
}

.key-facts .bottom .element .text
{
    margin-top: 2.5vh;
    font-size: 24px;
    text-align: center;
}

/* 
Categories
*/

.categories
{
    width: 100vw;
    height: 90vh;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
    transform: skewY(3.5deg);
}

.categories .content
{
    width: 76.8vw;
    height: 85vh;
    margin-left: 11.6vw;
    transform: skewY(-3.5deg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.categories .content .top
{
    width: 60vw;
    height: 25vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.categories .content .top .title
{
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
    color: var(--color-2);
    text-align: center;
}

.categories .content .shape-container
{
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories .content .shape-container .shape
{
    position: absolute;
    width: 70vh;
    height: 70vh;
    transform: translateX(35vw) translateY(30vh) rotateZ(-70deg);
}

.categories .content .bottom
{
    width: 65.6vw;
    /* margin-left: 5.6vw; */
    margin-top: 7.5vh;
    height: 45vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories .content .bottom .line
{
    width: 65.6vw;
    display: flex;
    justify-content: center;
}

.categories .content .bottom .element
{
    width: 20.8vw;
    height: 10vh;
    margin-left: 0.8vw;
    margin-right: 0.8vw;
    background: linear-gradient(0.25turn, #c4cbea, #E2F5FF);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.categories .content .bottom .element .text
{
    font-size: 24px;
    color: var(--color-1);
}

/* 
Worldwide
*/

.worldwide
{
    width: 100vw;
    height: 90vh;
}

.worldwide .content
{
    width: 76.8vw;
    margin-left: 11.6vw;
    height: 90vh;
    display: flex;
    justify-content: space-between;
}

.worldwide .content .left
{
    width: 37.6vw;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.worldwide .content .left .world
{
    position: absolute;
    width: 26.4vw;
}

.worldwide .content .left .shape-1
{
    z-index: 2;
    position: absolute;
    width: 20vh;
    height: 20vh;
    transform: translateX(10vw) translateY(15vh) rotateZ(0deg);
}

.worldwide .content .left .shape-2
{
    z-index: 2;
    position: absolute;
    width: 30vh;
    height: 30vh;
    transform: translateX(-10vw) translateY(-15vh) rotateZ(-20deg);
}

.worldwide .content .left .shape-3
{
    position: absolute;
    width: 15vh;
    height: 15vh;
    filter: blur(4px);
    transform: translateX(-10vw) translateY(15vh);
}

.worldwide .content .right
{
    width: 37.6vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.worldwide .content .right .title
{
    text-align: center;
    font-family: 'Taviraj', serif;
    font-size: 80px;
    line-height: 80px;
}

.worldwide .content .right .text
{
    text-align: center;
    font-size: 40px;
    margin-top: 4vh;
}

/* 
Footer
*/

.footer
{
    width: 100vw;
    height: 25vh;
    margin-top: 6vh;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
}

.footer .skew
{
    width: 100vw;
    height: 12.5vh;
    position: absolute;
    z-index: -1;
    background: linear-gradient(0.25turn, var(--color-1), #185376);
    transform: skewY(3.5deg) translateY(-6vh);
}

.footer .content
{
    width: 88vw;
    height: 25vh;
    overflow: hidden;
    display: flex;
    margin-left: 6vw;
    justify-content: space-between;
}

.footer .content .left
{
    width: 37.6vw;
    display: flex;
    align-items: center;
}

.footer .content .left img
{
    width: 25.8vw;
}

.footer .content .right
{
    width: 37.6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.footer .content .right .button
{
    font-size: 24px;
    color: var(--color-2);
    text-decoration: none;
    margin-bottom: 0.5vh;
}

.footer .content .right .button:hover
{
    text-decoration: underline;
}

/* 
Privacy Policy
*/

.privacy-policy
{
    width: 76.8vw;
    margin-left: 11.6vw;
    padding-top: 25vh;
    margin-bottom: 20vh;
}

.privacy-policy .title
{
    font-family: 'Taviraj', serif;
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 5vh;
}

.privacy-policy .big-text
{
    font-size: 30px;
    margin-bottom: 2vh;
    margin-top: 10vh;
    font-weight: 500;
}

.privacy-policy .text
{
    font-size: 24px;
    margin-bottom: 1vh;
    opacity: 90%;
}

/* 
Responsive (Smaller screens)
*/

@media (max-width: 1500px) {
    /* body
    {
        position: fixed;
    } */

    .header
    {
        justify-content: flex-start;
    }

    .header .logo
    {
        width: 20vw;
        margin-left: 6vw;
    }

    .header .logo img
    {
        width: 20vw;
    }

    /* Landing */

    .landing
    {
        width: 100vw;
        height: 94vh;
        display: flex;
        align-items: center;
        padding-bottom: 5vh;
    }
    
    .landing .content
    {
        margin-left: 11.6vw;
    }
    
    .landing .content .title
    {
        display: flex;
        flex-direction: column;
    }
    
    .landing .content .title .top,
    .landing .content .title .bottom
    {
        height: 70px;
        overflow: hidden;
        margin-top: 1px;
    }
    
    .landing .content .title .top
    {
        transform: translateY(10px);
    }
    
    .landing .content .title .top .text,
    .landing .content .title .bottom .text
    {
        font-size: 70px;
        line-height: 70px;
        margin-top: 60px;
    }
    
    .landing .content .buttons
    {
        width: 37.6vw;
        height: 40px;
    }
    
    .landing .content .buttons .button
    {
        width: 18vw;
        height: 40px;
        font-size: 18px;
    }
    
    .landing .content .buttons .button.main
    {
        width: 18vw;
    }

    /* Shape Animarion */

    .shape-animation .shape-1
    {
        width: 50vh;
        height: 50vh;
    }

    .shape-animation .shape-2
    {
        width: 60vh;
        height: 60vh;
    }

    .shape-animation .shape-3
    {
        display: none;
    }

    /* Boost your revenue! */
    
    .boost-your-revenue .content .title
    {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 2vh;
    }
    
    .boost-your-revenue .content .text
    {
        font-size: 22px;
        margin-top: 3vh;
    }
    
    .boost-your-revenue .content .big-text
    {
        font-size: 24px;
    }

    /* Attract, convert, close & delight */

    .attract-convert
    {
        height: 100vh;
    }
    
    .attract-convert .content
    {
        height: 100vh;
    }
    
    .attract-convert .content .title
    {
        font-size: 50px;
        line-height: 50px;
        transform: translateY(-10vh);
    }
    
    .attract-convert .content .graphic
    {
        width: 76.8vw;
        transform: translateX(0vw);
    }

    /* Why choosing TrafficMonkeys? */

    .why-choosing-us
    {
        height: 100vh;
    }
    
    .why-choosing-us .content
    {
        height: 100vh;
    }
    
    .why-choosing-us .content .top
    {
        height: 20vh;
        margin-bottom: 8vh;
    }
    
    .why-choosing-us .content .top .title
    {
        font-size: 50px;
        line-height: 50px;
    }
    
    .why-choosing-us .content .bottom
    {
        width: 76.8vw;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .why-choosing-us .content .bottom .title
    {
        font-family: 'Taviraj', serif;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 1vh;
        color: var(--color-2);
    }
    
    .why-choosing-us .content .bottom .text
    {
        font-size: 16px;
        margin-bottom: 3vh;
    }
    
    /* In growth we trust! */

    .in-growth-we-trust
    {
        width: 100vw;
        height: 90vh;
    }
    
    .in-growth-we-trust .content
    {
        width: 76.8vw;
        height: 90vh;
        margin-left: 11.6vw;
        display: flex;
        flex-direction: column;
    }
    
    .in-growth-we-trust .content .top
    {
        width: 76.8vw;
        height: 20vh;
        margin-top: 7.5vh;
        margin-bottom: 5vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .in-growth-we-trust .content .top .title
    {
        font-family: 'Taviraj', serif;
        font-size: 50px;
        line-height: 50px;
    }
    
    .in-growth-we-trust .content .top .text
    {
        font-size: 24px;
        margin-top: 3vh;
    }
    
    .in-growth-we-trust .content .bottom
    {
        width: 76.8vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .in-growth-we-trust .content .bottom .graphic
    {
        margin-top: 5vh;
        width: 68.8vw;
    }

    /* Methods */

    .methods
    {
        width: 100vw;
        height: 85vh;
        background: linear-gradient(0.25turn, var(--color-1), #185376);
        transform: skewY(3.5deg);
    }
    
    .methods .content
    {
        width: 76.8vw;
        height: 80vh;
        padding-top: 2.5vh;
        margin-left: 11.6vw;
        transform: skewY(-3.5deg);
        display: flex;
        justify-content: space-between;
    }
    
    .methods .content
    {
        margin-top: 20vh;
        width: 76.8vw;
        height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .methods .content .element
    {
        margin-top: 5vh;
    }
    
    .methods .content .title
    {
        font-family: 'Taviraj', serif;
        font-size: 24px;
        line-height: 24px;
        color: var(--color-2);
    }
    
    .methods .content .title
    {
        text-align: left;
    }
    
    .methods .content .text
    {
        font-size: 16px;
        margin-top: 1vh;
        color: var(--color-2);
        opacity: 80%;
        transition: 0.2s;
    }

    /* Key Facts */

    .key-facts
    {
        width: 100vw;
        height: 100vh;
    }
    
    .key-facts .top
    {
        width: 100vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    
    .key-facts .top .title
    {
        z-index: 1;
        font-family: 'Taviraj', serif;
        font-size: 50px;
        line-height: 50px;
    }
    
    .key-facts .top .shape
    {
        width: 20vh;
        height: 20vh;
        position: absolute;
        z-index: 2;
        pointer-events: none;
    }
    
    .key-facts .top .shape-4
    {
        z-index: 1;
        transform: translateX(25vw) translateY(-25vh) rotateZ(20deg);
    }
    
    .key-facts .top .shape-3
    {
        width: 70vh;
        height: 70vh;
        filter: blur(10px);
        z-index: 0;
        transform: translateX(-45vw) translateY(0vh) rotateZ(40deg);
    }
    
    .key-facts .top .shape-2
    {
        width: 25vh;
        height: 25vh;
        filter: blur(2px);
        z-index: 0;
        opacity: 50%;
        transform: translateX(-10vw) translateY(0vh) rotateZ(40deg);
    }
    
    .key-facts .top .shape-1
    {
        transform: translateX(25vw) translateY(15vh) rotateZ(40deg);
    }
    
    .key-facts .bottom
    {
        width: 76.8vw;
        margin-left: 11.6vw;
        height: 50vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .key-facts .bottom .element
    {
        width: 37.6vw;
        /* background: red; */
        height: 20vh;
    }
    
    .key-facts .bottom .element .title
    {
        font-family: 'Taviraj', serif;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--color-1);
    }
    
    .key-facts .bottom .element .text
    {
        margin-top: 0.5vh;
        font-size: 18px;
        text-align: center;
    }

    /* Categories */

    .categories
    {
        width: 100vw;
        height: 70vh;
        background: linear-gradient(0.25turn, var(--color-1), #185376);
        transform: skewY(3.5deg);
    }
    
    .categories .content
    {
        width: 76.8vw;
        height: 65vh;
        margin-left: 11.6vw;
        transform: skewY(-3.5deg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .categories .content .top
    {
        width: 60vw;
        height: 17.5vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .categories .content .top .title
    {
        font-family: 'Taviraj', serif;
        font-size: 50px;
        text-align: center;
        line-height: 35px;
        color: var(--color-2);
    }
    
    .categories .content .bottom
    {
        width: 50vw;
        /* margin-left: 5.6vw; */
        margin-top: 7.5vh;
        height: 30vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .categories .content .bottom .line
    {
        width: 50vw;
        display: flex;
        justify-content: center;
    }
    
    .categories .content .bottom .element
    {
        width: 15vw;
        height: 6vh;
        margin-left: 0.8vw;
        margin-right: 0.8vw;
        background: linear-gradient(0.25turn, #c4cbea, #E2F5FF);
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }
    
    .categories .content .bottom .element .text
    {
        font-size: 14px;
        text-align: center;
        color: var(--color-1);
    }

    /* Wordlwide */

    .worldwide
    {
        width: 100vw;
        height: 60vh;
    }
    
    .worldwide .content
    {
        width: 76.8vw;
        margin-left: 11.6vw;
        height: 60vh;
        display: flex;
        justify-content: space-between;
    }
    
    .worldwide .content .left
    {
        width: 37.6vw;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .worldwide .content .left .world
    {
        position: absolute;
        width: 22.4vw;
    }
    
    .worldwide .content .left .shape-1
    {
        z-index: 2;
        position: absolute;
        width: 10vh;
        height: 10vh;
        transform: translateX(10vw) translateY(3.5vh) rotateZ(10deg);
    }
    
    .worldwide .content .left .shape-2
    {
        z-index: 2;
        position: absolute;
        width: 20.5vh;
        height: 20.5vh;
        transform: translateX(-10vw) translateY(-4.5vh) rotateZ(-20deg);
    }
    
    .worldwide .content .left .shape-3
    {
        position: absolute;
        width: 15vh;
        height: 15vh;
        filter: blur(4px);
        transform: translateX(-7vw) translateY(12.5vh);
    }
    
    .worldwide .content .right
    {
        width: 37.6vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .worldwide .content .right .title
    {
        text-align: center;
        font-family: 'Taviraj', serif;
        font-size: 45px;
        line-height: 45px;
    }
    
    .worldwide .content .right .text
    {
        text-align: center;
        font-size: 16px;
        margin-top: 2vh;
    }

    /* Footer */
    
    .footer .content .right .button
    {
        font-size: 12px;
        text-align: right;
        margin-bottom: 1vh;
    }

}

/* 
Responsive (Mobiles)
*/

@media (max-aspect-ratio: 1/1) {
    /* body
    {
        position: fixed;
    } */

    .header
    {
        justify-content: center;
    }

    .header .logo
    {
        width: 50vw;
        margin-left: 0;
    }

    .header .logo img
    {
        width: 50vw;
    }

    /* Landing */

    .landing
    {
        width: 100vw;
        height: 94vh;
        display: flex;
        align-items: center;
        padding-bottom: 5vh;
    }
    
    .landing .content
    {
        margin-left: 11.6vw;
    }
    
    .landing .content .title
    {
        display: flex;
        flex-direction: column;
    }
    
    .landing .content .title .top,
    .landing .content .title .bottom
    {
        height: 40px;
        overflow: hidden;
        margin-top: 1px;
    }
    
    .landing .content .title .top
    {
        transform: translateY(10px);
    }
    
    .landing .content .title .top .text,
    .landing .content .title .bottom .text
    {
        font-size: 35px;
        line-height: 35px;
        margin-top: 120px;
    }
    
    .landing .content .buttons
    {
        width: 76.8vw;
        height: 40px;
    }
    
    .landing .content .buttons .button
    {
        width: 37.6vw;
        height: 40px;
        font-size: 18px;
    }
    
    .landing .content .buttons .button.main
    {
        width: 37.6vw;
    }

    /* Shape Animarion */

    .shape-animation .shape-1
    {
        width: 20vh;
        height: 20vh;
    }

    .shape-animation .shape-2
    {
        width: 30vh;
        height: 30vh;
    }

    .shape-animation .shape-3
    {
        display: none;
    }

    /* Boost your revenue! */
    
    .boost-your-revenue .content .title
    {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 2vh;
    }
    
    .boost-your-revenue .content .text
    {
        font-size: 16px;
        margin-top: 2vh;
    }
    
    .boost-your-revenue .content .big-text
    {
        font-size: 24px;
    }

    /* Attract, convert, close & delight */

    .attract-convert
    {
        height: 60vh;
    }
    
    .attract-convert .content
    {
        height: 60vh;
    }
    
    .attract-convert .content .title
    {
        font-size: 35px;
        line-height: 35px;
        transform: translateY(-10vh);
    }
    
    .attract-convert .content .graphic
    {
        width: 95vw;
        transform: translateX(8vw);
    }

    /* Why choosing TrafficMonkeys? */

    .why-choosing-us
    {
        height: 145vh;
    }
    
    .why-choosing-us .content
    {
        height: 145vh;
    }
    
    .why-choosing-us .content .top
    {
        height: 13vh;
        margin-bottom: 10vh;
    }
    
    .why-choosing-us .content .top .title
    {
        font-size: 35px;
        line-height: 35px;
    }
    
    .why-choosing-us .content .bottom
    {
        width: 76.8vw;
        height: 110vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .why-choosing-us .content .bottom .title
    {
        font-family: 'Taviraj', serif;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 1vh;
        color: var(--color-2);
    }
    
    .why-choosing-us .content .bottom .text
    {
        font-size: 16px;
        margin-bottom: 3vh;
    }
    
    /* In growth we trust! */

    .in-growth-we-trust
    {
        width: 100vw;
        height: 50vh;
    }
    
    .in-growth-we-trust .content
    {
        width: 76.8vw;
        height: 50vh;
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    
    .in-growth-we-trust .content .top
    {
        width: 76.8vw;
        margin-left: 11.6vw;
        height: 15vh;
        margin-top: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .in-growth-we-trust .content .top .title
    {
        font-family: 'Taviraj', serif;
        font-size: 28px;
        line-height: 28px;
    }
    
    .in-growth-we-trust .content .top .text
    {
        font-size: 20px;
        margin-top: 1vh;
    }
    
    .in-growth-we-trust .content .bottom
    {
        width: 100vw;
        height: 20vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .in-growth-we-trust .content .bottom .graphic
    {
        margin-top: 5vh;
        width: 95vw;
    }

    /* Methods */

    .methods
    {
        width: 100vw;
        height: 115vh;
        background: linear-gradient(0.25turn, var(--color-1), #185376);
        transform: skewY(3.5deg);
    }
    
    .methods .content
    {
        width: 76.8vw;
        height: 110vh;
        padding-top: 2.5vh;
        margin-left: 11.6vw;
        transform: skewY(-3.5deg);
        display: flex;
        justify-content: space-between;
    }
    
    .methods .content
    {
        margin-top: 20vh;
        width: 76.8vw;
        height: 105vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .methods .content .element
    {
        margin-top: 5vh;
    }
    
    .methods .content .title
    {
        font-family: 'Taviraj', serif;
        font-size: 24px;
        line-height: 24px;
        color: var(--color-2);
    }
    
    .methods .content .title
    {
        text-align: left;
    }
    
    .methods .content .text
    {
        font-size: 16px;
        margin-top: 1vh;
        color: var(--color-2);
        opacity: 80%;
        transition: 0.2s;
    }

    /* Key Facts */

    .key-facts
    {
        width: 100vw;
        height: 100vh;
    }
    
    .key-facts .top
    {
        width: 100vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    
    .key-facts .top .title
    {
        z-index: 1;
        font-family: 'Taviraj', serif;
        font-size: 35px;
        line-height: 35px;
    }
    
    .key-facts .top .shape
    {
        width: 10vh;
        height: 10vh;
        position: absolute;
        z-index: 2;
        pointer-events: none;
    }
    
    .key-facts .top .shape-4
    {
        z-index: 1;
        transform: translateX(25vw) translateY(-25vh) rotateZ(20deg);
    }
    
    .key-facts .top .shape-3
    {
        width: 60vh;
        height: 60vh;
        filter: blur(10px);
        z-index: 0;
        transform: translateX(-45vw) translateY(0vh) rotateZ(40deg);
    }
    
    .key-facts .top .shape-2
    {
        width: 15vh;
        height: 15vh;
        filter: blur(2px);
        z-index: 0;
        opacity: 50%;
        transform: translateX(-10vw) translateY(0vh) rotateZ(40deg);
    }
    
    .key-facts .top .shape-1
    {
        transform: translateX(25vw) translateY(15vh) rotateZ(40deg);
    }
    
    .key-facts .bottom
    {
        width: 76.8vw;
        margin-left: 11.6vw;
        height: 50vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .key-facts .bottom .element
    {
        width: 37.6vw;
        /* background: red; */
        height: 20vh;
    }
    
    .key-facts .bottom .element .title
    {
        font-family: 'Taviraj', serif;
        font-size: 28px;
        line-height: 28px;
        text-align: center;
        color: var(--color-1);
    }
    
    .key-facts .bottom .element .text
    {
        margin-top: 0.5vh;
        font-size: 15px;
        text-align: center;
    }

    /* Categories */

    .categories
    {
        width: 100vw;
        height: 70vh;
        background: linear-gradient(0.25turn, var(--color-1), #185376);
        transform: skewY(3.5deg);
    }
    
    .categories .content
    {
        width: 76.8vw;
        height: 65vh;
        margin-left: 11.6vw;
        transform: skewY(-3.5deg);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .categories .content .top
    {
        width: 60vw;
        height: 25vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    
    .categories .content .top .title
    {
        font-family: 'Taviraj', serif;
        font-size: 35px;
        text-align: center;
        line-height: 35px;
        color: var(--color-2);
    }
    
    .categories .content .bottom
    {
        width: 88vw;
        /* margin-left: 5.6vw; */
        margin-top: 7.5vh;
        height: 30vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .categories .content .bottom .line
    {
        width: 88vw;
        display: flex;
        justify-content: center;
    }
    
    .categories .content .bottom .element
    {
        width: 28vw;
        height: 6vh;
        margin-left: 0.8vw;
        margin-right: 0.8vw;
        background: linear-gradient(0.25turn, #c4cbea, #E2F5FF);
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
    }
    
    .categories .content .bottom .element .text
    {
        font-size: 14px;
        text-align: center;
        color: var(--color-1);
    }

    /* Wordlwide */

    .worldwide
    {
        width: 100vw;
        height: 50vh;
    }
    
    .worldwide .content
    {
        width: 76.8vw;
        margin-left: 11.6vw;
        height: 50vh;
        display: flex;
        justify-content: space-between;
    }
    
    .worldwide .content .left
    {
        width: 37.6vw;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .worldwide .content .left .world
    {
        position: absolute;
        width: 26.4vw;
    }
    
    .worldwide .content .left .shape-1
    {
        z-index: 2;
        position: absolute;
        width: 5vh;
        height: 5vh;
        transform: translateX(10vw) translateY(3.5vh) rotateZ(10deg);
    }
    
    .worldwide .content .left .shape-2
    {
        z-index: 2;
        position: absolute;
        width: 7.5vh;
        height: 7.5vh;
        transform: translateX(-10vw) translateY(-4.5vh) rotateZ(-20deg);
    }
    
    .worldwide .content .left .shape-3
    {
        position: absolute;
        width: 5vh;
        height: 5vh;
        filter: blur(4px);
        transform: translateX(-10vw) translateY(3.5vh);
    }
    
    .worldwide .content .right
    {
        width: 37.6vw;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .worldwide .content .right .title
    {
        text-align: center;
        font-family: 'Taviraj', serif;
        font-size: 24px;
        line-height: 24px;
    }
    
    .worldwide .content .right .text
    {
        text-align: center;
        font-size: 14px;
        margin-top: 4vh;
    }

    /* Footer */
    
    .footer .content .right .button
    {
        font-size: 12px;
        text-align: right;
        margin-bottom: 1vh;
    }

}