@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Rubik+Broken+Fax&display=swap');



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}



body{
    height: 100vh;
    background-color: #212529;
}

/* Nav-Bar */

.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 50px;
    user-select: none;
}


.nav-bar > h2{
    color: #ffb742;
    font-weight: 600;
}


.nav-bar > ul {
    display: flex;
           
}


.nav-bar > ul > li{
    list-style-type: none;
}

.nav-bar > ul > li > a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-right: 25px;
    transition: color 0.3s ease;
}


.nav-bar > ul > li:hover a{
    color: #ffb742;
}


.nav-bar > ul > li:last-child a{
    margin: 0;
}

.hire{
    background: #ffb742;
    padding: 6px  30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    user-select: none;
}


.hire:hover{
    background: #fb8c00;
}



/* Main Body */

.main{
    height: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main > h4{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}


.main > h4 > span{
    color: #ffb742;
    text-decoration: underline;
}

.main p.title{
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
}


.main p.subtitle{
    font-size: 16px;
    color: #ccc;
    margin-top: 20px;
}

.main > img{
    height: 200px;
    width: 200px;
    margin-top: 100px;
    border-radius: 50%;
}



/* Warrenty */


.warrenty{
    margin-top: 50px;
    padding: 0 50px;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
}

.warrenty .item{
    background: #292b2e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    border-radius: 10px;
    padding: 0 30px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;

}
    
.warrenty .item:hover{
    border-color:#ffb742 ;
}

.warrenty .item .icon{
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}


.warrenty .item:hover .icon{
    background-color: #ffb742;
}

.warrenty .item .icon i{
    font-size: 30px;
}


.warrenty .item .info{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warrenty .item .info h3{
    color: #ffb742;
    font-size: 28px;
}

.warrenty .item .info p{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

}

.warrenty .item > i{
    color: #fff;
    font-size: 30px;
    transition: color 0.3s ease;
}

.warrenty .item:hover > i{
    color: #ffb742;
}


/* Seperater */

.seperater{
    margin: 50px 50px 30px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.08) ;
    display: inline-block;
    color: #ffb742;
    border-radius: 12px;
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    padding: 0 50px;
}

.about img{
    width: 280px;
    height: 300px;
    
}


.about .info h3{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}


.about .info p{
    color: #ccc;
    font-size: 14px;
}

.about .info button {
    margin-top: 30px;
}



.skills{
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
}


.skills .left{
    width: 680px;
}


.skills .left .infi h3{
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.skills .left .info p{
    color: #ccc;
    font-size: 14px;
    margin-top: 10px;
}


.skills .left button{
    margin-top: 30px;
}


.skills .right{
    width: 420px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.skills .right .item{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #383e45;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}


.skills .right .item i{
    font-size: 34px;
    color: #fff;
}


/*  */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #212529;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


    
    
@media screen and (max-width: 1100px) {
    .warrenty{
        flex-wrap: wrap;
        gap: 10px;
    }

    .warrenty .item{
        flex-basis: 49%;
    }

    .skills{
        justify-content: space-between;
        gap: 20px;
    }

    .skills .left{
        width: 500px;
    }

    .skills .left .info h3{
        font-size: 22px;
    }

    .skills .left .info p{
        font-size: 12px;
    }


   



}

@media screen and (max-width: 780px) {
    
    .nav-bar button{
        display: none;
    }

    .main h4{
        font-size: 24px;
    }

    .main p.title{
        font-size: 36px;
    }

    .main p.subtitle{
        font-size: 14px;
    }

    .warrenty .item{
        flex-basis: 100%;
    }

    .about{
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 650px) {
    
    .nav-bar{
        justify-content: center;
    }

    .nav-bar h2{
        display: none;
    }

    .nav-bar ul li a{
        font-size: 14px;
    }

    .main{
        margin-top: 50px;
        height: 320px;
        justify-content: start;
    }

    .main h4{
        font-size: 20px;
    }

    .main p.title{
        font-size: 28px;
    }

    .main p.subtitle{
        font-size: 12px;
    }

    .main img{
        margin-top: 40px;
        width: 150px;
        height: 150px;
    }

    .skills{
        flex-wrap: wrap;
        justify-content: center;
    }

    .skills .right{
        justify-content: space-between;
    }

    .skills .left .info h3{
        font-size: 20px;
    }
  
    .about img{
        width: 250px;
        height: 400px;
    }

    .main .title{
        text-align: center;
    }
    
    .info p{
        text-align: justify;
    }

    .info p{
        line-height: 25px;
        line-break: anywhere;
    }

}

@media screen and (max-width: 480px) {
    
    .main p.title{
        font-size: 18px;
    }

    .main p.subtitle{
        font-size: 10px;
    }

    .warrenty .item .info h3{
        font-size: 20px;
    }

    .warrenty .item .info p{
        font-size: 12px;
    }

}
  
   
