
@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
}

:root{

    /*      Theme colors        */
    --text-gray: #3f4954;
    --text-light : #686666da;
    --bg-color: #0f0f0f;
    --theme-color: #2f2235;
    --white: #ffffff;
    --midnight: #104f55;

    /* gradient color   */
    --sky: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);

    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Anton: 'Anton', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', cursive;
    --Livvic : 'Livvic', cursive;
    --Raleway: 'Raleway', cursive;
}


/* ---------------- Global Classes ---------------*/
a{
    text-decoration: none;
    color: var(--theme-color);
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

form{
    font-family: var(--Raleway);
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Raleway);
    font-size: 2.1rem;
    font-style: normal;
}

h2{
    font-family: var(--Raleway);
    font-size: 1.5rem;
}

h3{
    font-family: var(--Raleway);
    font-size: 1.3rem;
}

h4{
    font-family: var(--Lexend);
}

button.btn{
    border: none;
    border-radius: 2rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    font-family: var(--Livvic);
    cursor: pointer;
}

span{
    font-family: var(--Abel);
}

.container{
    margin: 0 5vw;
}

p{
    font-family: var(--Raleway);
    font-size: 1.2rem;
}

.grid-object-1{
    grid-area: object-1;
    text-align: center;
}

.grid-object-2{
    grid-area: object-2;
}

.grid-object-3{
    grid-area: object-3;
}

.grid-object-4{
    grid-area: object-4;
}

.grid-object-5{
    grid-area: object-5;
}

.grid-object-6{
    grid-area: object-6;
}

.grid-object-7{
    grid-area: object-7;
}

.grid-object-8{
    grid-area: object-8;
}

.grid-object-9{
    grid-area: object-9;
}

.grid-object-10{
    grid-area: object-10;
}

.grid-object-11{
    grid-area: object-11;
}

.grid-object-12{
    grid-area: object-12;
}

.grid-object-13{
    grid-area: object-13;
}

.grid-object-14{
    grid-area: object-14;
}

.grid-object-15{
    grid-area: object-15;
}

.grid-object-16{
    grid-area: object-16;
}

.grid-object-17{
    grid-area: object-17;
}

.grid-object-18{
    grid-area: object-18;
}

.grid-object-19{
    grid-area: object-19;
}

.grid-object-20{
    grid-area: object-20;
}

.grid-object-21{
    grid-area: object-21;
}

.grid-object-1,
.grid-object-2,
.grid-object-3,
.grid-object-6,
.grid-object-7,
.grid-object-10,
.grid-object-11,
.grid-object-14,
.grid-object-15,
.grid-object-18,
.grid-object-19{
    background-color: var(--theme-color);
    color: #e9ecef;
}


.grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: .8fr .1fr .8fr .7fr .7fr .7fr .7fr 1fr;
    grid-template-areas: 
    "item-1 item-2"
    "item-3 item-3"
    "item-4 item-5"
    "item-6 item-7"
    "item-8 item-9"
    "item-10 item-11"
    "item-12 item-13"
    "item-14 item-15";
    font-family: var(--Raleway);
}

.grid-item-1{
    grid-area: item-1;
}

.grid-item-2{
    grid-area: item-2;
}

.grid-item-3{
    grid-area: item-3;
    justify-self: center;
}

.grid-item-4{
    grid-area: item-4;
}

.grid-item-5{
    grid-area: item-5;
}

.grid-item-6{
    grid-area: item-6;
}

.grid-item-7{
    grid-area: item-7;
}

.grid-item-8{
    grid-area: item-8;
}

.grid-item-9{
    grid-area: item-9;
}

.grid-item-10{
    grid-area: item-10;
}

.grid-item-11{
    grid-area: item-11;
}

.grid-item-12{
    grid-area: item-12;
}

.grid-item-13{
    grid-area: item-13;
}

.grid-item-14{
    grid-area: item-14;
}

.grid-item-15{
    grid-area: item-15;
}

.grid-item-1,
.grid-item-2,
.grid-item-6,
.grid-item-7,
.grid-item-10,
.grid-item-11,
.grid-item-14,
.grid-item-15{
    background-color: var(--theme-color);
    color: #e9ecef;
}

/* ------x------- Global Classes -------x-------*/

/* --------------- navbar ----------------- */

.nav{
    background: var(--white);
    padding: 0 2rem;
    height: 0rem;
    min-height: 10vh;
    overflow: hidden;
    transition: height 50ms ease-in-out;
}

.nav .nav-menu{    
    justify-content: space-between;
}

