@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding:0;
    margin:0;
    font-family: Inter;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.icon1{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    display:flex;
    align-items: center;
    justify-content: center;
}

.icon2{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    display:flex;
    align-items: center;
    justify-content: center;
}

.icon3{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #B7B7B7;
    display:flex;
    align-items: center;
    justify-content: center;
}

.started_flex{
    display:flex;
    justify-content: space-between;
}

.icons{
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.contact a{
    background-color: #4A3AFF;
    width: 167px;
    height: 50px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    color: #FFF;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    letter-spacing: 0.5px;
    margin-top: 48px;
    margin-left: auto;
}

.started{
    margin-top: 80px;
    background-image: url("images/Group\ 39819.png");
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: top left;
}

h4{
    margin-top: 32px;
    font-size:64px;
    font-weight: 700px;
    text-shadow:  0px 7px 11.3px rgba(0, 0, 0, 0.25);
}

span{
    color:#4A3AFF;
}

.row{
    display:flex;
    margin-top:120px;
    flex-wrap: wrap;
}

.info{
    width: 33.33%;
    margin-top: 20px;
}

input{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid black;
    display:block;
    width:70%;
    margin-top: 20px;
    font-size:16px;
}

.info textarea{
    border-top:none;
    border-left:none;
    border-right:none;
    resize:none;
    border-bottom: 1px solid black;
    width: 100%;
    display:block;
}

.btnleave{
    margin-top:30px;
    background-color: #4A3AFF;
    color:white;
    border-radius: 15px;
    border:none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.img_portion{
    background-image: url("images/image.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.texts{
    display:flex;
    color:white;
    justify-content: space-around;
    padding-top: 70px;
    padding-bottom: 70px;
}

ul{
    list-style-type: none;
    margin-left: 100px;
}

li{
    margin-top: 12px;
}

.num, .email{
    text-decoration: underline;
}

.list1, .list2{
    width: 30%;
}

.para{
    width:50%
}

.map_portion{
    height:600px;
    background-image:url("images/Rectangle\ 4523.png");
    background-size: auto;
    background-repeat: no-repeat;
}


.assist{
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 20px;
}


.para_img{
    display: flex;
    padding: 50px;
}
.text{
    width: 39%;
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding-top: 110px;
}

.map{
    padding-top: 20px;
    width:61%;
    height:500px;
}

iframe{
    height:100%;
    width:100%;
}

.search{
    height: 300px;
    background-color:  #4A3AFF;
}

.row_flex{
    display:flex;
    padding-top: 76px;
}

h2{
    color: white;
    padding-bottom:10px;
}

.subs{
    color: #ECECEC;
}

.writing{
    width: 50%;
    font-size: 14px;
}

.bar{
    display:flex;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    margin-top:0;
    width: 50%;
    justify-content: space-between;
    overflow:hidden;
}


.inputclass{
    padding-left: 40px;
    color:white;
    height:100%;
    margin-top:0;
    background-color: transparent;
    width: calc(100% - 150px);
}

.inputclass::placeholder{
    color:white;
}

input:focus-visible{
    outline:none;
}

.btnsubs{
    background-color: white;
    color:#4A3AFF;
    padding-left: 15px;
    padding-right:15px;
    padding-top: 10px;
    padding-bottom: 10px; 
    border: none; 
    width: 150px;  
}

.last{
    height: 400px;
    background-color: black;
    border-bottom: 0.5px #FDF6F2 solid;
}

.contain_flex{
    display:flex;
    justify-content: space-evenly;
    font-size:13px;
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 70px;
    color:#FFFFFF;
}

.lined{
    text-decoration: underline;
    font-size: 17px;
}

.foot{
    background-color: black;
}

.contain_foot{
    color:white;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    font-size:13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.p1{
    padding-top: 70px;
    width: 53%;
}

.p2{
    width: 30%;
}

.p3{
    width: 40%
}

.p4{
    width: 40%;
}

.parasvg{
    padding-top: 30px;
}

.lists1, .lists2, .lists3{
    display:flex;
    position:relative; 
    padding-left: 30px;
}

.p4 ul li svg{
    position: absolute;
    left: 0;
}

