@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Mulish:wght@200;300;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');

/* for h2  */
@import url('https://fonts.googleapis.com/css2?family=Recursive:wght@700&display=swap');

/* for p  */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    /* background: linear-gradient(45deg, #f3d0d0 50%, #c2ffbd 50%); */
    /* background: url(two.png); */
    /* background-size: 1300px 900px; */
    background-size: cover;
    /* background-position: top; */
    background-attachment: fixed;
}


nav{
    width: 1349px;
    display: flex;
    height: 80px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px rgb(223, 223, 223);
}

nav .nav-link{
    font-size: 18px;
    width: 120px;
    display: flex;
    justify-content: center;
}

nav a:hover:not(.navbar-brand){
    display: flex;
    transition: .9s;
    width: 120px;
    background: #0ac9b9;
    border-radius: 5px;
}

nav .navbar-brand .img{
    width: 70px;
    /* margin-top: 20px; */
    height: 70px;
}

.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.navbar-brand .img{
    box-shadow: none;
    height: 50px;
    width: 50px;
}

.heading{
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 30px;
    justify-content: center;
    font-family: 'Recursive', sans-serif;
}

.jio{
    /* width: 100%; */
    position: relative;
    display: flex;
    left: -400px;
    margin-top: 20px;
    /* margin-left: -90px; */
}

.jio img{
    width: 400px;
    height: 300px;
    margin: 30px 0;
    border-radius: 5px;
}


.about{
    width: 100%;
    position: relative;
    margin: 0 0 0 390px;
    margin-top: -335px;
}

.about h2{
    font-family: 'Recursive', sans-serif;
}

.about h3{
    margin-top: 30px;
}

.about p{
    text-align: justify;
    font-size: 18px;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
} 

.about ul{
    margin-left: 17px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

ul li{
    margin: 10px 0;
}

.thumbs{
    position: relative;
    width: 1349px;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 400px;
    /* margin-left: -250px; */
}

.thumbs img{
    width: 500px;
    /* height: 100px; */
    box-shadow: 0 0 10px rgb(155, 155, 155);
    border-radius: 5px;
    height: 600px;
    margin: 0 10px;
    /* margin-right: 10px; */
}


.app-info  .name{
    position: absolute;
    left: 300px;
}

.app-info h4{
    font-size: xx-large;
}

.imp{
    color: red;
    /* margin-top: 90px; */
}

.button{
    display: flex;
    width: 400px;
    height: 40px;
    background: #384bf1;
    color: #ffffff;
    font-size: 17px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 60px 0;
    border-radius: 5px;
    /* margin-left: -430px; */
    /* margin-bottom: 90px; */
}
.button:hover{
    /* background: #ff7e68; */
    background: #ff5447;
    text-decoration: none;
    font-weight: 900;
    transition: .8s;
    color: #000;
}

.container .logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    background: #29393f;
    padding: 10px 673px;
}

/* .logo .logo-img{
    width: 280px;
    height: 120px;
} */

.container .cont-icon{
    font-size: 25px;
    margin-left: 20px;
}

.contact{
    width: 1349px;
    height: 200px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background: rgb(235, 226, 226);
    /* box-shadow: 0 0 1px #2c2b2b; */
}

.contact .cont{
    width: 1349px;
    display: flex;
    justify-content: left;
    /* font-family: 'Open Sans', sans-serif; */

    align-items: center;
}
.cont img{
    height: 130px;
    margin: 0 50px;
    width: 130px;
}
.cont ul,
.cont ul{
    color: #000;
    /* display: inline-flex; */
    /* margin: 10px 10px; */
    margin-left: 200px;
    list-style: none;
}
.cont ul li a{
    color: #000;
    text-decoration: none;
    font-size: 19px;
    text-align: justify;
}

.cont .cont-icon {
    font-size: 30px;
    display: inline-flex;    
}

.cont .ul-icon li{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-flex;
    margin: 0 30px;
    padding: 10px 10px;
}

