﻿/*-----------------------------------------------------------------------
                                NEWS PAGE
-----------------------------------------------------------------------*/
/*#carouselExampleCaptions{
    margin-top: 70px;
}*/

#carouselExampleCaptions img {
    height: 70vh;
    /*opacity: 0.5;*/
}


/*-----------------------News Card Section-----------------------*/

.note {
    margin-top: 30px;
    color: #fff;
    font-size: 1rem;
    font-family: "Merriweather", sans-serif;
    line-height: 1.5;
    text-align: center;
}

#newsDiv.newsCard {
    width: 350px;
    height: 350px;
    margin-top: 30px;
    /*margin-left: 30px;*/
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    margin: 20px;
}

    #newsDiv.newsCard .thumb {
        width: auto;
        height: 260px;
        background-size: cover;
        border-radius: 3px;
    }

    #newsDiv.newsCard .infos {
        width: auto;
        height: 350px;
        position: relative;
        padding: 14px 24px;
        background: #fff;
        transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    }

        #newsDiv.newsCard .infos .title {
            position: relative;
            margin: 10px 0;
            letter-spacing: 3px;
            color: #152536;
            font-family: "Grotesque Black", sans-serif;
            font-size: 1rem;
            text-transform: uppercase;
            text-shadow: 0 0 0px #32577f;
        }

        #newsDiv.newsCard .infos .flag {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            width: 35px;
            height: 23px;
            background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/flag.png") no-repeat top right; /*News card flag image*/
            background-size: 100% auto;
            display: inline-block;
        }

        #newsDiv.newsCard .infos .date,
        #newsDiv.newsCard .infos .seats {
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 0.85rem;
            color: rgba(21, 37, 54, 0.7);
            font-family: "Grotesque", sans-serif;
        }

        #newsDiv.newsCard .infos .seats {
            display: inline-block;
            margin-bottom: 24px;
            padding-bottom: 24px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
        }

        #newsDiv.newsCard .infos .txt {
            font-family: "Merriweather", sans-serif;
            line-height: 2;
            font-size: 0.95rem;
            color: rgba(21, 37, 54, 0.7);
            opacity: 0;
            transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
        }

        #newsDiv.newsCard .infos .details {
            position: absolute;
            left: 0;
            left: 0;
            bottom: 0;
            margin: 10px 0;
            padding: 20px 24px;
            letter-spacing: 1px;
            color: #4e958b;
            font-family: "Grotesque Black", sans-serif;
            font-size: 0.9rem;
            text-transform: uppercase;
            cursor: pointer;
            opacity: 0;
            transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
        }

    #newsDiv.newsCard:hover .infos {
        transform: translateY(-260px);
    }

        #newsDiv.newsCard:hover .infos .seats,
        #newsDiv.newsCard:hover .infos .txt,
        #newsDiv.newsCard:hover .infos .details {
            opacity: 1;
        }


/*----------------------------------------------------------------------------------------------------
                                     LIFE AT RAMSYS PAGE
----------------------------------------------------------------------------------------------------*/
#ramsysLife {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../AppImages/ramsysOffice.jpg") fixed;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
}

#ramsysLife h1,
#ramsysLife p{
    margin-top: 20px;
    color: white;
}

#cardSection {
    margin-top: 40vh;
}

@media(max-width : 350px ){
    #cardSection{
        margin-top: 30vh;
    }
}

.lifeAtTopCard span {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

#cardSection .lifeAtTopCard {
    margin: 20px;
    height: auto;
    width: 100px;
    text-align: center;
    max-height: auto;
    border-radius: 6px 6px;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

    #cardSection .lifeAtTopCard:hover {
        background-color: tomato;
    }

/*-----------------------Life At Ramsys Software-----------------------*/
#lifeAtRamsys {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../AppImages/LifeAtRamsysDivBackground1.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    background-size: 100% 100%;
    height: auto;
}

#generalInfo {
    width: 70%;
    margin-bottom: 50px;
    margin-left: -1px;
}

    #generalInfo h2 {
        text-align: center;
        color: white;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #generalInfo h5 {
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        color: white;
    }

    #generalInfo p {
        /*margin-left: 60px;*/
        color: white;
        text-align: left;
        word-wrap: break-word;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    #generalInfo ul li {
        color: white;
        margin-top: 10px;
    }


/*-------------------Why Ramsys Software Limited----------------------*/
#whyRamsys {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../AppImages/whyRamsys.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    background-size: 100% 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

    #whyRamsys h2 {
        text-align: center;
        color: white;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #whyRamsys h5 {
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        color: white;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #whyRamsys p {
        margin-right: 5px;
        color: white;
        text-align: left;
        word-wrap: break-word;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

