@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
    position: relative;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: #1A1A1A;
}

a{
    text-decoration: none !important;
}

section{
    padding: 50px 0px;
}

h1{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%; /* 70.4px */
    text-transform: uppercase;
}

h1 span{
    color: #000;
    border-radius: 10px;
    background: linear-gradient(90deg, #EDD288 0%, #EDD288 100%);
    padding: 0px 20px;
    white-space: nowrap;
}

h2{
    color: #EDD288;
    leading-trim: both;
    text-edge: cap;
    font-size: 56px;
    font-weight: 700;
    line-height: 110%; /* 70.4px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.button{
    display: block;
    cursor: pointer;
    width: max-content;
    border-radius: 40px;
    background: linear-gradient(90deg, #EDD288 0%, #EDD288 100%);
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 20px 40px;
    transition: all 0.2s ease;
    border: 1px solid #EDD288;
}

.button:hover{
    transform: scale(0.96);
    background: transparent;
    color: #EDD288;
}

.button.out{
    background: #FFF;
    color: #21272A;
    border: 1px solid #DDE1E6;
}



/* header */
header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 16px 0px;
    background: rgba(0, 0, 0, 0.60);
}

.header-div{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 150px 1fr;
    grid-gap: 30px;
    align-items: center;
}

.header-div::before{
    content: "";
    width: 40%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.header-div::after{
    content: "";
    width: 40%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.main-menu{
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    list-style-type: none;
}

.main-menu a {
    position: relative;
    display: block;
    width: max-content;
    color: #FFF;
    font-weight: 500;
    transition: all 0.2s ease;
    transition: color 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

header .main-menu a:hover {
    color: #EDD288;
}

footer .main-menu a {
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

footer .main-menu a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #FFF;
    top: 100%;
    left: 0;
    pointer-events: none;
    content: '';
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

footer .main-menu a:hover{
    transform: translate3d(0, -3px, 0);
}
footer .main-menu a:hover::before {
    transform: translate3d(0, 3px, 0) scale3d(1.08, 2, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.header-cont{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.logo{
    color: #A6ACB1;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
    text-transform: uppercase;
    margin-bottom: -6px;
}

.logo img{
	width:100%;
	max-width:250px
}

.h-phone{
    color: #FFF;
    font-weight: 500;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #EDD288;
    transition: all 0.2s ease;
}

.h-phone:hover{
    background: #EDD288;
    color: #000;
}

.header-div .button{
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
}



/* main */

.main{
    background: url("../img/main.jpg") no-repeat;
    background-position: top left;
    background-size: cover;
    height: 100vh;
    margin: 0px;
    padding: 80px 0px;
}

.main .container{
    height: 100%;
}

.main-div{
    height: 100%;
    display: grid;
    align-content: flex-end;
    max-width: 60%;
}

.main-div h1{
    margin-bottom: 40px;
}

.main-div .desc{
    margin-bottom: 80px;
}


/* def */

.def-div{
    position: relative;
}

.def-div img{
    width: 80%;
    height: auto;
    border-radius: 20px;
}

.def-div .def-text{
    display: block;
    position: relative;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.80);
    padding: 30px;
    margin: -200px 0px auto auto;
    width: 80%;
    z-index: 2;
}


/* partner */

.partner-swiper{
    border-radius: 12px;
    background: #242424;
    padding: 80px 0px;
}

.partner-swiper img{
    width: 100%;
    height: 35px;
    object-fit: contain;
    object-position: center center;
}



/* form */

.form-sec img{
    width: 100%;
}

.form-sec h2{
    margin-bottom: 20px;
}

input{
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    border-radius: 12px;
    background: #242424;
    padding: 20px 24px;
    width: 100%;
    border: 0px;
    margin-bottom: 15px;
}

input::placeholder{
    color: #697077;
    font-size: 16px;
    font-weight: 300;
}

form .button{
    width: 100%;
    text-align: center;
}



/* services */

ul.def{
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px;
    color: #FFF;
}

.services-sec{
    background: #242424;
}

.services-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.services-div .item{
    border-radius: 12px;
    background: #1A1A1A;
    padding: 20px;
}

.services-div .item img{
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}

.services-div .item p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}


/* lich */

.lich-div{
    display: flex;
    flex-direction: column;
}

.lich-sec .row{
    margin-bottom: 30px;
}

.lich-sec .item{
    border-radius: 12px;
    background: #242424;
    padding: 20px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.lich-sec .item .title{
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    color: #EDD288;
}

.lich-sec .item p:last-child{
    margin-bottom: 0px;
}

.lich-sec .item .title span{
    color: #FFF;
    font-weight: 400;
}



/* faq */

.accordion-header {
    border-bottom: 1px solid #FFF;
}

.accordion-button {
    width: 100%;
    padding: 20px 0px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
}

.accordion-button::before{
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    right: 10px;
    width: 15px;
    height: 15px;
    border-top:2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

.accordion-button.collapsed::before{
    transform: rotate(-135deg);
    top: 18px;
}

.accordion-item {
    background-color: transparent;
    border: 0px;
}

.accordion-button:not(.collapsed) {
    color: #FFF;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body{
    color: #FFF;
}

.accordion-button::after {
    display: none;
}



/* footer */

footer{
    padding: 50px 0px;
}

.footer-div{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}


/* thanks */

.thanks-sec{
    background: url("../img/thanks.svg") center no-repeat;
    background-size: contain;
    height: 100vh;
}

.thanks-sec .container{
    display: grid;
    align-content: center;
    height: 100%;
}

.thanks-sec h1{
    margin-bottom: 100px;
}

.thanks-sec .desc{
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 120%;
}


/* modal */

.modal-content{
    border-radius: 20px;
    background-color: #1A1A1A;
    background-image: url("../img/thanks.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 60px;
}

.modal-dialog {
    max-width: 600px;
}

.modal-content h2{
    margin-bottom: 0px;
}

.btn-close {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.btn-close:hover{
    opacity: 1;
    color: #EDD288;
}

.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}


.whatsapp-widjet{
	position:fixed;
	bottom:25px;
	right:25px;
	border:1px solid #8FCF21;
	width:60px;
	height:60px;
	border-radius:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:140;
	transition:all .5s ease;
	background:#8FCF21;
	cursor:pointer
}
.whatsapp-widjet-icon{
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10;
}
.whatsapp-widjet-icon svg{
	fill:#fff;
	width:30px;
	height:30px
}
.whatsapp-widjet-circle-left{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	left:0
}
.whatsapp-widjet-circle-left{
	border:1px solid #8FCF21;
	position:absolute;
	top:-7px;
	bottom:0;
	left:-7px;
	right:0;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-left 4s both linear infinite;
	-moz-animation:pie-left 4s both linear infinite;
	-ms-animation:pie-left 4s both linear infinite;
	-o-animation:pie-left 4s both linear infinite;
	animation:pie-left 4s both linear infinite
}
.whatsapp-widjet-circle-right{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	right:0
}
.whatsapp-widjet-circle-right{
	border:1px solid transparent;
	position:absolute;
	top:-7px;
	bottom:0;
	left:0;
	right:-7px;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-right 4s both linear infinite;
	-moz-animation:pie-right 4s both linear infinite;
	-ms-animation:pie-right 4s both linear infinite;
	-o-animation:pie-right 4s both linear infinite;
	animation:pie-right 4s both linear infinite
}
@keyframes pie-left{
	0%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	10%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	20%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	30%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	40%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg)
	}
}
.call-widjet{
	position:fixed;
	bottom:108px;
	right:25px;
	border:1px solid #076324;
	width:60px;
	height:60px;
	border-radius:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:140;
	transition:all .5s ease;
	background:#076324;
	cursor:pointer
}
.call-widjet-icon{
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10
}
.call-widjet-icon svg{
	fill:#fff;
	width:30px;
	height:30px
}
.call-widjet-circle-left{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	left:0
}
.call-widjet-circle-left{
	border:1px solid #076324;
	position:absolute;
	top:-7px;
	bottom:0;
	left:-7px;
	right:0;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-left 4s both linear infinite;
	-moz-animation:pie-left 4s both linear infinite;
	-ms-animation:pie-left 4s both linear infinite;
	-o-animation:pie-left 4s both linear infinite;
	animation:pie-left 4s both linear infinite
}
.call-widjet-circle-right{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	right:0
}
.call-widjet-circle-right{
	border:1px solid transparent;
	position:absolute;
	top:-7px;
	bottom:0;
	left:0;
	right:-7px;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-right 4s both linear infinite;
	-moz-animation:pie-right 4s both linear infinite;
	-ms-animation:pie-right 4s both linear infinite;
	-o-animation:pie-right 4s both linear infinite;
	animation:pie-right 4s both linear infinite
}
@keyframes pie-left{
	0%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	10%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg)
	}
	20%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	30%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0)
	}
	40%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg)
	}
}





@media (max-width:767px){
    body {
        font-size: 14px;
    }
    section {
        padding: 20px 0px;
    }
    header .main-menu{
        display: none;
    }
    .header-div {
        grid-template-columns: 150px 1fr;
    }
    .header-div::after, .header-div::before{
        display: none;
    }
    .logo {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .main-div {
        max-width: 100%;
    }
    .header-div .button{
        display: none;
    }
    h1 {
        font-size: 38px;
    }
    h1 span {
        padding: 0px 10px;
    }
    h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .main {
        background-position: top center;
    }
    .def-div img {
        width: 100%;
        border-radius: 10px;
    }
    .def-div .def-text {
        border-radius: 10px;
        padding: 20px;
        margin: -50px 0px 0px 0px;
        width: 100%;
    }
    .partner-swiper {
        border-radius: 10px;
        padding: 40px 0px;
    }
    .services-div {
        grid-template-columns: 1fr;
    }
    .services-div .item img {
        height: 150px;
    }
    .services-div .item p {
        font-size: 18px;
    }
    .lich-sec .row {
        margin-bottom: 10px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .footer-div {
        display: grid;
    }
    .main-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .modal-content {
        padding: 20px;
    }
    .thanks-sec h1 span {
        display: block;
        white-space: wrap;
        text-align: center;
    }
    .thanks-sec .desc{
        text-align: center;
        font-size: 24px;
    }
    .thanks-sec .button{
        margin: auto;
    }
}

@media (max-width:360px){
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 32px;
    }
    .logo {
        font-size: 18px;
    }
    .header-div {
        grid-template-columns: 100px 1fr;
    }
}


.lang-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.lang-div a {
    color: #FFF;
    font-size: 16px;
    transition: all 0.2s ease;
}

.lang-div a:hover {
    color: #EDD288;
}

.lang-div a.active {
    font-weight: bold;
}

.lang-div__line {
    flex-shrink: 0;
    display: block;
    height: 15px;
    background: #FFF;
    width: 1px;
}

@media all and (max-width: 768px) {
    .header-cont {
        flex-direction: column-reverse;
        align-items: end;
        gap: 10px;
    }
}