/* Event Start */
.event-body {
  background: var(--color-primary);
}

.event-body .btn,
.event-body .wp-block-button__link {
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event-body .text-yellow {
  color: #f88d00;
}

.event-body .text-black {
  color: #000;
}

.event-body .page-wraper {
  background: transparent;
}

.event-body .link-secondary {
  color: var(--color-secondry);
  font-weight: 500;
  font-size: 18px;
  border-bottom: 2px solid;
}

.content-inner {
  padding-top: 120px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
  .content-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1400px) {
  .content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.event-body .section-head .title {
  line-height: 1.3;
  font-size: 60px;
}
.event-body .section-head.sub-section-head .title {
    line-height: 1.3;
    font-size: 45px;
}
.section-head p{
    font-size: 20px;
}
.event-banner {
    min-height: 90vh;
    padding-top: 90px;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
    background-position: center;
    overflow: hidden;
}

.changebox span {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 600;
    align-items: center;
    position: relative;
    display: flex;
    height: 100%;
}
.changebox span.blue-span {
   color:#68C7CD;
}
.changebox span.purple-span {
    color:#5d2c89;
}
.changebox span.red-span {
    color:#ff0000;
}

.changebox br {
    display: none;
}

.event-banner .dz-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}

/*
.event-banner .dz-title:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -120px;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border-width: 22px;
  border-style: solid;
  border-color: #f88d00 transparent #f88d00 #f88d00;
  transform: rotate(45deg);
}
*/
.event-banner p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.event-banner .ev-content {
    margin-top: 0px;
    font-size: 54px;
}

.event-bnr-media {
    display: flex;
    align-items: center;
    width: 45vw;
    max-width: 800px;
    margin-bottom: 140px;
    margin-top: 70px
}

.event-bnr-media span {
  
  display: block;
  position: relative;
  z-index: 1;
}

.event-bnr-media img {
  width: 100%;
}

.event-bnr-media>span {
  width: 40%;
}

.event-bnr-media>span:after {
    content: "";
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    right: 0;
    top: -110px;
    z-index: 99;
    background-image: url(../images/skyweb/svg/dot-sol-ust.svg);
    background-position: center;
    background-size: cover;
}

.event-bnr-media .event-bnr-media-in {
    width: 50%;
    margin-left: 30px;
}

.event-bnr-media .event-bnr-media-in span:last-child {
    width: 80%;
    margin-top: 30px;
}


.event-bnr-media .event-bnr-media-in .ev-img3:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  right: -95px;

  z-index: 99;
  background-image: url(../images/skyweb/svg/dot-sag-alt.svg);
  background-position: center;
  background-size: cover;
}

.ev-counter-area {
    background: #fff;
    border-radius: 80px 0 80px 0;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    margin-left: -100px;
    margin-top: -115px;
    background-image: url(../images/skyweb/parallax.webp);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    height: 450px;
}
.ev-counter-area::after {
   content: "";
   background-color: #000;
   opacity: 0.2;
   z-index: 0;
   position: absolute;
   width: 130%;
   height: 100%;
   top:0;
   left: -100px;
  }

#follow img {
    width: 25px;
    height: 25px;
    left: -13px;
    position: relative;
    top: -14px;
    z-index: 5;
    transform: rotate(45deg);
    pointer-events: none;
}
.ev-counter-area .dz-title {
  font-size: 90px;
  line-height: 1;
  font-weight: 600;
  color: var(--color-primary);
}

.ev-counter-area .dz-text {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.ev-aboutus {
  background-blend-mode: lighten;
  background-color: var(--color-primary);
}

.ev-aboutus .ev-about-content {
  font-size: 16px;
}

.ev-aboutus .ev-about-content.ev-content-second {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ev-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.ev-list li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 6px 0 6px 35px;
  font-size: 18px;
  position: relative;
}

.ev-list li i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}