#whyInfo {
    width: 60%;
    margin-bottom: 50px;
}


/*--------------------Event Card/Gallary Section----------------------*/
#gallerySection h2 {
    font-family: Satisfy;
    font-size: 50px;
    text-align: center;
    color: black;
    padding: 1%;
    margin-top: 20px;
}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
    height: auto;
    width: auto;
}


/*--------------------------------------------------------------------------------------
                                    OUR TECHNOLOGY PAGE
--------------------------------------------------------------------------------------*/

#our-tech-bannar {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../AppImages/ourTechnology.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 60vh;
    background-size: 100% 100%;
}

    #our-tech-bannar h4 {
        margin-top: 50px;
        color: white;
    }

    #our-tech-bannar h5 {
        margin-top: 550px;
        color: white;
        margin-left: 100px;
        margin-right: 100px;
    }

#our-tech-general h2 {
    margin-top: 50px
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0;
    border-radius: 50% 50%;
    transition: .5s ease;
}

#tech-cards {
    margin-top: 50px;
}

.out-tech-cards {
    margin-top: 30px;
    position: relative;
    height: 150px;
    width: 150px;
    box-shadow: -3px 5px 15px #000;
    border-radius: 50% 50%;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 30px;
}

    .out-tech-cards img {
        height: 100%;
        width: 100%;
    }

    .out-tech-cards h4 {
        position: relative;
        text-align: center;
        margin-top: 40%;
        color: white;
    }

    .out-tech-cards:hover .overlay {
        height: 100%;
    }


/*--------------------------------------------------------------------------------------
                                    OUR PROJECTS PAGE
--------------------------------------------------------------------------------------*/

#our-proj-bannar {
    background: linear-gradient(rgba(2, 2, 2, 0.9), rgba(0, 0, 0, 0.5)), url("../AppImages/projectPageImage.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 100vh;
    background-size: 100% 100%;
}

@media(max-width: 768px){
    #our-proj-bannar {
        height: auto;
    }

        #our-proj-bannar #proj-card {
            margin-top: 20vh;
        }

            #our-proj-bannar #proj-card .projTopCard {
                margin: 5px;
            }
}


@media(max-width: 1024px) {
    #our-proj-bannar {
        height: 100vh;
    }

        #our-proj-bannar #proj-card {
            margin-top: 25vh;
        }

            #our-proj-bannar #proj-card .projTopCard {
                margin: 15px;
            }
}

@media(max-width: 425px) {
    #our-proj-bannar {
        height: auto;
    }

        #our-proj-bannar #proj-card {
            margin-top: 10vh;
        }

            #our-proj-bannar #proj-card .projTopCard {
                margin: 15px;
            }
}

    #our-proj-bannar h2 {
        color: white;
        margin-top: 20px;
        margin-left: 30px;
        margin-right: 30px;
        text-shadow: 1px 1px 2px black;
    }

    #our-proj-bannar h5 {
        color: white;
        margin-top: 30px;
        margin-left: 70px;
        margin-right: 70px;
        text-shadow: 1px 1px 1px black;
    }

#proj-card {
    margin-top: 45vh;
}

    #proj-card .projTopCard {
        margin: 15px;
        background-color: rgba(0, 0, 0, 0.7);
        width: 130px;
        border-radius: 8px 8px;
        height: auto;
        color:white;
        font-weight:bold;
    }

        #proj-card .projTopCard:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.3);
        }

#all-projects h1 {
    font-family: Cooper;
    color: tomato;
    text-shadow: 1px 2px 2px black;
}

#our-projects {
    margin-top: 50px;
}

    #our-projects img {
        height: 30px;
        width: 30px;
        margin-bottom: 10px;
    }

    #our-projects h3 {
        display: inline;
        color: indigo;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }

    #our-projects h5 {
        color: darkcyan;
        font-family: 'Eras ITC'
    }

#casino-ico-div .module-partition {
    margin-top: 30px;
}

#our-projects ul {
    margin-left: 30px;
    font-style: italic;
}

#our-projects p {
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    color: black;
}

#our-projects strong {
    font-style: italic;
    font-family: 'Segoe UI';
    font-size: 17px;
}

#our-projects a {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: end;
    margin: auto;
}





