body{overflow-x:hidden}.hero-slider{height:600px;position:relative}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start;font-size:50px;background-size:cover;position:relative;overflow:hidden}@media (max-width:425px){.hero{padding:0 10px}}@media (min-width:1100px){.hero{padding:0 5%}}@media (min-width:1400px){.hero{padding:0 9%}}@media (max-width:1099px){.hero{padding:0 5%}}.slider-text{position:relative;z-index:2;max-width:600px;color:#fff}.hero{position:relative}.hero h1{font-size:clamp(40px,8vw,55px);font-family:"Noto Sans Sinhala",serif;line-height:1.1;margin:20px 0;font-weight:500;text-transform:capitalize;color:#fff}.hero h6{color:#fff;margin-bottom:30px}.hero p{color:#fff;margin-top:30px;font-size:17px}.hero .sinhala-para-text{font-size:20px}.swiper-button-next,.swiper-button-prev{color:var(--brand-second);font-size:24px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3;cursor:pointer;opacity:0;visibility:hidden;-webkit-transition:opacity .3s,visibility .3s;transition:opacity .3s,visibility .3s}.swiper-button-next{right:20px}.swiper-button-prev{left:20px}.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev{opacity:1;visibility:visible}.swiper-button-next:hover,.swiper-button-prev:hover{color:var(--brand)}.home-thumb-section{padding-top:80px}.home-thumb-section h5{margin-bottom:15px}.home-thumb-section h1{margin-bottom:5px}.home-thumb-section p{margin-top:20px!important}.home-thumb-section img{display:inline-block;text-align:center}.home-thumb-box{-webkit-box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;border-radius:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;max-width:370px;margin:auto}.home-thumb-text-box{padding:20px;text-align:center;position:relative}.home-thumb-img-box{overflow:hidden;border-radius:10px 10px 0 0!important;position:relative}.home-thumb-img-box img{border-radius:10px 10px 0 0!important;-webkit-transition:all .5s ease;transition:all .5s ease}.home-thumb-box:hover .home-thumb-img-box img{-webkit-transform:scale(1.1);transform:scale(1.1)}.home-thumb-text-box a{margin:20px 0 15px 0;border-bottom:1px solid var(--brand-second);-webkit-transition:all .5s ease;transition:all .5s ease}.home-thumb-text-box a:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);color:var(--brand);border-bottom:1px solid var(--brand)}.home-thumb-img-box::before{position:absolute;top:200px;left:0;height:194px;width:100%;overflow:hidden;clip-path:ellipse(60% 50% at 50% 50%);background:#fff;content:"";z-index:10!important}.home-thum-icon-box{position:absolute;top:37%!important;left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:var(--brand-second);width:60px;height:60px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.home-thum-icon-box i{color:#fff;font-size:20px}.abt-section{padding:100px 0 100px 0;background:#fbfbfb}.abt-text-box *+*{margin-top:25px}.brand-logo-container{margin-top:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:30px}.hm-points-box{color:#000!important;font-size:30px}.hm-points-box *+*{margin-top:10px!important}.hm-points-box i{background:var(--brand-second);width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff!important;font-size:17px}.hm-points-box p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;color:#000!important;font-size:15px}.preloader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--brand-second);z-index:9999;-webkit-transition:opacity .75s ease,visibility .75s ease;transition:opacity .75s ease,visibility .75s ease;opacity:1;visibility:visible;overflow:hidden}.preloader-hidden{opacity:0;visibility:hidden}.preloader-wapper{position:absolute;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loder-logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:250px}.loader{width:300px;height:300px;border-radius:50%;display:inline-block;border-top:5px solid #fff;border-right:5px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.preloader-active,html.preloader-active{overflow:hidden;height:100%}.text-wrapper{overflow:hidden;position:relative;white-space:nowrap;background-color:#fff;padding:60px 0}.text-scroll{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-animation:scroll 15s linear infinite;animation:scroll 15s linear infinite}.text-scroll h1{font-size:50px;font-weight:600;color:#cacaca;margin:0 4rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.text-wrapper::after,.text-wrapper::before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:1}.text-wrapper::before{left:0;background:-webkit-gradient(linear,left top,right top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.text-wrapper::after{right:0;background:-webkit-gradient(linear,right top,left top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to left,#fff,rgba(255,255,255,0))}@media (max-width:768px){.text-scroll h1{font-size:40px;margin:0 2rem}}@media (max-width:480px){.text-scroll h1{font-size:30px;margin:0 1.5rem}}