.ev-list li i:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 12px;
  top: 0;
  line-height: 24px;
  width: 24px;
  text-align: center;
}
.dlab-media.dlab-img-overlay1 img {
    height: 360px;
    object-fit: cover;
}
.ev-aboutus-media {
  display: flex;

  max-width: 800px;
  float: right;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ev-aboutus-media>span {
  padding: 0 15px;
  position: relative;
}

.ev-aboutus-media>span img {
  width: 100%;
}


.ev-aboutus-media .ev-about3 {
  width: 30%;
}

.ev-aboutus-media .ev-about3:after {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  right: 15px;
  top: -140px;
  background-image: url(../images/skyweb/svg/dot-sol-ust.svg);
  background-position: center;
  background-size: cover;
}

.ev-aboutus .ev-about-content.ev-content-second::after {
    content: "";
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    left: 320px;
    transform: rotate(90deg);
    top: 95px;
    background-image: url(../images/skyweb/svg/dot-sol-ust.svg);
    background-position: center;
    background-size: cover;
}

.ev-aboutus-media .ev-about1 {
  width: 50%;
}

.ev-aboutus-media .ev-about2 {
  width: 20%;
}

.ev-aboutus-media .ev-about2:after {
  content: "";
  width: 60px;
  height: 60px;
  
  position: absolute;
  left: 15px;
  background-image: url(../images/skyweb/svg/dot-sag-alt.svg);
  background-position: center;
  background-size: cover;
  bottom: -90px;
}

.ev-join {
  background-blend-mode: lighten;
  background-color: var(--color-primary);
}

.ev-join .section-head h3.title,
.ev-join .section-head .title.h3 {
  font-size: 3.5rem;
}

.ev-join .section-head p {
  font-size: 18px;
}

.ev-join-inner {
  position: relative;
  z-index: 1;
}

.ev-join-inner:after {
  content: "";
  position: absolute;
  width: auto;
  height: calc(100% - 200px);
  top: 100px;
  background: #f88d00;
  z-index: -1;
  margin-left: -80px;
  margin-right: -80px;
  left: 0;
  right: 0;
  border-radius: 80px;
}

.pricingtable-wrapper.style-2 {
  padding: 40px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}

.pricingtable-wrapper.style-2:before,
.pricingtable-wrapper.style-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  background-image: url(../images/price-pattern.png);
  left: 0;
}

.pricingtable-wrapper.style-2:before {
  top: -18px;
}

.pricingtable-wrapper.style-2:after {
  bottom: -18px;
  transform: rotateX(180deg);
}

.pricingtable-wrapper.style-2 .pricingtable-bx {
  font-size: 60px;
  color: #F88D00;
  font-weight: 800;
  line-height: 1.2;
}

