@font-face {
  font-family: 'FiraGo';
  src: URL('../fonts/firago.ttf') format('truetype');
}
@font-face {
  font-family: 'FiraGoBook';
  src: URL('../fonts/FiraGO-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'FiraGoBold';
  src: URL('../fonts/FiraGO-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gugeshashvili1';
  src: URL('../fonts/gugeshashvili1.ttf') format('truetype');
}
.p-10{
    padding:10px;
}
*{
    margin:0;
    padding: 0;
}

input::placeholder, input::-webkit-input-placeholder, textarea:disabled::placeholder 
 { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
  font-family:FiraGo;
}
input:disabled{
    background-color:grey;
    opacity:1 !important;
}
input:disabled::placeholder{
    -webkit-text-fill-color:#fff;
    opacity: 1;
    font-family:FiraGo;
}
input:placeholder{
    -webkit-text-fill-color: #ffffff;
    opacity: 1;
    font-family:FiraGo;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  font-family:FiraGo;
}
textarea{
    font-family:FiraGo;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  font-family:FiraGo;
}
.weight,.weight::placeholder {
    color:black !important;
}
html {
    font-size: 0.8vw;
    font-family:FiraGo;
}
input{
    font-family:FiraGo !important;
}
.pagination .page-item{
    margin:0 2rem;
    list-style:none;
    
}
.pagination .page-item a{
    text-decoration:none;
    color:white;
}
.header-left{
    width: 45%;
}

.header-right{
    position:relative;
}
.menu-bottom{
    margin-top:3.25rem;
    width:100%;
    height:9.375rem;
}
.mobile-lang a{
    color:white;
    text-decoration:none;
    margin-right:3rem;
}
.lang{
    display:flex;
    justify-content:center;
}
.lang a{
    color:white;
    text-decoration:none;
}
.header{
    height: 100vh;
    position:fixed;
    width: 19.625rem;
    background: #000000 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    flex-direction:column;
    z-index:9999;
}
.drop-button{
    margin-left:10px;
}
.logo{
    align-self: center;
}
.logo img{
    height: 13.75rem;
}
.lang{
    color:white;
}
.lang a{
    color:white;
    padding: 0.625rem 1.375rem;
    text-decoration: none;
}
.social-icons {
    margin-top:2.75rem;
    display:flex;
    justify-content:center;
}
.social-icons a{
    color:white;
    text-decoration:none;

}
.nav{
    position: relative;
    align-self: flex-end;
}
.nav ul{
    display: flex;
    flex-direction:column;
}
.nav ul li{
    height: 1.875rem;
    list-style: none;
    padding: 1.825rem;
}
.nav ul li a{
    font-size: 1.2rem;
    color:#e4e4e4;
    text-decoration: none;
}
.socials span a {
    text-decoration:none;
    color:#707070;
}
.slider-text{
    margin-left: 15.625rem;
    margin-top: 5.75rem;
    width: 40.25rem;
    text-shadow: 2px 2px #000000;
    background-color: rgba(0,0,0,0.7);
    padding: 36px;
    text-align: center;
}
.slider .swiper-slide{
    text-align: initial !important;
    justify-content: initial !important;
    -webkit-justify-content: initial !important;
}
.pretty-button{
    margin-top: 7.875rem;
    background: transparent;
    padding: 0.3125rem 2.5rem;
    color: #ffd03d;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #ffd03d;
    cursor: pointer;
    margin-bottom: 4.625rem;
}
.slider-text h4{
    font-family:'Gugeshashvili1',sans-serif;
    font-size: 2.2rem;
    color:#eed486;
    margin-bottom: 7.875rem;
    display:inline;
}
.slider{
    height: 36.875rem;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
  }

.metals-container{
      height: 11.125rem;
}
main.super{
    width:calc(100% - 19.625rem);
    min-height: 100vh;
    margin-left:19.625rem;
    float:right;
    overflow-x:hidden;
    background-color:#000000;
    position:relative;
    padding-top:2rem;
}
.serv-page{
    padding-bottom:10rem;
    min-height:44.375rem;
}
.content{
    width: 100%;
    
}
.container{
    margin: 0 auto;
    background-color: #000000;
}

.middle {
    width: 102.5rem;
    margin: auto;
}

.metals {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.metal-form select,.metal-form input{
    width: 18.875rem;
    height: 2.5625rem;
    background:transparent;
    border-radius: 0.1875rem;
    margin-bottom: 0.3125rem;
    margin-left: 0.9375rem;
    border:0.0625rem solid #878787;
    color:white;
    text-align:center;
    text-align-last:center;
    box-sizing:border-box;
}
.metal-form select option{
    color:black;
    text-align:center;
    text-align-last:center;
}
.metal-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:calc(100%/4);
}
.metal-box h4{
    text-align:center;
    font-size:1.5625rem;
    color:#FFC315;
    margin-bottom: 10px;
}
.metal-box img{
    height: 9.25rem;
}
.metal-header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.metal-header h2{
    font-size: 2.25rem;
    color: #E4E4E4;
    margin-top:2.75rem;
    margin-bottom:2.75rem;
}
.calculator{
    margin-top:3.125rem;
    background-color: #000000;
    display: flex;
    flex-direction: column;
}
.calc-titles{
    display:flex;
    color:black;
}
.calc-input-header{
    width: 16.75rem;
    margin-left: 0.325rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6875rem;
    background-color:#f7c411;
    padding: 0.1875rem 0.3125rem;
    box-sizing: border-box;
    border-radius: 0.25rem;
    font-size:1.2rem;
}
.metal-form{
    display: flex;
    flex-direction: column;
}

.calc-tem{
    margin-top: 0.4125rem;
    height:40px;
}
.calc-tem input{
    width: 16.75rem;
    height: 2.6875rem;
    color: white;
    font-size: 1.2rem;
    margin-left: 0.325rem;
    border-radius: 0.25rem;
    box-sizing: border-box;
    padding: 0.1875rem 0.3125rem;
    border: 0;
    float:left;
}
.chart-input-area{
    display:flex;
    justify-content:center;
}
.chart-input-area input{
    width: 15.75rem;
    height: 2.6875rem;
    color: white;
    font-size: 1.5rem;
    margin-left: 0.625rem;
    border-radius: 0.25rem;
    box-sizing: border-box;
    padding: 0.1875rem 0.3125rem;
    color:black;
    border: 0;
}
.chart-input-area button{
    width: 4rem;
    margin-left: 1rem;
    cursor: pointer;
}
.calc-tem .exchange{
    border-radius: 50%;
    color:white;
    display: inline-block;
    padding: 1.25rem;
    margin-left: 5.0625rem;
    font-size: x-large;
    background-color: #4a4a4a;
}
.calc-header, .contact-header{
    font-size: 2rem;
    color:#E4E4E4;
    margin-top:2.4375rem;
    margin-bottom: 2.5rem;
    display:flex;
    align-items:center;
}
.calc-container .calc-header{
    margin-top:5px !important;
}
.left-line{
    background-color:#707070;
    width:3.875rem;
    height:0.125rem;
    margin-right: 1.25rem;
}
.calculator button{
    float: right;
    margin-top: 0.875rem;
    background-color: #f7c411;
    width: 16.75rem;
    height: 2.6875rem;
    color: black;
    margin-left:0.325rem;;
    border-radius: 0.25rem;
    border: 0;
    cursor: pointer;
    font-size:1.2rem;
}
.serv-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.serv-item{
    width:calc(100%/3 - 12.5rem);
    margin-left:6.25rem;
    margin-top:5.0625rem;
    border-radius:0.25rem;
    color:white;
    font-size: 1.2625rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
    cursor:pointer;
    height:240px;
}
.serv-item:hover{
    border:2px solid #FFC315;
    box-sizing:border-box;
}
.serv-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius:10px;
}
.serv a{
    width:15.6875rem;
    height:3.6875rem;
    background-color:#484848;
    border-radius:0.25rem;
    border:0.0625rem solid #707070;
    float:right;
    color:white;
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:3.125rem;
    margin-top: 3.875rem;
}
.services{
    width: 100%;
    margin-top:12.9375rem;
    position: relative;
    padding: 6.4375rem 0;
}

.services .arrows.middle {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    height: 100%;
    width: 111rem;
}
.services .swiper-button-next{
    width:6rem;
    right: 9rem !important;
}
.arrows.middle > * {
    outline: none;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0 !important;
    height: 100% !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    right:0 !important;
}

.services .swiper-container{
    padding:0 1.1rem !important;
}
.services .swiper-container .swiper-slide{
    height: 15.9375rem !important;
    background-color: #000000;
    border-radius: 0.625rem;
    width:calc(100%/3 - 3.475rem) !important;
}
.services .swiper-container .swiper-slide img{
    width: 9.9375rem;
    margin-left: 3.0625rem;
}
.services .swiper-container .swiper-slide span{
    color:white;
    text-align: left;
    margin-top: 4.5625rem;
    display:none;
}
.services .button-area a{
    width: 15.6875rem;
    height: 3.6875rem;
    background-color: #484848;
    border-radius: 0.25rem;
    border: 0.0625rem solid #707070;
    float: right;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.5rem;
    margin-top: 3.875rem;
}
.home-services-button{
    margin-bottom:9rem;
}
.home-services-button a{
    width: 15.6875rem;
    height: 3.6875rem;
    background-color: #484848;
    border-radius: 0.25rem;
    border: 0.0625rem solid #707070;
    float: right;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.5rem;
    margin-top: 3.875rem;
}
.footer{
    width: 100%;
    height: 12.125rem;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    padding-bottom: 4.6875rem;
    bottom:0;

}
.social {
    display: flex;
    width: calc(100% - 17.5rem);
    align-items: center;
}
.social i {
    color:#FFC315;
}

.social-item{
    font-size: 1.25rem;
    color: #e4e4e4;
    margin-top:0.625rem;
    display:flex;
    width:calc(100% / 4 );
}
.social-item span{
    margin-left:0.625rem;
    color:#707070;
    font-size:1.375rem;
}
.foot-logo{
    width:10%;
    display: flex;
    justify-content: center;
}
.foot-logo img{
    height: 4.75rem;
    margin-top:3.375rem;
}
.footer .menu{
    width:45%;
    margin-top:6.25rem;
}
.footer .menu ul{
    display: flex;
}
.footer .menu ul li{
    list-style: none;
}
.footer .menu ul li a{
    text-decoration: none;
    color:#E4E4E4;
    margin-left:2.125rem;
}
.about-header{
    width: 100%;
    background-color: #000000;
    font-size: 2rem;
    padding-top:7.8125rem;
    padding-bottom:3.4375rem;
    color: #E4E4E4;
}
.about-content{
    width: 100%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        min-height: 44.375rem;
}

.about-content .main-image{

}
.about-content .main-image img{
   width:100%;
}

.about-content .main-text{
    width: 50rem;
    color:#FFFFFF;
    margin-top:1.5625rem;
}

.about-content .main-text p{
    margin-top:1.5625rem;
}
.about-top{
    width: 100%;
    height: 5.8125rem;
    background-color: #0C0C0CF2;
}
.calc-container{
    width: 100%;
    background-color:#000000;
    position: relative;
    padding-top: 2.125rem;
    padding-bottom: 3.125rem;
}
.top-news{
    width: 100%;
    height:56.25rem;
    background-color:#000000E6;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-news-title{
    text-align: center;
    margin:3.4375rem 0;
    color: #E4E4E4;
    font-size: 2.25rem ;
}

.top-news-container{
    display: flex;
}
.top-news-item {
    margin:2.25rem;
    max-width: 41.25rem;
}

.top-news-item h4{
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-bottom:1.375rem
}

.top-news-item span{
    color:#FFFFFF;
    font-size: 1rem;
    
}
.news{
    width: 100%;
    background-color: #000000;
    min-height: 44.4375rem;
}
.news-title{
    color: #E4E4E4;
    font-size:1.5rem;
    padding:3.5rem 0rem;
}
.news-box-container{
    margin: auto;
    width: 86%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-item{
    width: calc(100% / 3 - 4rem);
    margin-top: 3.75rem;
    margin-right: 4rem;
    position:relative;
    border-radius:0.25rem;
    cursor:pointer;
    height: 440px;
    
}
.news-item:hover{
    border:2px solid #FFC315;
    box-sizing:border-box;
}
.news-item .details{
    margin-left: 0.9375rem;
}
.news-item a{
    text-decoration: none;
    color: #FFC315;
}
.news-item h4{
    font-size: 1.375rem;
    color: #FFFFFF;
    margin-bottom: 0.9375rem;
    margin-top:1rem;
    height:70px;
}
.news-image img{
    height:230px;
    width:100%;
    object-fit:cover;
    border-radius:10px;
}
.news-item .details span{
    color:white;
}
.pagination{
    display: flex;
    justify-content: center;
    font-size: 2.25rem;
    padding:1.875rem 0;
    color:grey
}
.news-content-top{
    height: 7.3125rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-content-top h1{
    color:white;
    font-size: 1.875rem;
}
.news-content{
    width: 100%;
    display: flex;
    padding-top: 1.25rem;
}
.news-left-space{
    width: 25.9375rem;
}
.main-content{
    width:100%;
}
.main-content img{
    max-width: 45.3125rem;
    border:2px solid #bda04deb;
}
.news-wrapper{
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;

}
.news-title-area{
    width:100%;
    text-align:center;
}
.news-title-area h2{
    margin-bottom:2.5rem;
}

.news-title-area a{
    color:white;
    font-size:1.625rem;
}
.news-wrapper h2{
    width: 100%;
    text-align: center;
    font-family:FiraGoBold;
}
.main-content .textarea{
    /*margin-left: 8.625rem;*/
    padding-top: 2.75rem;
    color:white;
    padding-bottom: 2.5rem;
    display:flex;
    justify-content:center;
    font-family:FiraGoBook;
}
.outline{
    border:2px solid #bda04deb;
}
.main-content .textarea h2{
    margin-bottom: 1.0938rem;
    font-size: 1.875rem;
}
.main-content .textarea p{
    max-width: 70.125rem;
    line-height:2rem;
}
.main-content .share{
    margin-left: 8.625rem;
    color:white;
    display: flex;
    align-items: center;
}
.main-content .share a{
    color:white;
    font-size: 1.875rem;
    margin-left: 1.25rem;
}
.news-right-space{
    padding-left: 2.0625rem;
}
.news-right-space h3{
    color:white;
    font-size:1.5rem
}

.right-news-item{
    width:24.5625rem;
    margin-top: 2.625rem;
    height:12.1875rem;
    border-radius:0.25rem;
    position:relative;
    cursor:pointer;
    
}
.right-news-item h4{
    margin: 0.6875rem 0;
    color:white;
    font-size: 1rem;
}
.right-news-item span{
    color: white;
    font-size: 0.875rem;
}
.right-news-item a{
    text-decoration: none;
    color: #FFC315;
    position: absolute;
    right: 0.625rem;
    bottom: 0.625rem;
    display: none;
}
.right-news-item h4{
    font-size: 1.375rem;
    color: #FFFFFF;
    margin-bottom: 0.9375rem;
    margin-top:10rem;
    transition:.5s;
    position:absolute;
    margin-left:0.625rem;
}
.right-news-item span{
    color:#E4E4E4;
    margin-top: 3.75rem;
    position: absolute;
    display:none;
    transition:.5s;
    max-width:18.75rem;
    margin-left:0.625rem;
}
.right-news-item:hover span{
    display:block;
}
.right-news-item:hover h4{
    margin-top:1.875rem;
    color:#FFC315;
}
.right-news-item:hover a{
    display:block;
}
.single-news-bottom{
    width: 100%;
    height: 15.625rem;
    background-color: #0C0C0CF2;
}
.services-top{
    width: 100%;
    height: 7.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
    background-color: #242424;
    
}
.services-top h2{
    font-size: 1.875rem;
}
.services-container{
    width: 100%;
}
.service-item{
    width: 56.375rem;
    height: 14rem;
    background-color: #101010;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 1.375rem;
}
.service-item-bg{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #2c2c2c;
    padding: 1.5rem 0;
}
.service-bottom{
    height: 2.5625rem;
    width: 100%;
    background-color:#242424;
}
.service-text{
    color: white;
    display: flex;
    flex-direction: column;
    width: 34.125rem;
    text-align: center;
    margin-left: 3.125rem;
}
.service-text h4{
    position: absolute;
    bottom: 0.625rem;
    left: 1.875rem;
    transition:.5s;
}
.service-text a{
    text-decoration:none;
    color:#FFC315;
    position:absolute;
    right:0.625rem;
    bottom:0.625rem;
    display:none;
}
.services .swiper-slide{
    
}
.services .swiper-slide:hover .service-text h4{
    bottom:8.125rem;
    color:#FFC315;
}
.services .swiper-slide:hover .service-text span{
    display:block;
}
.services .swiper-slide:hover .service-text a{
    display:block;
}
.contact-header{
    color:white;
    background-color:#000000;
    padding-top:0rem;
}
.contact-container{
    width: 100%;
    background-color: #000000;
    padding: 4.375rem 8.75rem;
    display: flex;
    box-sizing: border-box;
    justify-content:center;
}

.contact-container img{
    max-width: 28.75rem;
    height: max-content;
}
.contact-container .form{
    color:#E4E4E4;
    display: flex;
    flex-direction: column;
    margin-left: -8.1875rem;
}
.contact-container .form ul li {
    font-size:2.5rem;
    color:#FFCF2E;
}
.contact-container .form input{
    width: 46.875rem;
    height: 2.5rem;
    background-color: #484848;
    border-radius: 0.2rem;
    border: 0.125rem;
    box-shadow: 0.125rem 0.125rem 0.5rem #FFFFFF17;
    margin-top: 1.6875rem;
    padding-left:0.625rem;
    color:#E4E4E4;
    font-size:1.25rem;
    font-family:'FiraGo';
}
.form h2{
    text-align: center;
    margin-bottom: 4.0625rem;
}

.contact-container .form textarea{
    border-radius: 0.2rem;
    background-color: #484848;
    box-shadow: 0.125rem 0.125rem 0.5rem #363636;
    margin-top: 1.6875rem;
    padding-left:0.625rem;
    color:#E4E4E4;
    font-size:1.25rem;
    width: 46.875rem;
}
.contact-container .form form{
    display: flex;
    flex-direction: column;
    
}
.form button{
    margin-top:2.875rem;
    background: #484848;
    color:white;
    border-radius:0.2rem;
    border:0;
    cursor: pointer;
    width: 17.4375rem;
    height:2.5rem;
    font-size:1.25rem;
}

.contact-form-btn{
    display: flex;
    justify-content: flex-end;
    margin-bottom:14rem;
}

.signup-form{
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    transition: 0.6s ease-in;
    z-index:99999;
}
.popup{
    text-align: center;
}
.popup #order{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.popup h4{
    margin-top: 4.1875rem;
    margin-bottom: 5rem;
    color: wheat;
    font-size: 3.25rem;
}
.popup .form-control{
    width: 42.4375rem;
    height: 3.525rem;
    margin-top: 2.0625rem;
    background-color: #484848;
    box-sizing: border-box;
    box-shadow: 0.125rem 0.125rem 0.5rem #FFFFFF17;
    border-radius: 0.625rem;
    border: 0;
    padding: 0.9375rem 1.875rem;
    font-size: 1.2rem;
}

.popup button{
    margin:2.5625rem auto;
    background: transparent;
    color: #FFCF2E;
    border:0;
    border-radius: 0.5rem;
    font-size:1.3rem;
    cursor:pointer;
}

.service-inside-content{
    display:flex;
}
.service-main-content{
    width:100%;
    color:white;
    min-height: 63rem;
}
.service-main-content .textarea{
    display:flex;
    flex-direction: column;
    margin-top:3.125rem;
    align-items: center;
}
.service-main-content .textarea p{
    line-height:2rem;
    font-family:FiraGoBook !important;
}
.service-main-content .textarea ul{
    padding:20px;
}
.services-couple{
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 5rem;
}
.service-image-container{
    display: flex;
    justify-content: center;
}
.service-image-cntainer img{
    
}
.inside-serv-item{
    width:calc(100%/2 - 3.125rem);
    margin-top:3.125rem;
}
.service-main-content h2{
    text-align:center;
    margin-bottom: 3rem;
    font-family:FiraGoBold;    
}
.service-main-content .textarea .description{
    color:white !important;
    max-width:70rem;
    padding:10px;
}

.mobile-header{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 4rem;
    color: white;
    display:none;
}
.mob-menu{
    display:none;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background-color:#000000;
    z-index:9999;
}
.mob-menu .close{
    color:white;
    font-size:4rem;
    margin-top:25px;
    margin-right:25px;
    display: flex;
    justify-content: flex-end;
}
.mob-menu-wrapper{
    display: flex;
    flex-direction: column;
}
.mob-menu .menu-item-container{
    display:flex;
    justify-content:center;
    color:white;
}
.mob-menu .menu-item-container ul{
    text-align:center;
}
.mob-menu .menu-item-container ul li{
    list-style:none;
    margin-top:20rem;
}
.mob-menu .menu-item-container ul li a{
    font-size:7rem;
    text-decoration:none;
    color:white;
    
}
.mob-social{
    display:flex;
    justify-content:center;
    font-size:6rem;
    margin-top:30rem;
    
}
.mob-social a{
    color:white;
}
.active{
    color:#FFC315 !important;
}
.calc-container .calculator{
        margin-top:0 !important;
    }
.socials{
    display:flex;
    width:100%;
    margin-left: 12.5rem;
}

.chartMetals{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    margin:0 auto;
    width:90%;
}
.chartMetal img{
    max-width:100%;
}
.activeMetal {
    filter: sepia() saturate(672%) hue-rotate(0deg);
}
.chartMetal{
    width:calc(100% / 4 - 2rem);
}

@media screen and (max-width:101.875rem), screen and (max-device-width: 1630px){
    .serv-item{
        width: calc(100%/2 - 12.5rem);
    }
    .news-item{
        width: calc(100% / 2 - 4rem);
    }
    .news-content{
      
    }
    
}

@media screen and (max-width:75rem),
       screen and (max-device-width:1200px){
    
    .chartMetal{
        width:calc(100% / 2 - 2rem);
    }
    .pagination{
        font-size:5rem;
    }
    .serv-item{
        width: calc(100% - 12.5rem);
    }
    .header{
        display:none;
    }
    .mobile-header{
        display:flex;
    }
    main.super{
        width:100%;
    }
    .mobile-logo img{
        max-width:200px;
    }
    .signup-form{
        position: fixed;
        background-color: #000000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        display: flex;
        justify-content: center;
        transition: 0.6s ease-in;
    }
    .popup{
        text-align: center;
    }
    .popup #order{
        display:flex;
        flex-direction:column;
    }
    .popup h4{
        margin-top: 42.1875rem;
        margin-bottom: 5rem;
        color: wheat;
        font-size: 7.25rem;
    }
    .popup .form-control{
        width: 82.4375rem;
        height: 10.125rem;
        margin-top: 2.0625rem;
        background-color: #484848;
        box-sizing: border-box;
        box-shadow: 0.125rem 0.125rem 0.5rem #FFFFFF17;
        border-radius: 0.625rem;
        border: 0;
        padding: 0.9375rem 1.875rem;
        font-size: 4rem;
    }
    
    .popup button{
        margin:2.5625rem auto;
        background: transparent;
        color: #FFCF2E;
        border:0;
        border-radius: 0.5rem;
        font-size:5.5rem;
    }
    .calc-tem input{
        font-size:3rem;
        margin-left: 5.0625rem;
    }
    .calc-input-header{
        font-size:3rem;
        margin-left: 5.0625rem;
    }
    .slider .swiper-slide{
        display: flex;
        justify-content: center !important;
        align-items: center;
    }
    
}
@media screen and (max-width:50rem) , screen and (max-device-width: 800px){*
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after , .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
        font-size:6rem !important;
    }
    .metal-box{
        width:calc(100%/2);
        margin-top:4rem;
    }
    .metal-box img{
        height: 32.25rem;
    }
    .metal-box h4{
        font-size: 5.5625rem;
    }
    .metal-form select, .metal-form input{
        width: 42.875rem;
        height: 7.5625rem;
    }
    .pagination{
        font-size:7rem;
    }
    .calc-tem input{
        width: 21.75rem;
        height: 10.6875rem;
        border-radius: 1.55rem;
        font-size:4rem;
    }
    .showPopup, .sumOfPrice , .clear{
        width:100% !important;
        font-size: 4rem !important;
    }
    .button-area, .home-services-button{
        padding: 0 ;
        display: flex;
        justify-content: center;
    }
    .calculator button{
        float:left;
        width: 100%;
        height: 10.6875rem;
        border-radius: 0.55rem;
        margin-right:0;
    }
    .calc-input-header{
        font-size:2.5rem;
        margin-left: 5.0625rem;
        width:21.75rem;
        height: 10.6875rem;
        border-radius:4px;
    }
    
    .serv-container{
        padding: 0 8rem;
    }
    .serv-item{
        font-size: 4rem;
        margin-left:0;
    }
    .serv a , .home-services-button a{
        width: 85%;
        margin-right:0;
        height: 9.6875rem;
        font-size:4rem;
    }
    .calc-header, .contact-header{
        justify-content:center;
        font-size: 7rem;
    }
    .news-content-top{
        justify-content:center;
        margin-bottom: 28rem;
        margin-top: 21rem;
    }
    .news-content-top h1{
        font-size: 7rem;
    }
    .left-line{
        display:none;
    }
    .social{
        flex-wrap:wrap;
    }
    .social-item i{
        font-size:4.375rem;
    }
    .social-item span{
        font-size: 4.375rem;
    }
    .slider{
        height:46rem;
    }
    .slider-text{
        margin-top:0;
        width:100%;
    }
    .about-content .main-text{
        font-size:4rem;
        width:100rem;
    }
    .contact-container .form{
        width:100%;
        margin-left:0;
    }
    .contact-container .form ul li{
        font-size: 6.5rem;
    }
    .contact-container .form input{
        width: 100%;
        height: 8.5rem;
        font-size: 3.25rem;
        border-radius: 0.8rem;
        box-sizing: border-box;
    }
    .contact-container .form textarea{
        width: 100%;
        font-size: 3.25rem;
        border-radius: 0.8rem;
        box-sizing: border-box;
    }
    .form button{
        width: 100%;
        height: 9.5rem;
        font-size: 3.25rem;
        border-radius: 0.8rem;
    }
    .news-item{
        width: calc(100% / 1 - 4rem);
        font-size: 4rem;
        margin-right:0;
    }
    .news-item span{
        margin-top: 19.75rem;
    }
    .news-item .details{
        margin-bottom:10rem;
    }
    .news-item h4{
        font-size: 4.375rem;
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .news-content{
        padding-left: 0;
        align-items: center;
        flex-direction: column;
    }
    .main-content img{
        max-width:100%;
    }
    .main-content {
        width: 90%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .news-wrapper{
        margin-left:0;
        flex-direction: column;
    }
    .news-title-area{
        font-size: 5rem;
    }
    .main-content .textarea{
        font-size:7rem;
        margin-left:0;
    }
    .main-content .textarea p{
        max-width:100%;
        line-height:initial;
    }
    .service-main-content .textarea p{
        line-height:initial;
    }
    .news-right-space{
        margin-left:0;
        width:90%;
        margin-top: 30rem;
    }
    .news-right-space h3{
        font-size:7.5rem;
    }
    .right-news-item{
        width:100%;
        height: 47.1875rem;

    }
    .right-news-item h4{
        font-size:5.57rem;
        margin-top: 38rem;
    }
    .right-news-item span{
        margin-top: 22.75rem;
        font-size: 4rem;
        max-width:100%;
    }
    .service-inside-content{
        align-items:center;
        flex-direction:column;
    }
    .service-main-content{
        padding-left:0;
    }
    .service-main-content h2{
        text-align: center;
        font-size: 7rem;
    }
    .service-image-container{
        padding-left:0;
        width:auto;
        max-width:100%;
    }
    .service-main-content .textarea .description{
        max-width:90%;
        margin: 0 auto;
    }
    .inside-serv-item {
        width: calc(100%/1 - 3.125rem);
        margin-top: 3.125rem;
        font-size: 4rem;
        margin-bottom: 7rem;
        text-align:center;
    }
    .slider-text, .slider-text h4{
        font-size:5rem;
    
    }
    .services .swiper-container .swiper-slide{
        width:calc(100% / 2) !important;
        height:27rem !important;
        margin-right:8rem !important;
    }
    .footer .social{
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }
    .footer{
        height: 34.125rem !important;
    }
    .socials{
        flex-direction:column;
        margin-left:0;
    }
    .social-item{
        margin:0 auto;
        width:90%;
    }
    table{
        width:100% !important;
        height:auto;
    }
    .service-main-content .description {
        font-size: 4rem;
    }
}
