@charset "utf-8";
@import url(bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/FREESCPT.TTF);
}

body{
    font-family: 'Poppins', sans-serif;
}
img{
    max-width: 100%;
}
ul, li{
    list-style: none;
}
ul li::before {
    content: "";
    background-image: url(../images/bullet-icon.png);
    background-size: 100%;
    width: 24px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 10px;
    margin-top: 5px;
}
.main-content{
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #4a4a4a;
}
.btn-site{
    background-color: #a28c77;
    color: #ffffff;
    z-index: 1;
    position: relative;
    border-radius: 20px;
}
.btn-site:hover{
    background-color: #ffffff;
    color: #a28c77;
}
.list li span, ul li span{
    font-weight: bold;
}
/* header */

.contact-right{
    justify-content: flex-end;
    display: flex;
    flex: 1 1 0;
}
.contact-right p {
        display: flex;
    align-items: center;
    margin-right: 9px;
}
.contact-right p a{
    color: #fff;
}
.contact-right p img{
    margin-right: 6px;
}

/* main-section */

.main-section .heading h1{
    text-transform: uppercase;
}
.main-section .heading h1 span{
    font-weight: bold;
}
.main-section .back::after{
    content: "";
    height: 250px;
    width: 100%;
    background-color: #a28c7733;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* opacity: 0.2; */
}
.main-content .back .yt-frame{
    z-index: 1;
    position: relative;
    display: block;
}
.section-2 h1{
    text-transform: uppercase;
}
.section-2 h1 span{
    font-weight: bold;
}
.section-3 h1{
    text-transform: uppercase;
    font-size: 36px;
}
.section-3 h1 span{
    font-weight: bold;
    font-size: 48px;
}
.section-4 h1{
    text-transform: uppercase;
    font-weight: 200;
}
.section-4 h1 span{
    font-weight: bold;
}
.main-bg-section{
    background-color: #a28c7733;
}
.main-bg-section p{
    font-style: italic;
    line-height: 29px;
}
.main-bg-section p span{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.main-bg-section .q1{
    width: 35px;
    margin-right: 30px;
    margin-top: -18px;
}
.main-bg-section .q2{
    width: 35px;
    margin-left: 100px;
    margin-top: -12px;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.main-section .section-5 .list{
    background-color: #a28c7733;
    position: absolute;
    width: 110%;
    z-index: 2;
}
.main-section .section-5 .list ul li{
    margin-bottom: 20px;
}
.main-section .section-5 .list ul li::before {
    content: "";
    background-image: url(../images/bullet-icon.png);
    background-size: 100%;
    width: 24px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 25px;
    margin-top: 5px;
}
.main-section .section-5 h1 span{
    font-weight: bold;
}
.main-section .section-6 ul li{
    margin-bottom: 20px;
}
.main-section .section-7 .heading h2{
    font-family: myFirstFont;
    font-size: 58px;
}
.main-section .section-7 .heading h4{
    text-transform: uppercase;
    font-weight: 700;
}

/* footer */

footer{
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position:top center;
    border-top: 1px solid #6b6b6b;
}
footer .contact-right{
    justify-content: flex-end;
    display: flex;
    flex: 1 1 0;
}
footer .contact-right h3{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
}
footer .contact-right h3::after{
    content: "";
    height: 5px;
    width: 41px;
    background-color: #a28c77;
    position: absolute;
    bottom: 20px;
    margin-left: -127px;
}
footer .contact-right span{
    border-radius: 50%;
    background-color: #a28c77;
    padding: 12px;
    margin-right: 8px;
}
footer .contact-right img{
    font-size: 18px;
    color:#ffffff;
}


/* mobile-view */

@media (max-width:767px){
    p{
        font-size: 14px;
    }
    nav.navbar{
        display: block;
    }
    .navbar-light .navbar-brand{
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .contact-right{
        text-align: center;
        display: block;
    }
    .contact-right p{
        font-size: 12px;
        display: block;
    }
    .contact-right p i{
        flex: 0 0 22%;
    }
    .main-content .back .yt-frame{
        width: 100%;
    }
    .main-section .section-5 .list {
        position: initial;
        width: 100%;
    }
    footer .contact-right h3::after{
        bottom: 19px;
        margin-left: -76px;
        width: 26px;
    }
    footer .contact-right{
        flex: 0 0 100%;
        margin-top: 20px;
        justify-content: center;
    }
    footer .contact-right span{
        margin-right: 5px;
    }
    footer .contact-right h3{
        margin-right: 10px;
        font-size: 14px;
        margin-bottom: 26px;
    }
    footer .contact-right .social{
        flex: 0 0 100%;
        display: contents;
    }
    .section-2, .section-3, .section-4, .section-5, .section-8{
        text-align: justify;
    }
    .section-1 h1, .section-2 h1, .section-3 h1, .section-4 h1, .section-5 h1, .section-6 h1, .section-3 h1 span{
        text-align: center;
        font-size: 32px;
    }
    .section-3 h1, .section-4 h1{
        margin-top: 20px;
    }
    .section-1 h4{
        font-size: 23px;
    }
    .main-section .section-7 .heading h2{
        font-size: 47px;
    }
    .btn-sec{
        text-align: center;
    }
}

.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;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}