@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css 536");

body{
    font-family: 'Poppins', sans-serif;
}

.bg-img{
    background-image: url('./source/back-wave.svg');
    background-size:cover;
    width: 100%;
    height: 75%;
    background-repeat: no-repeat;
    padding-top: 4%;
    
}

.bord{
     border: 1px solid black;
}

.box{
    width: 70%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.box-1{
    width: 70%;
    height: 83%;
    margin: auto;
    margin-top: 10%;
    border-radius: 15px;
    padding: 6%;
    padding-top: 2%;
    
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #fdfdfd;
    border: none;
}

.box-in{
    padding-left: auto;
    padding-right: auto;
    padding-top: auto;
    padding-bottom: auto;
}

.msg{
    height: 50%;
    padding: 0;
}

input{
    width: 100%;
    padding: 3%;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-top: 13px;
    border: none;
    padding-left: 40px;
}

textarea{
    background-color: #f2f2f2;
    padding: 3%;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding-left: 40px;
    width: 100%;
    height: 76px;
    
}
.butun{
    width: 100%;
    margin-bottom: 5px;
}

.text-size-sm{
    font-size: 11px;
    text-align: justify;
    margin-left: 2%;
    margin-right: 2%;
    
}

input:focus{
    border: none;
    outline: none;
}

textarea:focus{
    border: none;
    outline: none;
}

.box-1:focus-within{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.4s ease-in-out;
}

.link-mail{
    text-decoration: none;
    color: greenyellow;
}
.link-mail:hover{
    text-decoration: none;
    color: rgb(108, 179, 0);
}

.pos{
    position: absolute;
    margin-top: 28px;
    margin-left: 12px;
    font-size: 18px;
}
.pos-1{
    position: absolute;
    margin-top: 25px;
    margin-left: 12px;
    font-size: 18px;
}
.imagee{
    width: 60%;
    margin-left: 20%;

}

.line{
    margin-left: 30%;
    margin-right: 16%;
    margin-top: -1%;
}

.box3{
    width: 70%;
    margin-left: 20%;
    margin-right: auto;
    height: 100px;
    padding-left: 2%;
    padding-top: -10px;
    margin-top: -1%;
}

.box4{
    padding-left: 58px;
    padding-top: 17px;
    padding-bottom: auto;
    position: absolute;
    width: 359px;
    height: 50px;
    margin-left: -11px;
    margin-top: 0;
    justify-self: start;
    top: auto;
    bottom: auto;

}

.pos-icon{
    font-size: 25px;
    padding: 2%;
    border-radius: 50%;
    margin-top: 2%;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-right: auto;
    padding-left: auto;
    
}

#loc{
    font-size: 25px;
    padding: 10px;
    padding-right: auto;
    padding-left: auto;
    margin-top: 7px;
    margin-left: 0;
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}



.link-color{
    text-decoration: none;
    color: black;
    margin-left: 2%;
    margin-top: -50%;
    font-size: 15px;
}

.link-color:hover{
    text-decoration: none;
    color: black;
    margin-left: 5%;
   
}

.title{
    margin-left: 13%;
}



.logo{
    position: absolute;
    margin-top: -250px;
    width: 25%;
    /* height: 200px; */
}