@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boldonse&display=swap');
html {
scroll-behavior: smooth;
}
body{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
scrollbar-width: thin;
scrollbar-color: var(--thumbBG) var(--scrollbarBG);
font-family: 'Nanum Gothic', sans-serif;
}
/* Works on Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #C2BEBF;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 7px;
}
*::-webkit-scrollbar-track {
background: #C2BEBF;
}
*::-webkit-scrollbar-thumb {
background-color: #AAAAAA;
border-radius: 5px;
border: 3px solid #fff;
}
*:focus {
outline: none;
}
.logo-custom{margin-top: 0px !important;}
.typed-cursor{display: none !important;height:100px !important;}
.font-12{font-size:12px !important;}
.font-11{font-size:11px !important;}
.image-height-250{
height: 250px !important;
object-fit: cover !important;
}
video {
position: absolute;
top: 0;
left: 0;
display: block;
min-width: 100%;
min-height: 100%;
z-index:-100;
}
.margin-top-20{
margin-top: 20px;
}
.services-bg-black{
width:100%;
height: 100%;
padding:10px 10px;
color: #fff;
}
.h4 {
font-size:17px !important;
font-weight: bold !important;
}
.custome-btn{
padding:15px 10px !important;
font-size:12px !important;
text-transform: none !important;
border-radius: 0px !important;
}
@media (min-width: 320px) and (max-width: 480px) {
.response-margin-top{
margin-top: -150px !important;
}
video {
position: absolute;
top: 0;
left: 0;
display: block;
min-width: 100%;
height: 550px;
z-index:-100;
}
}
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
z-index:100;
}
.my-float{
margin-top:16px;
}
.light{
color:#ffffff;
font-family: "Boldonse", system-ui;
font-weight: 500;
font-style: normal;
font-size:16px;
text-transform: uppercase;
}
.dark{
color:#000000;
font-family: "Boldonse", system-ui;
font-weight: 500;
font-style: normal;
font-size:16px;
text-transform: uppercase;
}
