@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Pacifico&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Pacifico&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Pacifico&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.contanier
{
    width: 100%;
}
.w-100
{
    width: 100%;
}
.w-50
{
    width: 50%;
}
.w-25
{
    width: 25%;
}
.w-20
{
    width: 20%;
}
.w-33
{
    width: 33%;
}
.row
{
    display: flex;
    flex-wrap: wrap;
}
.j-c-c
{
    justify-content: center;
}
.j-c-b
{
    justify-content: space-between;
}
.a-s-c
{
    align-self: center;
}
.padding100
{
    padding-top: 100px;
}
ul,ol
{
    list-style: none;
}
header
{
    height: 100px;
}
.header-bg
{
    background-image: url(../image/header-bg.jpg);
    background-size: 100%;
}
.logo h5
{
    font-family: 'Pacifico', cursive;
    color: yellow;
    font-size: 35px;
    font-weight: 300;
    margin: 10px ;
}
header .contanier
{
    margin: 0 auto;
}
header .nav ul li a
{
    font-size: 20px;
    margin-right: 70px;
    text-decoration: none;
    color: rgb(241, 236, 236);
    margin-top: 10px;
    margin-bottom: 10px;
}
.first-section .contanier
{
    margin-top: -200px;
}
.first-section h1
{
    text-align: center;
    line-height: 800px;
    color: white;
    font-size: 50px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.first-section h2
{
    text-align: center;
    color: white;
    font-size: 70px;
    margin-top: -350px;
    font-family: 'Montserrat', sans-serif;
}
.first-section button
{
    font-size: 20px;
    padding: 25px 35px;
    background-color: #ffc800;
    border: #ffc800;
    margin-left: 43%;
    margin-top: 5%;
    margin-bottom: 15%;
    transition: all 0.5s;
}
.first-section button:hover
{
    background-color: #c29a09;
    color: white;
}
.second-section
{
    position: relative;
}
.second-section h2
{
    font-size: 60px;
    text-align: center;
}
.second-section h6
{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    color: gray;
}
.second-section h4
{
    font-size: 30px;
    text-align: center;
     margin-top: 50%;
}
.second-section p
{
    font-size: 23px;
    margin: 5%;
    text-align: center;
    line-height: 30px;
    color: gray;
}
.second-section .w-33
{
    padding: 30px;
}
.second-section i
{
    font-size: 70px;
    background-color: #ffc800;
    padding: 30px;
    color: white;
    border-radius: 50%;
    margin-bottom: 20px;
}
.i1
{
    position: absolute;
    bottom: 40%;
    left: 12%;
}
.i2
{
    position: absolute;
    bottom: 40%;
    left: 45%;
}
.i3
{
    position: absolute;
    bottom: 40%;
    left: 78%;
}
.third-section h4
{
    font-size: 50px;
    text-align: center;
}
.third-section h5
{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: gray;
}
.third-section img
{
    margin-left: 40px;
    margin-top: 80px;
    padding: 20px;
}
.third-section h2
{
    font-size: 35px;
    text-align: center;
}
.third-section h6
{
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    color: gray;
}
.four-section h4
{
    font-size: 50px;
    text-align: center;
}
.four-section h6
{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: gray;
}
.border
{
    border-right: 3px solid black ;
}
.four-section .w-50
{
    margin-top: 80px;
}
.padding50
{
    padding-top: 50px;
}
.f-h1-1
{
    font-size: 30px;
    text-align: right;
    margin-top: -30px;
    margin-right: 150px;
}
.f-p-1
{
    font-size: 20px;
    margin-right: 150px;
    margin-top: 20px;
    text-align: right;
    line-height: 30px;
    color: gray;
}
.f-img1
{
    margin-top: -10px;
    border-radius: 50%;
    margin-left: -100px;
    border: 10px solid rgba(167, 167, 167,.5);
}
.f-h1-2
{
    font-size: 30px;
    text-align: left;
    margin-top: -30px;
    margin-left: 200px;
}
.f-p-2
{
    font-size: 20px;
    margin-left: 200px;
    margin-top: 20px;
    text-align: left;
    line-height: 30px;
    color: gray;
}
.f-img2
{
    margin-top: -10px;
    border-radius: 50%;
    margin-left: 550px;
    border: 10px solid rgba(167, 167, 167,.5);
}
.circle
{
    font-size: 25px;
    background-color: #ffc800;
    display: inline;
    font-weight: 800;
    color: white;
    border: #ffc800;
    border-radius: 50%;
    padding: 40px;
    margin-left: 45%;
    margin-top: 5%;
}
.five-section h4
{
    font-size: 50px;
    text-align: center;
}
.five-section h6
{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: gray;
}
.five-section img
{
    border-radius: 50%;
    border: 10px solid rgba(128, 128, 128,0.4);
    margin-left: 30%;
    margin-top: 20%;
}
.five-section h3
{
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    margin-left: 50px;
}
.five-section h5
{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-left: 50px;
    color: gray;
}
.five-section h1
{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 5%;
    color: gray;
}
.footer h4
{
    font-size: 50px;
    text-align: center;
    color: white;
}
.footer h6
{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    color: gray;
}
.footer-bg
{
    background-image: url(../image/map-image.png);
}
.black
{
    background-color: rgba(0,0,0,.8);
}
.footer .w-50
{
    margin-top: 70px;
    margin-bottom: 30px;
}
.input-1
{
    display: block;
    padding: 3% 20%;
    margin: 3% 10%;
    border-radius: 10px;
    font-size: 20px;
    margin-left: 150px;
    border: none;
    outline: none;
    width: 70%;
    margin-top: 30px;
}
.input-2
{
    padding: 120px 150px;
    margin: 3%;
    border-radius: 10px;
    font-size: 20px;
    border: none;
    outline: none;
}
.footer button
{
    background-color: rgba(255, 200, 0,0.6);
    font-size: 20px;
    padding: 25px 50px;
    border: none;
    margin-left: 40%;
    font-weight: 600;
    color: white;
    border-radius: 10px;
    margin-bottom: 100px;
    transition: all 0.5s;
}
.footer button:hover
{
    background-color: #c29a09;
    color: white;
}
.footer-2 h5
{
    font-size: 18px;
    padding: 30px;
}
.footer-2 i
{
    font-size: 20px;
    padding: 20px;
    background-color:  rgba(0,0,0,.8);
    border-radius: 50%;
    margin: 10px 10px;
    margin-right: 20px;
    color: white;
}