*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}
.container{
    width:100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}
.navbar{
    width: 100%;
    display: flex;
    align-items: center;
}
.menu-icon{
    width: 30px;
    cursor:pointer;
    display: none;
    margin-top: 5%;
    border-radius: 25%;
}
nav{
    flex:1;
    text-align: right;
    margin-top: 3%;
    
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
nav ul li a{
    text-decoration: none;
    color:white;
    font-size: 20px;
    font-weight: 100;
    font-family: sans-serif;
    justify-content: space-evenly;
    margin: 40px;
}
nav ul li a:hover{
    color: rgb(60, 43, 43);
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
    padding-top: 6rem;
}
.col-1{
    flex-basis: 40%;
    position: absolute;
    margin-left: 250px;
    top: 100px;
}
.col-1 h2{
    padding-top: 6rem;
    font-size: 54px;
    color: #343030;
}
.col-1 p{
    font-size: 16px;
    color: rgb(255, 253, 253);
    font-weight: 100;
    margin: 20px 0 10px;
}
/* button{
    width: 140px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background: linear-gradient(to right,#fb5283,#ff3527);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 5%;
    margin-left: 10%;
    transition: width 0.5s;
}
button img{
    width: 30px;
    display: none;
}
button:hover img{
    display: block;
} */
button:hover{
    width:160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-1::after{
    content: '';
    width:10px;
    height: 45%;
    background: linear-gradient(#ff469f,#ff6062);
    position: absolute;
    left:-25px;

    top: 100px;
}
.container{
    height: 100vh;
    width: 100%;
    background-image: url(bg1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-bottom: -20%;
}

.social-links img{
    height: 33px;
    margin: 20px;
    cursor: pointer;
    /* background-color:white; */
    border-radius: 10%;
}
.social-links img:hover{
    transition: translateY(2);
    background-color: #cec5c7;
    
}
.social-links{
    text-align: center;
    /* background-color:white; */
    margin-top: 5%;
}

.b1 a{
    width: 80px;
    border: 0;
    padding: 12px 10px;
    outline:none;
    color: #070c04;
    background: linear-gradient(to right,#ff469f,#ff6062);
    border-radius: 6px;
    cursor: pointer;
    margin-top: 5%;
    margin-left: 10%;
    font-family:'Dosis' , san-serif;
    transition: width 0.5s;
    text-decoration: solid;
    font-weight: 1000;
    position: absolute;
}
.b1 a img{
    width: 30px;
    display: none;
}
.b1 a:hover img{
    display: block;
}
.b1 a:hover{
    width:160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ff6666;
    box-shadow: 0 0 5px #ff6666,0 0 25px #ff6666,0 0 50px #ff6666,0 0 100px #ff6666,0 0 300px #ff6666;
}


@media only screen and (max-width:600px) {
    nav ul{
        margin-right: 20px;
        width:40%;
        background: linear-gradient(#4f4b4b,#838080);
        position: absolute;
        top:75px;
        right:0;
        left: 200;
        z-index: 2;
        text-align: center;
        text-decoration: solid;
        transition: 0.5s;
        border-radius: 15px;
    }
    nav ul li{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #fff;
    }
    .menu-icon{
        display: block;
    }
    #menuList{
        overflow: hidden;
        transition: 0.5s;
    }
    
    .row{
        flex-direction: column-reverse;
        margin: 50px 0;
    }
    .col-1{
        flex-basis: 100%;
        position: absolute;
        margin-left: 170px;
        top: 100px;
        left: -90px;
    }
    .col-1::after{
        content: '';
        width:10px;
        height: 45%;
        background: linear-gradient(#ff469f,#ff6062);
        position: absolute;
        left: -28px;
        top: 100px;
    }
    .col-1 h2{
        font-size: 35px;
    }
    .social-links{
        margin-top: 10%;
    }
    a{
        width:110px;
    }
    .container{
        margin-bottom: -55%;
    }
    
}

@media only screen and (min-width:601px) and ( max-width:768px) {
    nav ul{
        margin-right: 20px;
        width:40%;
        background: linear-gradient(#c46868,#9f9898);
        position: absolute;
        top:75px;
        right:0;
        left: 200;
        z-index: 2;
        text-align: center;
        text-decoration: solid;
        transition: 0.5s;
        border-radius: 15px;
    }
    nav ul li{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #fff;
    }
    .menu-icon{
        display: block;
    }
    #menuList{
        overflow: hidden;
        transition: 0.5s;
    }
    
    .row{
        flex-direction: column-reverse;
        margin: 50px 0;
    }
    .col-1{
        flex-basis: 100%;
        position: absolute;
        margin-left: 170px;
        top: 100px;
        left: -90px;
    }
    .col-1::after{
        content: '';
        width:10px;
        height: 45%;
        background: linear-gradient(#ff469f,#ff6062);
        position: absolute;
        left: -28px;
        top: 100px;
    }
    .col-1 h2{
        font-size: 35px;
    }
    .social-links{
        margin-top: 13%;
    }
    a{
        width:110px;
    }
    .container{
        margin-bottom: -48%;
    }
    
}


