* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'SAMIM';
    src: url('font/Samim.woff2') format('woff2');
    font-feature-settings: "tnum";
}

body {
    font-family: 'SAMIM',sans-serif;
    margin: 0;
    padding: 0;
    font-feature-settings: "tnum";
}

.container{
    width: 90%;
    margin: auto;
}

a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(176, 0, 3, 1);
    padding: 0 100px 0 100px;
    transition: 1s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: white;
}

nav{
    width: 70%;
    text-align: right;
}

nav ul {
    display: inline;
    list-style: none;
    position: relative;
}

li{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    display: inline;
}

.logo {
    width: 30%;
}

.logo img {
    width: 100px;
}

#svg{
    width:20px;
    position: absolute;
    top: 4px;
    left: 74%;
}

.banner{
    margin-top: 100px;
}

.guarantee{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 140px !important;
    flex-direction: row-reverse;
    width: 80%;
    margin: auto;
}

.guarantee-item{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.guarantee-item img{
    width: 40%;
}

#quality img{
    width: 110px;
}

.guarantee-item{
    margin-top: 10px;
    font-size: 20px;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.guarantee-item::after{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 100%;
    background-color: rgba(176, 0, 3, 1);
}

.guarantee-item:hover::after{
    right: 0;
    transition: .5s;
}

.slogen{
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slogen img{
    width: 20%;
}

.btn{
    text-align: center;
    position: relative;
    width: 40%;
}

.btn img{
    width: 55%;
    margin-left: 80px;
}

.lightning {
    font-size: 20px;
    animation-name: lightning;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 42%;
  }

  .lightning span{
    display: block;
    font-size: 25px;
  }

  .up{
    margin-left: 13px;
  }

  @keyframes lightning {
    from,
    50%,
    to {
      opacity: 1;
    }
    25%,
    75% {
      opacity: 0;
    }
  }

.slogen2{
    color: rgba(176, 0, 3, 1);
    font-size: 30px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1001;
}

.hamburger span{
    width: 25px !important;
    height: 3px !important;
    background-color: white !important;
    margin: 4px 0 !important;
    transition: all 0.3s ease !important;
}

.dropdown{
    position: absolute;
    top: 115%;
    left: 50%;
    width: 350px;
    background-color: rgba(176, 0, 3, 1);
    border: 1px solid white;
    border-radius: 10px;
    display: none;
    transition: .5s;
    color: white;
    text-align: center;
}

.drop-split{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.dropdown-item{
    width: 50%;
    padding-left: 10px;
    border-left: 1px solid white;
}

.dropdown-item a{
    font-size: 20px;
    /* display: block; */
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    /* border: 1px solid white; */
}

.dropdown-item a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: 0.5s;
}

.dropdown-item a:hover::after{
    left: 0%;
}

.dropdown-item span{
    font-size: 20px;
    display: block;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.dropdown-item a img{
    display: inline-block;
   vertical-align: bottom;
}

#chicken{
    position: relative;
    transition: .5s;
}

#drop-chicken{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    transition: .5s;
    display: none;
}

#breast{
    position: relative;
}

#drop-breast{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    display: none;
}

#leg{
    position: relative;
}

#drop-leg{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    display: none;
}

#tigh{
    position: relative;
}

#drop-tigh{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    display: none;
}

#drumstick{
    position: relative;
}

#drop-drumstick{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    display: none;
}

#Tenderloin{
    position: relative;
}

#drop-Tenderloin{
    position: absolute;
    top: 0;
    right: 100%;
    width: 200px;
    background-color: rgba(255, 230, 58, 1);
    border: 1px solid black;
    border-radius: 10px;
    display: none;
}

/* When menu is opened (toggle to "X" button)  */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}
/* ------------------------------------------------------------------------------------------------------- */
.product-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.product-title h2{
    font-size: 40px;
    padding-bottom: 10px;
    text-decoration-color: rgba(255, 230, 58, 1);
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
}

.product-title h2::before{
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 230, 58, 1);
    transition: .5s;
}

.product-title h2:hover::before{
    left: 0;
}

.underline::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 230, 58, 1);
}

