*{
    scroll-behavior: smooth;
}
body {
    min-height: 200vh;
    position: relative;
    overflow-y:hidden;
}
.line-basic {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    background-color: #ff9100;
    transition: 0.2s linear;
}
.navbar ul li {
    transition: 0.2s linear;
}
.navbar ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar {
    box-shadow:  0 .5rem 1rem rgba(0,0,0, 0.2);
}
.sec {
    min-height: 100vh;
}
.sec1 {
    height: calc(100vh - 70px );
    position: relative;
    
}
.sec1 .sec1-content {
    z-index: 9999999999999999;
}
.sec1-content .info h1 {
    font-size: 50px;
    font-weight: 700;
}
.sec1-content .info h2 {
    font-weight: 700;
    color: #28309f;
    font-size: 50px;
}
.sec1-content .info p {
    font-size: 20px;
}
.sec1-content .info .btn {
    border-radius: 30px;
}
.sec1 svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.social {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.to-top {
    position: fixed;
    bottom: 50px;
    right: -50px;
    width: 50px;
    height: 50px;
    background-color: #17181d;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: 0.2s ease-out;
}
@media (max-width:430px) {
    .to-top {
        position: fixed;
        bottom: 100px;
    }
}
.to-top i {
    color: white;
}
.to-top i.active {
    color: #17181d;
}
.to-top.active {
    background-color: #f1f2f7;
}
.sec2 {
    min-height: 100vh;
    padding: 40px 20px;
}
.cont2 {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.cont2 .sorts {
    width: 300px;
}
.cont2 .sorts .sort{
    cursor: pointer;
    transition: 0.3s ease-out;
}
.cont2 .sorts .sort:hover{
    background-color: #007bff;
    color: white;
}
.active-sort {
    background-color: #007bff;
    color: white;
}
.sec2 .cont2 .prods {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /* place-items: center; */
    gap: 35px;
    grid-auto-flow: dense;
}

.sec2 .cont2 .prods .prod {
    align-self:self-start;
    /* grid-column-end: span 2; */
    min-width: 0;
    min-height: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.sec2 .cont2 .prods .prod img{
    width: 100%;
}
.sec3 {
    min-height: 100vh;
    padding: 40px 20px;
}
.cont3 form {
    width: 500px;
}
.sec3 .cont3 .input-group input , .sec3 .cont3 .input-group textarea{
    width: 400px;
    outline: none;
    max-height: 200px;
    padding: 10px;
    border-radius:0px 30px 30px 0px;
    background-color: #eee;
    border: 0;
    /* border-bottom: 2px solid black; */
    color:rgba(0, 0, 0, 0.8);
    width: 100%;
}
.sec3 .cont3 .input-group div i{
    padding: 10px 10px 10px 20px;
    background-color: #eee;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 30px 0 0 30px;
    /* margin-bottom:-5px ; */
}
.sec3 .cont3 .input-group textarea {
    min-height: 150px;
    width: 100%;
    border-radius: 0px 30px 30px 30px;
}
.load-page {
    background: #373940;
    z-index: 99999999999;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display:flex;
}
.socket{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
}

.hex-brick{
  background: #ABF8FF;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.h2{
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.h3{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.gel{
    height: 30px;
    width: 30px;	
    transition: all .3s;
    -webkit-transition: all .3s;
    position: absolute;
top: 50%;
left: 50%;
}

.center-gel{
    margin-left: -15px;
    margin-top: -15px;
    
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.c1{
    margin-left: -47px;
    margin-top: -15px;
}

.c2{
    margin-left: -31px;
    margin-top: -43px;
}

.c3{
    margin-left: 1px;
    margin-top: -43px;
}

.c4{
    margin-left: 17px;
    margin-top: -15px;
}
.c5{
    margin-left: -31px;
    margin-top: 13px;
}

.c6{
    margin-left: 1px;
    margin-top: 13px;
}

.c7{
    margin-left: -63px;
    margin-top: -43px;
}

.c8{
    margin-left: 33px;
    margin-top: -43px;
}

.c9{
    margin-left: -15px;
    margin-top: 41px;
}

.c10{
    margin-left: -63px;
    margin-top: 13px;
}

.c11{
    margin-left: 33px;
    margin-top: 13px;
}

.c12{
    margin-left: -15px;
    margin-top: -71px;
}

.c13{
    margin-left: -47px;
    margin-top: -71px;
}

.c14{
    margin-left: 17px;
    margin-top: -71px;
}

.c15{
    margin-left: -47px;
    margin-top: 41px;
}

.c16{
    margin-left: 17px;
    margin-top: 41px;
}

.c17{
    margin-left: -79px;
    margin-top: -15px;
}

.c18{
    margin-left: 49px;
    margin-top: -15px;
}

.c19{
    margin-left: -63px;
    margin-top: -99px;
}

.c20{
    margin-left: 33px;
    margin-top: -99px;
}

.c21{
    margin-left: 1px;
    margin-top: -99px;
}

.c22{
    margin-left: -31px;
    margin-top: -99px;
}

.c23{
    margin-left: -63px;
    margin-top: 69px;
}

.c24{
    margin-left: 33px;
    margin-top: 69px;
}

.c25{
    margin-left: 1px;
    margin-top: 69px;
}

.c26{
    margin-left: -31px;
    margin-top: 69px;
}

.c27{
    margin-left: -79px;
    margin-top: -15px;
}

.c28{
    margin-left: -95px;
    margin-top: -43px;
}

.c29{
    margin-left: -95px;
    margin-top: 13px;
}

.c30{
    margin-left: 49px;
    margin-top: 41px;
}

.c31{
    margin-left: -79px;
    margin-top: -71px;
}

.c32{
    margin-left: -111px;
    margin-top: -15px;
}

.c33{
    margin-left: 65px;
    margin-top: -43px;
}

.c34{
    margin-left: 65px;
    margin-top: 13px;
}

.c35{
    margin-left: -79px;
    margin-top: 41px;
}

.c36{
    margin-left: 49px;
    margin-top: -71px;
}

.c37{
    margin-left: 81px;
    margin-top: -15px;
}

.r1{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3{
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}

.r1 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .2s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .2s;
}

.r2 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .4s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .4s;
}

.r3 > .hex-brick{
    animation-name: fade;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: .6s;
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: .6s;
}


@keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }
    
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fade{
    0%{
        background: #ABF8FF;
    }
    
    50%{
        background: #90BBBF;
    }
    
    100%{
        background: #ABF8FF;
    }
}

@-webkit-keyframes pulse{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    50%{
        -webkit-transform: scale(0.01);
        transform: scale(0.01);
    }
    
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fade{
    0%{
        background: #ABF8FF;
    }
    
    50%{
        background: #389CA6;
    }
    
    100%{
        background: #ABF8FF;
    }
}
.creater {
    margin: 0;
}
footer {
    width: 100%;
    min-height: 100px;
    background-color: #262626;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cairo', sans-serif;
}
@media (max-width:550px) {
    footer {
        flex-direction: column;
    }
    footer .creater {
        margin-bottom: 10px;
    }
}