*{
    padding: 0;
    margin: 0;
}

body{
    background-image: url(../assets/images/pic1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Raleway", sans-serif ;
}

.container{
    width: 90%;
    height: 90%;
    align-items: center;
    text-align: center;
    padding: 100px;
    color: white;
}

.header h1{
    font-weight: 700;
    font-family: "Raleway", sans-serif ;
}

.header{
    font-family: "Raleway", sans-serif ;
}

.header h2{
    font-size: 22px;
    font-family: "Raleway", sans-serif ;
    font-weight: 300;
}

.time{
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 40px auto;
    font-family: "Raleway", sans-serif ;
}

.time > div{
    border: 2px solid white;
    border-radius: 20px;
    padding: 10px 5px;
    width: 85px;
    height: 100px;
}

.time > div h2, .time > div h3{
    margin: 10px 0;
}

.time > div h2{
    font-weight: 800;
}

.subs{
    margin: 20px auto;
}

.form{
    position: relative;
    width: 300px;
    margin: auto;
}

.form .text{
    border: 0;
    border-radius: 20px;
    height: 30px;
    width: 100%;
}

.form .submit{
    border-radius: 20px;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 90px;
    border: 0;
    padding: 5px;
    font-weight: 400;
    background-color: #24b7a4;
    color: white;
    font-family: "Raleway", sans-serif ;
    transition: all .5s;
}

.icons{
    width: 240px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    font-size: 25px;
}

.icons i{
    border: 1px solid white;
    border-radius: 50%;
    padding: 10px;
    transition: all .5s;
}

.about{
    margin-top: 100px;
    /* margin-bottom: 100px; */
}

.about > h1{
    font-weight: 800;
}

.hr{
    width: 50px;
    height: 2px;
    background-color: #24b7a4;
    margin: auto;
    margin: 15px auto;
}

.iconss{
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 30px;
}

.iconss .icon i{
    font-size: 35px;
    margin: 20px auto;
}


.iconss .icon .text h3{
    margin-bottom: 20px;
}

.iconss .icon .textp{
    font-size: 11px;
}

.contact{
    margin-top: 100px;
}

.contact form{
    height: 500px;
    border-top: #24b7a4 5px solid;
    border-bottom: #24b7a4 5px solid;
}

.ways{
    width: 35%;
    background-color: rgba(255, 255, 255, 0.233);
    padding: 20px;
    height: 500px;
    font-family: "Open Sans", sans-serif;
}

.row{
    display: flex;
    flex-direction: column;
}

.row2{
    display: flex;
    justify-content: space-around;
}

iframe{
    width: 80%;
    height: 50%;
}

.way{
    display: flex;
    
}

.way .text h2{
    width: 100px;
}

.way i{
    font-size: 20px;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.564);
    width: 25px;
    height: 25px;
    margin: 10px;
    padding: 10px;
    transition: all .5s;
}

.loc{
    height: 20px;
    width: 25px;
}

.way .text{
    margin: 10px;
    text-align: left;
}

.info{
    width: 50%;
    background-color: rgba(255, 255, 255, 0.233);
    padding: 20px;
    height: 500px;
    font-family: "Open Sans", sans-serif;
}

.info .your{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

label{
    text-align: left;
}

.info .inputs{
    display: flex;
    flex-direction: column;
}

.name, .email{
    width: 300px;
    height: 40px;
    border: none;

}

.sub{
    width: 663px;
    height: 40px;
    border: none;
}

.msg{
    width: 663px;
    height: 200px;
    border: none;
}

.btn{
    border: none;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: #24b7a4;
    color: white;
    padding: 10px 20px;
    margin-top: 60px;
    transition: all.5s;
}

/* hover */

.submit:hover{
    background-color:#21a594;
    cursor: pointer;
}

.icons i:hover{
    background-color: #21a594;
    border: none;
    cursor: pointer;
}

.iconss .icon .text h3:hover{
    cursor: pointer;
}

.btn:hover{
   background-color:#27c6b1;
   cursor: pointer;
}

.way:hover i{
    background-color: #24b7a4;
}

.way:hover{
    cursor: pointer;
}