*{
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
@media(max-width:720px){
    *{
        font-size: 12px;
    }
}
section{
    position: relative;
    margin-top: 80px;
}
.site-section{
    margin-top: 0;
    padding: clamp(42px, 6vw, 76px) 0;
    scroll-margin-top: 70px;
}
.section-header{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0px;
}
.heading{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: springgreen;
}
.heading span{
    font-size: 18px;
    font-weight: 500;
    color: black;
}

/* loader animation */

#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: white;
    z-index: 99;
}
.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.loader {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
.loader span {
    display: inline-block;
    margin: 0 -0.1em;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
}
.loading span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: scale(1.5);
    animation: loading 3s infinite;
}
.loading span:nth-child(2)::after {
    animation-delay: 0.1s;
}
.loading span:nth-child(3)::after {
    animation-delay: 0.2s;
}
.loading span:nth-child(4)::after {
    animation-delay: 0.3s;
}
.loading span:nth-child(5)::after {
    animation-delay: 0.4s;
}
.loading span:nth-child(6)::after {
    animation-delay: 0.5s;
}
.loading span:nth-child(7)::after {
    animation-delay: 0.6s;
}
.loading span:nth-child(8)::after {
    animation-delay: 0.7s;
}
.loading span:nth-child(9)::after {
    animation-delay: 0.8s;
}
.loading span:nth-child(10)::after {
    animation-delay: 0.9s;
}

@keyframes loading {
    0%, 75%, 100% {
        transform: scale(1.5);
        opacity: 0;
    }
    25%, 50% {
        transform: scale(1);
        opacity: 1;
    }
}



/* nav section */

