*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    display: inline-block;
}
ul{
    margin: 0;
}
ul li{
    list-style: none;
}
:root{
    --white-color:#ffffff;
    --black-color:#000000;
}

@font-face {
    font-family: quilonRegular;
    src: url(../fonts/Quilon-Regular.otf);
}
@font-face {
    font-family: quilonMedium;
    src: url(../fonts/Quilon-Medium.otf);
}
@font-face {
    font-family: quilonBold;
    src: url(../fonts/Quilon-Bold.otf);
}
@font-face {
    font-family: quilonSemibold;
    src: url(../fonts/Quilon-Semibold.otf);
}
@font-face {
    font-family:oggRoman ;
    src: url(../fonts/Ogg-Roman.otf);
}
@font-face {
    font-family: worksanItalic;
    src: url(../fonts/WorkSans-Italic-VariableFont_wght.ttf);
}
@font-face {
    font-family:worksanVariable ;
    src: url(../fonts/WorkSans-VariableFont_wght.ttf);
}
.primary-button a{
    color: #FFFFFF;
    background-color: #000000;
    font-size: 14px;
    font-family: quilonMedium;
    padding: 14px 24px;
    border-radius: 190px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    -o-border-radius: 190px;
}

.secondary-button a.white{
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--black-color);
    padding: 14px 24px;
    border-radius: 190px;
    font-size: 14px;
    font-family: quilonMedium;
    margin-left:10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.primary-button a i{
  padding-left: 10px;
}
.section-title{
    text-align: center;
}
.section-title h3{
    font-size: 66px;
    font-family: oggRoman ;
    margin-bottom: 40px;
}
.primary-button button{
    background-color: var(--black-color);
    width: 100%;
    color: var(--white-color);
    font-family: quilonMedium;
    font-weight: 500;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 190px;
    -webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    -ms-border-radius: 190px;
    -o-border-radius: 190px;
    text-transform: uppercase;
}
/* START:: HEADER
=================================== */
.container-fluid{
    padding: 0px 50px;
}
header{
    padding: 15px 0px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px #00000014;
    position: relative;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper .logo img{
    max-width: 162px;
}
.menu-area .menu ul{
    display: flex;
    margin:0 ;
}
.menu-area .menu ul > li{

}
.menu-area .menu .mega-menu {
    width: 100%;
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 20px 60px;
    left: 0%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    opacity: 0;
    display: none;
}

.menu-area .menu ul li:hover .mega-menu{
    opacity: 1;
    display: block;
}

.mega-menu-item a{
   padding: 0 !important;
   display: block;
}
.mega-menu-item img{
    width: 100%;
}
.menu-area .menu ul li a{
    color: #000;
    padding: 14px 12px;
    font-size: 18px;
    font-family:quilonRegular;
}
.menu-area {
    display: flex;
    align-items: center;
}
.menu-area .social-icon ul {
    display: flex;
}
.menu-area .social-icon ul li{
    margin-right: 16px;
}
.menu-area .social-icon ul li a img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.menu-area .social-icon ul li a img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.menu-area .social-icon{
   margin-right: 25px;
}
/* START::FOOTER
============================= */
footer{
    padding: 62px 0px 15px 0px;
    background-color: #1E1E1E;
}
footer .widget{

}
footer .widget .logo img{
    width: 227px;
}
footer .widget h5{
    font-size: 16px;
    color: #FFFFFF;
    font-family:quilonRegular;
    font-weight: 400;
    padding-bottom: 10px;
}
.footer-menu-link{
    display: flex;
}
.footer-menu-link a{
    color: #FFFFFF;
    display: block;
    padding: 5px 0px;
}
.footer-menu-link .fast-link{
    padding-right: 80px;
}
.footer-email a{
    color: var(--white-color);
    font-family:worksanVariable ;
    font-size: 23px;
    font-weight: 500;
}
.footer-social-link{
    padding-top: 30px;
}
.footer-social-link a{
    margin-right: 15px;
}
.footer-bottom{
    border-top: 1px solid #BB9B64;
    padding: 32px 0px 32px 0px;
    margin-top: 58px;
}
.footer-bottom p, footer p{
    margin-bottom: 0;
    font-size: 12px;
    font-family:worksanVariable ;
    color: var(--white-color);
}
.footer-bottom-link{
    display: flex;

}
.footer-bottom-link a{
    font-size: 12px;
    font-family:worksanVariable ;
    color: var(--white-color);
    margin-right: 40px;
    text-decoration: underline;
}
/* STAR::HERO SECTION
================================= */
.hero-section{

}
.hero-video-wrapper{
   position: relative;
   z-index: -1;
   height: 700px;
}
.hero-video-wrapper video{
   height: 700px;
   object-fit: cover;
}

.hero-wrapper{
    padding: 100px 0px;
    position: absolute;
    top: 140px;
    overflow: hidden;
    z-index: 1;
}
.hero-wrapper h1{
    font-size: 88px;
    font-family:oggRoman ;
}
.hero-wrapper h4{
   font-size: 27px;
   font-family: quilonRegular;
   padding: 10px 0px;
}
.hero-wrapper p{
   font-size: 17px;
   font-family:worksanVariable ;
}
.primary-button.style-2 a:last-child
{
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--black-color);
    margin-left: 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.primary-button.style-2 a:last-child:hover
{
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);

}

