html,
html * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 9999;
cursor: pointer;
}
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 9999; /* Sit on top */
padding-top: 6%; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgba(0,0,0,0.5);
transition: all .4s ease-in-out;
}

/* Modal Content */
.modal-content {
background-color: white;
margin: auto;
padding: 45px 5px;
width: 97%;
max-width: max-content;
position: relative;
}
.hamburger-modal-content {
background-color: black;
padding: 45px 5px;
width: 100%;
max-width: max-content;
position: relative;
height: 100%;
}
.hamburger-modal-content.right {
margin-left: auto;
}
.hamburger-modal-content .close {
position: absolute;
top: 15px;
right: 20px;
max-width: 100%;
cursor: pointer;
z-index: 2;
}
.hamburger-modal-container{
display: flex;
flex-direction: column;
gap: 20px;
row-gap: 20px;
width: 230px;
max-width: 100%;
padding: 0px 10px;
position: relative;
}
.hamburger-modal-container .spaces-header{
min-height: 96px;
position: relative;
}

.hamburger-modal-container .user-info-col{
display: flex;
flex-direction: column;
width: max-content;
min-height: 42px;
text-decoration:none;
}
.hamburger-modal-container .user-info-col .user-name{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 16px;
color:white;
}
.hamburger-modal-container .d-col{
display: flex;
flex-direction: column;
width: max-content;
gap: 50px;
padding: 10px 15px;
width: 100%;
}
.hamburger-modal-container .d-col .d-flex-link{
text-decoration: none;
display: flex;
flex-wrap: wrap;
gap: 15px;
align-items: center;
transition: all ease .3s;
}
.hamburger-modal-container .d-col .d-flex-link:hover .title,
.hamburger-modal-container .d-col .d-flex-link:focus .title
{
transform: scale(1.05);
}
.hamburger-modal-container .d-col .d-flex-link .icon{
width: 25px;
}
.hamburger-modal-container .d-col .d-flex-link .title{
font-family: 'Open Sans',sans-serif;
font-weight: 400;
font-size: 16px;
color:white;
}
.hamburger-modal-container .d-col .d-flex-link .title.active{
    color: #BEF8E8;
}

.modal-content .close {
position: absolute;
top: -25px;
left: -20px;
max-width: 100%;
cursor: pointer;
}
body {
margin-left: auto;
margin-right: auto;
background-size: cover;
z-index:-1;
overflow-x: hidden;
scrollbar-width: thin;
}
.row{
max-width: 100%;
}
.rowing{
margin-right:0;
margin-left:0;
}
.pdlr-15{
padding-left: 15px;
padding-right: 15px;
}
.header .header-content .menu-hamburger-btn{
cursor: pointer;
text-decoration: none;
position: absolute;
left: 20px;
top: 30px;
}
.header .header-content .menu-hamburger-btn svg{
max-width: 100%;
}
.top-header{
height: auto;
width:auto;
max-width: 100%;
background: white;
min-height:55px;
position: relative;
overflow: hidden;
}
.top-header .top-header-content{
margin: auto;
height: 100%;
position: relative;
z-index: 1;
display: flex;
flex-wrap: wrap;
gap: 25px;
row-gap: 15px;
align-items: center;
justify-content: center;
min-height: 55px;
}
.header{
height: auto;
width:auto;
max-width: 100%;
background: #000000;
min-height: 96px;
position: relative;
}
.header .header-content{
margin: auto;
height: 100%;
z-index: 1;
display: flex;
gap: 25px;
row-gap: 15px;
align-items: center;
min-height: 96px;
}
.header .header-content .logo-href{
text-decoration: none;
cursor: pointer;
flex-grow: 1;
}
.header .header-content .logo{
max-width: 100%;
z-index: 1;
}

