.homePage{display:flex;height:100%}.homePage .textContainer{flex:3 1}.homePage .textContainer .wrapper{padding-right:100px;display:flex;flex-direction:column;justify-content:center;gap:50px;height:100%}@media(max-width:1366px){.homePage .textContainer .wrapper{padding-right:50px}}@media(max-width:1024px){.homePage .textContainer .wrapper{padding:0}}@media(max-width:738px){.homePage .textContainer .wrapper{justify-content:flex-start}}.homePage .textContainer .wrapper .title{font-size:64px}@media(max-width:1366px){.homePage .textContainer .wrapper .title{font-size:48px}}.homePage .textContainer .wrapper .boxes{display:flex;justify-content:space-between}@media(max-width:738px){.homePage .textContainer .wrapper .boxes{display:none}}.homePage .textContainer .wrapper .boxes h1{font-size:36px}@media(max-width:1366px){.homePage .textContainer .wrapper .boxes h1{font-size:32px}}.homePage .textContainer .wrapper .boxes h2{font-size:20px;font-weight:300}.homePage .imgContainer{flex:2 1;background-color:#fcf5f3;position:relative;display:flex;align-items:center}@media(max-width:1024px){.homePage .imgContainer{display:none}}.homePage .imgContainer img{width:115%;position:absolute;right:0}@media(max-width:1366px){.homePage .imgContainer img{width:105%}}.searchBar .type button{padding:16px 36px;border:1px solid #999;border-bottom:none;cursor:pointer;background-color:#fff;text-transform:capitalize}.searchBar .type button.active{background-color:#000;color:#fff}.searchBar .type button:first-child{border-top-left-radius:5px;border-right:none}.searchBar .type button:last-child{border-top-right-radius:5px;border-left:none}.searchBar form{border:1px solid #999;display:flex;justify-content:space-between;gap:5px;height:64px}@media(max-width:738px){.searchBar form{height:auto;flex-direction:column;border:none}}.searchBar form input{border:none;padding:0 10px;width:200px}@media(max-width:1366px){.searchBar form input{padding:0 5px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:140px}}@media(max-width:1024px){.searchBar form input,.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:200px}}@media(max-width:738px){.searchBar form input{width:auto;padding:20px;border:1px solid #999;font-size:16px}.searchBar form input:nth-child(2),.searchBar form input:nth-child(3){width:auto}}.searchBar form button{border:none;cursor:pointer;background-color:#fece51;flex:1 1}@media(max-width:738px){.searchBar form button{padding:10px}}.searchBar form button img{width:24px;height:24px}