/*----------------------Game Play Button Styles---------------------*/
.button-container {
    display: inline-block;
    margin-bottom: 40px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 2px;
    height: 45px;
    width: 200px;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

    .button-container .flipper {
        transition: all 0.5s ease-in-out;
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        position: relative;
    }

    .button-container .button {
        height: 45px;
        width: 200px;
        border-radius: 3px;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
        box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
    }

        .button-container .button i.fa {
            color: white;
            font-size: 20px;
            margin: auto;
            text-shadow: 0.5px 1px 2px #3c3c3c;
        }

        .button-container .button.front {
            z-index: 10;
        }

        .button-container .button.back {
            color: white;
            font-size: 15px;
            text-transform: uppercase;
        }


.button-flip3d-vertical1 .flipper-flip3d-vertical1 {
    transform-origin: 100% 22.5px;
}

.button-flip3d-vertical1 .front {
    transform: translateZ(22.5px);
    background-image: linear-gradient(90deg, #000, #3c3c3c);
}

.button-flip3d-vertical1 .back {
    -webkit-transform: rotateX(90deg) translateZ(22.5px);
    -ms-transform: rotateX(90deg) translateZ(22.5px);
    transform: rotateX(90deg) translateZ(22.5px);
    background-image: linear-gradient(90deg, #000, #3c3c3c);
}

.button-flip3d-vertical1:hover .flipper-flip3d-vertical1 {
    transform: rotateX(-90deg);
}

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
    transform-origin: 100% 22.5px;
}

.button-flip3d-vertical2 .front {
    transform: translateZ(22.5px);
    background-image: linear-gradient(90deg, #000, #3c3c3c);
}

.button-flip3d-vertical2 .back {
    -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
    -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
    transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
    background-image: linear-gradient(90deg, #000, #3c3c3c);
}

.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
    transform: rotateX(90deg);
}


/*---------------------------------------------------------------------------------------
                                PRODUCTS AND CLIENTS PAGE 
---------------------------------------------------------------------------------------*/

#our-proj-client-bannar {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.6)), url("../AppImages/ourProductsAndClients.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 100vh;
    background-size: 100% 100%;
}

@media(max-width: 425px){
    #our-proj-client-bannar{
        height: auto;
    }
}

    /*    #our-proj-client-bannar h4 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }*/

    #our-proj-client-bannar h4 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }

#projs-clients h1 {
    font-family: Cooper;
    color: tomato;
    text-shadow: 1px 2px 2px black;
}

#proj-client-card {
    margin-top: 100px;
}

    #proj-client-card .lifeAtTopCard {
        margin-left: 40px;
        margin-top: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        width: auto;
        ;
        border-radius: 8px 8px;
        height: auto;
    }

        #proj-client-card .lifeAtTopCard span {
            font-size: small;
            word-break: break-word;
        }

        #proj-client-card .lifeAtTopCard:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.3);
        }

#projs-clients {
    margin-top: 50px;
}

    #projs-clients img {
        height: 30px;
        width: 30px;
        margin-bottom: 10px;
    }

    #projs-clients h3 {
        display: inline;
        color: indigo;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    }

    #projs-clients h5 {
        color: darkcyan;
        font-family: 'Eras ITC'
    }

    #projs-clients span {
        display: block;
    }


/*----------------------------------------------------------------------------
                                   OUR CLIENTS PAGE
----------------------------------------------------------------------------*/

#our-client-img-div {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.6)), url("../AppImages/ourClient.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 65vh;
    background-size: 100% 100%;
}

@media(max-width: 500px){
    #our-client-img-div {
        height: auto;
    }
}

    #our-client-img-div h2 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #our-client-img-div h5 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }

#our-client-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.our-client-card {
    height: 200px;
    width: 180px;
    margin: 20px;
    box-shadow: -3px 5px 15px #000;
    border-radius: 10% 10%;
}

    .our-client-card img {
        height: 100%;
        width: 100%;
        padding: 10px;
    }


/*----------------------------------------------------------------------------
                                OUR PRODUCT PAGE
----------------------------------------------------------------------------*/
#our-product-bannar {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.1)), url("../AppImages/ourProductPageImage.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 60vh;
    background-size: 100% 100%;
}

    /*#our-product-bannar h2 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }*/

    #our-product-bannar h5 {
        color: white;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 30px;
    }

/*#casino-management {
    background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../AppImages/casinoManagement.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: 100vh;
    background-size: 100% 100%;
}
*/
#casino-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/casinoManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#our-products .info-left {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 1%;
    width: auto;
    /*margin-left: 50px;
    margin-right: 50px;*/
    margin-left: -1px;
    max-width: 950px;
}

#our-products .info-right {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    border-radius: 1%;
    width: auto;
    /*margin-left: 50px;
    margin-right: 50px;*/
    margin-right: -1px;
    max-width: 950px;
}

#our-products .info-left h2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    color: aqua;
    font-family: 'Eras ITC';
}

#our-products .info-right h2 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    color: aqua;
    font-family: 'Eras ITC';
}

#our-products p {
    color: white;
    padding: 5px;
    margin-top: 5px;
    font-size: 1.3rem;
    font-family: Calibri;
    word-wrap: break-word;
}

