

*{
    margin: 0;
    padding: 0;
    outline: none;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url("../images/banner-img.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

/*----------------------------
fonts 
------------------------------*/

@font-face {
    font-family: "Surt-Black";
    src: url("../fonts/Surt-Black.otf");
}
@font-face {
    font-family: "Surt-Bold";
    src: url("../fonts/Surt-Bold.otf");
}
@font-face {
    font-family: "Surt-ExtraBold";
    src: url("../fonts/Surt-ExtraBold.otf");
}
@font-face {
    font-family: "Surt-Medium";
    src: url("../fonts/Surt-Medium.otf");
}
@font-face {
    font-family: "Surt-Regular";
    src: url("../fonts/Surt-Regular.otf");
}
@font-face {
    font-family: "Surt-SemiBold";
    src: url("../fonts/Surt-SemiBold.otf");
}

@font-face {
    font-family: "Surt-DemiBold";
    src: url("../fonts/Surt-DemiBold.otf");
}



@font-face {
    font-family: "DomaineDisplay-Black";
    src: url("../fonts/DomaineDisplay-Black.otf");
}
@font-face {
    font-family: "DomaineDisplay-Bold";
    src: url("../fonts/DomaineDisplay-Bold.otf");
}
@font-face {
    font-family: "DomaineDisplay-Extrabold";
    src: url("../fonts/DomaineDisplay-Extrabold.otf");
}
@font-face {
    font-family: "DomaineDisplay-Medium";
    src: url("../fonts/DomaineDisplay-Medium.otf");
}
@font-face {
    font-family: "DomaineDisplay-Regular";
    src: url("../fonts/DomaineDisplay-Regular.otf");
}
@font-face {
    font-family: "DomaineDisplay-Semibold";
    src: url("../fonts/DomaineDisplay-Semibold.otf");
}

@font-face {
    font-family: "karbon-semibold";
    src: url("../fonts/karbon-semibold-webfont.ttf");
}




/* header */
.social-iocn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.social-iocn ul li {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-right: 5px;
}
.social-iocn ul li {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #595a5b;
}
.desktop-menu {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
header {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
}

.banner-img {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.banner-img img {
    max-width: 992px;
}
.banner-cont {
    position: absolute;
    display: block;
    width: 100%;
    top: 9%;
    padding: 0 50px;
}
.banner-title {
    margin-bottom: 60px;
}
.banner-title h2 {
    font-size: 72px;
    line-height: 108px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    font-family: "DomaineDisplay-Extrabold";
}
.banner-title h2:after {
    position: absolute;
    display: block;
    content: '';
    width: 72%;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 21%;
}
.banner-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.banner-list {
    position: relative;
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.banner-list ul li a {
    color: #fff;
    background-color: transparent;
    width: 280px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-family: "Surt-DemiBold";
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.hero-banner {
    margin: 70px 0;
}
.social-iocn ul li a i {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
    background-color: #58595b;
    font-size: 17px;
    box-shadow: 0 0 15px rgba(88, 89, 91, 0.13);
    transition: 0.5s all ease;
}
.social-iocn ul li a{
    text-decoration: none;
}
.contact {
    display: flex;
}
.contact-link a {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #595a5b;
    font-style: italic;
    text-decoration: none;
}
.contact-link {
    margin-right: 30px;
}
.search-input {
    position: relative;
    display: block;
    width: 100%;
    background: #fdf6de;
    border: 1px solid #fdf6de;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #58595b;
    transition: 0.5s all ease;
}
.searchbor {
    position: relative;
    display: block;
    width: fit-content;
}
.search-icon {
    position: absolute;
    display: block;
    width: fit-content;
    right: 13px;
    top: 4px;
    color: #58595b;
    font-size: 16px;
}


/* footer */


footer {
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.footer-box {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.footer-cont a {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 45px;
    color: #58595b;
    text-decoration: none;
    transition: 0.5s all ease;
}
.footer-cont a:hover{
    color: #fff;
    transition: 0.5s all ease;
}
.footer-logo {
    margin-bottom: 20px;
}
.nav-link{
    padding: 0;
}
.nav-link ul {
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0;
}
.nav-link ul li {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #595a5b;
    text-transform: uppercase;
}
.nav-link ul li a{
    color: #595a5b;
    text-decoration: none;
    transition: 0.5s all ease;
}
.footer-nav .social-iocn ul li a i{
    display: inline-block;
}
.footer-nav .social-iocn ul li{
    font-size: 14px;
    text-transform: uppercase;
}

.footer-nav .social-iocn ul li a{
    color: #595a5b;
    text-decoration: none;
    transition: 0.5s all ease;
}
.footer-nav {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #58595b;
    padding: 20px 0;
}
.banner-list ul li a:hover {
    background-color: rgba(86, 122, 46, 0.56);
    transition: 0.5s all ease;
}



@media only screen and (max-width: 1440px){
    .banner-list{
        width: 50%;
    }
}
@media only screen and (max-width: 1100px){
    .banner-list {
        width: 70%;
    }
}



/* -----------------------
butter
--------------------------- */
.Buttery h5 {
    font-size: 54px;
    font-weight: 600;
    line-height: 75px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-family: "DomaineDisplay-Semibold";
}
.Buttery p {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: #fff;
    font-family: "DomaineDisplay-Regular";
}
.butter-box {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.Buttery {
    width: 48%;
}
.butter-title h5 {
    font-size: 62px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    font-family: "DomaineDisplay-Extrabold";
}
.butter-title {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.constract a {
    position: relative;
    color: #fff;
    background-color: rgb(255 255 255 / 20%);
    width: 100%;
    max-width: 380px;
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.5px;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Surt-DemiBold";
    transition: 0.5s all ease;
}
.constract a:hover{
    background-color: rgba(86, 122, 46, 0.56);
    transition: 0.5s all ease;
}
.constract {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}
.butter-title h5:before {
    position: absolute;
    display: block;
    content: '';
    width: 90%;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 57%;
}
.butter-title h5:after {
    position: absolute;
    display: block;
    content: '';
    width: 75%;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 6%;
}

.ingrdient-box h2 {
    font-size: 62px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
    font-family: "DomaineDisplay-Extrabold";
}
.ingredient-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.ingredient-list {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.ingredient-list ul li a {
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    background-color: transparent;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-family: "Surt-DemiBold";
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.ingredient-list ul li a:hover{
    background-color: rgba(86, 122, 46, 0.56);
    transition: 0.5s all ease;
}
.ingrdient-box h2:before {
    position: absolute;
    display: block;
    content: '';
    width: 93%;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 57%;
}
.ingrdient-box h2:after {
    position: absolute;
    display: block;
    content: '';
    width: 57%;
    border-bottom: 3px solid #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 6%;
}
.ingrdient-box {
    display: block;
    width: 85%;
    margin: 0 auto;
}



/* ---------------------------------
ingredient 2
----------------------------------- */

body.ingrdient2{
    background-image: url("../images/ingredient-banner.jpg");
}


body.hero-gradient3{
    background-image: url("../images/ingredient-banner-3.jpg");
}
body.hero-gradient4{
    background-image: url("../images/ingredient-banner-4.jpg");
}
.banner-list2 {
    width: 75%;
}
.banner-list2 ul li a {
    width: 440px;
}


body.hero-gradient5{
    background-image: url("../images/ingredient-banner-5.jpg");
}
body.hero-gradient6{
    background-image: url("../images/ingredient-banner-6.jpg");
}



/* salty pages */

.hero-salty {
    background-image: none;
}
.salty-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.salty-boxes {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.salty-box {
    position: relative;
    display: inline-block;
    width: 33.33%;
    float: left;
    overflow: hidden;
}
.salty-img img {
    transform: scale(1.0);
    transition: 0.5s all ease;
}
.salty-img:hover img {
    transform: scale(1.03);
    transition: 0.5s all ease;
}
.salty-cont {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 5;
}
.sheep-cont p {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Surt-Medium";
}
.sheep-cont h2 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: "DomaineDisplay-Extrabold";
}
.sheep-img {
    margin-bottom: 10px;
}
.salty-box .salty-img:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    z-index: 1;
    transition: 0.5s all ease;
}
.salty-box .salty-img:hover::after{
    background-color: rgba(92, 123, 53, 0.8);
    transition: 0.5s all ease;
}
.sheep-cont h2 a{
    color: #fff;
    text-decoration: none;
    transition: 0.5s all ease;
}
.salty-boxes2 .sheep-cont h2 {
    font-size: 40px;
    line-height: 55px;
}
.salty-center {
    position: relative;
    display: block;
    width: 80%;
    text-align: center;
}



.butter-cont p {
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.3px;
    font-family: "DomaineDisplay-Semibold";
    margin: 0;
}
.butter-cont {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.but-link ul {
    margin: 0;
    list-style: none;
    text-align: center;
}
.but-link ul li {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin: 0 8px;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Surt-DemiBold";
}


.but-link {
    margin: 70px 0;
}
.pairbox {
    width: 90%;
    margin: 0 auto;
}
.but-link2 ul li a {
    font-size: 30px;
    line-height: 55px;
    padding: 6px 10px;
}
.banner-cont.tier3 {
    top: 20%;
}
.intro-cont h2 {
    font-size: 55px;
    line-height: 85px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    font-family: "DomaineDisplay-Extrabold";
}
.intro-cont p {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: center;
    font-family: "Surt-Regular";
}
.intro-box .constract {
    justify-content: center;
}
.intro-cont {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.banner-cont.intro-banner {
    top: 14%;
}