.header .header-content  .login-btn{
text-decoration: none;
width: 100px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
/*border: 0.5px solid #FFFFFF;*/
font-family: 'Segoe UI', sans-serif;
color: white;
font-weight: 300;
font-size: 15px;
border:1px solid white;
transition: all ease-in-out .3s;
}
.header .header-content  .login-btn:hover{
transform: scale(1.05);
}
/*Chevron*/
.chevron-container{
height: auto;
width:auto;
max-width: 100%;
position: relative;
margin-top: 20px;
}
.chevron-container .chevron-d-flex{
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    gap: 10px;
    row-gap: 5px;
    position: relative;
    flex-wrap: wrap;
}
    .chevron-container .chevron-d-flex .link {
        text-decoration: none;
        cursor: pointer;
        font-size: 18px;
        font-family: 'Exo', sans-serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        color: #000000;
    }
.chevron-container .chevron-d-flex .link.active{
    font-weight: bold;
}
.footer-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
    background: #000000;
    }
    .footer-container .all-footer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    row-gap:20px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .footer-container .all-footer .top-container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px;
    padding-bottom: 5px;
    }
    .footer-container .all-footer .top-container .left-side{
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .footer-container .all-footer .top-container .left-side  .universalcode{
    color: white;
    font-size: 47px;
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    font-style: italic;
    }
    .footer-container .all-footer .top-container .left-side  .phonenumber{
    display: flex;
    flex-direction: column;
    }
    .footer-container .all-footer .top-container .left-side .phonenumber .number{
    color: white;
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-style: italic;
    }
    .footer-container .all-footer .top-container .left-side .phonenumber .companyname{
    color: white;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-style: italic;
    }
    .footer-container .all-footer .top-container .right-side{
        max-width: 100%;
        bottom: 0px;
        position: relative;
        flex-grow: 1;
    }
    
    .footer-container .all-footer .bottom-container{
        padding: 20px 0px;
        display: flex;
    
    }
    .footer-container .all-footer .bottom-container .left-container{
        display:flex;
        flex-grow: 1;
    }
    .footer-container .all-footer .bottom-container .left-container .footer-menu{
        display: flex;
        flex-direction: column;
        gap: 10px;
        row-gap: 10px;
        flex-grow: 1;
    }
    .footer-container .all-footer .bottom-container .left-container .footer-menu .subtitle{
        color:#11E5AB;
        font-family: 'Exo', sans-serif;
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .footer-container .all-footer .bottom-container .left-container .footer-menu a{
        text-decoration: none;
        color: white;
        font-family: 'Exo', sans-serif;
        font-size: 18px;
        font-weight: 400;
    }
    .footer-container .all-footer .bottom-container .right-container{
    color: white;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    }
    .footer-container .all-footer .social-container{
        display: flex;
        align-items: center;
        margin: 30px 0px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .footer-container .all-footer .social-container .copyright{
        color: white;
        font-family: 'Exo', sans-serif;
        font-size: 14px;
        font-weight: 200;
        flex-grow: 1;
    }
    .footer-container .all-footer .social-container .social-flex{
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-container .all-footer .social-container .social-flex .media{
        text-decoration: none;
        transition: all ease .3s;
    }
    .footer-container .all-footer .social-container .social-flex .media:hover{
        transform: scale(1.01);
    }
.slider-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.slider-container .slider-content{
    display: flex;
    gap: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.slider-container .slider-content .left-side-container{
    display: flex;
    flex-direction: column;
    width: 65%;
    position: relative;
}
.slider-container .slider-content .left-side-container .top-text{
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 200;
}
.slider-container .slider-content .left-side-container .description{
    font-family: 'Exo', sans-serif;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 30px;
}
.slider-container .slider-content .left-side-container .contentable{
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background: #BEF8E8;
}
.slider-container .slider-content .left-side-container .contentable .first-text{
    font-family: 'Exo', sans-serif;
    font-size: 32px;
    font-weight: 300;
}
.slider-container .slider-content .left-side-container .contentable .two-text{
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 200;
}
.slider-container .slider-content .right-side-container{
 flex-grow: 1;
}
.slider-container .slider-content .right-side-container img{
    max-width: 100%;
    width: 400px;
}
.search-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.search-container .search-content{
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.search-container .search-content .search-input{
    background: #F4F0FE;
    border:1px solid #642DE8;
    padding: 6px 15px;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    font-weight: 200;
    max-width: 880px;
    height: 62px;
    width: 100%;
    color:#642DE8;
}
.search-container .search-content .search-input:focus{
    outline: none;
}
.search-container .search-content .search-btn{
    all: unset;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    background: #642DE8;
    color: white;
    max-width: 150px;
    width: 100%;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    font-weight: 200;
}
.search-container .search-content .search-input::placeholder {
    color: #642DE8;
    opacity: 1; /* Firefox */
    font-family: 'Exo', sans-serif;
    font-weight: 200;
  }
  
  .search-container .search-content .search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #642DE8;
   font-family: 'Exo', sans-serif;
   font-weight: 200;
  }
  
  .search-container .search-content .search-input::-ms-input-placeholder { /* Microsoft Edge */
   color: #642DE8;
   font-family: 'Exo', sans-serif;
   font-weight: 200;
  }
.gallery-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.gallery-container .gallery-content{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.gallery-container .gallery-content .item{
   width: 25%;
   height: 250px;
   object-fit: cover;
}
.gallery-container .gallery-content .item-text{
    width: 25%;
    height: 250px;
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: #BEF8E8;
}
.gallery-container .gallery-content .all-items{
    all: unset;
    cursor: pointer;
    width: calc(25% - 20px);
    height: 250px;
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    background: #642DE8;
    color: white;
    gap:10px;
}
.gallery-container .gallery-content .content-d-col{
    width: 50%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    background: #BEF8E8;
}
.gallery-container .gallery-content .content-d-col .title{
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #642DE8;
}
.gallery-container .gallery-content .content-d-col .text{
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #642DE8;
}
.step-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.step-container .step-content{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    gap: 60px;
}
.step-container .step-content .title-header{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.step-container .step-content .title-header .title{
    font-family: 'Ubuntu', sans-serif;
    font-size: 42px;
    font-weight: bold;
    margin: 0 auto;
}
.step-container .step-content .title-header .sub-title{
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 200;
    margin: 0 auto;
}
.step-container .step-content .step-div{
    display: flex;
    gap: 20px 10px;
    flex-wrap: wrap;
}
.step-container .step-content .step-div .step-item{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    width: calc(25% - 7.50px);

}
.step-container .step-content .step-div .step-item .top-header{
    background: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 5px;
}
.step-container .step-content .step-div .step-item .top-header .left-side{
    display: flex;
    flex-direction: column;
}
.step-container .step-content .step-div .step-item .top-header .left-side .first-text{
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
}
.step-container .step-content .step-div .step-item .top-header .left-side .two-text{
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.step-container .step-content .step-div .step-item .top-header .right-side{
    font-family: 'Exo', sans-serif;
    font-size: 49px;
    font-weight: 600;
    color: #11E5AB;
}
.step-container .step-content .step-div .step-item .content-text{
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 4px 15px;
}
.banner-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.banner-container .banner-content{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.banner-container .banner-content img{
    max-width: 100%;
}
.service-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.service-container .service-content{
    display: flex;
    flex-wrap: wrap;
    gap:20px 10px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.service-container .service-content .top-title{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.service-container .service-content .top-title .ttle{
    font-family: 'Exo', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: auto;
}
.service-container .service-content .top-title .sttle{
    font-family: 'Exo', sans-serif;
    font-size: 26px;
    font-weight: 200;
    margin: auto;
}

.service-container .service-content .service-items{
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #9BF4DC;
    padding: 20px 20px;
    width: calc(33.33% - 6.66px);
}
.service-container .service-content .service-items.feature{
    background:#DBFBF2;
}
.service-container .service-content .service-items .title{
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #642DE8;
}
.service-container .service-content .service-items .text{
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #642DE8;
}
.service-container .service-content .service-items.feature .text{
    color: black;
}
.service-container .service-content .service-items .d-flexible{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.service-container .service-content .service-items .d-flexible .detail-btn img{
    width: 35px;
}
.story-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.story-container .story-content{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.story-container .story-content .content-d-col{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
    background: #F7F4FE;
    width: 50%;
}
.story-container .story-content .content-d-col .title{
    background: #9BF4DC;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 6px 20px;
    text-align: center;
}
.story-container .story-content .content-d-col .text-title{
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #642DE8;
}
.story-container .story-content .content-d-col .text{
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #642DE8;
}
.story-container .story-content .content-d-col .detail-btn{
    all: unset;
    cursor: pointer;
    display: flex;
    gap: 5px;
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #642DE8;
    margin-left: auto;
}
.story-container .story-content .image{
    width: 50%;
    object-fit: cover;
}
.package-container{
    height: auto;
    width:auto;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
}
.package-container .package-content{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    gap: 15px;
}
.package-container .package-content .top-title{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.package-container .package-content .top-title .ttle{
    font-family: 'Exo', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: auto;
}
.package-container .package-content .top-title .sttle{
    font-family: 'Exo', sans-serif;
    font-size: 26px;
    font-weight: 200;
    margin: auto;
}
.package-container .package-content .package-item{
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 10px);
}
.package-container .package-content .top-header{
    background: black;
    padding: 20px;
    color: #01FFBA;
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-size: 19px;
    font-weight: bold;
}
.package-container .package-content .d-column{
    background:#BEF8E8;
    gap: 15px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}
.package-container .package-content .d-column.bg-silver{
    background: #F5F5F7;
}
.package-container .package-content .d-column .feature{
    font-family: 'Exo', sans-serif;
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.package-container .package-content .d-column .feature.new::before{
 content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='32' viewBox='0 0 17 32'%3E%3Ctext id='_' data-name='%2B' transform='translate(0 27)' font-size='29' font-family='Ubuntu-Bold  Ubuntu' font-weight='700' letter-spacing='0.4em'%3E%3Ctspan x='0' y='0'%3E%2B%3C/tspan%3E%3C/text%3E%3C/svg%3E");
}
.package-container .package-content .d-column .offer-btn{
    all: unset;
    cursor: pointer;
    padding: 6px 15px;
    margin-top: 30px;
    font-family: 'Exo', sans-serif;
    font-size: 21px;
    font-weight: 200;
    background: #642DE8;
    margin: auto;
    color: white;
}

@media (min-width: 768px)
{
.top-header .top-header-content{
    max-width: 768px;
}
.footer-container .all-footer{
    max-width: 768px;
}
.chevron-container .chevron-d-flex {
    max-width: 768px;
}
.slider-container .slider-content{
    max-width: 768px;
}
.search-container .search-content{
    max-width: 768px;
}
.gallery-container .gallery-content{
    max-width: 768px;
}
.step-container .step-content{
    max-width: 768px;
}
.banner-container .banner-content{
    max-width: 768px;
}
.service-container .service-content{
    max-width: 768px;
}
.story-container .story-content{
    max-width: 768px;
}
.package-container .package-content{
    max-width: 768px;
}
}
@media (min-width: 1024px)
{
.top-header .top-header-content{
    max-width: 1396px;
}
.header .header-content{
    max-width: 1396px;
}
.footer-container .all-footer{
    max-width: 1396px;
}
.chevron-container .chevron-d-flex {
    max-width: 1230px;
}
.chevron-container .chevron-d-flex.w-1396 {
    max-width: 1396px;
}
.slider-container .slider-content{
    max-width: 1396px;
}
.search-container .search-content{
    max-width: 1396px;
}
.gallery-container .gallery-content{
    max-width: 1396px;
}
.step-container .step-content{
    max-width: 1396px;
}
.banner-container .banner-content{
    max-width: 1396px;
}
.service-container .service-content{
    max-width: 1396px;
}
.story-container .story-content{
    max-width: 1396px;
}
.package-container .package-content{
    max-width: 1396px;
}
}
@media  (max-width:1500px)
{
.header .header-content {
    position: relative;
}
.header .header-content .menu-hamburger-btn {
    position: relative;
    left: 0;
    top: 0;
}
}
@media (max-width: 1024px)
{
.footer-container .all-footer .bottom-container{
    flex-direction: column;
    flex-wrap: wrap;
    gap: 50px;   
}
.footer-container .all-footer .bottom-container .right-container{
    max-width: 100%;
}
.footer-container .all-footer .bottom-container .left-container {
    flex-wrap: wrap;
    gap: 20px;
}
.header{
    position: sticky;
    top: 0;
    z-index: 1001;
}
.slider-container .slider-content {
    flex-direction:column-reverse;
}
.slider-container .slider-content .right-side-container img {
    width: unset;
}
.slider-container .slider-content .left-side-container {
    width: unset;
}
.gallery-container .gallery-content .item{
    width: 50%;
}
.gallery-container .gallery-content .item-text{
    width: 50%;
}
.gallery-container .gallery-content .all-items{
    width: calc(50% - 20px);
}
.gallery-container .gallery-content .content-d-col{
    width: 50%;
}
.gallery-container .gallery-content .content-d-col .title{
    font-size: 26px;
}
.gallery-container .gallery-content .content-d-col .text{
    font-size: 22px;
}
.step-container .step-content .step-div .step-item {
    width: calc(50% - 5px);
}
.service-container .service-content .service-items{
    width: calc(50% - 5px);
}
}
@media (max-width: 568px)
{ 
.top-header .top-header-content{
    padding:10px 0px;
}
.top-header .top-header-content .title{
    font-size: 13px;
} 
.header{
    height: 60px;
    min-height: unset;
}
.header .header-content{
    min-height: unset;
}
.header .header-content .logo {
    max-width: 120px;
    width: 100%;
}
.header .header-content .menu-hamburger-btn svg {
    height: 18px;
}
.slider-container .slider-content .left-side-container .description {
    font-size: 30px;
}
.slider-container .slider-content .left-side-container .contentable .first-text {
    font-size: 20px;
}
.slider-container .slider-content .left-side-container .contentable .two-text {
    font-size:12px;
}
.search-container .search-content .search-input{
    font-size: 16px;
    height: 50px;
}
.search-container .search-content .search-btn{
    font-size: 20px;
    width: 120px;
    height: 50px;
}
.header .header-content .login-btn {
    border: unset;
    width: 70px;
}
.gallery-container .gallery-content .item-text{
    font-size: 16px;
}
.gallery-container .gallery-content .content-d-col .title{
    font-size: 20px;
}
.gallery-container .gallery-content .content-d-col .text{
    font-size: 16px;
}
.gallery-container .gallery-content .all-items {
    flex-direction: column;
}
.step-container .step-content .step-div .step-item {
    width: 100%;
}
.service-container .service-content .service-items{
    width: 100%;
}
.story-container .story-content{
    flex-direction: column-reverse;
}
.story-container .story-content .content-d-col{
    width: 100%;
}
.story-container .story-content .image{
    width: 100%;
}
.story-container .story-content .content-d-col .text-title {
    font-size: 24px;
}
.story-container .story-content .content-d-col .text {
    font-size: 18px;
}
.story-container .story-content .content-d-col .detail-btn {
    font-size: 18px;
    margin-left: unset;
}
.story-container .story-content .content-d-col .detail-btn svg {
    width: 40px;
}
.story-container .story-content .content-d-col .title {
    font-size: 14px;
}
.service-container .service-content .top-title .ttle {
    margin: unset;
}
.service-container .service-content .top-title .sttle {
    margin: unset;
}
.package-container .package-content .top-title .ttle {
    margin: unset;
}
.package-container .package-content .top-title .sttle {
    margin: unset;
}
.package-container .package-content .package-item {
    width: 100%;
}
}