.nav .nav-brand img{
    padding: 1rem 1rem;
}

.nav .toggle-collapse{
    position: absolute;
    top: 0%;
    width: 90%;
    cursor: pointer;
    display: none;
}

.nav .toggle-collapse .toggle-icons{
    display: flex;
    justify-content: flex-end;
    padding: 1.7rem 0;
}

.nav .toggle-collapse .toggle-icons i{
    font-size: 1.8rem;
    color: #000000;
}

.collapse{
    height: 40rem;
}

.nav .nav-items{
    display: flex;
    margin: 0;
}

.nav .nav-menu .nav-items .nav-link ul{
    list-style-type: none;
}

.nav .nav-items .nav-link{
    padding: 1.6rem 1rem;
    font-size: 1.1rem;
    position: relative;
    font-family: var(--Lexend);
    font-size: 1.1rem;
}

.nav .nav-items .nav-link:hover{
    background-color: var(--theme-color);
}

.nav .nav-items .nav-link:hover a{
    color: var(--white);
}

.nav .social{
    padding: 1rem 0
}

.nav .social i{
    padding: 0 .2rem;
    color: var(--theme-color);
}

.nav .social i:hover{
    color: #000000;
}

/* -------x------- navbar ---------x------- */


/* ----------------- Main Content----------- */

/* --------------- Site title ---------------- */
main .site-title{
    background-color: var(--theme-color);
    height: 50vh;
}

main .site-title .site-background{
    padding-top: 2rem;
    color: #e9ecef;
    text-align: center;
}

main .site-title h1{
    margin: .1rem;
}

main .site-title .more-padding{
    padding-top: 6rem;
}

main .site-title p{
    font-size: 1.5rem;
    color: #e9ecef;
    font-family: var(--Raleway);
}

main .mission h1{
    margin: .1rem;
}

main .mission p{
    font-size: 1.5rem;
    font-family: var(--Raleway);
}

main .mission{
    height: 50vh;
    background-color: var(--white);
}

main .mission .site-background{
    padding-top: 6rem;
    color: black;
    text-align: center;
}

main .background-purple{
    background-color: var(--theme-color);
    color: #e9ecef;
    font-family: var(--Raleway);
    height: 70vh;
}

main .background-purple .center{
    padding-top: .7rem;
}
main .background-white{
    background-color: var(--white);
    color: black;
    font-family: var(--Raleway);
}

/* --------x------ Site title --------x------- */

/* --------------- Blog Carousel ------------ */

main .blog{
    background-color: var(--white);
    height: 120vh;
    width: 100%;
    padding-top: .5rem;
}

main .blog .service-title{
    text-align: center;
    margin-top: 0%;
}

