* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
}

p {
    color: rgb(165, 165, 165);
}

.headedhead {
    /*position: relative;*/
    position:absolute;
    z-index: 2;

    width: 100%;
    top: 0%;
    background: black;
    border: none;
}

.headedhead::after {
    content: '';
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 150px;
    top: -1%;
    background: url('../images/icon-14.png') no-repeat;
    background-position: center;
    background-size: cover;
    /* animation: changesize 1.3s 1 linear; */
}

/* 
@keyframes changesize {
    0% {
        height: 800px;
    }
    100% {
        height: 150px;
    }
} */

.nav {
    position:fixed;
    top: 2%;
    /* top: 20px; */
    width: 100%;
    height: 70px;
    align-items: center;
    z-index: 3;
    color: rgb(216, 216, 216);
    /* padding: 0 50px 0 50px; */
    /* background: rgba(0, 0, 0, .7) */
}

.navcontent1 {
    /* float: left; */
    position: absolute;
    left: 1%;
    margin: 0 20px;
}

.navcontent2 {
    position: absolute;
    right: 1%;
    margin: 0 20px;
    /* float: right; */
}

.nav ul {
    display: flex;
    justify-content: space-around;
}

.nav li {
    list-style-type: none;
    margin-right: 3em;
    font-size: 13px;
}

.nav a {
    color: rgb(209, 209, 209);
}

.nav img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 
.logo {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
} */

.nav .navcontent ul a:hover {
    color: white;
    text-decoration: none;
}

.headings {
    /* position: absolute; */
    /* z-index: 1; */
    /* top: 50%; */
    /* right: 5%; */
    float: right;
    height: 50px;
    text-align: right;
    /* margin-right: 50px; */
    margin-right: 3em;
    /* margin-left: 50px; */
    color: rgb(255, 255, 255)
}

.headings h1 {
    font-size: 72px;
    font-weight: bold;
}

.headings .sec {
    font-size: 72px;
    margin-top: -.4em;
    font-weight: 300;
    color: #fff;
}

.headings p {
    /* color: rgb(202, 202, 202); */
    margin-top: -1em;
    color: rgb(197, 197, 197);
}

#instafeed {
    display: flex;
    justify-content: space-evenly;
    margin: 50px auto;
    width: 100%;
    /* flex-direction: column; */
}

#instafeed a img {
    height: 230px;
    width: auto;
    margin-right: 20px;
}

#instafeed a img:hover {
    opacity: .7;
}

/* .follow .span {
    margin: 0 auto;
} */

.follow {
    min-height: 200px;
    text-align: center;
    margin: 10em 0 15em 0;
}

.processhead {
    color: rgb(170, 170, 170);
    font-size: 25px;
    font-weight: 300;
}

.follow .span {
    width: 5em;
    height: 2px;
    background: rgb(100, 100, 100);
    display: inline-block;
}

.dropbtn {
    z-index: 4;
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-size: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    display: none;
    float: right;
    margin: 0 20px 15px 20px;
}

/* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
} */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    /* padding: 12px 16px; */
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: none;
}

.show {
    display: block;
}

/* 
.firststeps {
    background: url('../images/ALGA JPEGS-35.jpg');
    background-size: cover;
    background-position: cover;
} */

.btn {
    background-color: orange;
    color: #fff;
    font-size: 40px;
    padding: 20px 20px;
}

.sec1 {
    box-sizing: border-box;
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    background: url('../images/ALGA JPEGS-35.jpg');
    background-position: center;
    background-size: cover;
}

.mycards {
    border: none;
}

.mycards .span {
    margin: auto;
}

.mycards img {
    width: 60%;
    margin: auto;
}

