/* ---- global ---- */
@font-face {
    font-family: gothamfont;
    src: url('../font/gothamssm_medium.otf');
}

@font-face {
    font-family: gothamfontmediumitalic;
    src: url('../font/gothamssm_mediumitalic.otf');
}

@font-face {
    font-family: gothamfontblack;
    src: url('../font/gothamssm_black.otf');
}

@font-face {
    font-family: gothamfontblackitalic;
    src: url('../font/gothamssm_blackitalic.otf');
}

@font-face {
    font-family: gothamfontbold;
    src: url('../font/gothamssm_bold.otf');
}

@font-face {
    font-family: gothamfontlight;
    src: url('../font/gothamssm_light.otf');
}

@font-face {
    font-family: gothamfontlghtitalic;
    src: url('../font/gothamssm_lightitalic.otf');
}

@font-face {
    font-family: gothamfontlight;
    src: url('../font/gothamssm_light.otf');
}

@font-face {
    font-family: gothamfontxlight;
    src: url('../font/gothamssm_xlight.otf');
}


@font-face {
    src: url('../font/gothamssm_medium.otf');
}

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: gothamfont,"Ubuntu Condensed", sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style: none;
}

h2 {
    font-size: 4em;
    color: #07468b;
    text-align: center;
}

.nb {
    width: 100%;
    min-height: 10vh;
    display: flex;
    flex-direction: row;
    background: transparent;
    justify-content: center;
    align-items: center;
}

.nb-title {
    padding-left: 35px;
    width: 30%;
}

    .nb-title a {
        color: rgb(7,70,139);
        font-weight: bold;
        font-size: 1.7em;
    }

.nb-list {
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: space-around;
    align-items: center;
    padding-top: 1em;
}

.nb-links {
    padding: 5px;
}

    .nb-links a {

        color: rgb(7,70,139);
    }

/* drop down list in nb*/

.dropbtn {
    background: transparent;
    color: rgb(7,70,139);
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: max-content;
    margin-top: 0px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: rgb(7,70,139);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #160f55;
            color: white;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.nb.scrolled {
    background-color: #efefef !important;
    transition: background-color 200ms linear;
    box-shadow: 4px 0px 8px 0 #aeaeae;
}

.scrolled ul li a {
    color: #000 !important;
}

.scrolled .nb-title a {
    color: #07468b;
}

/* .scrolled .nb-title .navbar-img {
    content: url("../assets/polypack-logo-blue.png");
} */

.scrolled .dropdown-content a:hover {
    color: white !important;
}

/* ----x drop down list in nb x---- */

/* ---- header ---- */

.top {
    background:  url("../assets/Polypack-Header-bg.jpg");

    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}

.landing-section {
    padding: 7em 0em 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 55vh;
}
    .landing-section img{
        height: 250px !important;
    }
    .landing-section h2 {
      /*  color: rgb(238, 247, 255);*/
        font-size: 4em;
        text-align: center;
        text-shadow: 1px 1px 4px #1b31c344;
    }

        .landing-section h2 span {
        /*    color: #ffffff;*/
            font-weight: bolder;
            font-size: 1.1em
        }

        .landing-section h2 .pvt {
            font-weight: bolder;
       /*     color: rgb(238, 247, 255);*/
            font-size: 0.6em
        }


    .landing-section h3 {
        color: rgb(103, 103, 103);
        text-align: center;
        font-size: 2.5em;
        font-weight: bold;
        margin: 0.4em 0em 1em;
    }

.landing-section-btn {
    text-align: center;
}

    .landing-section-btn a {
        margin: 0;
    }

.carousel {
    background: url("../assets/bg1.svg");
    background-size: cover;
    min-height: 75vh;
}

header {
    min-height: 75vh;
    width: 100%;
    display: flex;
    flex: 5;
}

.headercontent {
    flex: 3;
    color: white;
}

    .headercontent h1 {
        font-size: 4em;
        font-weight: bolder;
    }

    .headercontent p {
        font-size: 1.5em;
        padding: 1em 2em;
    }

        .headercontent p span {
            font-size: 1.2em;
            text-shadow: 2px 2px 4px #000000;
        }


.rbtn {
    z-index: 2;
    border: none;
    margin-left: 2em;
    border-radius: 1.5rem;
    padding: 1rem 3rem;
    font-size: 1rem;
    background-color: #ae5fce;
    color: white;
    cursor: pointer;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}

    .rbtn:hover {
        background: transparent;
        text-decoration: none;
        font-weight: bold;
        color: #ae5fce;
        border: 2px solid #ae5fce;
        box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }




.slidinglist {
    display: flex;
    width: 100%;
    font-weight: bold;
    margin-top: 2em;
}

.slidingitems {
    padding: 0em 0.4em;
}

    .slidingitems:hover {
        font-size: 2em;
        cursor: pointer;
    }

.slideactive {
    color: #37cdfa;
}

.slidingitems {
    font-size: 2em;
    text-decoration: none;
    position: relative;
    display: flex;
    padding-bottom: 8px;
    text-shadow: 1px 1px 3px #000000;
}

    .slidingitems:after {
        content: "";
        width: 0%;
        height: 7px;
        border-radius: 3px;
        bottom: 0%;
        left: 50%;
        background-color: #1a0f77;
        position: absolute;
        transition: all 500ms ease;
    }

    .slidingitems:hover::after {
        left: 10%;
        width: 80%;
    }

.headerimage {
    flex: 2;
    padding: 0.5em 0em;
    display: flex;
}

    .headerimage img {
        align-self: center;
    }

img {
    max-width: 100%;
    height: auto;
}

.imagecontent1 {
    right: 50px;
    color: black;
    font-size: 1em;
    background: white;
    bottom: 20px;
    position: absolute;
    padding: 20px;
    z-index: 2;
    clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
}

.imagecontent {
    right: 150px;
    color: black;
    font-size: 1em;
    background: white;
    bottom: 20px;
    position: absolute;
    padding: 20px;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 25%, 100% 100%, 0% 100%);
}