.primary-button.style-3 a
{
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid var(--black-color);
    margin-left: 25px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.primary-button.style-3 a:hover
{
    background-color: var(--black-color);
    color: var(--white-color);
    border: 1px solid var(--black-color);

}

/* START:: ZASTO SECTION
========================================== */
.zasto-section{
    overflow: hidden;
}
.zasto-list{

}
.zasto-list ul{
    padding-left: 0px;
}
.zasto-list ul li{
    margin-bottom: 30px;
    display: flex;
}
.zasto-list ul li i{
    font-size: 38px;
    color: #B5977D;
}
.zasto-list ul li span{
    margin-left: 20px;
}

.zasto-info .star-stylis-title{
    margin-bottom: 40px;
}
.zasto-slider{

}
.zasto-item img{
    width:100%;
    object-fit: cover;
}
.zasto-item {
    max-height: 610px;
    padding-left: 10px;
}


.zasto-slider .slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.zasto-slider .slick-dots li {
  margin: 3px;
}
.zasto-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DACBBE;
    text-indent: -99999px;
}

.zasto-slider li.slick-active button {
    background-color: #B5977D;
}

.slider-button{
text-align: center;
margin-top: 15px;
text-align: center;
 }
.slider-button button{
    margin: 0px 70px;
    font-size: 20px;
    border: none;
    padding: 0px 10px;
    box-shadow: none;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    background-color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 30px;
    height: 30px;
}
.slider-button button:hover{
    background-color: #B5977D;
    color: #FFF;
}



/* START:: SAMO SECTION
========================================== */
.samo-section{
    //padding: 120px 0px;
    background-color: #FDF8F5;
}
.soma-item{
    text-align: center;
    background-color: var(--white-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 20px 40px;
    margin: 0px 10px;
    min-height: 500px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 33%;
}
.soma-item .image img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: inline-block;
 }
.soma-item:hover .image img{

}
.soma-item:hover{
    cursor: pointer;
}
.soma-wrapper{
   display: flex;
}
.soma-wrapper .slick-list {
    padding-left: 0px!important;
}
.zasto-slider-wrapper .slick-list{
    padding-left: 0px!important;
}
.soma-info span{
    background-color: #B5977D;
    color: #FFFFFF;
    width: 38px ;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-family: quilonRegular;
    font-size: 20px;
    margin: 20px 0px;
}
.soma-info p{
    font-family: quilonRegular;
    font-size: 22px;
}
.samo-section .slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}
.samo-section .slick-dots li {
  margin: 3px;
}
.samo-section .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DACBBE;
    text-indent: -99999px;
}

.samo-section li.slick-active button {
    background-color: #B5977D;
}
/* START:: PACKAGE SECTION
================================== */
.package-section{
    background-color: #FDF8F5;
}

.package-one-color{
    background-color: #DED0C4;
}
.package-two-color{
    background-color: #C1D1E1;
}
.package-three-color{
    background-color: #EEDAAA;
}
.package-slider{
    display: flex;
}

.package-item{
    padding: 40px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    min-height:630px;
    position: relative;
    margin: 0px 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 33%;
}

