* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffa7dd;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    background-color: #ffa7dd;
    padding: 0 10%;
}

h1 {
    text-align: center;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    font-size: 70px;
}

h1 img {
    width: 150px;
}

#leftPanel {
    width: 100%;
    box-sizing: border-box;
}

#imageContainer {
    width: 100%;
}

#leftPanel img {
    width: 100%;
}
#leftPanel p{
       font-size: 12px;
    margin-top: 20px;
    text-align: center;
   }
#rightPanel {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#rightPanel img {
    width: 100%;
}

#downloadButton {
    display: block;
    margin: 10px auto 0 auto;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #ff4dba;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

input[type="file"] {
    display: block;
    margin: 5px auto 0 auto;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #ff4dba;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.forked-pig ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

.forked-pig ul li img {
    width: 40px;
}

.forked-pig ul li {
    font-family: "Inter", sans-serif;
    color: rgb(25, 148, 44);
    font-weight: 600;
    font-size: 20px;
}

.forked-pig ul li:nth-child(2) {
    margin: 0 10px;
}

.forked-pig ul li span {
    color: #fff;
    position: relative;
    top: 0px;
    font-size: 30px;
}

h3 {
    color: rgb(169, 55, 0);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    font-family: "Bebas Neue", sans-serif;
}

h3 span {
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
}

.contact-us-pork {
    display: flex;
    align-items: center;
}

.contact-us-pork ul {
    padding-left: 0;
    list-style: none;
    margin-top: 15px;
}

.contact-us-pork ul li:nth-child(1) {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.contact-us-pork ul li:nth-child(2) a {
    color: #000;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.contact-us-pork a.copy-btn {
    font-size: 12px;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 50px;
    background-color: #fff;
    color: #ff4dba;
    font-family: "Inter", sans-serif;

}

.trade-pork ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.trade-pork ul li {
    font-family: "Inter", sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.trade-pork ul li img {
    width: 40px;
}

.trade-pork ul li a {
    color: rgb(25, 148, 44);
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.trade-pork ul li a:hover {
    color: rgb(169, 55, 0);
}

.trade-pork ul li:nth-child(2) {
    margin-left: 10px;
}

.trade-pork ul li:nth-child(3) {
    margin-left: 10px;
}

.trade-pork ul li:nth-child(3) img {
    width: 30px;
    transition: 0.4s all;
}

.trade-pork ul li:nth-child(3) img:hover {
    transform: scale(1.08);
}

.social-icons ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social-icons ul li:not(:last-child) {
    margin-right: 10px;
}

.social-icons ul li a img {
    width: 40px;
    transition: 0.4s all;
    border-radius: 50%;
}

.social-icons ul li a img:hover {
    transform: scale(0.8);
}

.copyright ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.copyright ul li {
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.copyright ul li:nth-child(3){
    margin-left: 10px;
}

.copyright ul li a {
    text-decoration: none;
    color: #000;
}

.copyright a.copy-btn {
    font-size: 12px;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 50px;
    background-color: #fff;
    color: #ff4dba;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.heading-image {
    width: 500px;
}

.copyright ul li:nth-child(2) a{
       color: #000;
       text-decoration: none;
}

@media screen and (max-width: 767px) {
    h1 img {
        width: 100px;
        object-fit: contain;
    }

    h1 {
        font-size: 32px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-top: 10px;
        justify-content: center;
    }

    body {
        background-color: #ffa7dd;
        padding: 0 0%;
        width: 100%;
    }

    .heading-image {
        width: 300px;
        margin-top: 10px;
    }

    #leftPanel {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    

    #rightPanel{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .contact-us-pork{
        flex-direction: column;
        margin-top: 10px;
    }

    .contact-us-pork ul{
        width: 100%;
        text-align: center;
    }

    .trade-pork ul{
        justify-content: center;
        margin-top: 25px;

    }

    .social-icons ul{
        flex-wrap: wrap;
        justify-content: center;
    }

    .social-icons ul li{
        margin-bottom: 10px;
    }

    .trade-pork {
        margin-top: 20px;
    }

    .contact-us-pork ul li:nth-child(2) a{
        font-size: 14px;
    }

    h3{
        font-size: 17px;
        text-align: center;
    }

    .copyright ul {
        display: flex;
        justify-content: center;
        list-style: none;
        flex-direction: column;
        padding: 0;
        text-align: center;
    }

    .social-icons ul li a img {
        width: 30px;
    }

    .forked-pig ul{
        justify-content: center;
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 img {
        width: 100px;
        object-fit: contain;
    }

    h1 {
        font-size: 32px;
        display: flex;
        width: 100%;
        align-items: center;
        padding-top: 10px;
        justify-content: center;
    }

    body {
        background-color: #ffa7dd;
        padding: 0 0%;
        width: 100%;
    }

    #leftPanel {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-right: 0;
    }

    #rightPanel{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .contact-us-pork{
        flex-direction: row;
        margin-top: 10px;
        align-items: self-start;
    }

    .contact-us-pork ul{
        width: 100%;
    }

    .social-icons ul{
        flex-wrap: wrap;
    }

    .social-icons ul li{
        margin-bottom: 10px;
    }

    .trade-pork {
        margin-top: 20px;
    }

    .contact-us-pork ul li:nth-child(2) a{
        font-size: 14px;
    }

    h3{
        font-size: 18px;
    }

    .copyright ul {
        display: flex;
        justify-content: center;
        list-style: none;
        flex-direction: column;
        padding: 0;
        text-align: center;
    }

    #imageInput{
        width: 260px;
    }
}

@media screen and (min-width: 992px) {

    .copyright ul li:nth-child(1){
        padding-right: 5px;
    }

    .copyright ul li:nth-child(2){
        padding-left: 10px;
        border-left: 2px solid #000;
    }

    #imageInput{
        width: 260px;
    }

    /* .social-icons ul li{
        width: 18%;
    } */
}

/* @media screen and (min-width: 1024px) and (max-width: 1280px){
    #imageInput{
        width: 230px;
    }
} */

@media screen and (min-width: 992px) and (max-width: 1160px){
    .contact-us-pork ul li:nth-child(2) a{
        font-size: 15px;
    }

    h3{
        font-size: 18px;
    }

    .social-icons ul li a img{
        width: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px){
    .copyright ul{
        padding: 0;
    }

    .copyright ul li{
        font-size: 14px;
    }

    .copyright ul li:nth-child(1){
        padding-right: 10px;
    }

    h1{
        font-size: 45px;
    }

    .contact-us-pork{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1900px){
    body{
        padding: 0 18%;
    }
}