﻿@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}



header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 9%;
    background-color: #fdfdfdfd;
 
}


    header .logo {
        font-size: 30px;
        font-weight: 700;
        color: #000000;
    }

    header .navlist {
        display: flex;
        background-color: #fdfdfdfd;
    }
        header .navlist a {
            color: #000000;
            margin-left: 60px;
            font-size: 15px;
            font-weight: 600;
            border-bottom: 2px solid transparent;
            transition: all .55s ease;
        }
            header .navlist a:hover {
                border-bottom: 2px solid black;
            }

    header #menu-icon {
        color: #000000;
        font-size: 35px;
        z-index: 10001;
        cursor: pointer;
        display: none;
    }

.elpizo {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}

section {
    padding: 0 13%;
}

.elpizo-text {
    position: relative;
    top: 50px;
    left: -50px;
}

.elpizo-text h1 {
    font-family: Arial;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin: 0 0 45px;
}

.elpizo-text h2 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}


.elpizo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .elpizo-img img {
        border-radius: 50%;
        width: 450px;
        height: 450px;
        object-fit: cover;
        border: 1px solid #0000;
        position: relative;
        top: 30px;
        left: 200px;
        z-index: 2;
    }

.semi-circle {
    width: 150px;
    height: 150px;
    background-color: #AF69EF;
    border-radius: 50%;
    position: relative;
    top: -120px;
    left: -280px;
    z-index: 1; 
}




.elpizo-info {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}


.elpizo-text-info {
    position: relative;
    top: 50px;
    left: -40px;
    width: 130%;
    text-align: justify;
}


.elpizo-text-info h1 {
    font-family: Arial;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin: 0 0 45px;
}


    .elpizo-text-info h2 {
        font-family: Arial;
        font-size: 25px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 40px;
    }


.elpizo-img-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .elpizo-img-info img {
        border-radius: 50%;
        width: 450px;
        height: 450px;
        object-fit: cover;
        border: 1px solid #0000;
        position: relative;
        top: 30px;
        left: -50px;
        z-index: 2;
    }

.semi-circle-info {
    width: 150px;
    height: 150px;
    background-color: #0006b1;
    border-radius: 50%;
    position: relative;
    top: -120px;
    left: -170px;
    z-index: 1;
}




.elpizo-about {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}


.elpizo-text-about {
    position: relative;
    top: 50px;
    left: -50px;
    width: 130%;
    text-align: justify;
}

    .elpizo-text-about h1 {
        font-family: Arial;
        font-size: 45px;
        font-weight: 600;
        line-height: 1;
        color: #000000;
        margin: 0 0 45px;
    }

    .elpizo-text-about p {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 40px;
    }


