/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    /*font-family: Arial, sans-serif;*/
    font-family: 'Montserrat', 'sans-serif';
}

#background-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 0.5; /* Adjust the opacity as needed */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Add an overlay for better text visibility */
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    color: white;
    /*text-align: right;*/
    width: 50%;
    margin-left: calc(50% - 20px);
}
.sm_block a {padding:15px 20px 15px 30px;text-decoration:unset; position:relative; display:inline-block;font-size:.8em;}

.sm_block a.fburl {margin:8px 20px 8px 0;background:#fff;color: #333;border-radius: 20px 5px 20px 5px;padding-left: 48px; overflow:hidden; transition:all .3s ease-in-out;}

.sm_block a.insgurl {background:#fff;color: #333;border-radius: 20px 5px 20px 5px;padding-left: 48px; margin:8px 0; overflow:hidden; transition:all .3s ease-in-out;}

a.fburl:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    background-image: url('fb_icon.png');
    background-position: -8px -3px;
    background-size: 40px;
}
.sm_block a.fburl:hover {background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;transition:all .3s ease-in-out;}
a.insgurl:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 23px;
    background-image: url('insta.png');
    background-position: -22px center;
    background-size: 85px;
    background-repeat: no-repeat;
}
a.insgurl:hover {background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);color:#fff;transition:all .3s ease-in-out;}
a{color:#aaa;text-decoration: none;transition:all .3s ease-in-out;}
a:hover{color:#fff;transition:all .3s ease-in-out;}
.whatsupcall{float:right;}
.whatsupcall a {
    position:relative;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    color: #fff;
    border-radius: 38px;
    padding: 20px 10px 20px 30px;
    padding-left: 50px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.whatsupcall a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    background: transparent;
    width: 43px;
    height: 43px;
    border-radius: 20px;
    background-image: url('whatsusp.png');
    background-position: -5px center;
    background-size: 62px;
    background-repeat: no-repeat;
}
.whatsupcall a:hover {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    transition: all .3s ease-in-out;
}
h1 {
    font-size: 2.18em;
    margin-bottom: 0.15em;
}

p {
    font-size: .9em;
}
