*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.main{
    background-image: url("img/3project\(1\).jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar{
    width: 100%;
    height: 70px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.left{
    color: #ff720f;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    left: 100px;
}

.right ul{
    list-style: none;
    display: flex;
   align-items: center;
    /* border: 1px solid red; */
}
.right ul li{
    margin: 0px 40px; 
}
.right ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}
.search{
    color: #ff720f;
    display: inline-block;
}
.srch{
    font-family: 'Times New Roman', Times, serif;
    width: 170px;
    background: transparent;
    height: 40px;
    border: 1px solid #fff;
    /* margin-top: 13px; */
    color: #fff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.btn{
    width: 90px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    /* margin-top: 13px; */
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.srch .btn:focus{
    outline: none;
}
.contenar{
    display: flex;
    justify-content: space-around;
    font-family:Arial, Helvetica, sans-serif;
}
.leftcontent{
/* border: 1px solid orange; */
height: 500px;
text-transform: capitalize;
margin-top: 120px;
}
.leftcontent h1{
font-size: 45px;
color: #fff;
font-weight: 500;
}
.leftcontent h2{
font-size: 60px;
color: #ff7200;
margin-top: 8px;
}
.leftcontent .firstpara{
font-size: 40px;
color: #fff;
font-weight: 600;
margin-top: 16px;
margin-bottom: 10px;
}
.leftcontent .secondpare{
color: #fff;
font-size: 18px;
text-transform: lowercase;
}
.leftcontent .leftbtn{
width: 130px;
    height: 40px;
    background: #ff7200;
    border: 2px solid #ff7200;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    text-transform: capitalize;  
}
.leftcontent .leftbtn a{
text-decoration: none;
}
.rightcontent{
height: 450px;
width: 300px;
border: 2px solid black;
margin-top: 120px;
 background-color: black;
 border-radius: 10px;
 color: #fff;
}
.rightcontent .rightbtn{
font-size: 25px;
text-transform: capitalize;
border: 2px solid #fff;
background-color: rgb(255, 255, 255);
height: 40px;
width: 250px;
font-weight: 600;
border-radius: 10px;
margin-top: 20px;
margin-left: 20px;
display: flex;
justify-content: center;
align-items: center; 
}
.rightcontent .rightbtn a{
color: #ff7200;
text-decoration: none;
text-align: center;
margin: auto;
}
.rightcontent .input{
border: 1px solid #ff7200;
height: 40px;
width: 250px;
background-color: black;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 13px;
font-size: 17px;
text-transform: capitalize;
font-weight: 550;
color: #fff;
border-top: none;
border-left: none;
border-right: none;
}
.rightcontent .rlbtn{
font-size: 25px;
text-transform: capitalize;
border: 2px solid #ff7200;
background-color: #ff720f;
height: 40px;
width: 250px;
font-weight: 600;
border-radius: 10px;
margin-top: 35px;
margin-left: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.rightcontent .rlbtn a{
color: black;
text-decoration: none;
text-align: center;
margin: auto;
}
.rightcontent p.dont{
margin-top: 20px;
font-size: 17px;

text-align: center;
}
.rightcontent p a.link{
color: #ff7200;
text-decoration: none;

}
.rightcontent p.liw{
font-weight: 600;
text-align: center;
margin-top: 15px;
}

.icons{

width: 100%;
height: 200px;
text-align: center;

}
.icons a{
text-decoration: none;
color: #fff;
}
.icons ion-icon{
color: #fff;
font-size: 30px;
padding-left: 14px;
padding-top: 5px;
transition: 0.3s ease;
}
.icons ion-icon:hover{
color: #ff7200;
} 