.package-wrapper{

}
.package-item .title{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.package-item .title h5{
    font-family: quilonRegular;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 0;
}
.package-item .title p{
    font-family: quilonMedium;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    background-color: var(--white-color);
    padding: 6px 11px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-left: 20px;
}
.package-item .title p span{
  padding: 0px 10px;
}
.package-item .title p i{
  font-size: 10px;
  color: #B5977D;
}

.package-list ul{
    padding-left: 0;
}
.package-list ul li i{
    font-size: 25px;
    color: var(--black-color);
    margin-right: 16px;
}
.package-list ul li{
    display: flex;
    padding: 11px 20px;
    background-color: var(--white-color);
    margin-bottom: 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.package-list ul li span{
    font-size: 17px;
    font-family:worksanVariable ;
}
.package-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 40px;
    padding: 0px 30px;
    margin: 20px -30px 0px -30px;
}
.package-list {
    padding-bottom: 100px;
}
.package-footer h5{
    font-family: quilonRegular;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 0;
}
.package-section .slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
}
.package-section .slick-dots li {
  margin: 3px;
}
.package-section .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DACBBE;
    text-indent: -99999px;
}

.package-section li.slick-active button {
    background-color: #B5977D;
}
.package-section .slick-list {
    padding-left: 0px!important;
}
/* START:: STAR STAYlIS SECTION
==================================== */
.footer-top-section{
    padding-top: 150px;
    padding-bottom: 125px;
}
.star-stylis-title{

}
.star-stylis-title h3{
    font-family: oggRoman ;
    font-size: 66px;
    margin-bottom: 0;
}
.star-stylis-title h3{
    font-family: oggRoman ;
    font-size: 66px;
    margin-bottom: 0;
    position: relative;
}
.star-stylis-title h3 img {
    position: absolute;
    top: -50px;
    right: -100px;
}
.body-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
/* START:: CHECKOUT PAGE
=========================================== */
.checkout-section{
    position: relative;
}
.paket {
    padding-top: 53px;
    padding-right: 50px;
}
.paket::before{
    position: absolute;
    content: "";
    background-color: #FDF8F5;
    left: 0;
    right: 50%;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.placanje::after{
    position: absolute;
    content: "";
    background-color: var(--white-color);
    left: 50%;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right: 0;
}
.paket .checkout-logo{
    padding-bottom: 40px;
}
.paket .checkout-logo img{
    width: 120px;
}
.paket .checkout-logo a{
    color: var(--black-color);
}
.placanje {
    padding-bottom: 160px;
    padding-top: 130px;
    padding-left: 66px;
}
.paket .title{
    margin-bottom: 40px;
}
.paket .title h4{
    font-size: 22px;
    font-family: quilonRegular;
    margin-bottom: 0;
    color: var(--black-color);
}
.paket .title h2{
    font-size: 47px;
    font-family: quilonRegular;
    color: var(--black-color);
}
.paket-form label{
    font-size: 17px;
    font-family: quilonRegular;
    color: var(--black-color);
    margin-bottom: 3px;
}
.paket-form input{
    padding: 9px;
}
.paket-form select{
    padding: 9px;
}
.paket-form input::placeholder, .paket-form textarea::placeholder{
    color: #C2C2C2;
    font-size: 15px;
    font-family:worksanVariable ;
    font-weight: 500;
}
.paket-form select option{
    color: #000000;
    font-size: 15px;
    font-family:worksanVariable ;
    font-weight: 600;
}
.placanje .title h3{
    font-family: quilonRegular;
    font-size: 38px;
    font-weight: 400;
}
.placanje input{
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.date-cvc .form-date input{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top: transparent;
    border-top-left-radius: 0px !important;
}
.date-cvc .form-cvc input{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 0px !important;
    border-left: transparent;
}
.karachi-info input{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
/* START::DOSTUPNO SECTION
================================*/
.stasu-section{
    background-color: #FDF8F5;
}
.stasu-information{
    text-align: center;
}
.stasu-information p{
    font-size: 17px;
    font-family:worksanVariable ;
    font-weight: 300;
    padding: 30px 20px 40px 20px;
}
.patra span{
    display: inline-block;
    font-size: 16px;
    font-family:worksanVariable ;
}
.patra{
    position: relative;
}
.patra span::before{
    position: absolute;
    content: "";
    width: 60px;
    background-color: var(--black-color);
    height: 2px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* START::DOSTUPNO SECTION
================================*/
.dostupno-section{
    padding: 100px 0px;
}
.dostupto-image {
 overflow: hidden;
}
.dostupto-image img{
    cursor: pointer;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.dostupto-image:hover img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.dostupto-text .star-stylis-title h3 img {
    right: 0;
}
/* START:: ACCORDION SECTION
======================================== */
.accordion-section{
    padding: 100px 0px;
    background-color: #FDF8F5;
}
.accordion-wrapper{
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.accordion-wrapper h2 button{
    font-family:worksanVariable ;
    font-size: 20px;
    padding: 20px 10px 20px 0px;
    font-weight: 400;

}
.accordion-wrapper .accordion-body{
    font-family:worksanVariable;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 400;
}
/* START:: ZASTO DIGITAL
============================ */
.kako-wrapper{
    position: relative;
}
.kako-wrapper .star-image .left-img{
    position: absolute;
    left: 0;
    top: 50%;
}
.kako-wrapper .star-image .right-img{
    position: absolute;
    right: 5%;
    top: 0;
}

.digital-list-item{
    display: flex;
}
.digital-list-item .left-number span{
    width: 38px;
    height: 38px;
    font-family: quilonRegular;
    font-size: 20px;
    background-color: #B5977D;
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: var(--white-color);
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
}
.digital-list-item .right-info{
    margin-bottom: 30px;
}
.digital-list-item .right-info p{
    font-size: 17px;
    font-family:worksanVariable ;
    margin-bottom: 0;
}
.digital-list-image img{
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-left: 20px;
}
.digital-list-image:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
/* START:: DIGITAL HERO SECTION
================================= */
.digital-hero-section{
    background-color: #FEF8F4;
}
.digital-hero-wrapper{

}
.digital-hero-info{
    /* padding: 110px 0px; */
}
.digital-hero-wrapper h2{
    font-family: oggRoman ;
    font-size: 88px;
}
.digital-hero-wrapper .image img{
    width: 100%;
}
/* START::RODENDANI SECTION
====================================== */
.rodendani-section{
    background-color: #FEF8F4;
    padding: 100px 0px;
}
/* START:: ZASTO VAM IMAGE
============================== */
.zasto-vam-section{
    padding: 100px 0px;
}
.zasto-vam-info{

}
.zasto-vam-info h2{
    font-size: 66px;
    font-family: oggRoman;
    margin-bottom: 30px;
}
.zasto-vam-info p{
    padding-right: 200px;
}
.zasto-vam-image{
    overflow: hidden;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.zasto-vam-image img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.zasto-vam-image:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* START:: STA DABIJATE SECTION
================================ */
.sta-dobijate-section{
    background-color: #FDF8F5;
    padding: 100px 0px;
}
.sta-dobijat-item{
    text-align: center;
    padding:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    cursor: pointer;
}
.sta-dobijat-item img{
    margin-bottom: 26px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.sta-dobijat-item:hover{
    background-color: var(--white-color);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.sta-dobijat-item:hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.sta-dobijat-item p{
   font-size: 22px;
   font-family: quilonRegular;
}
/* START::WEDDING SECTION
============================= */
.wedding-section{
    padding: 100px 0px;
}

/* START::GALLERY SECTION
===================================== */
.image-gallery{
    padding: 50px 0px;
}
.gallery-widget a{
    display:block;
}
.gallery-widget .image{
    padding: 12px 0px;
    overflow: hidden;
    cursor: pointer;
}
.gallery-widget .image img{
  width: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  object-fit: cover;
}
.gallery-widget .image:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.h-230 img{
    height: 230px;
}
.h-145 img{
    height: 145px;
}
.h-180 img{
    height: 180px;
}
.h-98 img{
    height: 96px;
}
/* START:: GALLERY IMAGE
============================= */
.gallery-two-section{
    padding: 50px 0px;
}
.gallery-two-section a{
    display: block;
}
.gallery-two-image{
    overflow: hidden;
}
.gallery-two-image img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.gallery-two-image:hover img{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.overlay.active {
    display: block;
}
/*
    font-family: quilonRegular;
    font-family: quilonMedium;
    font-family: quilonBold;
    font-family: quilonSemibold;
    font-family: oggRoman;
    font-family: worksanItalic;
    font-family:worksanVariable;

*/

h2 {
    word-wrap: break-word;
    hyphens: auto;
}
