        body {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        
        h2 {
            font-family: Rubik;
            font-weight: bold;
        }
        
        h1 {
            font-family: Rubik;
            font-weight: bold;
        }
        
        h5 {
            font-family: Rubik;
            font-weight: bold;
        }
        
        p {
            font-family: Rubik;
            /* font-weight: bold; */
        }
        
        .navbar-brand {
            width: 17%;
        }
        
        .navbar-nav li a:hover {
            color: #E9262A !important;
            transition: 0.2s;
        }
        
        .navbar-nav li a:focus {
            color: #E9262A !important;
        }
        
        .logo-terppop {
            width: 100%;
        }
        
        header {
            background-image: url(../image/terppop-home-banner.jpg);
            background-size: cover;
            background-position: center;
        }
        
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 31px;
            padding-left: 0.5rem;
            color: white;
        }
        /* header {
    border-bottom: 1px solid #E0E0E0;
} */
        
    .carousel{
        padding-bottom: 50px;
    }

        
        header .container nav .navbar-toggler{
            background:#8ac243;
            outline: none;
            border:none;
        }

        
        .btn-login {
            padding-left: 25px;
            padding-right: 25px;
            /* background-color: #FF9900; */
            background-color: #8bc53f;
            color: #FFFFFF;
            font-size: 13px;
            font-family: Rubik;
        }
        
        .btn:focus {
            box-shadow: none !important;
        }
        
        .slider {
            width: 100%;
            height: 500px;
        }
        
        .slider_main {
            display: flex;
            align-items: center;
        }
        
        .slide_text {
            color: white;
            letter-spacing: 4.4px;
            font-family: Poppins;
        }
        
        .slider_heading {
            color: white;
            font-size: 45px;
            width: 63%;
            font-family: Playfair Display;
            margin-bottom: 20px;
        }
        
        .slider_heding_text {
            color: #8BC53F;
        }
        
        .slider_text {
            color: white;
            width: 45%;
        }
        
        .deal-img {
            width: 50%;
        }
        
        .image-main {
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .img-inner {
            border-radius: 10px;
        }
        
        .intro-main:hover .image-main .img-inner {
            box-shadow: 0px 0px 30px gray;
            transition: 0.5s;
        }
        
        .close-deals-heading {
            font-weight: bold;
            font-size: 25px;
        }
        
        .about-main-section {
            display: flex;
            width: 100%;
        }
        
        .about_main {
            background-color: #434343;
        }
        
        .about-img-section {
            position: relative;
        }
        
        .about_text {
            color: #FF9900;
            letter-spacing: 4.4px;
            font-family: Poppins;
        }
        
        .about-company-invested {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 40%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        .about-contant {
            padding-left: 16%;
        }
        
        .lern-more-text {
            color: #FF9900;
            justify-content: space-between;
            display: flex;
        }
        
        .learn-more-section {
            display: flex;
            height: 50%;
            align-items: flex-end;
        }
        
        .lern-more-text:hover {
            color: #FF9900;
            text-decoration: none;
        }
        
        .right-arrow {
            width: 10%;
        }
        
        #terpop_brand {
            background-image: url(../image/terppop-footer-banner.jpg);
            background-size: 100% 100%;
            background-position: center;
            height: 550px;
        }
        
        .terpop_brand-main {
            display: flex;
            height: 100%;
            align-items: center;
        }
        
        .terpop_brand-heding {
            color: white;
        }
        
        .read-btn {
            padding-left: 25px;
            padding-right: 25px;
            /* border: 1px solid #FF9900; */
            border: 1px solid white;
            color: white;
            border-radius: 8px;
            /* color: #FF9900; */
            font-size: 13px;
            background: none;
            margin-top: 10%;
            font-family: Rubik;
        }
        
        #our-brand {
            background-image: url(../image/our-brand-bg.jpg);
            background-size: 100% 100%;
            background-position: center;
        }
        
        .gemmyz_logo {
            width: 25%;
        }
        
        .social-icon {
            display: flex;
        }
        
        .facebook-icon {
            background-color: #A1A1A1;
            height: 40px;
            width: 40px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 20px;
        }
        
        .facebook-icon:hover {
            background-color: #E9262A;
            transition: 0.3s;
        }
        
        #footer {
            background-color: #15403D;
        }
        
        .terppop_logo {
            width: 50%;
        }
        
        .footer-nav {
            display: flex;
            flex-wrap: wrap;
        }
        
        .footer-nav li {
            list-style-type: none;
            padding-right: 10px;
        }
        
        .footer-nav li a {
            color: white;
        }
        
        .footer-nav li a:hover {
            color: white;
            text-decoration: none;
        }
        
        .footer-nav .li::after {
            content: "";
            position: relative;
            /* height: 7px; */
            /* width: 2px; */
            color: white;
            border: 1px solid;
            margin-left: 12px;
        }
        
        @media(max-width:680px) {
            .navbar-brand {
                width: 45%;
            }
            .slider_heading {
                color: white;
                font-size: 30px;
                width: 100%;
                font-family: Playfair Display;
                text-align: center;
            }
            .slide_text {
                color: white;
                letter-spacing: 3.4px;
                font-family: Poppins;
                text-align: center;
            }
            .slider_text {
                color: white;
                width: 100%;
                text-align: center;
                padding-left: 10px;
                padding-right: 10px;
            }
            .slider-section {
                text-align: center;
            }
            .intro-text {
                text-align: center;
            }
            .about-contant {
                padding-left: 0%;
                text-align: center;
                padding-top: 20px;
                padding-bottom: 20px;
            }
            .about-img-section {
                text-align: center;
            }
            .about-company-invested {
                width: 100%;
            }
            .terpop_brand-main {
                text-align: center;
            }
            .Our-Brands {
                padding-left: 10px;
                padding-right: 10px;
            }
            .contact-main {
                text-align: center;
            }
            .social-icon {
                justify-content: center;
            }
            .contact-inner {
                text-align: center;
            }
            .terpop_footer {
                text-align: center;
            }
            .footer-nav {
                display: grid;
                justify-content: center !important;
                text-align: center;
                padding-left: 0px
            }
            .footer-nav .li::after {
                display: none;
            }
            h1 {
                font-size: 28px;
            }
            #terpop_brand {
                background-size: cover;
                background-position: center;
                height: 215px;
            }
            .learn-more-section {
                display: flex;
                height: 67%;
                align-items: flex-end;
            }
        }
        
        @media(min-width:1380px) {
            .about-contant {
                padding-left: 20%;
                padding-right: 15%;
            }
        }
        
        @media (min-width: 1400px) {
            .about-contant {
                padding-left: 20%;
                padding-right: 15%;
            }
        }
        /* new-css-17-2-2021 */
        
        .footer-nav li a:hover {
            color: #E9262A;
            transition: 0.3s;
        }
        
        .carousel-indicators .our-brand {
            width: 20px;
            height: 20px;
            border-radius: 50px;
            background-color: transparent;
            border: 1px solid white;
        }
        
        .carousel-indicators .main-slider {
            width: 20px;
            height: 20px;
            border-radius: 50px;
            background-color: transparent;
            border: 1px solid white;
        }
        
        .carousel-indicators .active {
            box-shadow: inset 0px 0px 0px 3px #16171A;
            border: 1px solid white;
            background-color: white;
        }
        
        .top-main-slider .active {
            box-shadow: inset 0px 0px 0px 3px #32383B;
            border: 1px solid white;
            background-color: #8BC53F;
        }
        
        #item-sale {
            background-image: url(../image/item-sale-bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        
        .item-sell-mainheading {
            color: white;
        }
        
        .item-sell-mainheading span {
            color: #E3AD58;
        }
        
        .contain {
            margin: 0 auto;
            max-width: 1200px;
            width: 100%;
        }
        
        .item {
            align-items: center;
            /* background-color: tomato; */
            color: white;
            display: flex;
            padding: 15px;
            /* height: 300px; */
            justify-content: center;
        }
        
        .roll-img-main {
            width: 100%;
            border-radius: 10px;
            box-shadow: 0px 10px 20px #00000070;
            position: relative;
        }
        
        .off-main {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: #CF3B3B;
            border-radius: 5px;
            padding: 5px;
            display: none;
        }
        
        .off-main p {
            margin-bottom: 0px;
            font-size: 13px;
        }
        
        .roll-img-main img {
            border-radius: 10px;
        }
        
        .roll-text-main {
  color: white;
  padding: 10px;
}
        
        .roll-text-main h6 {
            margin: 0px;
        }
        
        .roll-text-main p {
            margin: 0px;
        }
        
        .roll-text-main p span {
            color: #E3AD58;
        }
        
        .item:hover .content-details {
            top: 50%;
            left: 50%;
            opacity: 1;
        }
        
        .item:hover img {
            opacity: 0.5;
        }
        
        .content-details {
            position: absolute;
            text-align: center;
            padding-left: 1em;
            padding-right: 1em;
            width: 100%;
            top: 50%;
            left: 50%;
            opacity: 0;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }
        
        .btn-inquiry {
            background-color: #E9262A;
            color: white;
        }
        
        .owl-theme .owl-dots .owl-dot span {
            width: 20px !important;
            height: 20px !important;
            background: transparent;
            border: 1px solid white;
        }
        
        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #F0D4A8;
            box-shadow: inset 0px 0px 0px 2px #006347;
        }
        
        .elementor-9 .elementor-element.elementor-element-b534c52 {
            padding: 0px 0px 0px 0px !important;
        }
        
        .elementor-9 .elementor-element.elementor-element-7dc73cc {
            padding: 25px 0px 25px 0px !important;
        }
        
        .elementor-9 .elementor-element.elementor-element-9f633db {
            padding: 25px 0px 25px 0px !important;
        }
        /* new-css-28-2-2022 */
        
        html {
            scroll-behavior: smooth;
        }
        
        .btn-login:hover {
            transform: scale(1.1);
            transition: 0.3s;
        }
        
        .btn-inquiry:hover {
            transform: scale(1.1);
            transition: 0.3s;
        }
        
        .read-btn:hover {
            transform: scale(1.1);
            transition: 0.3s;
        }
        
        .contact-form-main {
            border-radius: 15px;
            box-shadow: 0px 0px 20px lightgray;
            padding: 15px;
        }
        
        .form-control {
            border: 1px solid #3a3a3a;
            color: #3a3a3a;
        }
        
        .form-control:focus {
            color: #3a3a3a;
            background-color: #fff;
            border-color: rgb(233, 38, 42);
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgb(233 38 42 / 25%);
        }
        
        @media(max-width:680px) {
            .privcy-notice-main h2 {
                font-size: 22px;
                text-align: center;
            }
            .privcy-notice-main p {
                text-align: left;
            }

            .investor-section {
    width: 100% !important;
    display: inline;
    margin-bottom: 20px;
}
        }

        .investor-raw {
            padding-top: 50px;
        }

        .investor-section {
            width: 23%;
            display: inline-grid;
            margin-left: 5px;
            margin-right: 5px;
        }

        .investor {
            background-color: rgba(255, 255, 255, 1);
            box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        }

        .inverstor-img {
            border-bottom: 6px solid #E9262A;
        }

        .inverstor-txt {
            padding: 30px;
            text-align: center;
        } 


        .investor img {
            display: block;
            width: 100%;
            height: auto;
        }

.bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.text-center.text-white.Our-Brands img {

    width: 120px;

}

@media(max-width: 680px){
    .footer-nav {
    padding-top: 1.5rem;
}
}

/* age verification css */

#age-verify {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 500ms;
}
#age-verify .window {
  position: absolute;
  z-index: 9998;
  top: 40%;
  left: 50%;
  width: 400px;
  /* height: 250px; */
  overflow: hidden;
  padding: 40px;
  margin-left: -200px;
  margin-top: -125px;
  background-color: #fff;
  /* border: 6px solid #8cc641; */
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  transition: 500ms;
}
#age-verify .window span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
}
#age-verify .window span.title {
  color: Red;
  font-size: 24px;
}
#age-verify .window button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  background-color: Red;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  transform: scale(1);
  transition: .2s;
  border-radius: 5px;
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: Red !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: left;
  background: #8eb908;
}

#age-verify .window button.yes:hover {
    background: #82a711;
}
#age-verify .window button.no {
  float: right;
  background: #dadada;
}

#age-verify .window button.no:hover {
    background: #dadada;
}
#age-verify .window button:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  background-color: #ff3333;
}
#age-verify .window .underBox {
  position: absolute;
  width: 400px;
  height: 250px;
  padding: 40px;
  top: 100%;
  left: 0;
  right: 0;
  background-color: Red;
  transition: 500ms;
  box-sizing: border-box;
}
#age-verify .window .underBox * {
  color: #FFF !important;
}
#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}
.hiddenText {
  display: none;
}

#age-text img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inherit;
}

@media(max-width: 680px){
    #age-verify .window {
    position: absolute;
    z-index: 9998;
    top: 25%;
    left: 8% !important;
    width: 300px;
    /* height: 250px; */
    overflow: hidden;
    padding: 25px;
   margin-left: 0px;
    margin-top: -125px;
    background-color: #fff;
    /* border: 6px solid #8cc641; */
    box-sizing: border-box;
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    transition: 500ms;
    margin: 0 auto !important;
}
}

.intro-main {
  width: 185px;
}


.about-banner-main {
  background-image: url(../image/about-us-banner.jpg);
  background-size: cover;
  background-position: center;
}


.main-about h2 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
}

.ourproducts-banner-main {
  background-image: url(../image/product-banner.jpg);
  background-size: cover;
  background-position: center;
}

.about-banner-main {
  background-image: url(../image/contact-us-banner.jpg);
  background-size: cover;
  background-position: center;
}


.contact-info1 {
  font-size: 20px;
  line-height: 1;
}


@media(max-width:680px){
    .contact-info {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 30px;
}
.main-about {
  padding: 50px;
}
}