* {
    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;
    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 img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

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

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

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

/* .headimg {
    height: 100vh;
    margin-top: 10em;
    background: url('../images/2nd page icons-28.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 5em;
} */

.icons img {
    width: 80%;
    margin-right: 2em;
    margin: 0 auto;
}

.icons div {
    text-align: center;
}

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

.howhead {
    margin-bottom: 1em;
}

.how h1 {
    color: rgb(190, 176, 187);
}

.stepnum {
    color: rgb(153, 153, 153) !important;
}

.steps {
    margin-bottom: 5em;
}

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

.steps small {
    font-size: .5em;
    color: rgb(161, 161, 161);
}

.how {
    margin-bottom: 10em;
}

.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;
}

.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;
}

.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);
    }
}

.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;
}

@media (min-width:320px) and (max-width:766px) {
    .dropbtn {
        display: block;
        float: right;
    }
    .navcontent {
        display: none;
    }
    .navcontent ul li {
        margin: 5px;
        font-size: 10px !important;
    }
    .steps h2 {
        font-size: 1em;
    }
    p {
        font-size: .7em !important;
    }
    h1 {
        font-size: 1em !important;
    }
    .footer h6 {
        font-size: .5em;
    }
    .copyright small {
        font-size: .5em;
    }
    .how .leftsection {
        margin-bottom: 5em;
    }
       .how {
        margin-bottom: -1em;
    }
    .steps {
        margin-bottom: -2em !important;
    }

            .footer p {
        font-size: 12px !important;
    }
      .topheading {
        font-size: 20px;
    }
      .algaicon-footer{
        width:50% !important;
    }
}

.footer p {
    font-size: .8em;
    /* text-align: left; */
}

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

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

.address em {
    color: #5a5a5a;
    font-size:14px;
}
@media (min-width:720px){
    .topheading-cont{
        margin-bottom:8em;
    }
}

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