/* ----x header x---- */

/* ---- about us ---- */

/* about box */

.about-box {
    margin-top: 4em;
    position: relative;
    width: 100%;
    height: 580px;
    padding-top: 5em;
}

/* about left */

.about-left {
    float: left;
    width: 33%;
    height: 418px;
    margin-top: 50px;
    background-color: #1869ba;
}

.about-content {
    float: left;
    width: 49.5%;
    height: 49.5%;
}

.border-right {
    border-right: 1px solid #8ebff0;
}

.border-bottom {
    border-bottom: 1px solid #8ebff0;
}

.about-content-num {
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    color: #ffffff;
    margin-top: 40px;
    text-shadow: 1px 1px 2px #000000;
}

.about-content-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
}

/* about center */

.about-center {
    top: 75px;
    left: 33%;
    z-index: 1;
    float: left;
    width: 33.9%;
    min-height: 510px;
    padding: 20px 20px;
    text-align: center;
    -webkit-box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 4px 5px 16px 0 rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    overflow: auto;
    align-items: center;
    justify-content: center;
    clear: right;
}

.about-center-title {
    font-size: 4em;
    color: #07468b;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.about-center-content {
    font-size: 1.1em;
    color: #676767;
}

/* about right */

.about-right {
    float: right;
    width: 33%;
    height: 418px;
    margin-top: 50px;
    background-image: url("../assets/lab2.jpg");
    background-position: center;
    background-size: cover;
}

.sep {
    display: block;
    clear: left;
}
/* ----x about us x---- */

/* ---- product ---- */

