
@font-face {
	font-family: 'Futura';
	src: url('fonts/futuraMediumBT/futuraMediumBT.eot');
	src: local('futuraMediumBT'), url('fonts/futuraMediumBT/futuraMediumBT.woff') format('woff'), url('fonts/futuraMediumBT/futuraMediumBT.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica-Font/Helvetica.ttf') format('truetype');
}
@font-face {
	font-family: 'Times';
	src: url('fonts/times/TIMESR.ttf') format('truetype');
}

A, A:hover {
    color: white;
}

.hero-section{
    padding: 30px 20px 20px 20px;
    background-image: url('../images/hero-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-section .data .logo{
    position: absolute;
    top: 30px;
    left: 30px;
    mix-blend-mode: screen;
}
.hero-section .data {
    max-width: 1150px;
    margin: auto;
}
.hero-section .data .heading{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 218.176px;
    line-height: 100.4%;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 25px;
}
.hero-section .data .vector{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 133px;
    bottom: 50px;
    right: 20px;
    background: #B2D3D9;
    border-radius: 50%;
    z-index: 10000;
}
.hero-section .data .vector .vector-text{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 14.1526px;
    line-height: 100.4%;
    color: #333333;
    opacity: 0.5;
    width: 43px;
}
.hero-section .data .vector:hover{
    background: #000000;
}
.hero-section .data .vector:hover .vector-text{
    color: #FFFFFF;
    opacity: 1;
}

.kolin-section{
    padding: 80px 25px 100px 25px;
    background: #F3D5D3
}
.kolin-section .data {
    max-width: 1150px;
    margin: auto;
}
.kolin-section .data .heading{
    font-family: 'Futura';
    font-weight: 700;
    font-size: 151.994px;
    line-height: 100.4%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.kolin-section .data .text{
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 47px;
    line-height: 152.9%;
    color: #000000;
    opacity: 0.4;
}
.kolin-section .data .row .col-lg-4{
    height: 300px;
    display: flex;
    align-items: center;
    font-family: 'Futura';
    font-weight: 500;
    font-size: 15px;
    line-height: 100.4%;
    letter-spacing: 0.14em;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
}


.products-section{
    padding: 80px 25px 100px 25px;
    margin-left:  9%;
}
.products-section .product{
    padding-bottom: 17vh;
    min-height: 600px;
}
.products-section .product .heading{
    font-family: 'Times';
    font-style: italic;
    font-weight: 400;
    font-size: 151.091px;
    line-height: 100.4%;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.56;
}
.products-section .product .text{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 15px;
}
.products-section .product .text1{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 15px;
}
.products-section .product .img img{
    width: 100%;
}
.products-section .product .row{
    padding-top: 50px;
    position: relative;
}
.products-section .product .row .vector{
    position: relative;
    top: -80px;
    left: -40px;
    z-index: -1;
    text-align: end;
}
.products-section .product .row .vector .tag{
    font-family: 'Times';
    font-style: italic;
    font-weight: 400;
    font-size: 13.1526px;
    line-height: 109.4%;
    color: #4F4F4F;
}
.products-section .product .price {
    font-family: 'Futura';
    font-weight: 500;
    font-size: 11.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
    padding: 7px;
    display: inline-block;
    background: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
}
.products-section .product .col-lg-6:first-child {
    padding-right: 0px;
}
.products-section .product .col-lg-6:last-child {
    padding-left: 0px;
}
.products-section .product.flex-direction .col-lg-6:first-child{
    padding-right: 0px;
}
.products-section .product.flex-direction .col-lg-6:first-child{
    padding-left: 0px;
}
.products-section .product.flex-direction .heading{
    opacity: 1;
}
.products-section .product.flex-direction .row{
    flex-direction: row-reverse;
}
.products-section .product.flex-direction .vector{
    right: -25px;
    text-align: left;
    left: auto;
}
.products-section .product.flex-direction .text,
.products-section .product.flex-direction .text1 {
    text-align: right;
    padding-right: 0px;
    padding-left: 25px;
}
.fs-normal{
    font-style: normal;
    font-family: 'Futura';
    font-weight: 500;
}
.bg-4{
    position: relative;
}
.bg-4 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #da004eb8;
}

.products-section .text,
.products-section .text1  {
    max-width: 500px;
}

.packages-section{
    padding: 80px 50px 100px 50px;
    background-color: #000000;
}
.packages-section .data .heading{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 181.15px;
    line-height: 109.4%;
    color: #FFFFFF;
    max-width: 1150px;
    margin-bottom: 50px;
}

.packages-section .data .table-heading{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 24.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 0px;
}
.packages-section .data .table{
    padding-bottom: 150px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 13.1526px;
    line-height: 100%;
    color: #FFFFFF;
}
.table thead tr:first-child th{
    border-top: 2px solid #FFFFFF;
}
.table td, .table th{
    border-color: #ffffff4d;
}
.table thead th{
    border-bottom: 0px;
}
.packages-section .data .heading1{
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    font-size: 34.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
}
.packages-section .data .text1{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 16.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
}

.contact-section{
    padding: 80px 50px 100px 50px;
    background-color: #000000;
}
.contact-section .data .heading{
    font-family: 'Futura';
    font-weight: 500;
    font-size: 78.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.contact-section .data .icon-data{
    display: flex;
    align-items: center;
    gap: 25px;
}
.contact-section .data .icon-text{
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 19.1526px;
    line-height: 109.4%;
    color: #FFFFFF;
    padding: 15px 0px;
    border-top: 1px solid #ffffff4d;
    width: 100%;
}
.contact-section .data .icon-text:last-child{
    border-bottom: 1px solid #ffffff4d;
}
.contact-section .data .form-data{
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 300;
    font-size: 16.1526px;
    line-height: 109.4%;
    padding-left: 40px;
}
.contact-section .data .form-data input,
.contact-section .data .form-data textarea{
    background: transparent;
    border: 0px;
    width: 100%;
    padding: 14px;
    border-bottom: 1px solid #ffffff4d;
    color: #FFFFFF;
    padding-left: 0;
}
.contact-section .data .form-data .btn-submit{
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 18.1526px;
    line-height: 109.4%;
    color: #000000;
    padding: 10px 20px;
    background: #FFFFFF;
    width: fit-content;
    margin-top: 15px;
    border-radius: 0px;
}

.about-section{
    padding: 80px 25px 100px 0px;
    background: #F3D5D3
}
.about-section .data{
    padding-bottom: 150px;
}
.about-section .data .row .col-lg-4:first-child{
    padding-left: 0px;
}
.about-section .data .heading{
    padding-left: 50px;
    margin-bottom: 30px;
    font-family: 'Times';
    font-style: italic;
    font-weight: 400;
    font-size: 151.091px;
    line-height: 100.4%;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.4;
}
.about-section .vector{
    position: relative;
    left: -40px;
}
.about-section .data .text{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 15px;
    max-width: 500px;
}
.about-section .data .text1{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 15px;
    max-width: 500px;
}
.about-section .data .img img{
    width: 100%;
}

.testimonial-section{
    padding: 80px 25px 100px 25px;
    background: #F3D5D3;
    position: relative;
}
.testimonial-section .data{
    padding-bottom: 150px;
}
.testimonial-section .data .heading{
    padding-left: 50px;
    margin-bottom: 30px;
    font-family: 'Times';
    font-style: italic;
    font-weight: 400;
    font-size: 151.091px;
    line-height: 100.4%;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.4;
}
.testimonial-section .data .member-data{
    /* display: flex;
    justify-content: center; */
    margin: auto;
    width: fit-content;
}
.testimonial-section .data .member-name{
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 33.7798px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
}
.testimonial-section .data .member-designation{
    font-family: 'Times';
    font-style: italic;
    font-weight: 400;
    font-size: 22.1089px;
    line-height: 100.4%;
    text-align: right;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.56;
}
.testimonial-section .data .text{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 15px;
    max-width: 500px;
}
.testimonial-section .data .text1{
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 145.9%;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 10px;
    max-width: 500px;
}
.testimonial-section .data .img img{
    width: 100%;
}
.testimonial-section .data .vector{
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width:760px){
    .hero-section .data .logo{
        padding-left: 15px;
    } 
    .hero-section .data .logo img{
        width: 80px;
    } 
    .hero-section .data .tag{
        font-size: 14px;
    }
    .hero-section .data .heading{
        font-size: 105px;
        text-align: center;
        width: fit-content;
        margin: auto;
    }
    .hero-section .data .text{
        line-height: 1.3;
    }
    .kolin-section .data .row .col-lg-4{
        height: 200px;
    }
    .kolin-section .data .text{
        font-size: 27px;
    }
    .kolin-section .data .heading,
    .products-section .product .heading,
    .testimonial-section .data .heading,
    .about-section .data .heading{
        font-size: 38px;
    }
    .kolin-section .data .heading,
    .products-section .product .heading,
    .testimonial-section .data .heading,
    .packages-section .data .heading{
        font-size: 38px;
    }
    .packages-section .data .table-data{
        overflow-x: auto;
        width: 100%;
    }
    .products-section .product .row .vector{
        top: -60px;
    }
    .contact-section .data .form-data{
     margin-top: 50px;
    }
    .about-section .text1:first-child {
        margin-top: 30px;
    }
    .hero-section .data .vector{
    width: 83px;
    height: 83px;
    bottom: 15px;
    }
    .hero-section .data .vector .vector-text{
    font-size: 12px;
    }
}