#our-products ul li {
    color: white;
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-family: Calibri;
}

/*#our-products ul li span strong{
        font-style: italic;
    }*/

/********************Div Background Images***********************/
#betting-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/bettingManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#retail-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/retailManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#car-sales-management {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../AppImages/carSalesManagement.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#fishery-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/fisheryManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#shipping-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/shippingManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#money-exchange-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/moneyExchangeManagmentSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#hotel-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/hotelManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#hrm-management {
    background: linear-gradient(rgba(2, 2, 2, 0.8), rgba(0, 0, 0, 0.7)), url("../AppImages/hrmManagementSystem.jpg") fixed center center;
    background-size: cover;
    padding: 60px 0;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


/*----------------------------------------------------------
                        FOOTER
----------------------------------------------------------*/

#map {
    background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.1)), url("../AppImages/PortOfSpainMap.png") center center;
    background-size: cover;
    padding: 60px 0;
    height: 450px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 20px;
}

:root {
    --white: #fff;
    --black: #000;
    --dark: #1e1e1e;
    --gray: rgba(1, 1, 1, 0.6);
    --lite: rgba(255, 255, 255, 0.6);
    --primary: #002347;
    --secondary: #fdc632;
}

/*body {
    margin: 0;
    overflow-x: hidden !important;
    font-family: "Poppins", sans-serif;
}*/

.flex a {
    text-decoration: none !important;
    min-width: fit-content;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

.flex a,
.flex button {
    transition: 0.5s;
}

.flex a,
.flex p {
    font-size: 14px;
}

.flex h1,
.flex h2,
.flex h3,
.flex h4,
.flex h5,
.flex h6 {
    color: white;
    font-weight: 600;
}

.flex a,
.flex button,
.flex input,
.flex textarea,
.flex select {
    outline: none !important;
}

fieldset {
    border: 0;
}

.title {
    color: var(--primary);
}

.flex,
.fixed_flex {
    display: flex;
}

.flex-content {
    width: 100%;
    position: relative;
}

.padding_1x {
    padding: 1rem;
}

.padding_2x {
    padding: 2rem;
}

.padding_3x {
    padding: 3rem;
}

.padding_4x {
    padding: 4rem;
}

.btn {
    padding: 0.8rem 2rem;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.btn_1 {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--secondary);
}

    .btn_1:hover {
        background-color: transparent;
        color: var(--primary);
    }

.flex .btn_2 {
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    color: var(--primary);
}

    .btn_2:hover {
        border: 1px solid var(--primary);
        background-color: var(--primary);
        color: var(--secondary);
    }

@media (max-width: 920px) {
    .flex {
        flex-wrap: wrap;
    }

    .padding_1x,
    .padding_2x,
    .padding_3x,
    .padding_4x {
        padding: 1rem;
    }

    .btn {
        padding: 0.5rem 1rem;
    }

    a,
    p {
        font-size: 12px;
    }
}

/***************************
               FOOTER
****************************/
footer {
    background-color: var(--primary);
    color: var(--lite);
}

    footer h3 {
        color: var(--white);
        margin-bottom: 1.5rem;
    }

    footer a {
        color: var(--lite);
        display: block;
        margin: 15px 0;
    }

        footer a:hover {
            color: var(--white);
        }

    footer fieldset {
        padding: 0;
    }

        footer fieldset input {
            background-color: #334f6c;
            border: 0;
            color: var(--lite);
            padding: 1rem;
        }

        footer fieldset .btn {
            border-radius: 0;
            border: 0;
        }

        footer fieldset .btn_2:hover {
            background-color: var(--secondary);
            border: 0;
            color: var(--primary);
        }

    footer .flex:last-child {
        align-items: center;
    }

        footer .flex:last-child .flex-content:last-child {
            text-align: right;
        }

        footer .flex:last-child p {
            color: var(--white);
        }

        footer .flex:last-child a {
            width: 40px;
            display: inline-block;
            background-color: #334f6c;
            color: var(--white);
            padding: 0.5rem;
            margin-right: 3px;
            text-align: center;
        }

            footer .flex:last-child a:hover {
                background-color: var(--secondary);
                color: var(--gray);
            }

@media (max-width: 1100px) {
    footer .flex:first-child {
        flex-wrap: wrap;
    }

        footer .flex:first-child .flex-content {
            flex: 1 1 40%;
        }
}

@media (max-width: 920px) {
    footer .flex:last-child .flex-content:last-child {
        text-align: left;
    }
}

@media (max-width: 320px) {
    footer .flex:first-child .flex-content {
        flex: 1 1 100%;
    }
}