.products{
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-card{
    width: 30%;
    text-align: center;
}

.product-card img{
    width: 100%
}

.product-card h3{
    font-size: 30px;
    margin-top: 0;
}

.product-card a{
    background-color: rgba(255, 230, 58, 1);
    width: 70%;
    padding: 7px 12px 10px 12px;
    font-size: 20px;
    border-radius: 10px;
}

.two-one{
    display: flex;
    justify-content: end;
}

.two-one .product-card{
    margin-right: 20px;
}

.three-one{
    justify-content: end;
}

.slogen2{
    /* border: 1px solid rgba(176, 0, 3, 1); */
    margin-top: 50px;
    /* padding: 20px; */
    text-align: center;
    /* box-shadow: 10px 10px 10px rgba(176, 0, 3, 1); */
}

.slogen2 p{
    display: inline;
    /* border: 1px solid rgba(176, 0, 3, 1); */
    /* text-shadow: 0px 10px 5px 5px rgb(68, 143, 255); */
    /* text-shadow: 0px 5px 5px rgba(176, 0, 3, 1); */
    font-size: 25px;
    color: black;
    background-color: #f8f8f800;
    font-weight: 600;
}

footer{
    display: flex;
    justify-content: space-between;
    align-items: start;
    border: 1px solid rgba(176, 0, 3, 1);
    margin-top: 100px;
    padding: 20px 0 20px 80px;
}

.footer-item{
    width: 25%;
    text-align: center;
}

.footer-item h3{
    font-size: 25px;
    margin-bottom: 0;
}

.footer-item a{
    display: block;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.footer-item span{
    font-size: 20px;
    font-weight: 700;
}

.footer-item p{
    font-size: 20px;
    font-weight: 700;
}

#footer-item-services{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: row-reverse;
}

.footer-item-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: 10px;
}

.footer-item-contact-left span{
    font-size: 20px;
    font-weight: 700;
}

.footer-item-contact-right{
    margin-right: 20px;
}

.footer-item-contact-right span{
    display: block;
}

.footer-logo{
    width: 25%;
    margin-top: 50px;
}

.footer-logo img{
    width: 50%;
}

.second-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.second-footer p a span{
    text-decoration: underline;
}

.order{
    margin-top: 50px;
}

form{
    margin-top: 50px !important;
    text-align: right;
}

input::placeholder{
    padding-right: 10px;
    color: black;
    font-size: 16px;
    font-family: 'SAMIM',sans-serif !important;
}

.name{
    width: 49%;
    height: 50px;
    border: 2px solid rgba(176, 0, 3, 1);
    border-radius: 10px;
}

.phone{
    width: 49%;
    height: 50px;
    margin-right: 20px;
    border: 2px solid rgba(176, 0, 3, 1);
    border-radius: 10px;
}

.address{
    width: 100%;
    height: 50px;
    margin: 20px 0;
    margin-right: 20px;
    border: 2px solid rgba(176, 0, 3, 1);
    border-radius: 10px;
}

.type{
    width: 49%;
    height: 50px;
    border: 2px solid rgba(176, 0, 3, 1);
    border-radius: 10px;
}

.weight{
    width: 49%;
    height: 50px;
    margin-right: 20px;
    border: 2px solid rgba(176, 0, 3, 1);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

form button{
    text-align: center;
    border: 0;
    border-radius: 10px;
    background-color: rgba(176, 0, 3, 1);
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'SAMIM',sans-serif !important;
}

#additional-inputs input{
    margin-top: 20px;
}

select{
    padding-right: 10px;
    color: black;
    font-size: 16px;
    font-family: 'SAMIM',sans-serif !important;
}

