*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: sans-serif;

}

.icon{
    width: 200px;
    height: 70px;
    float: left;
}

.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: arial;
    float: left;
    padding-left: 20px;
    padding-top: 10px;

}
.menu{
    width: 400px;
    float: left;
    height: 70px;

}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;

}

ul li a{
    text-decoration: none;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

ul li a:hover{
    color: #ff7200;
}
.about{
    min-height: 108vh;
    width: 100%;
    padding: 78px 8px;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%),url(photos/ai-generated-8671002_1280.jpg);
}

.about img{
    border: 2px solid #ff7200;
    box-shadow: 0 0 5px #ff7200
                0 0 25px #ff7200;
    height: 80vh;
    width: 50%;
    border-radius: 5em;
    transition: 0.5s ease;
    float: left;
}
.about img:hover{
    background: #fff;
    color: #ff7200;
    border: 5px solid #ff7200;
    box-shadow: 0 0 5px #ff7200,
                0 0 25px #ff7200;
    cursor: pointer;
    transform: scale(1.2);
}
.main{
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text{
    float: right;
    padding-left: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
    border-radius: 10px;
}

.about-text h1{
    color: #ff7200;
    font-size: 8vw;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-text h5{
    color: #fff;
    font-size: 28px;
    text-transform: 25px;
    margin-bottom: 0.4em;
}

span{
    color: #ff7200;
}
.about-text p{
    color: #fff;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
    font-family: 'Times New Roman';

}

button{
    text-decoration: none;
    background: #ff7200;
    font-size: 16px;
    color: #000;
    font-weight: bold;
   
    border-radius: 10px;
    padding: 8px 12px;
    transition: .4s ease;
}

button:hover{
    background: #fff;
    color: #ff7200;
    border: 2px solid #ff7200;
    box-shadow: 0 0 5px #ff7200,
                0 0 25px #ff7200;
    cursor: pointer;
    transform: scale(1.1);
}

.more{
    margin-left: 0.5em;
}

.talk{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;

}

.talk:hover{
    color: #ff7200;
}