.product {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 4em;
    background: url("../assets/productsbg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 2em;
}

.card:hover {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-deck {
    margin-top: 50px;
}

.card {
    margin-top: 30px;
    overflow: hidden;
}

    .card img {
        transition: transform 0.5s ease;
        /* [2] Transition property for smooth transformation of images */
    }

    /* [3] Finally, transforming the image when container gets hovered */

    .card:hover img {
        transform: scale(1.1);
    }

.card-title {
    font-size: 1.7em;
    color: #1b74ce;
}

.card-footer {
    width: 100%;
    bottom: 1px;
    text-align: center;
    background: #1b74ce;
    color: white;
    border: none;
}

.cardbutton a {
    color: #ffffff;
}

    .cardbutton a:hover {
        font-size: 1.1em;
        color: #f3f9fe;
    }

/* ----x product x---- */

/* ---- certifications ---- */

.certifications {
    margin-top: 3em;
    margin-bottom: 3em;
}

/* ----x certifications x---- */

/* ---- customers ---- */


.customers {
    margin-top: 3em;
    margin-bottom: 3em;
}

.slick-slide img {
    margin: 0 auto;
}
/* ----x customers x---- */

/* ---- footer ---- */

.ftr-container {
    position: relative;
}

footer {
    top: 10px;
    width: 100%;
    position: absolute;
    background: rgb(21, 23, 96);
    background: linear-gradient( to top, rgba(14, 15, 61, 0.8) 12%, rgba(21, 23, 96, 0.7) 53%, rgba(21, 23, 96) 100% ), url("../assets/cool-background.png");
   
    color: white;
    padding: 2em 1em;
    border-top-left-radius: 45% 15%;
    border-top-right-radius: 45% 15%;
    margin-top: 2em;
}

    footer  {
        padding: 7em 0em 3em 1em;     
    }
    

.footer-title img {
    display: inline-block;
}
.footer-title h2 {
    display: inline-block;
    
}

.footer-content {
    font-size: 1em;
    color: #ffffff;
}

.footer-heading {
    text-align: left;
    font-size: 2em;
}

    .footer-heading span {
        color: #ffffff;
        border-bottom: 3px solid white;
    }

.footer-links a {
    font-size: 1em;
    color: #ffffff;
}

.footer-content .social-icons .fa-brands {
    font-size: 2em;
    margin: 0em 1em 1em;
    color: #ffffff;
}

    .footer-content .social-icons .fa-brands:hover {
        color: #dbf0ff;
        transform: scale(1.1, 1.1);
    }

/* ----x footer x---- */
    @media screen and (min-width: 1250px) {
        .carousel-item {
            padding: 0em 6em;
        }
      
    }
@media screen and (max-width: 1250px) {
    .carousel-item {
        padding: 2em 0em 2em 0.5em;
    }
 
        .headercontent h1{
       font-size:3em ;
    }
    .headercontent p {
        font-size: 1.3em;
    }
    .headerimage {
        flex: 2;
    }
    .slidinglist{
        padding:4em 0em 1em;
        font-size:0.6em;
    }
    .about-center-title,
    .product h2,
    .certifications h2,
    .customers h2{
        font-size: 3em;
    }
    .about-center-content {
        font-size: 0.9em;
    }
    .about-content-num {
        font-size:3em;
    }
    .product .card .card-title {
        font-size:1.3em;
        padding-bottom:1em;
    }
    .product .card .card-text {
        font-size: 0.9em;
        font-family:gothamfontlight;
        
    }
    footer h1 {
        font-size: 2.5em !important;
        padding:0.5em 0em;
    }
}
    @media screen and (max-width: 991px) {
        .nb-title a {
            font-size:1.5em;
        }
        .landing-section h2{
        font-size:2.5em ;       
      
        }
        .landing-section h3 {
            font-size: 1.5em ;
        }


        .carousel {
            min-height: 50vh;
        }

        header {
            min-height: 50vh;
        }
        .headercontent{
            padding: 2em 0em;
        }
        .about-box {
            height: auto;
            position: static;
            margin-top: 0em;
        }

        .headerimage {
            flex: 0;
        }

        .about-left {
            width: 100%;
        }

        .about-center {
            width: 100%;
            height: auto;
            padding-top: 0em;
            float: none;
            position: static;
        }

        .about-center-title
        {
            padding-bottom: 0.5em;
            margin: 0;
        }

        .about-center-content {
            padding-top: 0em;
            margin: 0;
            font-size: 1em;
        }

        .about-right {
            float: none;
            position: static;
            display: none;
        }
        .product .card .card-title {
            font-size: 1.1em;
            padding-bottom: 1em;
        }

        .product .card .card-text {
            font-size: 0.7em;
            font-weight: 100 !important;
            font-family:gothamfont;
        }

        .footer-links-sec {
            margin: 0 20%;
        }
    }

    @media screen and (max-width: 768px) {
        .landing-section h2 {
            font-size: 2em ;
        }

        .landing-section h3 {
            font-size: 1.2em !important;
        }
        .carousel {
            min-height: 55vh;
        }

        header {
            min-height: 55vh;
        }

        h2 {
            font-size: 2.5em;
        }

        .top {
            background-position: center;
        }

        .nb-title {
            width: 100%;
            justify-content: start;
        
            align-items: center;
        }
        .hamburger {
        padding:0;
        }
        .hamburger .line {
            width: 30px;
            height: 3px;
            background: rgb(7, 70, 139);
            border-radius: 3PX;
            padding: 0;
            margin: 5px;
        }
   

        .nb {
            position: relative;
            z-index: 2;
        }
        div.hamburger:has(> .nb-list.open) {
            background:#ae5fce;
        }
        .hamburger {
            
            position: fixed;
            cursor: pointer;
            right: 5%;
            top: 4%;
            transform: translate(-5%, -50%);
            z-index: 4;
            background: rgb(237, 237, 239);
        }

        .lineopen {
            background: #ffffff;
            
        }

        .nb-list {
            z-index: 3;
            position: fixed;
            top: 0;
            right: 0;
            overflow: scroll;
            height: 100vh;
            width: 100%;
            flex-direction: column;
            clip-path: circle(100px at 90% -32%);
            -webkit-clip-path: circle(100px at 90% -10%);
            transition: all 1s ease-out;
            pointer-events: none;
            
        }

            .nb-list.open {
                background: #160f55;
                /* fallback for old browsers */
                background: -webkit-linear-gradient( to right bottom, #160f55, #17105b, #191161, #1a1367, #1c146d, #1d1d78, #1d2582, #1c2e8d, #1a409e, #1851af, #1762bf, #1b74ce );
                /* Chrome 10-25, Safari 5.1-6 */
                background: linear-gradient( to right bottom, #160f55, #17105b, #191161, #1a1367, #1c146d, #1d1d78, #1d2582, #1c2e8d, #1a409e, #1851af, #1762bf, #1b74ce );
                /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
                clip-path: circle(145% at 90% -10%);
                -webkit-clip-path: circle(145% at 90% -10%);
                pointer-events: all;
            }

            .scrolled ul li .scrolledblue{
                color:white !important;
            }
        .landing {
            flex-direction: column;
        }

        .nb-list li {
            opacity: 0;
        }

            .nb-list li a {
                font-size: 1.5em;
                color: #ffffff;
            }
        .dropdown .dropdown-content a {
            color: #160f55;
            font-size:1.1em;
        }

            .dropdown .dropdown-content a:hover {
                color: #ffffff;
            }
            .nb-list li:nth-child(1) {
                transition: all 0.5s ease 0.2s;
                opacity: 1;
            }

            .nb-list li:nth-child(2) {
                transition: all 0.5s ease 0.3s;
                opacity: 1;
            }

            .nb-list li:nth-child(3) {
                transition: all 0.5s ease 0.4s;
                opacity: 1;
            }

            .nb-list li:nth-child(4) {
                transition: all 0.5s ease 0.5s;
                opacity: 1;
            }

            .nb-list li:nth-child(5) {
                transition: all 0.5s ease 0.6s;
                opacity: 1;
            }

            .nb-list li:nth-child(6) {
                transition: all 0.5s ease 0.7s;
                opacity: 1;
            }

            .nb-list li:nth-child(7) {
                transition: all 0.5s ease 0.8s;
                opacity: 1;
            }

            .nb-list li:nth-child(8) {
                transition: all 0.5s ease 0.9s;
                opacity: 1;
            }

        li.fade {
            opacity: 1;
        }

        .landing-section {
            padding: 2em 0em 4em;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
 

        .headerimage {
            flex: 0;
        }      

        .headercontent p {
            font-size: 1.2em;
        }

        .slidingitems {
            font-size: 1.5em;
            padding: 0em 0.4em;
        }

            .slidingitems:hover {
                font-size: 1.3em;
                cursor: pointer;
            }

        .about-center-title,
        .product h2
        .certifications h2,
        .customers h2 {
            font-size: 2.5em;
        }

        .footer-links-sec {
            margin: 0;
        }
    }

    @media screen and (max-width: 575px) {
        .top {
            background-position: right;
            background-repeat: no-repeat;
        }
        .landing-section {
            padding: 2em 0.5em 4em;
        }

            .landing-section h3 {
                font-size: 1.7em;
            }

        .landing-section-btn a {
            margin: 0;
        }

        .carousel {
            min-height: 65vh;
        }
        .carousel-item {
            padding: 0em 0.5em ;
        }

        header {
            min-height: 65vh;
        }
        .headercontent h1 {
            font-size: 2em;
        }
        .headercontent p {
            font-size: 1em;        
        }
        .slidingitems {
            font-size: 1.3em;
            padding: 0em 0.4em;
        }
        .about-center-title{
            padding: 0.3em 0em;
        }
        footer .footer-heading{
            font-size:1.5em;
            padding-top:2em;
        }
    }