.bird:hover {
    animation: shake 0.5s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.leftsectionslide {
    animation: slide;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    opacity: 1 !important;
}

.rightsectionslide2 {
    animation: slide2;
    animation-duration: 1.3s;
    animation-iteration-count: 1;
    opacity: 1 !important;
}

@keyframes slide {
    0% {
        left: 30%;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}

@keyframes slide2 {
    0% {
        right: 40%;
        opacity: 0;
    }
    100% {
        right: 0%;
        opacity: 1;
    }
}

.come-in {
    transform: translateY(350px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.mycards a:hover {
    text-decoration: none;
    color: black !important;
}

@keyframes shake {
    2% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    4% {
        transform: translate(0, 0) rotate(-1.5deg);
    }
    6% {
        transform: translate(0, 0) rotate(4.5deg);
    }
    8% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    10% {
        transform: translate(0, 0) rotate(3.5deg);
    }
    12% {
        transform: translate(0, 0) rotate(7.5deg);
    }
    14% {
        transform: translate(0, 0) rotate(4.5deg);
    }
    16% {
        transform: translate(0, 0) rotate(4.5deg);
    }
    18% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    20% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    22% {
        transform: translate(0, 0) rotate(0.5deg);
    }
    24% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    26% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    28% {
        transform: translate(0, 0) rotate(-4.5deg);
    }
    30% {
        transform: translate(0, 0) rotate(3.5deg);
    }
    32% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    34% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    36% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    38% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    40% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    42% {
        transform: translate(0, 0) rotate(5.5deg);
    }
    44% {
        transform: translate(0, 0) rotate(6.5deg);
    }
    46% {
        transform: translate(0, 0) rotate(-4.5deg);
    }
    48% {
        transform: translate(0, 0) rotate(-0.5deg);
    }
    50% {
        transform: translate(0, 0) rotate(3.5deg);
    }
    52% {
        transform: translate(0, 0) rotate(1.5deg);
    }
    54% {
        transform: translate(0, 0) rotate(-1.5deg);
    }
    56% {
        transform: translate(0, 0) rotate(-4.5deg);
    }
    58% {
        transform: translate(0, 0) rotate(-0.5deg);
    }
    60% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    62% {
        transform: translate(0, 0) rotate(-0.5deg);
    }
    64% {
        transform: translate(0, 0) rotate(6.5deg);
    }
    66% {
        transform: translate(0, 0) rotate(6.5deg);
    }
    68% {
        transform: translate(0, 0) rotate(-2.5deg);
    }
    70% {
        transform: translate(0, 0) rotate(0.5deg);
    }
    72% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    74% {
        transform: translate(0, 0) rotate(6.5deg);
    }
    76% {
        transform: translate(0, 0) rotate(-6.5deg);
    }
    78% {
        transform: translate(0, 0) rotate(-1.5deg);
    }
    80% {
        transform: translate(0, 0) rotate(2.5deg);
    }
    82% {
        transform: translate(0, 0) rotate(-1.5deg);
    }
    84% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    86% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    88% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    90% {
        transform: translate(0, 0) rotate(-1.5deg);
    }
    92% {
        transform: translate(0, 0) rotate(-5.5deg);
    }
    94% {
        transform: translate(0, 0) rotate(4.5deg);
    }
    96% {
        transform: translate(0, 0) rotate(5.5deg);
    }
    98% {
        transform: translate(0, 0) rotate(4.5deg);
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}

.mycards h2 {
    color: rgb(190, 176, 187);
}

.mycards h3 {
    color: rgb(126, 126, 126);
}

.mycards .span {
    background: rgb(126, 126, 126) !important;
}

.productcontainer h2 {
    color: rgb(190, 176, 187);
}

.productcontainer .span {
    background: rgb(190, 176, 187);
}

.productcontainer h3 {
    color: rgb(94, 94, 94);
}

.nectar-process h1 {
    color: rgb(190, 176, 187);
}

.nectar-process .span {
    background: rgb(190, 176, 187);
}

.containercont h2 {
    color: rgb(107, 107, 107) !important;
    font-weight: lighter;
}

.containercont .span {
    background: rgb(107, 107, 107);
}

/* 
@keyframes shake {
    2% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    4% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    6% {
        transform: translate(0, 0) rotate(-2.5deg)
    }
    8% {
        transform: translate(0, 0) rotate(.5deg)
    }
    10% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    12% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    14% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    16% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    18% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    20% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    22% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    24% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    26% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    28% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    30% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    32% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    34% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    36% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    38% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    40% {
        transform: translate(0, 0) rotate(-6.5deg)
    }
    42% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    44% {
        transform: translate(0, 0) rotate(.5deg)
    }
    46% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    48% {
        transform: translate(0, 0) rotate(4.5deg)
    }
    50% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    52% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    54% {
        transform: translate(0, 0) rotate(-.5deg)
    }
    56% {
        transform: translate(0, 0) rotate(5.5deg)
    }
    58% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    60% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    62% {
        transform: translate(0, 0) rotate(-2.5deg)
    }
    64% {
        transform: translate(0, 0) rotate(1.5deg)
    }
    66% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    68% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    70% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    72% {
        transform: translate(0, 0) rotate(3.5deg)
    }
    74% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    76% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    78% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    80% {
        transform: translate(0, 0) rotate(-1.5deg)
    }
    82% {
        transform: translate(0, 0) rotate(.5deg)
    }
    84% {
        transform: translate(0, 0) rotate(2.5deg)
    }
    86% {
        transform: translate(0, 0) rotate(-3.5deg)
    }
    88% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    90% {
        transform: translate(0, 0) rotate(-5.5deg)
    }
    92% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    94% {
        transform: translate(0, 0) rotate(-4.5deg)
    }
    96% {
        transform: translate(0, 0) rotate(7.5deg)
    }
    98% {
        transform: translate(0, 0) rotate(6.5deg)
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0)
    }
} */

/* .shake-rotate:hover, .shake-trigger:hover .shake-rotate, .shake-rotate.shake-freeze, .shake-rotate.shake-constant {
    animation-name: shake-rotate;
    animation-duration: 100ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
} */

.headbee {
    margin-top: 5vw;
}

.artbird {
    position: absolute;
    top: 25%;
    left: 10%;
}

.aboutbird {
    position: absolute;
    top: -8%;
    right: 10%;
}

.remedybird {
    position: absolute;
    top: -15%;
    right: 10%;
}

/* .aboutbird:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
} */

.footer {
    margin-bottom: 10em;
}

.footer h5 {
    color: rgb(161, 161, 161);
}

.footer a {
    color: rgb(134, 134, 134);
    margin: 0.1em;
}

.footer a:hover {
    text-decoration: none;
}

small {
    color: rgb(161, 161, 161);
}

.span {
    /* width: 100px; */
    width: 10vw;
    height: 2px !important;
    background: rgb(107, 107, 107);
    margin-top: 2px;
    margin-bottom: 30px;
}

.aboutspan {
    width: 8vw;
}

.artspan {
    width: 17vw;
}

.algaspan {
    width: 10vw;
}

/* 
.sections {
    margin: 10vw 0;
} */

.sections h2 {
    font-size: 2vw;
}

.iconscontainer h1 {
    font-size: 3vw;
}

.sections p {
    font-size: 1em;
}

.nectar-processs {
    margin: 7vw 0;
}

.productcontainer h2, h3 {
    font-size: 5vw;
}

.productcontainer h3 {
    font-size: 3vw;
}

.spangradient {
    background: linear-gradient(to right, blue, white, red) !important;
    width: 18vw;
}

.mycards h2 {
    font-size: 2vw;
}

.mycards h3 {
    font-size: 2vw;
}

.carousel {
    margin: 10em 0;
}

.path {
    height: 250px;
    width: 30%;
}

.rotimg {
    transform: scaleX(-1);
}

/* .path {
    transform: scale(1.8);
    height: 500px;
    width: 400px;
} */

@media (min-width:320px) and (max-width:760px) {
    .dropbtn {
        display: block;
        float: right;
    }
    .navcontent {
        display: none;
    }
    .navcontent ul li {
        margin: 5px;
        font-size: 10px !important;
    }
    p {
        font-size: .7em !important;
    }
    .path {
        display: none;
    }
    .sections {
        margin: 10vw 0;
    }
    .sections h2 {
        font-size: .8em;
    }
    .mycards h2 {
        font-size: .8em;
    }
    .mycards h3 {
        font-size: .8em;
    }
    .footer h6 {
        font-size: .5em;
    }
    .copyright small {
        font-size: .5em;
    }
    .follow {
        margin: 5em 0;
    }
    .containercontart1 {
        order: 2;
    }
    .containercontart2 {
        text-align: left;
        order: 1;
    }
    .processicons {
        margin-bottom: 3em;
    }
    .follow img {
        width: 50%;
    }
   
        .footer h5 {
        font-size: 17px;
    }
    .algaicon-footer{
        width:50% !important;
    }
}

@media (max-width:550px) {
    #instafeed a img {
        height: 80px !important;
        margin-right: 10px;
    }
    /* .headings h1 {
        font-size: 52px;
    }
    .headings .sec {
        font-size: 52px;
    }
    .pathimg {
        height: 20em;
        width: auto;
        margin: auto;
    } */
}

@media (max-width:1000px) {
    #instafeed a img {
        height: 150px;
        margin-right: 10px;
    }
}

.follow img {
    /* border: 5px solid #b3b3b3; */
    /*border-radius: 10px;*/
    /*background: linear-gradient(to right, #ecf0f1, #bdc3c7);*/
    /* background: linear-gradient(to right, rgb(80, 212, 252), rgb(192, 245, 252)); */
    /*box-shadow: 3px 3px 5px;*/
    margin: 20px;
}

.footer p {
    font-size: .8em;
}

.footer .fa-instagram:hover {
    color: #c32aa3;
    /* background: #c32aa3; */
}

.footer .fa-facebook-square:hover {
    color: #1877f2;
    /* background: #c32aa3; */
}

/* @media (min-width:900px) {
    .address p {
    }
} */
@media (min-width:720px) {
    .algacont {
        margin-bottom: 8em;
    }
}

.address em {
    color: #5a5a5a;
    font-size:14px;
}


@media (min-width:1900px) {
    .headedhead::after {
        height: 20em;
    }
    .nav {
        height: 8em;
    }
    .nav img {
        height: 12em !important
    }
    .headbee {
        margin-top: 15em !important;
    }
}