/* Base Styles (Existing Code) */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.main {
    padding: 5rem;
    display: flex;
    background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0,0.5)), url(images/contact.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    background-position: center;
}

.main .home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 17rem;
}

.main .home h1 {
    color: rgb(235, 227, 227);
    font-size: 4rem;
    text-transform: capitalize;
    margin-top: 1rem;
    text-align: center;
}

.main .main-icon {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.main .main-icon i {
    font-size: 2rem;
    color: rgb(235, 227, 227);
    margin: 0 0.5rem;
}

.main .main-icon a {
    color: rgb(235, 227, 227);
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
}

.main-icon h3 {
    color: rgb(235, 227, 227);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 1rem;
}

.get {
    width: 100%;
    height: 120vh;
    /* background-color: #1d1e1e; */
    /* background-color: #E6E1E1; */
    background-image: url(t-shirt2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #050505;
}

.get_in {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.get_in_touch {
    color: #050505;
    padding: 35px;
}

.get_in_touch h2 {
    font-size: 40px;
    margin: 10px;
    text-transform: capitalize;
    color:  rgb(27, 27, 135);
}

.get_in_touch p {
    font-size: 18px;
    /* margin: 10px; */
}

.inf {
    margin: 10px;
}

.inf h3 {
    text-transform: capitalize;
}

.inf .fa-solid {
    font-size: 15px;
    background-color:  rgb(27, 27, 135);
    border-radius: 50%;
    padding: 10px;
    color: white;
    margin: 10px;
}

.inf a {
    color: #050505;
    text-decoration: none;
    font-style: italic;
    margin-top: 10px;
    transition: 1.5s ease-in-out;
}

.inf a:hover {
    text-decoration: dashed;
}

.send {
    width: 1500px;
    padding: 35px;
    background-color: transparent;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    margin-right: 40px;
    backdrop-filter: blur(60px);
}

.send h3 {
    font-size: 30px;
    text-transform: capitalize;
    color:  rgb(27, 27, 135);
    margin: 10px;
}

.send input {
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
    /* border-radius: 30px; */
    outline: none;
    color: rgb(7, 7, 7);
    background-color: transparent;
    border: 1px solid #606868;
}

.send input::placeholder {
    padding: 20px;
    color: rgb(104, 99, 99);
    text-transform: capitalize;
}

.send textarea {
    /* height: 150px; */
    background-color: transparent;
    min-width: 95%;
    max-width: 95%;
    padding-left: 25px;
    padding-top: 25px;
    margin: 10px;
    min-height: 180px;
    max-height: 180px;
}

.send button {
    width: 96%;
    height: 50px;
    background-color: rgb(27, 27, 135);
    color: #cbd7d1;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 18px;
    /* border-radius: 30px; */
    margin: 10px;
    outline: none;
    border: none;
    cursor: pointer;
}

/* Smaller Phones (max-width: 360px) */
@media only screen and (max-width: 360px) {
.main {
    padding: 1rem;
}

.main .home {
    margin-left: 0rem;
}

.main .home h1 {
    font-size: 2rem;
    margin-top: 0rem;
}

.main .main-icon i {
    font-size: 1rem;
}

.main .main-icon a {
    color: rgb(235, 227, 227);
    font-size: 1rem;
}

.main-icon h3 {
    color: rgb(235, 227, 227);
    font-size: 1rem;
    
}

.get {
    width: 100%;
    height: 150vh;
}

.get_in {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.get_in_touch {
    width: 100%;
    color: #050505;
    padding: 5px;
    margin-left: 0px;
}

.get_in_touch h2 {
    font-size: 30px;
    margin: 0px;
}

.inf {
    margin: 0px;
}

.send {
    width: 100%;
    padding: 15px;
    margin-right: 0px;
}

.send h3 {
    font-size: 30px;
    text-transform: capitalize;
    color:  rgb(27, 27, 135);
    margin: 10px;
}

.send input {
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
}

.send button {
    width: 96%;
    height: 40px;
    font-size: 15px;
   
    margin: 10px;
}

}

@media only screen and (min-width: 361px) and (max-width: 480px) {
    .main {
    padding: 1rem;
}

.main .home {
    margin-left: 0rem;
}

.main .home h1 {
    font-size: 3rem;
    margin-top: 0rem;
}

.main .main-icon i {
    font-size: 1rem;
}

.main .main-icon a {
    color: rgb(235, 227, 227);
    font-size: 1rem;
}

.main-icon h3 {
    color: rgb(235, 227, 227);
    font-size: 1rem;
    
}

.get {
    width: 100%;
    height: 150vh;
}

.get_in {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.get_in_touch {
    width: 100%;
    color: #050505;
    padding: 5px;
    margin-left: 0px;
}

.get_in_touch h2 {
    font-size: 30px;
    margin: 0px;
}

.inf {
    margin: 0px;
}

.send {
    width: 100%;
    padding: 15px;
    margin-right: 0px;
}

.send h3 {
    font-size: 30px;
    text-transform: capitalize;
    color:  rgb(27, 27, 135);
    margin: 10px;
}

.send input {
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
}

.send button {
    width: 96%;
    height: 40px;
    font-size: 15px;
   
    margin: 10px;
}

}

@media only screen and (min-width: 481px) and (max-width: 768px) {
        .main {
    padding: 1rem;
}

.main .home {
    margin-left: 0rem;
}

.main .home h1 {
    font-size: 3rem;
    margin-top: 0rem;
}

.main .main-icon i {
    font-size: 1rem;
}

.main .main-icon a {
    color: rgb(235, 227, 227);
    font-size: 1rem;
}

.main-icon h3 {
    color: rgb(235, 227, 227);
    font-size: 1rem;
    
}

.get {
    width: 100%;
    height: 150vh;
}

.get_in {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.get_in_touch {
    width: 100%;
    color: #050505;
    padding: 5px;
    margin-left: 0px;
}

.get_in_touch h2 {
    font-size: 30px;
    margin: 0px;
}

.inf {
    margin: 0px;
}

.send {
    width: 100%;
    padding: 15px;
    margin-right: 0px;
}

.send h3 {
    font-size: 30px;
    text-transform: capitalize;
    color:  rgb(27, 27, 135);
    margin: 10px;
}

.send input {
    width: 95%;
    height: 40px;
    margin: 10px;
    padding-left: 25px;
}

.send button {
    width: 96%;
    height: 40px;
    font-size: 15px;
    margin: 10px;
}   
}

