@font-face {
    font-family: "Rubik-Medium";
    src: url("../fonts/rubik/rubik-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url("../fonts/rubik/rubik-regular-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Light";
    src: url("../fonts/rubik/rubik-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("../fonts/rubik/rubik-bold-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik-Black";
    src: url("../fonts/rubik/rubik-black-webfont.woff") format("woff");
    font-style: normal;
}

.Rubik-Bold {
    font-family: "Rubik-Bold";
}

.Rubik-Regular {
    font-family: "Rubik-Regular";
}

.Rubik-Light {
    font-family: "Rubik-Light";
}

@-webkit-keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade_top {
    -webkit-animation-name: fade_top;
    animation-name: fade_top;
}

@-webkit-keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

@keyframes slide_left {
    0% {
        left: 0%;
    }

    100% {
        left: -30%;
    }
}

.slide_left {
    -webkit-animation-name: slide_left;
    animation-name: slide_left;
}

@-webkit-keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

@keyframes slide_right {
    0% {
        right: 0%;
    }

    100% {
        right: -30%;
    }
}

.slide_right {
    -webkit-animation-name: slide_right;
    animation-name: slide_right;
}

/* story style */

.C2HDMI_wrapper img {
    width: 100%;
    max-width: 100%;
}

.c2hdmi_wrapper a:hover {
    text-decoration: unset;
}

.c2hdmi_wrapper h1,
.c2hdmi_wrapper h2,
.c2hdmi_wrapper h3,
.c2hdmi_wrapper h4,
.c2hdmi_wrapper h5,
.c2hdmi_wrapper h6,
.c2hdmi_wrapper p {
    margin: 0;
    padding: 0;
    font-family: "Rubik-Regular";

}

.c2hdmi_wrapper .d-view {
    display: block;
}

.c2hdmi_wrapper .m-view {
    display: none;
}

.c2hdmi_wrapper .visible-in-desktop {
    display: block;
}

.c2hdmi_wrapper .visible-in-mobile {
    display: none;
}



.c2hdmi_wrapper .sec3-desk {
    display: block;
}

.c2hdmi_wrapper .sec3-mobile {
    display: none;
}


.c2hdmi_wrapper .banner_section {
    overflow: hidden;
}

.c2hdmi_wrapper .mobile-visible {
    display: none;
}

.c2hdmi_wrapper .visible-in-desk {
    display: block;
}

.c2hdmi_wrapper .mobile-image {
    display: none;
}

.c2hdmi_wrapper .vis-in-desk {
    display: block;
}

.c2hdmi_wrapper .vis-in-mobile {
    display: none;
}


.c2hdmi_wrapper .mobile-views {
    display: none;
}

.c2hdmi_wrapper .desk-views {
    display: block;
}

/* .story_name_wrapper .vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0 -1px;
}

.story_name_wrapper .vtop {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -1px;
} */

.c2hdmi_wrapper .relative {
    position: relative;
}



.c2hdmi_wrapper .section-padding {
    padding: 110px 0;
}

.c2hdmi_wrapper.C2HDMI_container {
    width: 75%;
    margin: 0 auto;
}

.c2hdmi_wrapper .font-75 {
    font-size: 75px;
}

.c2hdmi_wrapper.font-48 {
    font-size: 48px;
}

.c2hdmi_wrapper.font-34 {
    font-size: 34px;
}

.c2hdmi_wrapper.font-20 {
    font-size: 20px;
}

.c2hdmi_wrapper .font-16 {
    font-size: 16px;
}

.c2hdmi_wrapper .sections-p {
    font-size: 20px;
}


.c2hdmi_wrapper .banner-section1-bg {

    width: 100%;
    overflow-x: hidden;
}




.c2hdmi_wrapper .mainimg {
    position: relative;
    width: 100%;

}

.c2hdmi_wrapper .mainimg img {
    width: 100%;


}

.c2hdmi_wrapper .sec1img img {
    position: absolute;
    top: 28%;
    left: 30%;

}

.c2hdmi_wrapper .sec1cntn {
    position: absolute;
    color: white;
    top: 80%;
    left: 57%;
    font-size: 20px;
    text-align: center;
    font-family: "Rubik-Light";
    text-align: right;
}

.c2hdmi_wrapper .c2 h2 {
    font-size: 40px;
}

.c2hdmi_wrapper .type p {
    font-size: 22px;
}


.c2hdmi_wrapper .clear {
    color: white;
    position: absolute;
    top: 10%;
    left: 1%;
    width: 100%;
}

.c2hdmi_wrapper .clear h1 {
    font-size: 50px;
    text-align: center;
}




.c2hdmi_wrapper .banner-section2-bg {
    width: 100%;
    background-image: url(../images/S-2/sec2banner.png);
    background-size: cover;

}

.c2hdmi_wrapper .type-c {
    margin-left: -18%;
}

.c2hdmi_wrapper .fnt {
    font-size: 50px;
}

.c2hdmi_wrapper .relative2 {
    position: relative;
    width: 100%;
    margin-left: 28%;
}

/* .c2hdmi_wrapper .sec2banner{
    position: relative;
    width: 100%;
 }*/
.c2hdmi_wrapper .sec2banner img {
    width: 100%;

}

.c2hdmi_wrapper .sec2img img {
    width: 50%;

}

.c2hdmi_wrapper .sec2img {
    width: 50%;
    /*   position: absolute;*/

    /* top: 6%;
    left: 20%;*/
}

.c2hdmi_wrapper .hdtv img {
    width: 20%;
}

.c2hdmi_wrapper .hdtv {
    width: 30%;
    text-align: center;
    position: absolute;
    top: 49%;
    left: -16%;
    color: white;
}

.c2hdmi_wrapper .projector img {
    width: 23%;
}

.c2hdmi_wrapper .projector {
    width: 30%;
    text-align: center;
    position: absolute;
    top: 62%;
    left: -12%;
    color: white;
}

.c2hdmi_wrapper .monitor img {
    width: 22%;
}

.c2hdmi_wrapper .monitor {
    width: 26%;
    text-align: center;
    position: absolute;
    top: 78%;
    left: -4%;
    color: white;
}

.c2hdmi_wrapper .sec2img {
    flex-basis: 60%;
}

.c2hdmi_wrapper .rightcntn {
    flex-basis: 40%;
}


.c2hdmi_wrapper .sec2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 60px;
    gap: 25px;
}

.c2hdmi_wrapper .rightcntn .key-specifications {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 70%;
    margin-top: 17%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box {
    flex-basis: calc(50% - 7.5px);
    background-color: rgba(255, 255, 255, 0.3);
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
    aspect-ratio: 1.5;
    position: relative;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .num {
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1;
    width: 35px;
    color: white;
    background-color: #00466F;
    text-align: center;
    display: grid;
    place-items: center;
    place-content: center;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .res img {
    margin-left: 15%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box img {
    width: 70%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
    width: 112%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
    width: 115%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
    width: 115%;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
    color: white;
    font-size: 16px;
}

.c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn h2 {
    color: white;
    font-size: 16px;
    text-align: left;
}

/*.c2hdmi_wrapper .block1 {
    display: flex;
    gap: 20px;
}
.c2hdmi_wrapper .box1{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .type-c img {
    width: 60%;
}

.c2hdmi_wrapper .num1{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box1cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box1cntn p {
    font-size: 20px;
    color: white;
}


.c2hdmi_wrapper .box2{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .res img {
    width: 60%;
}

.c2hdmi_wrapper .num2{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box2cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box2cntn p {
    font-size: 20px;
    color: white;
}



.c2hdmi_wrapper .block2 {
    display: flex;
    gap: 20px;
    margin-top: 5%;
}
.c2hdmi_wrapper .box3{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .gbps img {
    width: 60%;
}

.c2hdmi_wrapper .num3{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box3cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box3cntn p {
    font-size: 20px;
    color: white;
}
.c2hdmi_wrapper .box3cntn h2 {
    font-size: 15px;
    color: white;
}

.c2hdmi_wrapper .box4{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .ultra img {
    width: 60%;
}

.c2hdmi_wrapper .num4{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box4cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box4cntn p {
    font-size: 20px;
    color: white;
}





.c2hdmi_wrapper .block3 {
    display: flex;
    gap: 20px;
    margin-top: 5%;
}
.c2hdmi_wrapper .box5{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .connector img {
    width: 60%;
}

.c2hdmi_wrapper .num5{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box5cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box5cntn p {
    font-size: 20px;
    color: white;
}


.c2hdmi_wrapper .box6{
    flex-basis: 30%;
    text-align: center;
}
.c2hdmi_wrapper .nylon img {
    width: 60%;
}

.c2hdmi_wrapper .num6{
    text-align: center;
    color: white;
}
.c2hdmi_wrapper .box6cntn{
    margin-top: -8%;
}
.c2hdmi_wrapper .box6cntn p {
    font-size: 20px;
    color: white;
}*/
/*.c2hdmi_wrapper .type-c img{
    width: 85%;
    text-align: center;

}
.c2hdmi_wrapper .type-c {
     width: 30%; 
    text-align: center;
    position: absolute;
    top: 20%;
    left: 61%;
    color: white;
    background-color: white;
    opacity: 0.3;
    padding: 29px 55px;
}
.c2hdmi_wrapper .box1cntn {
    position: absolute;
    top: 31%;
    left: 65%;
    colr: white;
    color: white;
    font-size: 18px;
}
.c2hdmi_wrapper .res img{
    width: 85%;
    text-align: center;

}
.c2hdmi_wrapper .res {
 width: 30%; 
    
    position: absolute;
    top: 20%;
    left: 76%;
    color: white;
    
    opacity: 0.3;
    padding: 29px 55px;
}
.c2hdmi_wrapper .box2cntn {
    position: absolute;
    top: 33%;
    left: 80%;
    colr: white;
    color: white;
    font-size: 18px;
}



.c2hdmi_wrapper .gbps img {
    width: 60%;
    text-align: center;
}
.c2hdmi_wrapper .gbps {
     width: 30%; 
    text-align: center;
    position: absolute;
    top: 41%;
    left: 61%;
    color: white;
    background-color: white;
    opacity: 0.3;
    padding: 29px 55px;
    padding-bottom: 66px;
}
.c2hdmi_wrapper .box3cntn h2{

}
.c2hdmi_wrapper .box3cntn p{
    
}*/
/*.c2hdmi_wrapper .box3cntn {
    position: absolute;
    top: 52%;
    left: 62%;
    colr: white;
    color: white;
    font-size: 15px;
}



    .c2hdmi_wrapper .ultra img{
    width: 85%;
    text-align: center;

}
.c2hdmi_wrapper .ultra {

    text-align: center;
    position: absolute;
    top: 41%;
    left: 76%;
    color: white;
    background-color: white;
    opacity: 0.2;
    padding: 29px 55px;
}
.c2hdmi_wrapper .box4cntn {
    position: absolute;
    top: 54%;
    left: 80%;
    colr: white;
    color: white;
    font-size: 18px;
}



  .c2hdmi_wrapper .connector img{
    width: 75%;
    text-align: center;

}
.c2hdmi_wrapper .connector {
  
    text-align: center;
    position: absolute;
    top: 62%;
    left: 61%;
    color: white;
    background-color: white;
    opacity: 0.2;
    padding: 26px 56px;
    padding-bottom: 46px;
}
.c2hdmi_wrapper .box5cntn {
    position: absolute;
    top: 74%;
    left: 65%;
    colr: white;
    color: white;
    font-size: 16px;
}



 .c2hdmi_wrapper .nylon img{
    width: 75%;
    text-align: center;

}
.c2hdmi_wrapper .nylon {
 
    text-align: center;
    position: absolute;
    top: 62%;
    left: 76%;
    color: white;
    background-color: white;
    opacity: 0.2;
    padding: 26px 56px;
    padding-bottom: 46px;
}
.c2hdmi_wrapper .box6cntn {
    position: absolute;
    top: 74%;
    left: 80%;
    colr: white;
    color: white;
    font-size: 16px;
    text-align: center;
}
.c2hdmi_wrapper .num1 {
    width: 2%;
    position: absolute;
    top: 20%;
    color: white;
    left: 61%;
    padding: 6px -12px;
    background-color: #00466F;
   
    text-align: center;
  
    padding: 5px;
}
.c2hdmi_wrapper .num2 {
    width: 2%;
    position: absolute;
    top: 20%;
    color: white;
    left: 76%;
    padding: 6px -12px;
    background-color: #00466F;

    text-align: center;

    padding: 5px;
}
.c2hdmi_wrapper .num3 {
    width: 2%;
    position: absolute;
    top: 41%;
    color: white;
    left: 61%;
    padding: 6px -12px;
    background-color: #00466F;
    
    text-align: center;
  
    padding: 5px;
}
.c2hdmi_wrapper .num4 {
    width: 2%;
    position: absolute;
    top: 41%;
    color: white;
    left: 76%;
    padding: 6px -12px;
    background-color: #00466F;
 
    text-align: center;
  
    padding: 5px;
}
.c2hdmi_wrapper .num5 {
    width: 2%;
    position: absolute;
    top: 62%;
    color: white;
    left: 61%;
    padding: 6px -12px;
    background-color: #00466F;

    text-align: center;
   
    padding: 5px;
}
.c2hdmi_wrapper .num6 {
    width: 2%;
    position: absolute;
    top: 62%;
    color: white;
    left: 76%;
    padding: 6px -12px;
    background-color: #00466F;
 
    text-align: center;
 
    padding: 5px;
}
.c2hdmi_wrapper .num1 p {
    font-size: 18px;
}
.c2hdmi_wrapper .num2 p {
    font-size: 18px;
}

.c2hdmi_wrapper .num3 p {
    font-size: 18px;
}

.c2hdmi_wrapper .num4 p {
    font-size: 18px;
}

.c2hdmi_wrapper .num5 p {
    font-size: 18px;
}

.c2hdmi_wrapper .num6 p {
    font-size: 18px;
}*/



.c2hdmi_wrapper .banner-section3-bg {
    background-image: url(../images/S-3/sec3banner.png);
    background-repeat: no-repeat;

    background-position: center;
    background-size: 120% 100%;
    width: 100%;
    padding: 50px;

}

.c2hdmi_wrapper .sec3 {
    width: 100%;

}

.c2hdmi_wrapper .flex-container2 {
    display: flex;
    width: 100%;

}

.c2hdmi_wrapper .sec3col1 {
    flex-basis: 60%;

}

.c2hdmi_wrapper .sec3col2 {
    flex-basis: 40%;

}

.c2hdmi_wrapper .sec3img {
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    width: 100%;

}

.c2hdmi_wrapper .sec3img img {

    width: 100%;

}

.c2hdmi_wrapper .sec3img2 {

    width: 100%;
    text-align: center;

}

.c2hdmi_wrapper .sec3img2 img {
    width: 70%;
    margin-top: 0%;

}

.c2hdmi_wrapper .razor {
    text-align: left;
    color: white;
    font-size: 80px;
    margin-left: 9%;
    margin-top: 50px;
}

.c2hdmi_wrapper .razor h2 {
    font-size: 35px;

}

.c2hdmi_wrapper .quick {
    position: absolute;
    color: white;
    font-size: 22px;
    top: 78%;
    left: 11%;

}

.c2hdmi_wrapper .resolution {
    position: absolute;
    color: white;
    font-size: 20px;
    top: 78%;
    left: 70%;

}

.c2hdmi_wrapper .sec3cntn {


    text-align: right;
    color: white;
    font-size: 20px;
    width: 85%;
}





.c2hdmi_wrapper .banner-section4-bg {
    width: 100%;

}

.c2hdmi_wrapper .sec4banner {
    position: relative;
    width: 100%;

}

.c2hdmi_wrapper .sec4banner img {
    width: 100%;
}


/*.c2hdmi_wrapper .sec4img img {
    position: absolute;
    width: 42%;
    top: 12%;
    left: 25%;
}*/

.c2hdmi_wrapper .sec4img {
    height: 80%;
    position: absolute;
    top: 12%;

    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}

.c2hdmi_wrapper .rel {
    position: relative;
}

.c2hdmi_wrapper .space {
    position: absolute;
    color: white;
    padding: 18px 20px;
    background-color: #00aae6;
    top: 40%;
    left: 75%;
}

.c2hdmi_wrapper .space h2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}


.c2hdmi_wrapper .port {
    position: absolute;
    color: white;
    padding: 12px 15px;
    background-color: #00a9ac;
    top: 76%;
    left: 91%;
}

.c2hdmi_wrapper .port h2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.c2hdmi_wrapper .golden {
    position: absolute;
    color: white;
    padding: 15px 18px;
    background-color: #f05a25;
    top: 50%;
    left: 19%;
}

.c2hdmi_wrapper .golden h2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.c2hdmi_wrapper .eng {
    position: absolute;
    color: white;
    padding: 20px 25px;
    background-color: #a84b9a;
    top: 72%;
    left: 36%;
}

.c2hdmi_wrapper .eng h2 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.c2hdmi_wrapper .tangle {
    position: absolute;
    color: white;
    padding: 10px 18px;
    background-color: #00a8ab;
    top: 9%;
    left: 20%;
}

.c2hdmi_wrapper .tangle h2 {
    font-size: 18px;
    line-height: 1;
    text-align: center;
}

.c2hdmi_wrapper .simple {
    position: absolute;
    color: white;
    top: 85%;
    left: 10%;

}

.c2hdmi_wrapper .simple h2 {
    font-size: 22px;
    line-height: 1.2;
}

.c2hdmi_wrapper .built {
    position: absolute;
    color: white;
    top: 10%;
    left: 10%;

}

.c2hdmi_wrapper .built h2 {
    font-size: 40px;
    line-height: 1.2;
}

.c2hdmi_wrapper .built p {

    line-height: 1.2;
    margin-top: 3%;
}

.c2hdmi_wrapper .easy {
    position: absolute;
    color: white;
    top: 14%;
    right: 10%;
    width: 27%;
    text-align: right;
}

.c2hdmi_wrapper .easy h2 {
    font-size: 40px;
    line-height: 1.2;
}

.c2hdmi_wrapper .easy p {

    line-height: 1.2;
    margin-top: 3%;
}

.c2hdmi_wrapper .eff {
    position: absolute;
    top: 84%;
    right: 10%;
}

.c2hdmi_wrapper .eff h2 {
    color: white;
}

.c2hdmi_wrapper .icons {
    color: white;
    display: flex;
    column-gap: 10px;
}

.c2hdmi_wrapper .windows img {
    width: 40px;
    margin-top: 2%;

}

.c2hdmi_wrapper .chrome img {
    width: 40px;
    margin-top: 2%;
}

.c2hdmi_wrapper .mac img {
    width: 40px;
    margin-top: 2%;
}

.c2hdmi_wrapper .android img {
    width: 40px;
    margin-top: 2%;
}

.c2hdmi_wrapper .linux img {
    width: 40px;
    margin-top: 2%;
}

.c2hdmi_wrapper .windows {
    text-align: center;
}

.c2hdmi_wrapper .chrome {
    text-align: center;
}

.c2hdmi_wrapper .mac {
    text-align: center;
}

.c2hdmi_wrapper .android {
    text-align: center;
}

.c2hdmi_wrapper .linux {
    text-align: center;
}






.c2hdmi_wrapper .banner-section5-bg {
    background-image: url(../images/S-5/sec5banner.png);
    background-repeat: no-repeat;

    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    margin-top: -1%;


}

.c2hdmi_wrapper .sec5 {
    width: 100%;
}

.c2hdmi_wrapper .sec5img img {
    width: 30%;
}

.c2hdmi_wrapper .sec5img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 97px;
}




.c2hdmi_wrapper .win {
    text-align: center;
    color: white;
    padding: 70px;
    /*transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
}

.c2hdmi_wrapper .win h2 {
    font-size: 40px;
    text-align: center;
}

.c2hdmi_wrapper .win h2 a {
    color: white;
    text-decoration: none;
}

.c2hdmi_wrapper .win p {
    font-size: 22px;
    text-align: center;

}



/* Respomsive */

@media only screen and (max-width:1680px) {
    .c2hdmi_wrapper .rightcntn .key-specifications .box .num {

        width: 27px;
        font-size: 17px;
    }

    .c2hdmi_wrapper .sec1img img {
        top: 20%;
        left: 28%;
    }

    .c2hdmi_wrapper .clear {
        left: 3%;
        top: 5%;

    }

    .c2hdmi_wrapper .clear h1 {
        font-size: 40px;
    }




    .c2hdmi_wrapper .sec4img {
        height: 55%;
        position: absolute;
        top: 3%;
        left: 47%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);

    }

    .c2hdmi_wrapper .eff {
        position: absolute;
        top: 80%;
        right: 8%;
    }

    .c2hdmi_wrapper .built {
        position: absolute;
        color: white;
        top: 10%;
        left: 6%;
    }


    .c2hdmi_wrapper .sec5img img {
        left: 35%;
        top: 22%;
    }

    .c2hdmi_wrapper .win {
        top: 8%;
    }


    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 63%;
    }

}


@media only screen and (max-width:1600px) {
    .c2hdmi_wrapper .sec1img img {
        width: 39%;
    }

    .c2hdmi_wrapper .built h2 {
        font-size: 32px;
    }

    .c2hdmi_wrapper .easy h2 {
        font-size: 32px;
    }


    .c2hdmi_wrapper .sec4img {
        top: 10%;
    }

    .c2hdmi_wrapper .built {
        position: absolute;
        color: white;
        top: 10%;
        left: 9%;
    }

    .c2hdmi_wrapper .win {
        top: 6%;
    }

    .c2hdmi_wrapper .sec5img img {
        left: 35%;
        top: 18%;
    }


    .c2hdmi_wrapper .sec4img {
        top: 2%;
        /* right: 2%; */
        left: 49%;
    }

    .c2hdmi_wrapper .eff {
        position: absolute;
        top: 82%;
        right: 5%;
    }
}

@media only screen and (max-width:1440px) {
    .c2hdmi_wrapper .sections-p {
        font-size: 18px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications {

        width: 85%;
        margin-top: 17%;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 58%;
        top: 80%;
    }

    .c2hdmi_wrapper .sec1img img {
        left: 27%;
        top: 20%;
        width: 40%;

    }

    .c2hdmi_wrapper .clear {
        left: 3%;
        top: 5%;

    }

    .c2hdmi_wrapper .clear h1 {
        font-size: 35px;
    }

    .c2hdmi_wrapper .c2 h2 {
        font-size: 35px;
    }

    .c2hdmi_wrapper .type p {
        font-size: 20px;
    }







    .c2hdmi_wrapper .sec5img img {
        left: 35%;
        top: 23%;
        width: 33%;

    }

    .c2hdmi_wrapper .win {
        top: 8%;
    }



    .c2hdmi_wrapper .built {
        position: absolute;
        color: white;
        top: 10%;
        left: 7%;
    }




    .c2hdmi_wrapper .sec4img {
        height: 30%;
        position: absolute;
        top: -4%;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /*.c2hdmi_wrapper .sec4banner img{
    width: 120%;
    margin-left: -10%;
}*/
    .c2hdmi_wrapper .eff {
        position: absolute;
        top: 84%;
        right: 2%;
    }

    .c2hdmi_wrapper .easy {
        position: absolute;
        color: white;
        top: 11%;
        right: 10%;
        width: 32%;
        text-align: right;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 49%;
    }


}

@media only screen and (max-width:1400px) {




    .c2hdmi_wrapper .win {
        top: 8%;
    }

    .c2hdmi_wrapper .win h2 {
        font-size: 30px;
        text-align: center;
    }

    .c2hdmi_wrapper .win p {
        font-size: 16px;
        text-align: center;

    }

    .c2hdmi_wrapper .sec3cntn {
        width: 87%;

    }


}

@media only screen and (max-width:1366px) {

    .c2hdmi_wrapper .sections-p {
        font-size: 16px;
    }

    .c2hdmi_wrapper .sec1img img {
        left: 27%;
        top: 22%;
        width: 36%;

    }

    .c2hdmi_wrapper .easy {
        right: 10%;
    }

    .c2hdmi_wrapper .quick {
        top: 78%;
    }

    .c2hdmi_wrapper .resolution {
        top: 78%;
    }

    .c2hdmi_wrapper .win {
        top: 6%;
    }


    .c2hdmi_wrapper .sec4img {
        height: 30%;
        position: absolute;
        top: -6%;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .c2hdmi_wrapper .built {
        position: absolute;
        color: white;
        top: 10%;
        left: 5%;
    }

    .c2hdmi_wrapper .easy {
        position: absolute;
        color: white;
        top: 10%;
        right: 5%;
        width: 26%;
        text-align: right;
    }

    .c2hdmi_wrapper .sec3cntn {
        width: 87%;

    }

    .c2hdmi_wrapper .easy {

        top: 9%;
        right: 10%;
        width: 25%;
        text-align: right;
    }
}

@media only screen and (max-width:1280px) {
    .c2hdmi_wrapper .win p {
        font-size: 20px;
        text-align: center;

    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 80%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
        width: 80%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 80%;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 58%;
        top: 80%;
    }

    .c2hdmi_wrapper .sec1img img {
        left: 27%;
        top: 22%;
        width: 40%;

    }

    .c2hdmi_wrapper .clear {
        left: 3%;
        top: 5%;

    }

    .c2hdmi_wrapper .clear h1 {
        font-size: 32px;
    }

    .c2hdmi_wrapper .c2 h2 {
        font-size: 35px;
    }

    .c2hdmi_wrapper .type p {
        font-size: 20px;
    }



    .c2hdmi_wrapper .sec3cntn {
        width: 86%;

    }

    .c2hdmi_wrapper .quick {
        top: 75%;
    }

    .c2hdmi_wrapper .resolution {
        top: 75%;
    }

    .c2hdmi_wrapper .sec3img {
        width: 98%;
    }

    .c2hdmi_wrapper .built h2 {
        font-size: 28px;
    }

    .c2hdmi_wrapper .easy h2 {
        font-size: 28px;
    }





    .c2hdmi_wrapper .windows img {
        width: 30px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .chrome img {
        width: 30px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .mac img {
        width: 30px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .android img {
        width: 30px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .linux img {
        width: 30px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .eff h2 {
        color: white;
        font-size: 26px;
    }


}

@media only screen and (max-width:1152px) {
    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 50%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
        width: 67%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 67%;
    }

    .c2hdmi_wrapper .type-c {
        width: 71%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 42%;
    }

    .c2hdmi_wrapper .sec3cntn {

        width: 80%;
        right: 10%;
    }

    .c2hdmi_wrapper .easy {
        top: 9%;
        right: 8%;
        width: 26%;
        /* text-align: right; */
    }

    .c2hdmi_wrapper .built h2 {
        font-size: 25px;
    }

    .c2hdmi_wrapper .easy h2 {
        font-size: 25px;
    }


    .c2hdmi_wrapper .sec4img {
        height: 30%;
        position: absolute;
        top: -8%;
        left: 49%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .c2hdmi_wrapper .eff {
        position: absolute;
        top: 85%;
        right: 2%;
    }

    .c2hdmi_wrapper .simple {
        top: 82%;
    }

    .c2hdmi_wrapper .win {
        top: 6%;
    }


    .c2hdmi_wrapper .rightcntn {
        width: 30%;


    }
    .c2hdmi_wrapper {
        background-color: #004E73;
        font-family: "";
    }
}

@media only screen and (max-width:1024px) {
    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
        color: white;
        font-size: 14px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn h2 {
        color: white;
        font-size: 14px;
        text-align: left;
    }

    .c2hdmi_wrapper .sec3img2 img {
        width: 85%;
        margin-top: 0%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 96%;
        margin-top: 17%;
    }

    .c2hdmi_wrapper .relative2 {
        position: relative;
        width: 122%;
        margin-left: 28%;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 58%;
        top: 80%;
    }

    .c2hdmi_wrapper .c2 h2 {
        font-size: 28px;
    }

    .c2hdmi_wrapper .type p {
        font-size: 18px;
    }


    .c2hdmi_wrapper .sec3cntn {

        width: 96%;

    }

    .c2hdmi_wrapper .quick {
        top: 80%;
        font-size: 20px;
    }

    .c2hdmi_wrapper .resolution {
        top: 80%;
        font-size: 20px;
        left: 61%;
    }

    .c2hdmi_wrapper .sec3img {
        width: 98%;

    }

    .c2hdmi_wrapper .sec3img img {
        margin-top: 15%;
        width: 95%;
    }

    .c2hdmi_wrapper .sec3img2 {
        width: 95%;
    }

    .c2hdmi_wrapper .razor {
        top: 12%;
    }

    .c2hdmi_wrapper .banner-section3-bg {

        object-fit: cover;
    }


    .c2hdmi_wrapper .win {
        top: 8%;

    }

    .c2hdmi_wrapper .win h2 {
        font-size: 30px;
    }

    .c2hdmi_wrapper .win p {
        font-size: 15px;
    }

    .c2hdmi_wrapper .tangle {
        position: absolute;
        color: white;
        padding: 6px 18px;
        background-color: #00a8ab;
        top: 10%;
        left: 20%;
    }

    .c2hdmi_wrapper .eng {
        position: absolute;
        color: white;
        padding: 7px 8px;
        background-color: #a84b9a;
        top: 70%;
        left: 36%;
    }

    .c2hdmi_wrapper .space {
        position: absolute;
        color: white;
        padding: 7px 1px;
        background-color: #00aae6;
        top: 40%;
        left: 75%;
    }

    .c2hdmi_wrapper .port {
        position: absolute;
        color: white;
        padding: 12px 15px;
        background-color: #00a9ac;
        top: 74%;
        left: 91%;
    }

    .c2hdmi_wrapper .golden {
        position: absolute;
        color: white;
        padding: 15px 18px;
        background-color: #f05a25;
        top: 49%;
        left: 19%;
        padding: 4px;
    }



    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 49%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 95%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 68%;
    }

    .c2hdmi_wrapper .visible-in-desktop {
        display: none;
    }

    .c2hdmi_wrapper .visible-in-mobile {
        display: block;
    }

    .c2hdmi_wrapper .section-4 {
        display: block;
        background-color: #004362;
        margin-top: -2px;
        color: white;
        padding: 20px 0;
    }

    .c2hdmi_wrapper .built1 {
        width: 86%;
        text-align: center;
        margin: 0 auto;
        margin-top: 2;
        padding-top: 2%;
    }

    .c2hdmi_wrapper .easy1 {
        width: 86%;
        text-align: center;
        margin: 0 auto;
        margin-top: 2;
        padding-top: 2%;
        padding-bottom: 5%;
    }

    .c2hdmi_wrapper .rightcntn {
        width: 33%;


    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box {
        flex-basis: calc(50% - 7.5px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.3;
        position: relative;
    }

    .c2hdmi_wrapper .eff1{
        display: none;
    }

}

@media only screen and (max-width:992px) {
    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 74%;
    }

    .c2hdmi_wrapper .sec4img {

        position: absolute;
        top: -8%;
        left: 50%;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 57%;
        top: 80%;
    }

    .c2hdmi_wrapper .c2hdmi-sec1img img {
        position: relative;
        margin-top: -8%;
        margin-bottom: -5%;
        margin-left: -12%;

    }

    .c2hdmi_wrapper .c2 h2 {

        left: 65%;
        top: 131%;

    }

    .c2hdmi_wrapper .type p {

        left: 61%;
        top: 139%;


    }




    .c2hdmi_wrapper .banner-section3-bg {


        object-fit: cover;
    }


    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
        color: white;
        font-size: 15px;
    }

    .c2hdmi_wrapper .eff {
        position: absolute;
        top: 85%;
        right: 5%;
    }
}

@media only screen and (max-width:850px) {


    .c2hdmi_wrapper .quick {
        top: 74%;
        font-size: 15px;
        left: 10%;
    }

    .c2hdmi_wrapper .resolution {
        top: 73%;
        font-size: 15px;
        left: 70%;
    }

    .c2hdmi_wrapper .sec3cntn {
        width: 96%;
        text-align: left;
        margin-top: 5%;
    }

    .c2hdmi_wrapper .razor {
        margin-top: 10%;
        margin-left: 0;
    }

    .c2hdmi_wrapper .razor h2 {
        font-size: 32px;
    }

    .c2hdmi_wrapper .sec3img2 {
        width: 60%;
        text-align: right;
    }

    .c2hdmi_wrapper .sec3img2 img {
        width: 65%;
        margin-top: 0%;
        margin-right: -76%;
    }

    .c2hdmi_wrapper .sec3img img {
        width: 100%;
        margin-top: -5%;
    }

    .c2hdmi_wrapper .sec3img {
        width: 100%;

    }

    .c2hdmi_wrapper .banner-section3-bg {

        padding: 20px;
    }

    .c2hdmi_wrapper .flex-container2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .c2hdmi_wrapper .sec3col1 {
        flex-basis: 100%;
        order: 3;
    }

    .c2hdmi_wrapper .sec3col2 {
        flex-basis: 100%;
        order: 1;
    }


    .c2hdmi_wrapper {
        overflow-x: hidden;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 135%;
        margin-left: -13%;
    }

    .c2hdmi_wrapper .sec2 {
        flex-direction: column;
    }

    .c2hdmi_wrapper .sec2img {
        margin: 0 77px;
    }

    /* .c2hdmi_wrapper .rightcntn {} */

    .c2hdmi_wrapper .rightcntn .key-specifications .box {
        flex-basis: calc(50% - 7.5px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.7;
        position: relative;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 83%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
        color: white;
        font-size: 18px;
    }

    .c2hdmi_wrapper .list {
        display: flex;
        gap: 15px;
    }

    .c2hdmi_wrapper .rightcntn {
        width: 100%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
        margin-top: 17%;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .c2hdmi_wrapper .type-c2 {
        margin-left: -60%;
    }

    /* .c2hdmi_wrapper .sec3col1{
        order: 3;
    }
     .c2hdmi_wrapper .sec3col2{
        order: 2;
    }*/
    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 135%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
        width: 135%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 135%;
    }

    .c2hdmi_wrapper .section-4 {

        padding-bottom: 30px;
    }

    .c2hdmi_wrapper .built1 h2 {
        font-size: 23px;
    }

    .c2hdmi_wrapper .easy1 h2 {
        font-size: 23px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 h2 {
        color: white;
        font-size: 15px;
        text-align: left;
    }

    .c2hdmi_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .c2hdmi_wrapper .sec2img .relative2 .sect2-product {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .c2hdmi_wrapper .sec2img {
        width: 75%;
        margin-left: -12%;
    }


    .c2hdmi_wrapper .sec1img img {
        width: 32%;
        left: 33%;
        top: 34%;
    }

    .c2hdmi_wrapper .c2 h2 {
        font-size: 23px;
    }

    .c2hdmi_wrapper .type p {
        font-size: 15px;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 57%;
    }

    .c2hdmi_wrapper .clear {
        top: 10%;
    }

    /* .c2hdmi_wrapper .mainimg {} */

    .c2hdmi_wrapper .mainimg img {

        object-fit: cover;
    }





    .c2hdmi_wrapper .win h2 {
        font-size: 28px;
    }

    .c2hdmi_wrapper .built {
        display: none;
    }

    .c2hdmi_wrapper .easy {
        display: none;
    }


    .c2hdmi_wrapper .easy h2 {
        font-size: 19px;
    }

    .c2hdmi_wrapper .easy {
        position: absolute;
        color: white;
        top: 5%;
        left: 65%;
    }

    .c2hdmi_wrapper .simple h2 {
        font-size: 17px;
        line-height: 1.2;
    }

    .c2hdmi_wrapper .simple {
        top: 81%;
        left: 6%;
    }

    .c2hdmi_wrapper .windows img {
        width: 22px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .chrome img {
        width: 22px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .mac img {
        width: 22px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .android img {
        width: 22px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .linux img {
        width: 22px;
        margin-top: 2%;
    }

    .c2hdmi_wrapper .space {
        position: absolute;
        color: white;
        padding: 7px 1px;
        background-color: #00aae6;
        top: 34%;
        left: 75%;
    }

    .c2hdmi_wrapper .port {
        position: absolute;
        color: white;
        padding: 12px 15px;
        background-color: #00a9ac;
        top: 73%;
        left: 91%;
    }

    .c2hdmi_wrapper .golden {
        position: absolute;
        color: white;
        padding: 15px 18px;
        background-color: #f05a25;
        top: 46%;
        left: 16%;
        padding: 4px;
    }

    .c2hdmi_wrapper .eng {
        position: absolute;
        color: white;
        padding: 7px 8px;
        background-color: #a84b9a;
        top: 70%;
        left: 20%;
    }

    .c2hdmi_wrapper .tangle {
        position: absolute;
        color: white;
        padding: 6px 18px;
        background-color: #00a8ab;
        top: 10%;
        left: 12%;
    }

    .c2hdmi_wrapper .eff h2 {
        color: white;
        font-size: 20px;
    }

    /*.c2hdmi_wrapper .vis-in-desk{
    display: none;
}
.c2hdmi_wrapper .vis-in-mobile{
    display: block;
}*/


    .c2hdmi_wrapper .rightcntn2 .key-specifications2 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 {
        flex-basis: calc(100% / 2 - 15px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.6;
        position: relative;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .num2 {
        position: absolute;
        top: 0;
        left: 0;
        aspect-ratio: 1;
        width: 35px;
        color: white;
        background-color: #00466F;
        text-align: center;
        display: grid;
        place-items: center;
        place-content: center;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 img {
        width: 90%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 p {
        color: white;
        font-size: 20px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 h2 {
        color: white;
        font-size: 16px;
        text-align: left;
    }

    .c2hdmi_wrapper .sec2banner2 {
        position: relative;
        width: 100%;
    }

    .c2hdmi_wrapper .sec2banner2>img {
        width: 100%;
        aspect-ratio: 1;
    }


    .c2hdmi_wrapper .hdtv img {
        width: 40%;
        /* filter: invert(1) brightness(10.5);*/
    }

    .c2hdmi_wrapper .projector img {
        width: 40%;
        /* filter: invert(1) brightness(10.5);*/
    }

    .c2hdmi_wrapper .monitor img {
        width: 40%;
        /*   filter: invert(1) brightness(10.5);*/
    }

    .c2hdmi_wrapper .sec2img .relative2 .sect2-product {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 50px;
    }

    .c2hdmi_wrapper .hdtv {
        width: 40%;
        top: 15%;
        left: -32%;
        position: unset;
    }

    .c2hdmi_wrapper .projector {
        width: 40%;
        top: 40%;
        left: -32%;
        position: unset;
    }

    .c2hdmi_wrapper .monitor {
        width: 40%;
        top: 67%;
        left: -32%;
        position: unset;
    }
}

@media only screen and (max-width:640px) {
    .c2hdmi_wrapper .eff1{
        display: block;
    }


    .c2hdmi_wrapper .banner-section4-bg {
        background-image: url(../images/S-4/sec4banner.png);
        background-repeat: no-repeat;

        background-position: center;
        background-size: 120% 100%;
        width: 100%;
        padding: 50px;

    }

    .c2hdmi_wrapper .resimg {
        width: 100%;
        position: relative;
    }

    .c2hdmi_wrapper .resimg img {
        width: 100%;
        text-align: center;
    }

    .c2hdmi_wrapper .simple1 {
        position: absolute;
        top: 104%;
        left: 0%;
        color: white;
    }

    .c2hdmi_wrapper .eff1 h2 {
        color: white;
    }

    .c2hdmi_wrapper .icons1 {
        color: white;
        display: flex;
        column-gap: 5px;
    }

    .c2hdmi_wrapper .eff1 {
        position: absolute;
        top: 91%;
        right: -13%;
    }

    .c2hdmi_wrapper .windows1 {
        text-align: center;
    }

    .c2hdmi_wrapper .windows1 img {
        width: 40%;
    }

    .c2hdmi_wrapper .chrome1 {
        text-align: center;
    }

    .c2hdmi_wrapper .chrome1 img {
        width: 40%;
    }

    .c2hdmi_wrapper .mac1 {
        text-align: center;
    }

    .c2hdmi_wrapper .mac1 img {
        width: 40%;
    }

    .c2hdmi_wrapper .android1 {
        text-align: center;
    }

    .c2hdmi_wrapper .android1 img {
        width: 40%;
    }

    .c2hdmi_wrapper .linux1 {
        text-align: center;
    }

    .c2hdmi_wrapper .linux1 img {
        width: 40%;
    }

    .c2hdmi_wrapper .d-view {
        display: none;
    }

    .c2hdmi_wrapper .m-view {
        display: block;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
        color: white;
        font-size: 14px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
        width: 100%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 100%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 62%;
    }

    .c2hdmi_wrapper .quick {
        top: 69%;
        font-size: 15px;
        left: 2%;
    }

    .c2hdmi_wrapper .resolution {
        top: 69%;
        font-size: 17px;

    }

    .c2hdmi_wrapper .sec3cntn {
        width: 96%;
        text-align: left;
        margin-top: 5%;
    }

    .c2hdmi_wrapper .razor {
        margin-top: 10%;
        margin-left: 0;
    }

    .c2hdmi_wrapper .razor h2 {
        font-size: 32px;
    }

    .c2hdmi_wrapper .sec3img2 {
        width: 60%;
        text-align: right;
    }

    .c2hdmi_wrapper .sec3img2 img {
        width: 75%;
        margin-top: 0%;
        margin-right: -76%;
    }

    .c2hdmi_wrapper .sec3img img {
        width: 100%;
        margin-top: -5%;
    }

    .c2hdmi_wrapper .sec3img {
        width: 100%;

    }

    .c2hdmi_wrapper .banner-section3-bg {

        padding: 20px;
    }

    .c2hdmi_wrapper .flex-container2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .c2hdmi_wrapper .sec3col1 {
        flex-basis: 100%;
        order: 3;
    }

    .c2hdmi_wrapper .sec3col2 {
        flex-basis: 100%;
        order: 1;
    }

    .c2hdmi_wrapper .list {
        gap: 20px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box {
        flex-basis: calc(50% - 7.5px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.7;
        position: relative;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 75%;
    }

    .c2hdmi_wrapper .sec2img .relative2 .sect2-product {
        width: 107%;
        display: block;
        margin: 0 auto;
        padding: 50px;
    }


    .c2hdmi_wrapper .rightcntn .key-specifications .box {

        aspect-ratio: 1.6;
        position: relative;
    }



    .c2hdmi_wrapper .sec4image-2 img {

        padding-top: 20px;
    }

    .c2hdmi_wrapper .eff1 h2 {
        font-size: 23px;
    }

    .c2hdmi_wrapper .simple1 h2 {
        font-size: 20px;
    }

    .c2hdmi_wrapper .built1 {
        width: 100%;
        text-align: left;
        margin-left: 2%;
        padding-top: 5px;
    }

    .c2hdmi_wrapper .easy1 {
        width: 100%;
        text-align: left;
        margin-left: 2%;
        margin-top: 3%;
        padding: 2px;
    }

    .c2hdmi_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .c2hdmi_wrapper .sec1img img {
        width: 32%;
        left: 31%;
        top: 35%;
    }


    .c2hdmi_wrapper .visible-in-desk {
        display: none;
    }

    .c2hdmi_wrapper .mobile-visible {
        display: block;
    }

    .c2hdmi_wrapper .secmobileview {
        display: block;
        background-color: #004362;
        margin-top: -2px;
        color: white;
    }

    .c2hdmi_wrapper .golden1 {
        color: white;
        padding: 12px;
        background-color: #f05a25;
        margin: 15px;
    }

    .c2hdmi_wrapper .golden1 h2 {
        font-size: 16px;
    }

    .c2hdmi_wrapper .space1 {
        color: white;
        padding: 12px;
        background-color: #00aae6;
        margin: 15px;
    }

    .c2hdmi_wrapper .space1 h2 {
        font-size: 16px;
    }

    .c2hdmi_wrapper .port1 {
        color: white;
        padding: 12px;
        background-color: #00a9ac;
        margin: 15px;
    }

    .c2hdmi_wrapper .port1 h2 {
        font-size: 16px;
    }

    .c2hdmi_wrapper .eng1 {
        color: white;
        padding: 12px;
        background-color: #a84b9a;
        margin: 15px;
    }

    .c2hdmi_wrapper .eng1 h2 {
        font-size: 16px;
    }

    .c2hdmi_wrapper .tangle1 {
        color: white;
        padding: 12px;
        background-color: #00a8ab;
        margin: 15px;
    }

    .c2hdmi_wrapper .tangle1 h2 {
        font-size: 16px;
    }

    /* .c2hdmi_wrapper .golden {
        display: none;
    }

    .c2hdmi_wrapper .port {
        display: none;
    }

    .c2hdmi_wrapper .space {
        display: none;
    }

    .c2hdmi_wrapper .eng {
        display: none;
    }

    .c2hdmi_wrapper .tangle {
        display: none;
    }

    .c2hdmi_wrapper .rel {
        display: none;
    } */


    /* .c2hdmi_wrapper .golden {
        display: none;
    } */

    .c2hdmi_wrapper .mobile-image {
        display: block;
    }

    .c2hdmi_wrapper .sec4image-2 {
        text-align: center;
        width: 80%;
        margin-top: 20%;
    }

    /* .c2hdmi_wrapper .sec4image-2 img {} */

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 img {
        width: 80%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 p {
        color: white;
        font-size: 18px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 {
        flex-basis: calc(100% / 2 - 15px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.6;
        position: relative;
    }



}

@media only screen and (max-width:480px) {
   .c2hdmi_wrapper .banner-section4-bg {
    background-image: url(../images/S-4/section4bannerimg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120% 100%;
    width: 100%;
    padding: 50px;
}
    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn p {
        color: white;
        font-size: 12px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .boxcntn h2 {
        color: white;
        font-size: 12px;
        text-align: left;
    }

    .c2hdmi_wrapper .quick {
        top: 69%;
        font-size: 15px;
        left: 2%;
    }

    .c2hdmi_wrapper .resolution {
        top: 69%;
        font-size: 17px;

    }

    .c2hdmi_wrapper .sec3cntn {
        width: 96%;
        text-align: left;
        margin-top: 5%;
    }

    .c2hdmi_wrapper .razor {
        margin-top: 10%;
        margin-left: 0;
    }

    .c2hdmi_wrapper .razor h2 {
        font-size: 32px;
    }

    .c2hdmi_wrapper .sec3img2 {
        width: 60%;
        text-align: right;
    }

    .c2hdmi_wrapper .sec3img2 img {
        width: 80%;
        margin-top: 0%;
        margin-right: -76%;
    }

    .c2hdmi_wrapper .sec3img img {
        width: 100%;
        margin-top: -5%;
    }

    .c2hdmi_wrapper .sec3img {
        width: 100%;

    }

    .c2hdmi_wrapper .banner-section3-bg {

        padding: 18px;
        padding-bottom: 50px;
    }

    .c2hdmi_wrapper .flex-container2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .c2hdmi_wrapper .sec3col1 {
        flex-basis: 100%;
        order: 3;
    }

    .c2hdmi_wrapper .sec3col2 {
        flex-basis: 100%;
        order: 1;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .num {

        width: 25px;
        font-size: 18px;
    }

    .c2hdmi_wrapper .win {

        padding: 40px 18px;
    }

    .c2hdmi_wrapper .simple h2 {
        font-size: 13px;
        line-height: 1.2;
    }

    .c2hdmi_wrapper .simple {
        top: 71%;
        left: 4%;
    }

    .c2hdmi_wrapper .section-4 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .c2hdmi_wrapper .sec5img img {

        width: 52%;
    }

    .c2hdmi_wrapper .sections-p {
        font-size: 14px;
    }

    .c2hdmi_wrapper .banner-section4-bg {
        width: 100%;
        margin-top: 0%;
        padding: 50px 18px;
        padding-bottom: 80px;
    }

    .c2hdmi_wrapper .banner-section2-bg {
        width: 100%;
        background-image: url(../images/S-2/sec2banner.png);
        background-size: cover;


    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .connector img {
        width: 35%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .nylon img {
        width: 50%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .ultra img {
        width: 50%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box .type-c img {
        width: 60%;
        margin-left: 5%;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 132%;
        margin-top: 17%;
        margin-left: -16%;
    }

    .c2hdmi_wrapper .relative2 {
        position: relative;
        width: 176%;
        margin-left: -11%;
    }

    .c2hdmi_wrapper .list {
        gap: 20px;
    }

    .c2hdmi_wrapper .rightcntn .key-specifications .box img {
        width: 37%;
    }

    .c2hdmi_wrapper .sec2img .relative2 .sect2-product {
        width: 107%;
        display: block;
        margin: 0 auto;
        padding: 50px;
    }


    .c2hdmi_wrapper .rightcntn .key-specifications .box {

        aspect-ratio: 1.8;
        position: relative;
    }

    .c2hdmi_wrapper .type-c2 {
        margin-left: -16%;
    }

    .c2hdmi_wrapper .built1 p {
        margin-top: 10px;
        margin-right: 0%;
    }

    .c2hdmi_wrapper .easy1 p {
        margin-top: 5px;
        margin-right: 0%;
    }

    .c2hdmi_wrapper .icons1 {
        gap: 5px;
        margin-top: 15px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .nylon2 img {
        width: 80%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .ultra2 img {
        width: 80%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .type-c2 img {
        width: 80%;
    }

    .c2hdmi_wrapper .eff1 {
        position: relative;
        top: 77%;
        right: 0%;
        width: 100%;
        margin-top: 20px;
    }

    .c2hdmi_wrapper .mainimg2 {

        width: 100%;
    }

    .c2hdmi_wrapper .mainimg2 img {

        width: 100%;
    }

    .c2hdmi_wrapper .desk-views {
        display: none;
    }

    .c2hdmi_wrapper .mobile-views {
        display: block;
    }

    .c2hdmi_wrapper .simple1 h2 {
        font-size: 16px;
    }

    .c2hdmi_wrapper .built1 {
        width: 100%;
        margin-left: 0%;
    }

    .c2hdmi_wrapper .easy1 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0%;
    }


    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 h2 {
        color: white;
        font-size: 11px;
        text-align: left;
    }

    .c2hdmi_wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .c2hdmi_wrapper .mainimg {
        width: 100%;

    }

    .c2hdmi_wrapper .mainimg img {

        object-fit: cover;
        width: 100%;
    }

    .c2hdmi_wrapper .sec1img img {
        width: 36%;
        left: 26%;
        top: 31%;
    }

    .c2hdmi_wrapper .sec1cntn {
        left: 61%;
        top: 77%;
        font-size: 11px;
    }

    .c2hdmi_wrapper .clear h1 {
        font-size: 27px;
    }

    .c2hdmi_wrapper .sec1img img {
        width: 58%;
        left: 11%;
        top: 43%;
    }

    .c2hdmi_wrapper .c2 h2 {
        font-size: 25px;
    }

    .c2hdmi_wrapper .type p {
        font-size: 12px;
    }

    .c2hdmi_wrapper .sec3 {
        width: 100%;
    }



    .c2hdmi_wrapper .resolution p {
        font-size: 15px;
    }





    .c2hdmi_wrapper .win h2 {
        font-size: 28px;
    }

    .c2hdmi_wrapper .visible-in-desk {
        display: none;
    }

    .c2hdmi_wrapper .mobile-visible {
        display: block;
    }

    .c2hdmi_wrapper .secmobileview {
        display: block;
        background-color: #004362;
        margin-top: -2px;
        color: white;
    }

    .c2hdmi_wrapper .golden1 {
        color: white;
        padding: 6px;
        background-color: #f05a25;
    }

    .c2hdmi_wrapper .space1 {
        color: white;
        padding: 6px;
        background-color: #00aae6;
    }

    .c2hdmi_wrapper .port1 {
        color: white;
        padding: 6px;
        background-color: #00a9ac;
    }

    .c2hdmi_wrapper .eng1 {
        color: white;
        padding: 6px;
        background-color: #a84b9a;
    }

    .c2hdmi_wrapper .tangle1 {
        color: white;
        padding: 6px;
        background-color: #00a8ab;
    }

    /* .c2hdmi_wrapper .golden {
        display: none;
    }

    .c2hdmi_wrapper .port {
        display: none;
    }

    .c2hdmi_wrapper .space {
        display: none;
    }

    .c2hdmi_wrapper .eng {
        display: none;
    }

    .c2hdmi_wrapper .tangle {
        display: none;
    }

    .c2hdmi_wrapper .rel {
        display: none;
    } */

    .c2hdmi_wrapper .mobile-image {
        display: block;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 img {
        width: 60%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 p {
        color: white;
        font-size: 15px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .num2 {

        width: 20px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 img {
        width: 52%;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 .boxcntn2 p {
        color: white;
        font-size: 12px;
    }

    .c2hdmi_wrapper .hdtv p {
        font-size: 12px;
    }

    .c2hdmi_wrapper .hdtv img {
        width: 40%;
    }

    .c2hdmi_wrapper .projector p {
        font-size: 12px;
    }

    .c2hdmi_wrapper .projector img {
        width: 40%;
    }

    .c2hdmi_wrapper .monitor p {
        font-size: 12px;
    }

    .c2hdmi_wrapper .monitor img {
        width: 40%;
    }

    .c2hdmi_wrapper .hdtv {
        width: 30%;
        top: 15%;
        left: -32%;
    }

    .c2hdmi_wrapper .projector {
        width: 30%;
        top: 40%;
        left: -32%;
    }

    .c2hdmi_wrapper .monitor {
        width: 30%;
        top: 67%;
        left: -32%;
    }

    .c2hdmi_wrapper .sec2img .relative2 .sect2-product {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 45px;
    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 {
        flex-basis: calc(100% / 2 - 8px);
        background-color: rgba(255, 255, 255, 0.3);
        display: grid;
        place-content: center;
        place-items: center;
        text-align: center;
        aspect-ratio: 1.6;
        position: relative;

    }

    .c2hdmi_wrapper .rightcntn2 .key-specifications2 {
        gap: 8px;
    }

    .section-4.visible-in-mobile {
        position: relative;
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .mob-text-img {
        width: 100%;
    }

    .c2hdmi_wrapper .tangle {
        top: 37%;
        left: 0%;
        width: 38%;
    }

    .c2hdmi_wrapper .space {
        top: 47%;
        left: 74%;
        width: 28%;
    }

    .c2hdmi_wrapper .eng {
        top: 2%;
        left: 34%;
        width: 50%;
    }

    .c2hdmi_wrapper .port {
        top: 99%;
        left: 78%;
    }

    .c2hdmi_wrapper .golden {
        top: 88%;
        left: 0%;
        width: 30%;
    }
    .c2hdmi_wrapper .tangle h2 {
        font-size: 14px;
    }
    .c2hdmi_wrapper .golden h2 {
        font-size: 14px;
    }
    .c2hdmi_wrapper .port h2 {
        font-size: 14px;
    }
    .c2hdmi_wrapper .eng h2 {
        font-size: 14px;
    }
    .c2hdmi_wrapper .space h2 {
        font-size: 14px;
    }
    .c2hdmi_wrapper .banner-section4-bg {
        height: 500px;
    }
    .c2hdmi_wrapper .windows1 p{
        font-size: 12px;
    }
    .c2hdmi_wrapper .chrome1 p{
        font-size: 12px;
    }
    .c2hdmi_wrapper .mac1 p{
        font-size: 12px;
    }
    .c2hdmi_wrapper .android1 p{
        font-size: 12px;
    }
    .c2hdmi_wrapper .linux1 p{
        font-size: 12px;
    }

}

@media only screen and (max-width:500px) {
    .c2hdmi_wrapper .rightcntn2 .key-specifications2 .box2 img {
        width: 51%;
    }

}
@media only screen and (max-width:400px) {
    .c2hdmi_wrapper .simple1 {
        position: absolute;
        top: 104%;
        left: 0%;
        color: white;
    }
    .c2hdmi_wrapper .simple1 {
        top: 110%;
    }
}