body{
    overflow-y: scroll;
    border:none;
    padding:0px;
    margin:0px;
    -webkit-tap-highlight-color: transparent;
}

.jumpup{
    width: 45px;
    height: 45px;
    position: fixed;
    right: 50px;
    bottom: 100px;
    background: #c9a961;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    transition: 150ms ease-in-out;
    border-radius: 8px;
}

.jumpup:hover{
    background: #977f49;
}

.jumpup svg{
    width: 24px;
    height: 24px;
    float: left;
    stroke: #16181c;
    stroke-width: 2px;
}

.header{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
}

.header .overlay{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    background: RGBA(22, 24, 28, 20);
    background: linear-gradient(180deg,rgba(22, 24, 28, 0.7) 0%, rgba(22, 24, 28, 0) 100%);
    z-index: 100;
}

.header .inner{
    width: calc(1480px - 80px);
    height: inherit;
    display: flex;
    z-index: 1000;
    padding-left: 40px;
    padding-right: 40px;
}

.header .inner .logo{
    width: auto;
    height: 250px;
    float: left;
    margin-top: 50px;
}

.header .inner .logo svg{
    width: 100%;
    height: 100%;
    float: left;
    fill: #e7e7e8;
}

.header .inner .menu{
    width: auto;
    height: inherit;
    float: left;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 40px;
}

.header .inner .menu .links{
    width: auto;
    height: inherit;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 40px;
}

.header .inner .menu .links .link{
    width: auto;
    height: auto;
    float: left;
    font-family: manropebold;
    font-size: 14px;
    color: #e7e7e8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.header .inner .menu .button{
    width: auto;
    height: auto;
    float: left;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: oswaldsemibold;
    font-size: 17px;
    color: #16181c;
    background: #c9a961;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    transition: 150ms ease-in-out;
    border: 1px solid #c9a961;
    outline: none;
    box-sizing: border-box;
}

.header .inner .menu .button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.galheader{
    width: 100%;
    height: 120px;
    float: left;
    background: #16181c;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.galheader .inner{
    width: calc(1480px - 80px);
    height: inherit;
    float: left;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
}

.galheader .inner .logo{
    width: auto;
    height: 150px;
    float: left;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.galheader .inner .logo svg{
    width: auto;
    height: 100%;
    float: left;
    fill: #e7e7e8;
    z-index: 100;
}

.galheader .inner .logo .back{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #16181c;
    padding-left: 30px;
    padding-right: 20px;
    margin-right: 10px;
}

.galheader .inner .menu{
    width: auto;
    height: inherit;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 40px;
}

.galheader .inner .menu .links{
    width: auto;
    height: inherit;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    gap: 40px;
}

.galheader .inner .menu .links .link{
    width: auto;
    height: auto;
    float: left;
    font-family: manropebold;
    font-size: 14px;
    color: #e7e7e8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

.galheader .inner .menu .button{
    width: auto;
    height: auto;
    float: left;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: oswaldsemibold;
    font-size: 17px;
    color: #16181c;
    background: #c9a961;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    transition: 150ms ease-in-out;
    border: 1px solid #c9a961;
    outline: none;
    box-sizing: border-box;
}

.galheader .inner .menu .button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.hero{
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    float: left;
    background: #16181c;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.hero .photo{
    width: 65%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.hero .photo .box{
    width: 100%;
    height: 100%;
    position: relative;
}

.hero .photo .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1500ms ease-in-out;
    background: #16181c;
}

.hero .photo .box img.active{
    opacity: 1;
}

.hero .photo .box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(22, 24, 28, 0.1), rgba(22, 24, 28, 0.45));
    z-index: 2;
}