.bg-img{
    position: absolute;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background-image: url(https://res.cloudinary.com/dhpdqtbn7/image/upload/v1777740898/bg-1_mri3tn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.navbar{
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 80px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    background-color: #28282B;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;   
}
.nav-logo{
    display: inline-flex;
    justify-content: center;
    align-items: center;
} 
.nav-logo img{
    width: 50px;
    padding: 15px;
}
.nav-logo h2{
    color: white;
    font-size: 1.4rem;
    letter-spacing: .8px;
}
.nav-logo h3{
    color: white;
    font-size: 1.2rem;
    display: none;
}
.nav-expand ul{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
li.nav-item{
    list-style-type: none;
}
a.nav-links{
    font-size: .9rem;
    margin-left: 20px;
    color: white;
    text-decoration: none;
    transition: .2s;
}
a.nav-links:hover{
    color: greenyellow;
    border-bottom: 2px solid greenyellow;
}
.cart{
    width: 30px;
    cursor: pointer;
}
.cart-btn{
    margin-left: 20px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#cart-count{
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 50px;
    font-size: .7rem;
    color: white;
    background: crimson;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nav-toggle{
    display: none;
}
.header-container{
    padding-top: 70px;
    width: 100vw;
    height: calc(100vh - 70px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header-text{
    width: 60%;
    color: white;
    font-weight: 500;
}
.header-text span{
    font-weight: 700;
    font-size: 3.2rem;
    text-align: left;
    letter-spacing: .6px;
}
.header-search{
    margin: 10px 0px;
    width: 100%;
}
.header-search input{
    width: 70%;
    height: 35px;
    outline: none;
}
.header-search button{
    min-width: 70px;
    width: 16%;
    height: 38px;
    border: none;
    background-color: orangered;
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
.arrow{
    position: absolute;
    bottom: 10%;
    left: 45%;
    transform: translate(0,-50%);
    animation: zig infinite 4s linear;
    cursor: pointer;
}
.arrow img{
    width: 2.2rem;
}
@keyframes zig{
    0%,80% {
        transform: translateY(0px);
    }
    85% {
        transform: translateY(10px);
    }
    90% {
        transform: translateY(0px);
    }
    95% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }

}
@media(max-width:720px){
    .navbar{
        height: 65px;
        width: calc(100% - 60px);
        justify-content: space-between;
        padding: 0px 30px;
    }
    .nav-logo img{
        width: 40px;
        padding: 12px 8px;
    }
    .nav-logo h2{
        display: none;
    }
    .nav-logo h3{
        color: white;
        font-size: 1.8rem;
        display: block;
    }
    .nav-toggle{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }
    .nav-toggle img{
        width: 25px;
        position: absolute;
        transition: all 1s;
    }
    #cross{
        width: 30px;
        display: none;
    }
    .header-text{
        width: 80%;
    }
    .nav-expand{
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        background-color: #28282B;
        transform: translateX(100vw);
        transition: .5s ease-in-out;
    }
    .nav-expand ul{
        width: 100vw;
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .nav-expand ul li{
        text-align: center;
        width: 100vw;
        list-style-type: none;
        letter-spacing: 1px;
        padding: 10px 0px;
    }
    .nav-expand ul li a{
        font-size: 1.6rem;
    }
    .cart-btn{
        margin-left: 0;
    }
}


/* services section */

.card-container{
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-start;
}
.card{
    position: relative;
    flex: 1 1 300px;
    margin: 10px 20px;
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;

}
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.card-img{
    width: 200px;
    height: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.card-img img{
    height: 140px;
    transition: .5s;
}
.card-text{
    width: 80%;
    text-align: center;
    transition: .3s;
}
.card-text h4{
    letter-spacing: .4px;
    text-transform: uppercase;
    color: seagreen;
    transition: .5s;
}
.card:nth-child(2) h4{
    color: orangered;
}
.card:nth-child(3) h4{
    color: darkcyan;
}
.card-design{
    border-radius: 5px;
    z-index: -1;
    width: 110%;
    height: 110%;
    position: absolute;
    clip-path: circle(45% at 0 0);
    background-color: palegreen;
    transition: .5s;
}
.card:nth-child(2) .card-design{
    background-color: lightsalmon;
}
.card:nth-child(3) .card-design{
    background-color: paleturquoise;
}
.card:hover .card-design{
    clip-path: circle(100%);
}
.card:hover .card-text{
    transform: translateY(-100px);
}
.card:hover .card-img img{
    transform: translateY(-200px);
}
.card:hover .card-text h4{
    color: black;
}
.card-text a{
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: seagreen;
    text-decoration: none;
    border: 2px solid seagreen;
}

/* product section */
#fertilizer-products,
#pesticide-products,
#products{
    padding: 0 20px;
}
#seed-products{
    padding: 0 20px;
}
.product-toolbar{
    width: min(1100px, 95%);
    margin: 0 auto 14px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
#product-search{
    width: min(380px, 100%);
    padding: 10px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    outline: none;
}
#product-search:focus{
    border-color: #1f7a38;
}
.product-grid{
    width: min(1100px, 95%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}
.product-card{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.08) 0px 8px 24px;
    display: flex;
    flex-direction: column;
}
.product-card img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.product-content{
    padding: 12px;
}
.product-content h4{
    margin-bottom: 8px;
    font-size: 1rem;
}
.product-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.product-price{
    color: #1f7a38;
    font-weight: 700;
}
.add-btn{
    border: none;
    background: #1f7a38;
    color: white;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: .8rem;
}
.add-btn:hover{
    background: #17602d;
}
.empty-products{
    padding: 16px;
    text-align: center;
    color: #555;
}
.pagination{
    width: min(1100px, 95%);
    margin: 14px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.page-btn{
    border: 1px solid #d0d0d0;
    background: white;
    color: #333;
    min-width: 34px;
    height: 34px;
    border-radius: 6px;
    cursor: pointer;
    padding: 0 10px;
}
.page-btn.active{
    background: #1f7a38;
    border-color: #1f7a38;
    color: white;
}

/* cart drawer */
.cart-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 30;
}
.cart-drawer{
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 92vw);
    height: 100vh;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) -6px 0px 18px;
    transform: translateX(105%);
    transition: .35s;
    z-index: 40;
    display: flex;
    flex-direction: column;
}
.cart-drawer.open{
    transform: translateX(0);
}
.cart-overlay.open{
    opacity: 1;
    visibility: visible;
}
.cart-header,.cart-footer{
    padding: 14px;
    border-bottom: 1px solid #ececec;
}
.cart-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-body{
    flex: 1;
    overflow-y: auto;
    padding: 10px 14px;
}
.cart-row{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}
.cart-price{
    color: #1f7a38;
    font-weight: 700;
}
.cart-qty{
    display: inline-flex;
    align-items: center;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    overflow: hidden;
}
.cart-qty button{
    border: none;
    background: #f4f4f4;
    padding: 4px 8px;
    cursor: pointer;
}
.cart-qty span{
    min-width: 28px;
    text-align: center;
}
.cart-actions{
    margin-top: 10px;
    display: flex;
    gap: 8px;
}
.light-btn,.wa-btn,.cart-close{
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
.light-btn{
    padding: 10px 14px;
    background: #f0f0f0;
}
.wa-btn{
    flex: 1;
    padding: 10px 14px;
    background: #25D366;
    color: white;
}
.cart-close{
    width: 32px;
    height: 32px;
    font-size: 1.2rem;
    background: #efefef;
}
.empty-cart{
    color: #666;
    text-align: center;
    padding: 20px 10px;
}



/* services section */

.seed-container{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.seed-container::-webkit-scrollbar {
    display: none;
}
.seed{
    flex: 1 1 200px;
    margin: 10px 20px;
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    background-color: palegreen;
    transition: .5s;
    cursor: pointer;
}
.seed:nth-child(3n+2)
{
    background-color: lightsalmon;
}
.seed:nth-child(3n+3)
{
    background-color: paleturquoise;
}
.seed:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.seed-img{
    width: 200px;
    height: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.seed-img img{
    height: 140px;
    transition: .5s;
}
.seed-text{
    width: 80%;
    text-align: center;
    transition: .3s;
}
.seed-text h4{
    letter-spacing: .4px;
    text-transform: uppercase;
    color: seagreen;
}
.seed:nth-child(3n+2) h4{
    color: orangered;
}
.seed:nth-child(3n+3) h4{
    color: darkcyan;
}
.seed-text a{
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: seagreen;
    text-decoration: none;
    border: 2px solid seagreen;
}








/* Team section */

.team-container{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.team{
    padding: 10px 0px;
    margin: 10px 30px;
    width: 300px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}
.team-img{
    width: 260px;
    height: 260px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.team-img img{
    height: 260px;
    transition: .5s;
}
.team-text{
    padding: 20px;
    text-align: center;
    transition: .3s;
}
.team-text h4{
    letter-spacing: .4px;
    text-transform: uppercase;
}


/* partner section */

.partner-container{
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.partner-container .partner{
    width: max-content;
    transition: .5s;
    animation: partner 100s 2s infinite linear;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: palegreen;
}
.partner-img{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    min-width: 180px;
    background-color: white;
    margin: 10px 30px;
    border: 2px solid white;
    transition: .5s;
    cursor: pointer;
    padding: 10px 15px;
}
.partner-img h3{
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.600);
}
.partner-img:hover{
    border-color: orangered;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.partner-img img{
    width: 80px;
    padding-right: 15px;
}
@keyframes partner{
    0%{
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-3050px);
    }
    100% {
        transform: translateX(0px);
    }
}

@media(max-width:720px){
    .partner-img{
        height: 80px;
        min-width: 160px;
        margin: 10px;
        padding: 5px 10px;
    }
    .partner-img img{
        width: 60px;
        padding-right: 10px;
    }
}


/* Contact section */

.contact-container{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.contact-box{
    position: absolute;
    width: 60%;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    background-image: url("https://cdn.pixabay.com/photo/2017/06/11/02/05/wheat-2391348_960_720.jpg");
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-form{
    width: 80%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.form-text
{
    padding: 20px 0px;
    text-align: center;
}
.contact-detail{
    margin: 0px 40px;
    width: 30%;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.contact-form form{
    width: 60%;
}
.contact-form input,.contact-form textarea{
    width: calc(100% - 20px);
    margin-top: 10px;
    padding-left: 10px;
    border: none;
    outline: none;
    border-bottom: 2px solid black;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    letter-spacing: .8px;
}
.contact-form input{
    height: 35px;
}
.contact-form textarea{
    padding-top: 8px;
    resize: none;
}
.contact-form input[type="submit"]
{
    background-color: crimson;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    width: 100px;
    margin: 30px 0px;
    border: none;
    cursor: pointer;
}
.contact-detail ul li{
    list-style-type: circle;
    margin-top: 20px;
}
footer{
    margin-top: 10%;
    background-color: rgba(0, 0, 0, 0.700);
    padding: 20px;
    text-align: center;
    color: #f0f0f0;
}

@media(max-width:720px){
    .card-container{
        flex-direction: column;
    }
    .product-toolbar{
        width: 100%;
    }
    .product-grid{
        width: 100%;
    }
    .pagination{
        width: 100%;
    }
    .team-container{
        flex-direction: column;
    }
    .contact-detail{
        display: none;
    }
    .contact-box{
        width: 90%;
        height: fit-content;
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
    }
    .contact-form{
        width: 100%;
        border-radius: 5px;
    }
    .contact-form form{
        width: 80%;
    }
    footer{
        margin-top: 20%;
    }
    
}


#grid-section{
    background-color: #f0f0f0;
    padding-bottom: 30px;
}
.grid-flex{
    width: 100%;
    height: fit-content;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}
.grid{
    width: 90%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    grid-auto-rows: auto;
}
.grid-blur{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.grid-child{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.child-text{
    letter-spacing: .6px;
    word-spacing: .2px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    color: white;
    text-align: center;
    padding: 20px;
}
.child1{
    grid-column: 1/3;
    grid-row: 1/3;

}
.child-text p{
    padding-top: 10px;
}
@media(max-width:720px){
    .grid{
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .child-text{
        letter-spacing: .6px;
        word-spacing: .2px;
        position: absolute;
        bottom: 0%;
        left: 0%;
        color: white;
        text-align: center;
        padding: 10px;
    }
    .child1 .child-text{
        padding: 20px;
    }    
    .child-text p{
        padding-top: 5px;
        font-size: 10px;
    }   
}



.background-container{
    width: 100%;
    /* background-image: url("https://cdn.pixabay.com/photo/2017/08/02/14/26/winter-landscape-2571788_960_720.jpg"); */
    background-color: goldenrod;
    background-size: cover;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0px;
}
.test-slider{
    margin-top: 10px;
}
.test-controls{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.test-arrow{
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background-color: #28282B;
    color: white;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: .3s;
}
.test-arrow:hover{
    background-color: #1a1a1d;
    transform: scale(1.05);
}
.wrap{
    width: min(700px, 92vw);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.test-box{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    transition: transform .5s ease;
    will-change: transform;
}
.test{
    background-color:white;
    flex: 0 0 auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.test-img{
    width: 280px;
}
.test-img img{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 100%;
    height: 100%;
}
.test-text{
    letter-spacing: .4px;
    word-spacing: .2px;
    position: relative;
    width: 330px;
    height: 260px;
    padding: 10px 20px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.quote{
    position: absolute;
    width: 50px;
    height: 50px;
}
#lq{
    left: 20px;
    top: 10px;
}
#rq{
    bottom: 10px;
    right: 10px;
}
.buttons{
    margin-top: 20px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.test-btn{
    width: 12px;
    height: 11px;
    margin: 2px;
    border-radius: 50px;
    border: none;
    outline: none;
    transition: .5s;
    cursor: pointer;
    background-color: #28282B;
}
.test-btn.is-active{
    width: 30px;
}
@media(max-width:720px){
    .background-container{
        width: 100%;
        margin-top: 0;
    }
    .wrap{
        width: min(320px, 82vw);
        overflow: hidden;
    }
    .test-box{
        background-color: white;
        transition: .5s;
    }
    .test{
        padding: 10px;
        padding-top: 20px;
        flex-direction: column;
        justify-content: center;
    }
    .test-text{
        width: 280px;
        height: 240px;
        padding: 0px;
        padding-top: 20px;
        margin: 0px;
    }
    .test-controls{
        gap: 6px;
    }
    .test-arrow{
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

}

@media(max-width:720px){
    .site-section{
        padding: 34px 0;
        scroll-margin-top: 50px;
    }
}


footer{
    position: relative;
}
.row{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.row ul{
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.row ul li{
    display: inline-block;
    list-style-type: none;
    padding: 5px 10px;
}
.footer-nav li a{
    text-decoration: none;
    color: white;
    font-size: .9rem;
}
.social li a{
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
}
.row .social ul li.in a {
    color: #df588a; 
}
.row .social ul li.tw a {
    color: #15b8ff; 
}
.row .social ul li.fb a {
    color: 	#4267B2; 
}
.row .social ul li.dr a {
    color: #fa38c1; 
}
.row .social ul li.pin a {
    color: #dd4d5a; 
}
.copyright {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: #28282B;
    color: #999999; 
}

@media(max-width:720px){
    .row ul{
        flex-direction: column;
    }
    .social ul{
        flex-direction: row;
    }
}