.pricingtable-wrapper.style-2 .pricingtable-price {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.pricingtable-wrapper.style-2 .pricingtable-title {
  padding: 0;
}

.pricingtable-wrapper.style-2 .pricingtable-footer {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features {
  text-align: left;
  margin-bottom: 30px;
  border: 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricingtable-wrapper.style-2 .pricingtable-features li:last-child {
  border-bottom: 0;
}

.icon-bx-wraper.style-19 {
  box-shadow: 0 0 95px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px;
  border: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  background: #fff;
  border-radius: 6px;
}

.icon-bx-wraper.style-19:hover {
  transform: translateY(-10px);
}

.icon-bx-wraper.style-19.center [class*="icon-bx-"] {
  margin-left: auto;
  margin-right: auto;
}

.icon-bx-wraper.style-19 .icon-bx-md {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.icon-bx-wraper.style-19 .icon-bx-md img {
  width: 80%;
  height: 75px
}

.icon-bx-wraper.style-19 .title {
  margin-bottom: 0;
  font-weight: 600;
}

.icon-bx-wraper.style-19 .title a {
  color: var(--color-primary);
}

.icon-bx-wraper.style-19 p {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
}

/* Footer */
.ev-subscribe {
  padding: 30px 80px 80px;
  margin-left: -80px;
  margin-right: -80px;
  border-radius: 18px;
  text-align: center;
  z-index: 1;
  position: relative;
}

footer .ev-subscribe img {
    max-width: 550px;
}
footer .evft-title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    color: #F88D00;
}

footer .evft-link li a:hover {
    color: #F88D00 !important;
}
footer .evft-link li a {
    color: #fff;
}
.evft-subtitle {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: var(--color-primary);
}

.evft-title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}

.ev-subscribe .dzSubscribe .input-group {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ev-subscribe .dzSubscribe .input-group .input-group-addon {
  background: var(--color-primary);
  border: 0;
  padding: 15px 15px;
  border-radius: 0 20px 20px 0;
}

.ev-subscribe .dzSubscribe .input-group .form-control {
  background: var(--color-primary);
  border: 0;
  height: 80px;
  padding: 20px 40px;
  font-size: 18px;
  border-radius: 20px 0 0 20px;
  color: #fff;
}

.ev-subscribe .dzSubscribe .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, .7);
}

.ev-subscribe .dzSubscribe .input-group .site-button-secondry {
  height: 100%;
  border-radius: 8px;
}
footer .footer-bottom a{
   position: relative;
   z-index: 11;
}
footer .footer-bottom a img{
    width: 55px;
}
.ft-event-social,
.evft-link {
  list-style: none;
}

.ft-event-social li,
.evft-link li {
  display: inline-block;
}

.evft-link li a,
.evft-link li a:hover {
  color: var(--color-primary);
}

.ft-event-social li a,
.evft-link li a {
  font-size: 18px;
  padding: 0 25px;
}

.ft-event-social li a {
  font-size: 28px;
  color: var(--color-secondry);
}

.ft-event-social li a:hover {
  color: #F88D00 !important;
}

.event-footer .footer-bottom {
  border: 0;
}

.event-footer .footer-bottom a:hover {
  color: #fff !important;
}

.site-button-secondry:hover {
  background-color: #000;
}

.content-inner-4 {
  padding-top: 80px;
  padding-bottom: 0;
}

@media screen and (max-width:1400px) {
  .ev-join-inner {
    padding: 0 50px;
  }

  .ev-join-inner:after {
    margin-left: 0;
    margin-right: 0;
  }

  .ev-subscribe {
    margin-left: 0;
    margin-right: 0;
  }

  .ev-counter-area {
    margin-left: 0;
  }

  .ev-aboutus-media:after {
    width: 600px;
    height: 600px;
  }
}

@media screen and (max-width:1200px) {
  .event-banner .ev-content {
    margin-top: 100px;
  }

  .event-banner .dz-title {
    font-size: 45px;
  }

  .ev-counter-area {
    padding: 50px 50px;
  }

  .ev-counter-area .dz-title {
    font-size: 60px;
  }

  .event-body .section-head .title {
    font-size: 45px;
  }

  .ev-aboutus-media:after {
    height: 550px;
    width: 550px;
  }

  .ev-join .section-head h3.title,
  .ev-join .section-head .title.h3 {
    font-size: 2.8rem;
  }

  .pricingtable-wrapper.style-2 {
    padding: 30px;
  }
}

@media screen and (max-width:991px) {
  .event-banner .ev-content {
    margin-top: 0;
  }

  .ev-counter-area {
    border-radius: 40px 0 40px 0;
  }

  .ev-aboutus-media {
    width: 100%;
  }

  .ev-join-inner:after {
    height: 100%;
    top: 0;
    border-radius: 40px;
  }

  .ev-join-inner {
    padding: 50px 50px;
  }

  .ev-subscribe {
    padding: 50px 40px;
  }

  .evft-title {
    font-size: 35px;
  }

  .ev-subscribe .dzSubscribe .input-group .form-control {
    height: 60px;
    border-radius: 10px 0 0 10px;
  }

  .ev-subscribe .dzSubscribe .input-group .input-group-addon {
    padding: 8px 8px;
    border-radius: 0 10px 10px 0;
  }
}

@media screen and (max-width:768px) {
  .event-bnr-media {
    width: 100%;
    margin-top: 30px;
  }

  .event-banner .dz-title:before {
    top: -70px;
    left: -80px;
    height: 130px;
    width: 130px;
    border-width: 15px;
  }

  .event-banner .ev-content {
    margin-top: 30px;
  }

  .ev-counter-area {
    margin-top: 0;
  }

  .ev-counter-area .dz-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .ev-counter-area .dz-title {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .ev-aboutus-media:after {
    height: 420px;
    width: 420px;
  }

  .ev-join-inner {
    padding: 40px 20px;
  }

  .ev-join-inner:after {
    border-radius: 15px;
  }

  .ev-join .section-head h3.title,
  .ev-join .section-head .title.h3 {
    font-size: 2rem;
  }

  .event-body .section-head .title {
    font-size: 2rem;
  }

  .ft-event-social li a {
    font-size: 20px;
    padding: 0px 8px;
  }

  .evft-link li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media screen and (max-width:575px) {
  .event-bnr-media .event-bnr-media-in .ev-img3:before {
    content: none;
  }

  .event-bnr-media .event-bnr-media-in {
    padding-left: 15px;
  }

  .event-bnr-media span {
    margin-bottom: 15px;
  }

  .event-bnr-media>span:after {
    width: 70px;
    height: 70px;
    top: -85px;
  }

  .event-bnr-media .event-bnr-media-in .ev-img3:after {
    width: 40px;
    height: 40px;
    right: -55px;
  }

  .event-banner .dz-title {
    font-size: 30px;
  }

  .event-banner p {
    font-size: 16px;
  }

  .ev-list li {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .ev-aboutus-media>span {
    padding: 0 7px;
  }

  .ev-aboutus-media .ev-about3:after {
    width: 70px;
    height: 70px;
    right: 7px;
    top: -85px;
  }

  .ev-aboutus-media .ev-about2:after {
    width: 40px;
    height: 40px;
    bottom: -55px;
    left: 7px;
  }

  .ev-aboutus-media:after {
    height: 330px;
    width: 330px;
  }

  .ev-counter-area {
    padding: 30px 20px;
  }

  .ev-counter-area .dz-title {
    font-size: 35px;
  }

  .ev-counter-area .dz-text {
    font-size: 13px;
  }

  .ev-join-inner {
    padding: 30px 10px;
  }

  .evft-title {
    font-size: 30px;
  }

  .ev-subscribe {
    padding: 35px 20px;
  }

  .ev-subscribe .dzSubscribe .input-group .form-control {
    padding: 5px 15px;
    font-size: 16px;
  }
}



/* Event End */

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }

  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }

  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }

  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }

  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }

  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