@media screen and (max-width: 360px){
    body{
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: linear-gradient(45deg, #f3d0d0 50%, #c2ffbd 50%); */
        background: #ffffff;
        /* background: url(new.png); */
        background-size: 750px 900px ;
        background-position: top;
        background-attachment: fixed;
    }

    .container{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }

    nav{
        width: 360px;
        display: flex;
        height: min-content;
        box-shadow: 0 0 5px #000;
        /* margin-bottom: 160px; */
    }
    
    nav a{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 900;
    }

    nav .nav-link{
        display: flex;
        width: auto;
        justify-content: unset;
    }
    nav a:hover:not(.navbar-brand){
        display: flex; 
        background: #929192;
        width: auto;       
        transition: none;
        border-radius: unset;

    }
    
    nav .navbar-brand .img{
        width: 70px;
        height: 50px;
        margin-top: 0;
        box-shadow: none;
    }

    /* .heading{
        width: 100%;
        position: relative;
        display: flex;
        margin-top: 30px;
        justify-content: center;
        font-family: 'Recursive', sans-serif;
    } */
    
    .jio{
        /* position: relative; */
        display: block;
        left:0;
        margin-top: 20px;
    }
    
    .about{
        margin: 0 20px;
        margin-top: 0;
    }
    
    .jio img{
        width: 360px;
        height: 200px;
        margin: 30px 0;
        border-radius: 0;
    }

    .about h2{
        font-weight: 300;
        font-family: 'Recursive', sans-serif;
    }

    .about p{
        /* font-weight: 300; */
        /* text-align: justify; */
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        
    }
    
    .about ul{
        margin-left: 17px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
    }

    .heading{
        width: 100%;
        position: relative;
        display: flex;
        margin-top: 30px;
        justify-content: center;
        font-family: 'Recursive', sans-serif;
    }

    .thumbs{
        position: relative;
        width: 100%;
        width: 360px;
        display: inline-block;
        justify-content: center;
        margin-top: 50px;
        margin-bottom: 30px;
        /* margin-left: -250px; */
    }
    
    .thumbs img{
        width: 360px;
        height: 400px;
        border-radius: 0;
        margin: 10px -1.9px;
    }

    .thumbs .img1{
        width: 180px ;
    }
    .thumbs .img2{
        width: 180px;
    }

    .thumbs .img3{
        width: 360px;
        height: 500px;
        position: relative;
        display: flex;
        justify-content: center;
        margin:0 0;
    }

    .app-info p{
        font-size: 16px;
    }
    .app-info  .name{
        position: absolute;
        left: 120px;
    }

    .imp{
        color: red;
    }

    .button{
        display: flex;
        width: 125px;
        height: 45px;
        background: #384bf1;
        color: #ffffff;
        font-size: 15px;
        /* font-family: 'Open Sans', sans-serif; */
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin: 10px 0;
    }
    .button:hover{
        background: #ff5447;
        text-decoration: none;
        transition: .9s;
        color: #000;
    }

    .container .logo{
        width: 360px;
        display: flex;
        justify-content: center;
        margin-top: 40px;
        background: #29393f;
        padding:10px 90px ;
    }

    .logo .logo-img{
        width: 180px;
        height: 100px;
    }
    
    .container .cont-icon{
        font-size: 18px;
        margin-left: 5px;
    }

    .contact{
        width: 360px;
        height: 200px;
        display: flex;
        align-items: center;
        margin-top: 30px;
        /* justify-content: center; */
        background: rgb(235, 226, 226);
        /* box-shadow: 0 0 1px #2c2b2b; */
    }
    
    .contact .cont{
        width: 360px;
        display: flex;
        align-items: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
    }
    .cont img{
        position: absolute;;
        height: 50px;
        margin: 0 0;
        margin-top: -60px;
        margin-left: 300px;
        width: 50px;
    }
    
    .cont ul{
        color: #000;
        /* display: inline-flex; */
        /* margin: 10px 10px; */
        margin-top: 10px;
        margin-left: 20px;
        list-style: none;
    }
    .cont ul li a{
        color: #000;
        text-decoration: none;
        font-size: 19px;
        text-align: justify;
    }
    
    .cont .cont-icon {
        font-size: 24px;
        display: inline-flex;  
        margin-top: 100px;  
    }
    
    .cont .ul-icon li{
        width: 30px;
        height: 30px;
        position: relative;
        display: inline-flex;
        margin: 0 10px;
        
        padding: 10px 10px;
    }
}