option{
    padding-right: 10px;
    color: black;
    font-size: 16px;
    font-family: 'SAMIM',sans-serif !important;
}
/* ------------------------------------------------------------------------------ */
@media (max-width: 1024px) {
    header {
        padding: 20px;
    }

    nav {
        width: 85%;
    }

    nav ul {
        flex-direction: column;
        align-items: flex-end;
    }

    li {
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .logo{
        width: 15%;
    }

    .logo img {
        width: 120px;
    }

    footer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .footer-item {
        width: 100%;
        text-align: center;
    }

    .footer-logo img {
        width: 150px;
    }

    .second-footer {
        flex-direction: column;
        padding: 10px;
    }
}
@media (min-width: 1024px) {
    nav {
        width: 75%;
    }
}
@media (max-width: 768px) {
    header {
        /* padding-left: 250px; */
        display: block;
    }

    nav {
        width: 100%;
        text-align: right;
    }

    nav ul {
        display: none;
        flex-direction: column-reverse;
        width: 100%;
        background-color: #f8f8f8;
        position: absolute;
        top: 120px;
        left: 0;
        text-align: right;
        padding: 0;
    }

    nav ul li {
        padding: 10px 0;
        text-align: right;
    }

    nav ul.show {
        display: flex;
        background-color: rgba(176, 0, 3, 1);
        text-align: right !important;
    }

    .hamburger {
        display: inline-flex;   
        width: 50%;
        position: absolute;
        top: 60px;
        right: -120px;
    }

    .logo {
        display: inline-flex;
        width: 50%;
    }

    .logo img{
        width: 100px;
        margin-left: 50px;
    }

    .dropdown-parent{
        position: relative;
    }
    
    .dropdown{
        position: absolute;
        top: 30%;
        left: 50%!important;
        width: 300px;
        background-color: rgba(176, 0, 3, 1);
        border: 1px solid white;
        border-radius: 10px;
        display: none;
    }
    
    .dropdown-item a{
        font-size: 20px;
        display: block;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    .dropdown-item span{
        font-size: 20px;
        display: block;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    .dropdown-item a img{
        display: inline-block;
       vertical-align: bottom;
    }

    #svg{
        top: 22%;
        left: 87%;
    }

    .banner {
        margin-top: 140px;
    }
    .product-title h2{
        font-size: 25px;
    }

    .slogen img{
        width: 30%;
    }

    .btn img{
        width: 250px;
        margin: 0;
    }

    .lightning {
        top: 51px;
        right: 47%;
    }

    .lightning span{
        font-size: 20px;
     }

    .up{
        margin-left: 5px;
    }

    .slogen2{
        font-size: 14px;
    }

    .slogen2 p{
        font-size: 16px;
    }

    .guarantee{
        display: block;
    }

    .guarantee-item{
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .guarantee-item a{
        display: block;
    }

    .guarantee-item a::after{
        height: 0;
    }


    footer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .footer-item {
        width: 100%;
        margin-top: 20px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo img {
        width: 120px;
    }

    .second-footer {
        flex-direction: column;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    header{
        /* padding-left: 150px; */
        display: block;
    }

    nav ul {
        flex-direction: column-reverse;
        padding: 0;
        top: 100px;
    }

    li {
        padding-right: 0;
        padding-bottom: 10px;
        text-align: right !important;
    }

    .hamburger {
        display: inline-flex;   
        width: 50%;
        position: absolute;
        top: 50px;
        right: -40px;
    }

    .logo {
        display: inline-flex;
        width: 50%;
    }

    .logo img{
        width: 80px;
        margin-left: 50px;
    }

    .dropdown-parent{
        position: relative;
    }
    
    .dropdown{
        position: absolute;
        top: 32%;
        left: 20% !important;
        width: 300px;
        background-color: rgba(176, 0, 3, 1);
        border: 1px solid white;
        border-radius: 10px;
        display: none;
    }
    
    .dropdown-item a{
        font-size: 20px;
        display: block;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    .dropdown-item span{
        font-size: 20px;
        display: block;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    
    .dropdown-item a img{
        display: inline-block;
       vertical-align: bottom;
    }

    #svg{
        top: 22%;
        left: 79%;
    }

    .banner {
        margin-top: 124px;
    }

    .product-title h2{
        font-size: 16px;
    }

    .product-card h3{
        font-size: 16px;
    }

    .slogen img{
        width: 30%;
    }

    .btn img{
        width: 200px;
        margin: 0;
    }

    .lightning {
        top: 35px;
        right: 37%;
    }

    .lightning span{
        font-size: 16px;
     }

    .up{
        margin-left: 5px;
    }

    .slogen2{
        font-size: 14px;
    }

    .slogen2 p{
        font-size: 16px;
    }

    .guarantee{
        display: block;
    }

    .guarantee-item{
        display: inline-block;
        width: 49%;
        text-align: center;
    }

    .guarantee-item a{
        display: block;
    }

    .guarantee-item a::after{
        height: 0;
    }

    footer {
        padding: 10px;
    }

    .footer-item h3,
    .footer-item a {
        font-size: 20px;
    }

    .second-footer {
        padding: 10px;
        direction: rtl;
    }
}

/* ----------------------------------------------------------------------------------- */