.hero .photo .overlay{
    width: calc(100% + 10px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: RGBA(22, 24, 28, 20);
    background: linear-gradient(
        90deg,
        rgba(22, 24, 28, 1) 0%,
        rgba(22, 24, 28, 0.9) 10%,
        rgba(22, 24, 28, 0.7) 22%,
        rgba(22, 24, 28, 0.5) 38%,
        rgba(22, 24, 28, 0.3) 55%,
        rgba(22, 24, 28, 0.12) 75%,
        rgba(22, 24, 28, 0) 100%
    );
    z-index: 100;
}

.hero .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    position: relative;
    z-index: 1000;
    margin-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

.hero .inner .info{
    width: 52%;
    height: calc(100% - 180px);
    float: left;
    z-index: 1000;
    position: relative;
    margin-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero .inner .info .tagline{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 75px;
}

.hero .inner .info .tagline span{
    width: 30px;
    height: 1px;
    float: left;
    background: #c9a961;
}

.hero .inner .info .tagline p.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropebold;
    font-size: 12px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero .inner .info h1.main{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: oswaldsemibold;
    font-size: 70px;
    color: #e7e7e8;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: 1.3;
    font-weight: normal;
}

.hero .inner .info p.sub{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    margin-top: 30px;
    line-height: 1.5;
    font-weight: normal;
}

.hero .inner .info .buttons{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 75px;
}

.hero .inner .info .buttons .button{
    width: auto;
    height: auto;
    float: left;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: oswaldsemibold;
    font-size: 17px;
    color: #16181c;
    background: #c9a961;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    transition: 150ms ease-in-out;
    border: 1px solid #c9a961;
    outline: none;
    box-sizing: border-box;
}

.hero .inner .info .buttons .button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.hero .inner .info .buttons .button.light{
    background: none;
    border: 1px solid #737476;
    color: #e7e7e8;
}

.hero .inner .info .buttons .button.light:hover{
    border: 1px solid #c9a961;
    color: #c9a961;
}

.experience{
    width: 100%;
    height: auto;
    float: left;
    background: #1C1F24;
    border-top: 1px solid #2d2f32;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    z-index: 100;
}

.experience .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
}

.experience .inner .box{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    gap: 150px;
}

.experience .inner .box .item{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experience .inner .box .item .label{
    width: auto;
    height: auto;
    float: left;
    font-family: oswaldmedium;
    font-size: 50px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.experience .inner .box .item .tag{
    width: auto;
    height: auto;
    float: left;
    font-family: manropebold;
    font-size: 13px;
    color: #444649;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.3;
}

.experience .inner .tagline{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    margin-top: 50px;
    line-height: 1.5;
    text-align: center;
}

.service{
    width: 100%;
    height: auto;
    float: left;
    background: #16181c;
    border-top: 1px solid #2d2f32;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.service .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
}

.service .inner .intro{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.service .inner .intro .tagline{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropebold;
    font-size: 12px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service .inner .intro h2.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: oswaldsemibold;
    font-size: 40px;
    color: #e7e7e8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service .inner .intro p.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
}

.service .inner .items{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 100px;
}

.service .inner .items .item{
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #2d2f32;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 100px;
    padding-right: 100px;
}

.service .inner .items .item:last-child{
    padding-bottom: 0;
}

.service .inner .items .item .number{
    width: auto;
    flex-basis: 10%;
    height: auto;
    float: left;
    font-family: oswaldregular;
    font-size: 90px;
    color: #16181c;
    filter: brightness(1.3);
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}

.service .inner .items .item .type{
    width: auto;
    flex-basis: 30%;
    height: auto;
    float: left;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}

.service .inner .items .item .type h3.name{
    width: auto;
    height: auto;
    float: left;
    font-weight: normal;
    font-size: 30px;
    font-family: oswaldsemibold;
    color: #e7e7e8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service .inner .items .item .type .tagline{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropebold;
    font-size: 12px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service .inner .items .item .box{
    width: auto;
    flex-basis: 60%;
    height: auto;
    float: left;
    margin-left: 100px;
}

.service .inner .items .item .box p.description{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    margin: 0;
    line-height: 1.5;
}

.service .inner .items .item .box .brand{
    width: auto;
    height: auto;
    float: left;
    font-family: manropebold;
    font-size: 12px;
    color: #444649;
    letter-spacing: 2px;
    border-top: 1px solid #2d2f32;
    padding-top: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.brands{
    width: 100%;
    height: auto;
    float: left;
    background: #1C1F24;
    border-top: 1px solid #2d2f32;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    z-index: 100;
}

.brands .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.brands .inner p.text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    margin: 0;
    line-height: 1.5;
}

.brands .inner .box{
    width: auto;
    height: auto;
    float: left;
    margin-left: 150px;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    gap: 75px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.brands .inner .box .logo{
    width: auto;
    height: 50px;
    float: left;
}

.brands .inner .box .logo:nth-child(1){
    height: 40px;
}

.brands .inner .box .logo:nth-child(3){
    height: 70px;
}

.brands .inner .box .logo svg{
    width: 100%;
    height: 100%;
    float: left;
    fill: #FFFFFF;
}

.about{
    width: 100%;
    height: auto;
    float: left;
    background: #16181c;
    border-top: 1px solid #2d2f32;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 100;
}

.about .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.about .inner .photo{
    width: 300px;
    height: 300px;
    float: left;
    border-radius: 1000px;
    border: 1px solid #1C1F24;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 150px;
    overflow: hidden;
}

.about .inner .photo img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.about .inner .intro{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about .inner .intro .tagline{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropebold;
    font-size: 12px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about .inner .intro h2.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: oswaldsemibold;
    font-size: 40px;
    color: #e7e7e8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about .inner .intro p.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
}

.contact{
    width: 100%;
    height: auto;
    float: left;
    background: #1C1F24;
    border-top: 1px solid #2d2f32;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 100;
}

.contact .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}

.contact .inner .intro{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.contact .inner .intro .tagline{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropebold;
    font-size: 12px;
    color: #c9a961;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact .inner .intro h2.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: oswaldsemibold;
    font-size: 40px;
    color: #e7e7e8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact .inner .intro p.text{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 18px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
}

.contact .inner .box{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 75px;
    margin-top: 50px;
}

.contact .inner .box .item{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border: 1px solid #1C1F24; /*#737476*/
    border-radius: 8px;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 150ms ease-in-out;
    outline: none;
    text-decoration: none;
}

.contact .inner .box a.item:hover{
    border: 1px solid #737476;
}

.contact .inner .box .item .icon{
    width: 28px;
    height: 28px;
    float: left;
}

.contact .inner .box .item .icon svg{
    width: 100%;
    height: 100%;
    float: left;
    stroke: #c9a961;
    stroke-width: 2px;
}

.contact .inner .box .item .text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 18px;
    color: #e7e7e8;
}

.contact .inner .form{
    width: 900px;
    height: auto;
    float: left;
    background: #16181c;
    border-radius: 16px;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.contact .inner .form .divider{
    width: calc(100% - 60px);
    height: 1px;
    float: left;
    background: #2d2f32;
}

.contact .inner .form .group{
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.contact .inner .form .group:nth-child(5){
    padding-bottom: 0;
}

.contact .inner .form .group .box{
    width: calc(50% - 25px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    gap: 10px;
}

.contact .inner .form .group:nth-child(3) .box:nth-child(2){
    gap: 0;
}

.contact .inner .form .group .box:nth-child(2){
    margin-left: 50px;
    gap: 20px;
}

.contact .inner .form .group .box h3.head{
    width: auto;
    height: auto;
    float: left;
    font-family: oswaldsemibold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #e7e7e8;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.contact .inner .form .group .box p.text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    margin: 0;
}

.contact .inner .form .group .box .input-wrapper{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    box-sizing: border-box;
    position: relative;
}

.contact .inner .form .group .box .input-wrapper .check{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: #66c166;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.contact .inner .form .group .box .input-wrapper .check.invalid{
    background: #cc0000;
}

.contact .inner .form .group .box .input-wrapper .check svg{
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    float: left;
    stroke-width: 3px;
    stroke: #FFFFFF;
}

.contact .inner .form .group .box .input-wrapper .input{
    width: 100%;
    height: 62px;
    float: left;
    outline: none;
    border: 1px solid #2d2f32;
    border-radius: 8px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 16px;
    font-family: manropesemibold;
    color: #e7e7e8;
    box-sizing: border-box;
    background: #1C1F24;
    letter-spacing: 0.5px;
}

.contact .inner .form .group .box .input-wrapper .textarea{
    width: 100%;
    min-height: 150px;
    float: left;
    outline: none;
    border: 1px solid #2d2f32;
    background: #1C1F24;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 26px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: manropemedium;
    color: #e7e7e8;
    line-height: 1.5;
}

/*
.contact .inner .form .group .box .input-wrapper .input:hover,
.contact .inner .form .group .box .input-wrapper .input:focus,
.contact .inner .form .group .box .input-wrapper .textarea:hover,
.contact .inner .form .group .box .input-wrapper .textarea:focus{
    border: 1px solid #c9a961;
}
*/

.contact .inner .form .group .box .input-wrapper .label{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: text;
    padding-right: 20px;
    line-height: 1.3;
}

.contact .inner .form .group .box .input-wrapper .label.invalid{
    color: #cc0000
}

.contact .inner .form .group .box .input-wrapper .label.textbox{
    top: 21px;
    transform: unset;
}

.contact .inner .form .group .box .input-wrapper .input:focus + .label,
.contact .inner .form .group .box .input-wrapper .input:not(:placeholder-shown) + .label{
    top: 15px;
    font-size: 13px;
    color: #606265;
}

.contact .inner .form .group .box .input-wrapper .textarea:focus + .label.textbox,
.contact .inner .form .group .box .input-wrapper .textarea:not(:placeholder-shown) + .label.textbox{
    top: 7px;
    font-size: 13px;
    color: #606265;
}

/* dialcode */

.contact .inner .form .group .box .input-wrapper.dialcode .dial{
    flex-basis: calc(85px - 2px);
    height: calc(62px - 2px);
    float: left;
    outline: none;
    border: 1px solid #2d2f32;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    font-family: intermedium;
    color: #3c4343;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1C1F24;
    position: relative;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial.active{
    border-radius: 5px 0 0 0;
}

.contact .inner .form .group .box .input-wrapper.dialcode .number{
    flex-basis: calc(100% - 155px);
    position: relative;
}

.contact .inner .form .group .box .input-wrapper.dialcode .number .input{
    flex-basis: 100%;
    border-radius: 0 5px 5px 0;
}

.contact .inner .form .group .box .input-wrapper.dialcode .number .label{
    left: 21px;
}

.contact .inner .form .group .box .input-wrapper.dialcode .prefix{
    width: 70px;
    height: 62px;
    float: left;
    border: none;
    outline: none;
    background: #1C1F24;
    border: 1px solid #2d2f32;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-family: manropemedium;
    color: #737476;
    box-sizing: border-box;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .icon{
    width: 25px;
    height: 19px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .icon img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdown{
    width: 20px;
    height: auto;
    float: left;
    margin-left: 5px;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdown svg{
    width: 100%;
    height: auto;
    float: left;
    stroke: #737476;
    stroke-width: 2px;
    transform: rotate(180deg);
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    top: calc(61px + 0px);
    justify-content: center;
    display: flex;
    border: 1px solid #2d2f32;
    border-top: none;
    border-radius: 0 0 8px 8px;
    display: none;
    overflow: hidden;
    flex-direction: column;
    z-index: 1000;
    outline: none;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial:hover .dropdownmenu{
    display: flex;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item{
    width: calc(100% - 20px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #1C1F24;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: flex-start;
    border-radius: 0;
    gap: 0;
    transition: none;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item:first-child{
    border-bottom: 1px solid #2d2f32;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item:hover{
    background: #16181c;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item .flag{
    width: 18px;
    height: 14px;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item .flag img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.contact .inner .form .group .box .input-wrapper.dialcode .dial .dropdownmenu .item .name{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 14px;
    color: #737476;
    margin-left: 10px;
}

/*
.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:hover) .dial,
.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:focus) .dial,
.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:active) .dial{
    border: 1px solid #c9a961;
}

.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:hover) .prefix,
.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:focus) .prefix,
.contact .inner .form .group .box .input-wrapper.dialcode:has(.phone:active) .prefix{
    border: 1px solid #c9a961;
    border-right: none;
    border-left: none;
}
*/

/* dialcode */

/* toggle */
.contact .inner .form .group .box .toggle-wrapper{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    background: #1C1F24;
    border: 1px solid #2d2f32;
    border-bottom: none;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact .inner .form .group .box .toggle-wrapper:first-child{
    border-radius: 8px;
    border-bottom: 1px solid #2d2f32;
}

.contact .inner .form .group .box .toggle-wrapper:nth-child(2){
    margin-top: 20px;
    border-radius: 8px 8px 0 0;
}

.contact .inner .form .group .box .toggle-wrapper:last-child{
    border-bottom: 1px solid #2d2f32;
    border-radius: 0 0 8px 8px;
}

.contact .inner .form .group .box .toggle-wrapper.hidden{
    display: none;
}

.contact .inner .form .group .box .toggle-wrapper .toggle{
    width: 60px;
    height: 30px;
    float: left;
    background: transparent;
    border-radius: 1000px;
    border: 1px solid #737476;
    display: flex;
    align-items: center;
    position: relative;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 0;
}

.contact .inner .form .group .box .toggle-wrapper .toggle.active{
    border: 1px solid #c9a961;
}

.contact .inner .form .group .box .toggle-wrapper .toggle .switch{
    width: calc(30px - 10px);
    height: calc(30px - 10px);
    position: absolute;
    left: 5px;
    border-radius: 50%;
    background: #737476;
    transition: ease-out 150ms;
    -webkit-transition: ease-out 150ms;
    -moz-transition: ease-out 150ms;
}

.contact .inner .form .group .box .toggle-wrapper .toggle.active .switch{
    transform: translateX(30px);
    background: #c9a961;
}

.contact .inner .form .group .box .toggle-wrapper .text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 16px;
    color: #828283;
    margin: 0;
}

.contact .inner .form .group .box .toggle-wrapper.invalid:not(:first-child) .text{
    color: #cc0000;
}
/* toggle */


.contact .inner .form .button-wrapper{
    width: 300px;
    max-width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    cursor: pointer;
}

.contact .inner .form .button-wrapper .submit_button{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    background: #c9a961;
    color: #16181c;
    font-family: oswaldsemibold;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid #c9a961;
    text-align: center;
    padding:22px;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: none;
    cursor: pointer;
    transition: 150ms ease-in-out;
    z-index: 1100;
    position: relative;
    font-weight: normal;
    box-sizing: border-box;
}

.contact .inner .form .button-wrapper .submit_button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.contact .inner .form .button-wrapper .submit_button.hidden{
    opacity: 0;
    z-index: 1000;
}

.contact .inner .form .button-wrapper .loading{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    background: #c9a961;
    border-radius: 8px;
    border: 1px solid #c9a961;
    position: absolute;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .inner .form .button-wrapper .loading.hidden{
    display:none;
}

.contact .inner .form .button-wrapper .loading .round{
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 3px solid #16181c;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform-origin: center center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.contact .inner .form .button-wrapper .message_alert{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    opacity: 1;
    float: left;
    border-radius: 5px;
    clear: both;
    text-align: center;
    background: #d4edd9;
    border: 1px solid #d4edd9;
    transition: 250ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .inner .form .button-wrapper .message_alert.hidden{
    opacity: 0;
    z-index: 1000;
}

.contact .inner .form .button-wrapper .message_alert .text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropebold;
    font-size: 16px;
    color: #28a745;
}

.contact .inner .form .terms{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 14px;
    color: #737476;
    margin-bottom: 30px;
    display: unset;
    padding-top: unset;
    padding-bottom: unset;
    border: none;
    line-height: 1.3;

}

.contact .inner .form .terms a{
    text-decoration: none;
    font-family: manropeextrabold;
    color: inherit;
}

.contact .inner .form .terms a:hover{
    text-decoration: underline;
}

.gallery{
    width: 100%;
    height: auto;
    float: left;
    background: #16181c;
    border-top: 1px solid #2d2f32;
    position: relative;
    display: flex;
    justify-content: center;
}

.gallery .button{
    width: auto;
    height: auto;
    float: left;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: oswaldsemibold;
    font-size: 17px;
    color: #16181c;
    background: #c9a961;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    transition: 150ms ease-in-out;
    border: 1px solid #c9a961;
    outline: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 50px;
    z-index: 300;
}

.gallery .button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.gallery .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: RGBA(22, 24, 28, 20);
    background: linear-gradient(0deg, rgba(22, 24, 28, 0.9) 0%, rgba(22, 24, 28, 0) 100%);
    z-index: 200;
}

.gallery .items{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 100;
}

.gallery .items .item{
    width: calc(100% / 6);
    height: auto;
    float: left;
    aspect-ratio: 1 / 1;
}

.gallery .items .item img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.gallery.page{
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
    align-items: center;
}

.gallery.page .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.gallery.page .inner .block{
    width: 100%;
    height: auto;
    min-height: 300px;
    float: left;
    border-radius: 16px;
    background: #1C1F24;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
}

.gallery.page .inner .block .name{
    width: auto;
    height: auto;
    float: left;
    font-weight: normal;
    font-size: 30px;
    font-family: oswaldsemibold;
    color: #e7e7e8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-align: center;
}

.gallery.page .inner .block .description{
    width: auto;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
}

.gallery.page .inner .block .images{
    width: 100%;
    height: auto;
    float: left;
}

.gallery.page .inner .block .images .image{
    width: calc(100% / 5);
    height: auto;
    float: left;
    aspect-ratio: 1 / 1;
    position: relative;
    outline: none;
}

.gallery.page .inner .block .images .image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.gallery.page .inner .block .images .image .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 31, 36, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 150ms ease-in-out;
}

.gallery.page .inner .block .images .image:hover .overlay{
    opacity: 1;
}

.gallery.page .inner .block .images .image .overlay .icon{
    width: 45px;
    height: 45px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9a961;
    border-radius: 8px;
    transition: 150ms ease-in-out;
}

.gallery.page .inner .block .images .image .overlay .icon:hover{
    background: #977f49;
}

.gallery.page .inner .block .images .image .overlay .icon svg{
    width: 24px;
    height: 24px;
    float: left;
    stroke: #16181c;
    stroke-width: 2px;
}

.gallery.page .loadmore{
    width: auto;
    height: auto;
    float: left;
    margin-top: 50px;
}

.gallery.page .loadmore .button{
    width: auto;
    height: auto;
    float: left;
    padding: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: oswaldsemibold;
    font-size: 17px;
    color: #16181c;
    background: #c9a961;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    text-decoration: none;
    transition: 150ms ease-in-out;
    border: 1px solid #c9a961;
    outline: none;
    box-sizing: border-box;
    position: relative;
    bottom: unset;
    cursor: pointer;
}

.gallery.page .loadmore .button:hover{
    background: #977f49;
    border: 1px solid #977f49;
}

.terms{
    width: 100%;
    height: auto;
    float: left;
    background: #16181c;
    border-top: 1px solid #2d2f32;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.terms .inner{
    width: 1200px;
    height: auto;
    float: left;
    background: #1C1F24;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 16px;
}

.terms .inner h1.head{
    width: auto;
    height: auto;
    float: left;
    font-weight: normal;
    font-size: 30px;
    font-family: oswaldsemibold;
    color: #e7e7e8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

.terms .inner .part{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.terms .inner .part h2.head{
    width: auto;
    height: auto;
    float: left;
    font-weight: normal;
    font-size: 20px;
    font-family: oswaldsemibold;
    color: #e7e7e8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    margin-top: 30px;
}

.terms .inner .part:last-child h2.head{
    font-family: manroperegular;
    font-size: 16px;
    color: #737476;
    text-transform: none;
}

.terms .inner .part .line{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
}

.terms .inner .part .line .no{
    width: 30px;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
    text-align: right;
    flex-grow: 0;
    flex-shrink: 0;
}

.terms .inner .part .line .content{
    width: calc(100% - 50px - 20px);
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.terms .inner .part .line .content p.main{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
}

.terms .inner .part .line .content .sub{
    width: calc(100% - 20px);
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 3px;
    margin-left: 20px;
}

.terms .inner .part .line .content .sub .line2{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.terms .inner .part .line .content .sub .line2 .no{
    width: 5px;
    height: 5px;
    float: left;
    background: #737476;
    flex-grow: 0;
    flex-shrink: 0;
}

.terms .inner .part .line .content .sub .line2 p.content2{
    width: calc(100% - 5px - 20px);
    height: auto;
    float: left;
    margin: 0;
    margin-left: 20px;
    font-family: manropemedium;
    font-size: 16px;
    color: #737476;
    line-height: 1.5;
    font-weight: normal;
}

.footer{
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid #2d2f32;
    background: #1C1F24;
    display: flex;
    justify-content: center;
}

.footer .inner{
    width: calc(1480px - 80px);
    height: auto;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-end;
    padding-left: 40px;
    padding-right: 40px;
}

.footer .inner .copy{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer .inner .copy .head{
    width: auto;
    height: auto;
    float: left;
    font-family: manropeextrabold;
    font-size: 16px;
    color: #737476;
}

.footer .inner .copy .line{
    width: auto;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
}

.footer .inner .copy .line .text{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 15px;
    color: #444649;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.footer .inner .copy .line .text:nth-child(2){
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #444649;
}

.footer .inner .copy .line .text .logo{
    width: auto;
    height: 11px;
    float: left;
    margin-left: 7px;
}

.footer .inner .copy .line .text .logo svg{
    width: auto;
    height: 100%;
    float: left;
    fill: #444649;
}

.footer .inner .copy .line .text .logo:hover svg{
    fill: #ffe163;
}

.footer .inner .terms{
    width: auto;
    height: auto;
    float: left;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
    border: none;
}

.footer .inner .terms .item{
    width: auto;
    height: auto;
    float: left;
    font-family: manropemedium;
    font-size: 15px;
    color: #444649;
    margin-left: 10px;
    padding-left: 10px;
}

.footer .inner .terms a.item{
    text-decoration: none;
}
