@import url('https://fonts.googleapis.com/css2?family=Pirata+One&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Clicker+Script&family=Poppins:wght@200;300;500;600;700&display=swap");
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/*----------options-----------*/
.row {
    margin: 1%;
    display: flex;
    justify-content: space-between;
  }

.column{
    flex: 0 0 60%;
    max-width: 60%;
}


/* contact with map section */
.contact-map{
    width: 100%;
    margin-top: 7%;
    align-items: center;
    text-align: center;
}
.contact-map h3{
    color: #9C9C9C;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 400px;
}
.contact-map .map{
    margin-top: 3%;
    width: 100%;
}


/* CONTACT INFO DESIGNS */

.contact-us{
    width: 80%;
    margin: auto;
    margin-top: 10%;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 15%;
}
.contact-col div .fa-solid{
    font-size: 30px;
    color: #CE2A44;
    margin: 10px;
    top: -20px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
    color: #9C9C9C;
    font-family: Poppins;
}

.contact-col div h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #9C9C9C;
    font-weight: 800;
}

.contact-col input, .contact-col textarea{
    width: 80%;
    padding: 15px;
    margin: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.contact-col button{
    margin-left: 17px;
}


@media(max-width: 700px){
    .contact-col div h5{
        font-size: 15px;
        margin-bottom: 3px;
        color: #555;
        font-weight: 400;
        
    }
}