.elpizo-img-about {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .elpizo-img-about img {
        border-radius: 50%;
        width: 450px;
        height: 450px;
        object-fit: cover;
        border: 1px solid #0000;
        position: relative;
        top: 30px;
        left: 200px;
        z-index: 2;
    }

.semi-circle-about {
    width: 150px;
    height: 150px;
    background-color: #03A89E;
    border-radius: 50%;
    position: relative;
    top: -120px;
    left: -280px;
    z-index: 1;
}





.elpizo-mission {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
}


.elpizo-text-mission {
    position: relative;
    top: 50px;
    left: -40px;
    width: 132%;
    text-align: justify;
}

    .elpizo-text-mission h1 {
        font-family: Arial;
        font-size: 45px;
        font-weight: 600;
        line-height: 1;
        color: #000000;
        margin: 0 0 45px;
    }

    .elpizo-text-mission p {
      font-size: 16px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 40px;
    }

.elpizo-img-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .elpizo-img-mission img {
        border-radius: 50%;
        width: 450px;
        height: 450px;
        object-fit: cover;
        border: 1px solid #0000;
        position: relative;
        top: 30px;
        left: -50px;
        z-index: 2;
    }

.semi-circle-mission {
    width: 150px;
    height: 150px;
    background-color: #CD3700;
    border-radius: 50%;
    position: relative;
    top: -120px;
    left: -170px;
    z-index: 1;
}



.contact-wrapper {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
   
}




.contact-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .contact-img img {
    
        width: 560px;
        height: 450px;
        object-fit: cover;
        border: 1px solid #0000;
        position: relative;
        top: 30px;
        left: -50px;
        z-index: 2;
    }






    .contact-form {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

.contact-input-fields {
    display: flex;
    flex-direction: column;
    margin-right: 4%;
}


    .contact-input-fields h1 {
        font-family: Arial;
        color: #000000;
        font-size: 45px;
        font-weight: 600;
        margin-bottom: 25px;
    }


.contact-input-fields,
.contact-msg {
    width: 100%;
}

    .contact-input-fields .input,
    .contact-msg textarea {
        margin: 10px 0;
        background: transparent;
        border: 0px;
        border-bottom: 2px solid #000000;
        padding: 10px;
        color: #000000;
        width: 100%;
    }

    .contact-msg textarea {
        height: 150px;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

.contact-btn {
    background: #0006b1;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease; 
}

    .contact-btn:hover {
        background: #000; 
    }






@media (max-width: 1535px) {
    .header {
        padding: 15px 3%;
        transition: .2s;
    }

}


@media (max-width: 1460px) {
    .section {
        padding: 0 12%;
        transition: .2s;
    }
}


@media (max-width: 1340px) {

    .elpizo-text h1 {
        font-size: 75px;
        margin: 0 0 60px;
    }

    .elpizo-text h2 {
        font-size: 36px;
        /*   margin-bottom: 25px;*/
    }


    .elpizo-text-info h1 {
        margin-top: -400px;
        font-size: 75px;
       /* margin: 0 0 30px;*/
    }

    .elpizo-text-info h2 {
        margin-top: 90px;
        font-size: 30px;
        margin-right: 100px;
        /*   margin-bottom: 25px;*/
    }


    .elpizo-text-about h1 {
        margin-top: -450px;
        font-size: 75px;
        /* margin: 0 0 30px;*/
    }

    .elpizo-text-about p {
        margin-top: 90px;
        font-size: 30px;
        margin-right: 100px;
        /*   margin-bottom: 25px;*/
    }


    .elpizo-text-mission h1 {
        margin-top: -400px;
        font-size: 75px;
        /* margin: 0 0 30px;*/
    }

    .elpizo-text-mission p {
        margin-top: 90px;
        font-size: 30px;
        margin-right: 100px;
        /*   margin-bottom: 25px;*/
    }


    .contact-form {
        margin-top: -400px;
    }


}


@media (max-width: 1195px) {

    .section {
        padding: 0 3%;
        transition: .2s;
    }

    .elpizo-text {
        margin-top: -250px;
        padding-top: 15px;
    }

    .elpizo-img {
        margin-top: -700px;
        align-items: center;
    }
 
    .elpizo {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-text-info {
        margin-top: -2500px;
        padding-top: 15px;
    }

    .elpizo-img-info {
        margin-top: -50px;
        align-items: center;
    }

    .elpizo-info {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-text-about {
        margin-top: -900px;
        padding-top: 15px;
    }

    .elpizo-img-about {
        margin-top: -1250px;
        align-items: center;
    }

    .elpizo-about {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-text-mission {
        margin-top: -2800px;
        padding-top: 15px;
    }

    .elpizo-img-mission {
        margin-top: 500px;
        align-items: center;
    }

    .elpizo-mission {
        height: 100%;
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .contact-img {
        margin-top: 100px;
        margin-right: -800px;
        align-items: center;
    }
    .contact-form {
        margin-top: -1000px;
        margin-left: -10px;
        width: 45vh;
   
        
    }
}


@media (max-width: 990px) {
    header #menu-icon {
        display: block; 
    }

    header .navlist {
        position: absolute;  
        top: 0;
        right: -100%;  
        width: 300px;  
        height: 30vh;
        background-color: #fdfdfdfd;  
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: right 0.3s ease;  
        z-index: 1000;
    }

        header .navlist.open {
            right: 0;  
        }

        header .navlist a {
             
            margin-left: 0;
            display: block;
            margin-top: 20px;
          
            font-size: 30px;
        }

            header .navlist a:hover {
                border-bottom: 2px solid black;
            }

        header .navlist .open {
            display: block;
            right: 0;
        }
}




/*@media (max-width: 990px) {
    header #menu-icon {
        display: block;
    }

    header .navlist {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 40vh;
        background: #d4d4d4;*/  /*change in final*/
        /*display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 20px;
        transition: all .55s ease;
    }

        header .navlist a {
            margin-left: 0;
            display: block;
            margin: 15px 0;
        }

        header .navlist .open {
            display: block;
            right: 0;
        }
}*/


@media (max-width: 912px) {


    .elpizo-img {
        margin-top: 2rem; /* Adjust the margin-top value */
        margin-bottom: 2rem; /* Adding margin at the bottom for spacing */
        align-items: flex-start; /* Adjust alignment */
    }

    .elpizo {
        height: auto; /* Adjusting height */
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-img-info {
        margin-top: 1rem; /* Adjust the margin-top value */
        margin-bottom: 2rem; /* Adding margin at the bottom for spacing */
        align-items: flex-start; /* Adjust alignment */
    }

    .elpizo-info {
        height: auto; /* Adjusting height */
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-img-about {
        margin-top: 2rem; /* Adjust the margin-top value */
        margin-bottom: 2rem; /* Adding margin at the bottom for spacing */
        align-items: flex-start; /* Adjust alignment */
    }

    .elpizo-about {
        height: auto; /* Adjusting height */
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    .elpizo-img-mission {
        margin-top: 1rem; /* Adjust the margin-top value */
        margin-bottom: 2rem; /* Adding margin at the bottom for spacing */
        align-items: flex-start; /* Adjust alignment */
    }

    .elpizo-mission {
        height: auto; /* Adjusting height */
        gap: 1rem;
        grid-template-columns: 1fr;
    }


    /*.contact-img {
        margin-top: 1rem;*/ /* Adjust the margin-top value */
        /*margin-bottom: 2rem;*/ /* Adding margin at the bottom for spacing */
        /*align-items: flex-start;*/ /* Adjust alignment */
    /*}*/

    .contact-form {
        height: auto; /* Adjusting height */
        gap: 1rem;
        grid-template-columns: 1fr;
       
    }



}


@media (max-width: 680px) {
    .elpizo-text {
        padding-top: -10px; 
    }

    .elpizo-img img {
        width: 100%;
        height: auto;
    }


    .elpizo-text-info {
        padding-top: -10px; 
  
    }

    .elpizo-img-info img {
        width: 100%;
        height: auto;
    }


    .elpizo-text-about {
        padding-top: -10px; 
   
    }

    .elpizo-img-about img {
        width: 100%;
        height: auto;
    }


    .elpizo-text-mission {
        padding-top: -10px;
     
    }

    .elpizo-img-mission img {
        width: 100%;
        height: auto;
    }



    .contact-form {
        padding-top: -10px; 
  
    }
/*
    .contact-img img {
        width: 100%;
        height: auto;
    }*/


}   