main .blog .blog-post{
    padding-top: 1rem;
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
    height: 75vh;
    background-color: var(--theme-color);
    margin: 3rem 2rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

section .container .owl-nav{
    position: absolute;
    top: 0%;
    margin: 0 auto;
    width: 100%;
}

main .blog-content .blog-title{
    padding: .5rem 0;
    height: 60vh;
    background-color: var(--theme-color);
    color: #e9ecef;
}

main .blog-content span{
    display: block;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
    color: var(--text-gray);
    background: transparent;
    font-size: 3rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent;
    color: var(--theme-color);
}

.owl-theme .owl-nav [class*='owl-']{
    outline: none;
}


/* -------x------- Blog Carousel -----x------ */

/* ---------x------- Main Content -----x----- */


/* ----------------- Footer --------------------- */

footer.footer{
    height: 100%;
    background: var(--bg-color);
    position: relative;
    color: var(--white);
}

footer.footer .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

footer.footer .container > div{
    flex-grow: 1;
    flex-basis: 0;
    padding: 3rem .9rem;
}

footer.footer .follow div i{
    color: var(--white);
    padding: 0 .4rem;
    text-align: center;
}

footer.footer .follow div i:hover{
    color: var(--theme-color);
}
footer.footer .rights{
    justify-content: center;
    color: var(--white);
}


footer.footer .move-up{
    position: absolute;
    right: 6%;
    top: 50%;
}

footer.footer .move-up span{
    color: #e9ecef;
}

footer.footer .move-up span:hover{
    color: var(--theme-color);
    cursor: pointer;
}

/* ---------x------- Footer ----------x---------- */
/*              Viewport less than or equal to 2560px            */
@media only screen and (max-width: 2560px){
    .grid-vessel{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 5vh 30vh 15vh 50vh 70vh 50vh 35vh 25vh 25vh 25vh 40vh;
        grid-template-areas: 
        "object-1 object-1"
        "object-2 object-3"
        "object-4 object-5"
        "object-6 object-7"
        "object-8 object-9"
        "object-10 object-11"
        "object-12 object-13"
        "object-14 object-15"
        "object-16 object-17"
        "object-18 object-19"
        "object-20 object-21";
        font-family: var(--Raleway);
    }
}
/*       x       Viewport less than or equal to 2560px      x      */

/*              Viewport less than or equal to 1440px            */
@media only screen and (max-width: 1440px){
    .grid-vessel{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 10vh 80vh 35vh 115vh 180vh 130vh 75vh 50vh 50vh 70vh 90vh;
        grid-template-areas: 
        "object-1 object-1"
        "object-2 object-3"
        "object-4 object-5"
        "object-6 object-7"
        "object-8 object-9"
        "object-10 object-11"
        "object-12 object-13"
        "object-14 object-15"
        "object-16 object-17"
        "object-18 object-19"
        "object-20 object-21";
        font-family: var(--Raleway);
    }
}
/*        x      Viewport less than or equal to 1440px       x     */

/*              Viewport less then or equal to 1130px            */
@media only screen and (max-width: 1130px){
    .site-content .post-content > .post-image .post-info{
        left: 2rem !important;
        bottom: 1.2rem !important;
        border-radius: 0% !important;
    }

    .site-content .sidebar .popular-post .post-info{
        display: none !important;
    }

    footer.footer .container{
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-vessel{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 10vh 120vh 35vh 115vh 185vh 130vh 75vh 50vh 50vh 70vh 90vh;
        grid-template-areas: 
        "object-1 object-1"
        "object-2 object-3"
        "object-4 object-5"
        "object-6 object-7"
        "object-8 object-9"
        "object-10 object-11"
        "object-12 object-13"
        "object-14 object-15"
        "object-16 object-17"
        "object-18 object-19"
        "object-20 object-21";
        font-family: var(--Raleway);
    }

}

/*      x       Viewport less then or equal to 1130px    x     */

/*               Viewport less than or equal to 1024px             */
@media only screen and (max-width: 1024px){
    .grid-vessel{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 10vh 100vh 55vh 150vh 240vh 180vh 100vh 70vh 70vh 100vh 120vh;
        grid-template-areas: 
        "object-1 object-1"
        "object-2 object-3"
        "object-4 object-5"
        "object-6 object-7"
        "object-8 object-9"
        "object-10 object-11"
        "object-12 object-13"
        "object-14 object-15"
        "object-16 object-17"
        "object-18 object-19"
        "object-20 object-21";
        font-family: var(--Raleway);
    }
}
/*        x       Viewport less than or equal to 1024px      x       */

/*              Viewport less then or equal to 880px            */

@media only screen and (max-width: 880px){
    .nav .nav-menu, .nav .nav-items{
        flex-direction: column;
    }

    .nav .toggle-collapse{
        display: initial;
    }

    main .site-content{
        grid-template-columns: 100%;
    }

    footer.footer .container{
        grid-template-columns: repeat(1, 1fr);
    }

    .nav{
        min-height: 12vh;
    }

    .grid-container{
        grid-template-columns: 1fr;
        grid-template-rows: .2fr .8fr .2fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr;
        grid-template-areas: 
        "item-1"
        "item-2"
        "item-3"
        "item-4"
        "item-5"
        "item-6"
        "item-7"
        "item-8"
        "item-9"
        "item-10"
        "item-11"
        "item-12"
        "item-13"
        "item-14"
        "item-15";
    }
    
    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 80vh 10vh 35vh 12vh 115vh 10vh 185vh 10vh 130vh 10vh 75vh 10vh 50vh 10vh 50vh 12vh 70vh 10vh 90vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}


/*        x      Viewport less then or equal to 880px       x     */

/*              Viewport less then or equal to 768px            */

@media only screen and (max-width: 768px){
    .nav .nav-menu, .nav .nav-items{
        flex-direction: column;
    }

    main .site-title{
        height: 80vh;
    }
    .nav .toggle-collapse{
        display: initial;
    }

    main .site-content{
        grid-template-columns: 100%;
    }

    footer.footer .container{
        grid-template-columns: repeat(1, 1fr);
    }

    .nav{
        min-height: 12vh;
    }

    .grid-container{
        grid-template-columns: 1fr;
        grid-template-rows: .2fr .8fr .2fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr;
        grid-template-areas: 
        "item-1"
        "item-2"
        "item-3"
        "item-4"
        "item-5"
        "item-6"
        "item-7"
        "item-8"
        "item-9"
        "item-10"
        "item-11"
        "item-12"
        "item-13"
        "item-14"
        "item-15";
    }

    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 80vh 10vh 35vh 12vh 115vh 10vh 185vh 10vh 130vh 10vh 75vh 10vh 50vh 10vh 50vh 12vh 70vh 10vh 90vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}
/*        x      Viewport less then or equal to 768px       x     */

/*             Viewport less than or equal to 658px              */
@media only screen and (max-width: 658px){
    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 90vh 10vh 45vh 12vh 120vh 10vh 210vh 10vh 145vh 10vh 85vh 10vh 55vh 10vh 55vh 12vh 85vh 10vh 100vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}
/*       x      Viewport less than or equal to 658px       x       */

/*              Viewport less then or equal to 520px            */

@media only screen and (max-width: 520px){
    main .blog{
        height: 125vh;
    }

    main .site-title{
        height: 100vh;
    }

    main .site-title .more-padding{
        padding-top: 11rem;
    }

    main .mission{
        padding-top: .2rem;
    }

    .site-content .post-content > .post-image .post-info{
        display: none;
    }

    footer.footer .container > div{
        padding:  1rem .9rem !important;
    }

    footer .rights{
        padding: 0 1.4rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }

    .nav{
        min-height: 12vh;
    }

    .grid-container{
        grid-template-columns: 1fr;
        grid-template-rows: .2fr .8fr .2fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr;
        grid-template-areas: 
        "item-1"
        "item-2"
        "item-3"
        "item-4"
        "item-5"
        "item-6"
        "item-7"
        "item-8"
        "item-9"
        "item-10"
        "item-11"
        "item-12"
        "item-13"
        "item-14"
        "item-15";
    }

    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 100vh 10vh 50vh 12vh 140vh 10vh 250vh 10vh 180vh 10vh 105vh 10vh 80vh 10vh 75vh 12vh 120vh 10vh 120vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}

/*        x      Viewport less then or equal to 520px       x     */

/*               Viewport less than or equal to 482px             */
@media only screen and (max-width: 482px){
    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 130vh 10vh 75vh 12vh 180vh 15vh 290vh 10vh 200vh 15vh 120vh 10vh 90vh 18vh 85vh 12vh 145vh 15vh 140vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}
/*        x       Viewport less than or equal to 482px      x       */

/*               Viewport less than or equal to 375px             */
@media only screen and (max-width: 375px){
    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 130vh 10vh 75vh 12vh 180vh 15vh 310vh 10vh 220vh 18vh 130vh 10vh 100vh 18vh 85vh 12vh 155vh 15vh 140vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}
/*       x        Viewport less than or equal to 375px       x      */

/*              Viewport less then or equal to 350px            */


@media only screen and (max-width: 350px){
    main .blog{
        height: 125vh;
    }
    main .site-title{
        height: 120vh;
    }
    main .site-title .more-padding{
        padding-top: 11rem;
    }
    main .mission{
        padding-top: 0rem;
        justify-content: center;
    }
    .site-content .post-content > .post-image .post-info{
        display: none;
    }

    footer.footer .container > div{
        padding:  1rem .9rem !important;
    }

    footer .rights{
        padding: 0 1.4rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }
    .nav{
        min-height: 12vh;
    }

    .grid-container{
        grid-template-columns: 1fr;
        grid-template-rows: .2fr .8fr .2fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr .2fr .7fr;
        grid-template-areas: 
        "item-1"
        "item-2"
        "item-3"
        "item-4"
        "item-5"
        "item-6"
        "item-7"
        "item-8"
        "item-9"
        "item-10"
        "item-11"
        "item-12"
        "item-13"
        "item-14"
        "item-15";
    }

    .grid-vessel{
        grid-template-columns: 1fr;
        grid-template-rows: 10vh 12vh 145vh 10vh 85vh 12vh 200vh 15vh 350vh 10vh 250vh 18vh 130vh 10vh 100vh 18vh 85vh 12vh 170vh 15vh 160vh;
        grid-template-areas: 
        "object-1"
        "object-2"
        "object-3"
        "object-4"
        "object-5"
        "object-6"
        "object-7"
        "object-8"
        "object-9"
        "object-10"
        "object-11"
        "object-12"
        "object-13"
        "object-14"
        "object-15"
        "object-16"
        "object-17"
        "object-18"
        "object-19"
        "object-20"
        "object-21";
    }
}

/*        x      Viewport less then or equal to 350px       x     */