#follow {
    position: absolute;
    text-align: center;
    display:block;
}
.products-title h3 a{
    font-size: 28px;
    font-weight: 500;
    color: #fff !important;
}
.products-title h3 a:hover{

    color: #F88D00 !important;
}
.products-title {
    text-align: start;
}
a.site-button-secondry{
     width: max-content;  
}

.site-footer.contact-footer .ev-subscribe {
    overflow: hidden;
    padding: 50px 80px 50px;
    position: relative;
    border-radius: 80px 0 80px 0;
    background-image: url(../images/skyweb/iletisimeGec.webp);
    background-position: center;
    background-size: cover;
    justify-content: end;
    display: flex;
}
.site-footer.contact-footer .ev-subscribe h5{
    color: #f88d00;
    z-index: 1;
    position: relative;
}
.site-footer.contact-footer .ev-subscribe h2{
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 600;
}
.content-inner-4.ev-aboutus.ev-aboutus-2{
    padding-top:0px;
}
.ev-subscribe .site-button-secondry:hover {
    color: #f88d00;
}
.right-content {
    width: 50%;
}
.section-sub.content-inner{
    padding:80px 0px;
}


.bg-sky-color{
    background-color: #F88D00;
}
.icon-bx-wraper p{
    color:#444;
}
.icon-bx-wraper:hover p {
    color: #fff;
}
.back-attach-img{
   
}
.about-page-img{
    height: 700px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.margin-sub-page{
    margin-top: 90px;
}
.icon-bx-wraper.box-white-p:hover p{
    color: #444;
}
.icon-bx-wraper.icon-ct-p p{
    color:#fff !important;
}
.icon-bx-wraper.icon-ct-p i{
    color:#fff;
} 
.inquiry-form .site-button-secondry{
    background-color: #F88D00;
    transition: 0.4s;
}
.inquiry-form .site-button-secondry:hover{
    background-color: #000;
    transition: 0.4s;
}
.quality-page-list{
    float:left;
    width:100%;
}
.changebox{
    margin-top: 10px;
    color: #f88d00;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
}
.changebox span{
   line-height: 1;
}


.sky-map{
    filter:grayscale(1);
    width:100%;
}
.sky-map iframe{
    width: 100%;
}
.icon-quality-page-fl{
    display: flex;
    justify-content: start;
   margin-right: 0px !important;
}
.black-sub-span span{
    color:#000 !important;
}
.ev-counter-area.counter-sub-page-ev{
    margin-top:0px;
    margin-left: 0px;
    width: 90%;
    background-size: auto;
    height: 550px;
}
.ev-counter-area.counter-sub-page-ev::after{
    display: none !important;
   
}
.icon-quality-page-fl span {
    align-items: start;
    display: flex;
}
.contact-page-9.content-inner{
    height:100vh;
    padding-top: 200px;
}
.site-filters .btn a{
    padding: 5px 12px !important;
    background-color: #F88D00;
}
.site-filters .btn a:hover{
   background-color: #000;
}
.site-filters .btn a span{
    font-size:14px;
}
.product-list-page{
    background-color: #ebebeb;
    padding: 30px 15px;
    border-radius: 80px 0px;
}

.product-title-page-box{
    padding: 20px 15px;
    text-align: start;
    border-radius: 0px 80px 0px 0px;
    background-color: #fff;  
}

.product-title-page-box p:first-child{
    font-size: 18px;
    font-weight: 500;
}

.card-container.list-card-pr:hover img{
    transform: scale(1.1);
}
.detail-page-img{
    padding: 60px 0px;
}
.detail-page-img img{
    min-height: auto !important;
}
.pro-detail-title h2 {
    font-size: 58px !important;
    text-align: start;
    line-height: 1.3 !important;
}
.pro-detail-text h2{
    font-size: 38px !important;
}
.pro-detail-text p{
    color: #000;
}
.bg-blue-opa{
    background-color: #68c7cda6;
}
.table-container {
    display: flex;
    border-collapse: collapse;
    width: 100%;
  padding: 8px 0px;
  margin-left: 2px;
  }
  .table-row {
    display: flex;
    flex-direction: column;
  }
  .table-cell {
    display: table-cell;
    padding: 8px 0px;
  }
  .table-cell h3{
    margin-bottom: 0px !important;
    color: #000;
    border-bottom: 1px solid #000;
    width: max-content;
    font-size: 24px;
    line-height: 28px;
  }
  .table-cell p{
    margin-bottom: 0px;
  }
  
  .table-cell:first-child{
    
  }
  .pdng-sub-page .footer-top{
    padding-top:90px;
  }

.bg-blue-opa{
    background-color: #77cbce;
}
.bg-purple-opa{
    background-color: #6f4c98
}
.bg-red-opa{
    background-color: #ed3835;
}

.detail-tabs-sky a{
    
    transition: 0.4s !important;
    border-radius: 4px !important;
    padding: 8px 20px;
    border: 2px solid #000;
    font-size: 18px;
}
.detail-tabs-sky a:hover{
   color:#fff;
   background-color: #000;
   transition: 0.4s !important;
}
.detail-tabs-sky .active {
    color:#fff;
    background-color: #000;
   
}
.sub-title.code-table{
    margin-top: -55px;
    font-size: 18px;
    font-weight: 500;
}
.gp-sky-detail .sub-title{
    margin-bottom:0px;
}

.detail-right-area h4.sub-title.text-black {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: start;
    font-size: 24px;
    border-bottom: 1px solid #000;
    width: max-content;
    line-height: 28px;
    font-weight: 500;
}
.content-block.bg-detail-me-product {
    min-height: 500px;
    align-items: center;
    display: flex;
    background-position: 37%;
    background-size: cover;
}
.pro-detail-change-item .dlab-post-media.detail-page-img img{
    height: 425px;
    object-fit: cover;
    padding: 20px;
}