@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');


body{
    background-color: #f4f4f4;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}

h1, h2, h3{
line-height: 1.2;
font-family: 'Raleway', sans-serif;
}

h1{
font-size: 32px;
margin: 0;
padding: 0;
}


h3{
font-size: 21px;
margin: 15px 0;
}

h2{
font-size: 24px;
}

html{
scroll-behavior: smooth;
width: 100%;
}

a, div, :hover, img{
transition: all 0.3s ease-out;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


* { box-sizing: border-box; }

button {
    outline: 0;
    cursor: pointer;
}

a {
color: #333;
}
a:hover {
    text-decoration: none;
}

img, video{
max-width: 100%;
}

/*start from here*/

.container{
    max-width: 1200px;
}

.header img{
    width: 100%;
}

.header{
    background: #fff;
    padding: 10px 0;
}

.header--container{
    display: flex;
    align-items: center;
}

.header--link{
    display: flex;
    width: 80%;
    max-width: 240px;
}

#footer{
    padding: 20px 0;
    background: #ededed;
}

#footer .logo{
    width: 80%;
    max-width: 150px;
}

.list-unstyled{
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: end;
}

.terms{
    padding: 60px 0;
}

.opt{
    display: flex;
    justify-content: center;
}

.homepage .header{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage .header--container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage #footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}

.homepage #footer .col-md-4{
    display: none;
}

.homepage #footer .col-md-8{
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.homepage .list-unstyled{
    justify-content: center;
}