*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face{
    font-family: "babbletea";
    src: url('https://www.mynametags.pt/static/fonts/bubble-tea.ttf');
    font-style: normal;
}

p {
    font-size: 1.7rem;
    font-weight: 400;
    color: #000000;
}

h2 {
    text-transform: uppercase;
}

.header {
    top: 0;
}

.container {
    max-width: 124rem;
    /* max-width: 110rem; */
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-area {
    margin-top: 5rem;
    background: url('https://www.mynametags.pt/static/img/ab-hero-bg2.webp') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 5rem;
    padding-bottom: 2rem;
    z-index: 99;
}

.about-banner-img img {
    width: 100%;
}

/* OUR COMPANY AREA START  */

.our-company-area {
    padding-bottom: 10rem;
}

.our-company-top-left {
    max-width: 91.5rem;
}

.our-company-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 6rem 0 0;
}

.our-company-top-right {
    padding-left: 3.5rem;
}

.our-company-top-left p {
    text-align: justify;
    margin: 3rem 0 0;
}

.our-company-btm {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.our-company-btm-left {
    max-width: 47.5rem;
}

.our-company-btm-right {
    max-width: 74rem;
    padding-left: 2rem;
    padding-top: 5rem;
}

.our-company-btm-right p {
    text-align: justify;
    margin-top: 3rem;
}

.about-banner-img-sm {
    display: none;
}

.our-company-top-left h2 br {
    display: none;
}

.our-company-top-left h2 img {
   display: none;
}

.our-company-btm-right img {
    display: none;
    width: 100%;
}

/*  OUR PHILOSOPHY AREA START  */

.our-philosophy-area {
    padding: 0 0 12rem;
}

.our-philosophy-title {
    text-align: center;
    padding-bottom: 4rem;
}

.our-philosophy-inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2.5rem;
}

.our-philosopy-content {
    text-align: center;
    padding: 3rem 2.5rem;
    padding-bottom: 5rem;
    border: 2px dashed #F9AD4B;
    border-radius: 20px;
}

.our-philosopy-content img {
    display: block;
    margin: 1rem auto;
}

.our-philosopy-content p {
    margin-top: 1rem;
}

.our-philosopy-content2 {
    border: 2px dashed #FF6AA2; 
}

.our-philosopy-content3 {
    border: 2px dashed #54C175; 
}

/* COUNTER AREA START  */

.counter-area {
    background-color: #FFF8DB;
    padding: 2rem 0;
}

.counter-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 74rem;
    margin: 0 auto;
}

.counter-inner-cnt {
    width: 25%;
    text-align: center;
}

.counter-inner-cnt h2 {
    color: #ea4b57;
}

.counter-inner-cnt p {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
}

/* FACTS AREA START */

.facts-area {
    padding: 11.5rem 0;
}

.facts-inner {
    max-width: 80rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}

.facts-left {
    max-width: 26.6rem;
}

.facts-right {
    max-width: 48rem;
    padding-left: 7rem;
}

.facts-right ul li {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    font-weight: 600;
}

.facts-right ul li img {
    margin-right: 1.5rem;
}

/* OUR FOUNDER AREA START  */

.our-founder-area {
    background-color: #E6FDF1;
    padding: 10rem 0;
}

.our-founder-content {
    max-width: 82rem;
    margin: 0 auto;
    text-align: center;
}

.our-founder-content p {
    margin: 2rem 0;
}

.our-founder-content h2 {
    margin-bottom: 4rem;
}

.our-founder-content img {
    width: 100%;
}

.our-founder-content a {
    display: inline-block;
    border-radius: 1rem;
    background-color: #E5152F;
    border: 1px solid #E5152F;
    color: #ffffff;
    text-transform: capitalize;
    padding: 1.2rem 3.5rem;
    font-size: 2.2rem;
    font-weight: 700;
    transition: 0.2s;
    margin-top: 2rem;
}

.our-founder-content a:hover {
    background-color: transparent;
    color: #000000;
}

/* PRESS AREA START  */

.press-area {
    padding: 12rem 0;
}

.press-title {
    text-align: center;
    padding-bottom: 4rem;
}

.press-inner {
    display: grid;
    grid-template-columns: repeat(9,1fr);
    grid-gap: 3rem;
}

.press-icon img {
   width: 100%;
}

.press-icon a {
    transition: 0.2s;
}

.press-icon a:hover {
    opacity: 0.8;
}

.founder-sm {
    display: none;
}

/* GALLERY AREA START  */

.gallery-area {
    padding: 0 0 20rem;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 3rem;
}

.gallery-item {
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}

.srarch-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%,-50%);
    transition: 0.2s;
    opacity: 0;
}

.gallery-item:hover .srarch-icon {
    opacity: 1;
}

.gallery-item:hover {
    opacity: 0.5;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 10%;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 30%;
    height: 30%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 80%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

/* OUR JOURNEY AREA START  */

.our-journey-area {
    background-image: url('https://www.mynametags.pt/static/img/our-journey-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 7.5rem 0 14rem
}

.our-journey-title {
    text-align: center;
}

.our-journey-inner-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    max-width: 80rem;
    margin: 0 auto;
    padding-bottom: 33px;
	padding-top: 20px;
}

.our-journey-inner-top .our-journey-content {
    width: 45%;
}

.our-journey-inner-top .our-journey-content2 {
    width: 50%;
}

.our-journey-content {
    display: flex;
    align-items: flex-start;
}

.journey-cnt {
    text-align: left;
    padding-left: 2.5rem;
}

.journey-cnt h2 {
    color: #1672bd;
    font-size: 4rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0;
}

.journey-cnt span {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #EAC8B7;
}

.journey-cnt p {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: normal;
}

.our-journey-inner-btm {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 50px;
    padding-top: 50px;
    position: relative;
}

.our-journey-inner-btm::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 2px;
    background-color: #819295;
}

.our-journey-content .journey-img {
    width: 30%;
    position: relative;
    z-index: 99;
}

.journey-cnt {
    width: 70%;
}

.our-journey-inner-top .journey-img::after {
    display: block;
    content: '';
    left: 50%;
    bottom: -39px;
    width: 1px;
    height: 50px;
    background-color: #819295;
    position: absolute;
    z-index: -1;
    transform: translate(-50%);
}

.our-journey-inner-btm .journey-img {
    position: relative;
}

.our-journey-inner-btm .journey-img::after {
    display: block;
    content: '';
    left: 50%;
    top: -49px;
    width: 1px;
    height: 60px;
    background-color: #819295;
    position: absolute;
    z-index: -1;
}

.our-journey-inner-top .our-journey-content2 img {
    width: 100px !important;
}

.our-journey-inner-top .our-journey-content2 .journey-img  {
    margin-right: -25px !important;
}

.our-journey-inner-top .our-journey-content2 .journey-img::after {
    left: 45%;
}

.our-journey-inner-top .our-journey-content1 .journey-img::after {
    bottom: -31px;
}

.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav
 {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
}

.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next
 {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: red;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
    display: none;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: -75px;
    z-index: 1;
}

.main-content .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.main-content .owl-theme .owl-dots .owl-dot {
    display: none;
}

.main-content2 .owl-theme .owl-dots .owl-dot {
    display: none;
}

.main-content2 {
    display: none;
}

.main-content2 {
    position: relative;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: red;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
    display: none;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: -15px;
    z-index: 1;
}

.main-content2 .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.our-journey-area {
    position: relative;
}

.shape {
    position: absolute;
    left: 0;
    top: 50px;
}

.shape2 {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
}

.main-content3 {
    display: none;
    position: relative;
}

.main-content3 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: none;
}

.main-content3 .owl-theme .custom-nav .owl-prev, .main-content3 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    display: none;
}



.footer__inner {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    row-gap: 4rem;
}



.footer p {
    color: #fff;
}

/* media query */

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .our-company-top-left {
        max-width: 66.5rem;
    }

    .our-company-btm-left img {
        width: 100%;
    }

    .our-company-btm-right {
        max-width: 55rem;
        padding-left: 2rem;
        padding-top: 2rem;
    }

    .our-company-btm-left {
        max-width: 41.5rem;
    }

    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 60%;
        height: 60%;
        margin: 15% auto;
    }

    .lightbox-prev, .lightbox-next {
        top: 54%;
    }

    .press-inner {
        grid-gap: 1rem;
    }

    .main-content .owl-theme .custom-nav .owl-next {
        right: -15px;
    }

}


/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    h2 {
        font-size: 2.5rem;
    }

    .our-company-top-left {
        max-width: 44.5rem;
    }

    .our-company-btm-left {
        max-width: 27rem;
    }

    .our-company-btm-left img {
        width: 100%;
    }

    .our-company-btm-right {
        max-width: 47rem;
        padding-left: 1rem;
        padding-top: 0rem;
    }

    .our-company-btm-right p {
        margin-top: 1rem;
    }

    .our-philosophy-area {
        padding: 3rem 0 12rem;
    }

    .our-philosophy-inner {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 2.5rem;
    }

    .press-inner {
        grid-template-columns: repeat(5,1fr);
    }

    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }

    .lightbox-prev, .lightbox-next {
        top: 54%;
    }

    .main-content .owl-theme .custom-nav .owl-next {
        right: -15px;
    }




 

}

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

    h2 {
        font-size: 20px;
    }

    .hero-area {
        background-size: cover;
        padding-top: 2rem;
        padding-bottom: 6rem;
    }

    .about-banner-img {
        display: none;
    }

    .about-banner-img-sm {
        display: block;
    }

    .about-banner-img-sm img {
        width: 100%;
    }

    .our-company-top-right {
        display: none;
    }

    .our-company-top-left h2 {
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 3.3rem;
        line-height: 3rem;
    }

    .our-company-top-left h2 br {
        display: block;
    }

    .our-company-top-left h2 img {
        max-width: 13rem;
        display: block;
        margin-right: 2rem;
        margin-top: -2rem;
    }

    .our-company-top {
        padding: 2rem 0 4rem;
    }

    .our-company-top-left p {
        text-align: center;
        margin: 2rem 0 0;
    }

    .our-company-btm-left {
        display: none;
    }

    .our-company-btm-right img {
        display: block;
        margin: 2rem 0 0;
    }

    .our-company-btm-right {
        text-align: center;
        padding-left: 0;
    }

    .our-company-btm-right p {
        text-align: center;
        margin-top: 0;
    }

    .our-company-btm-right h2 {
        font-size: 2rem;
    }

    .counter-inner-cnt {
        width: 50%;
        padding: 1.5rem 0
    }

    .our-philosophy-inner {
        display: none;
    }

    .press-inner {
        grid-template-columns: repeat(3,1fr);
        grid-gap: 2rem;
    }

    .founder-img {
        display: none;
    }

    .founder-sm {
        display: block;
    }

    .our-founder-area {
        padding: 5rem 0;
    }

    .facts-right {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 2rem;
    }

    .facts-left {
        margin:  0 auto;
    }

    .facts-area {
        padding: 6rem 0;
    }

    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }

    .gallery-container {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1.8rem;
    }

    .press-area {
        padding: 6rem 0;
    }

    .gallery-area {
        padding: 0 0 10rem;
    }

    .lightbox-prev,
    .lightbox-next {
        top: 30%;
    }

    .main-content {
        display: none;
    }

    .main-content2 {
        display: block;
    }

    .our-journey-inner-top .our-journey-content {
        width: 100%;
    }

    .journey-cnt h2 {
        font-size: 3rem;
    }

    .our-journey-inner-btm {
        display: block;
    }

    .our-journey-inner-top {
        justify-content: center;
    }

    .our-journey-content.our-journey-content1 {
        padding-left: 100px;
    }

    .journey-img img {
        width: 90px !important;
    }

    .our-journey-inner-btm .our-journey-content2 .journey-cnt {
        padding-left: 0.5rem;
    }

    .journey-cnt {
        padding-left: 4.5rem;
    }

    .our-company-area {
        padding-bottom: 7rem;
    }

    .shape {
        display: none;
    }

    .shape2 {
        top: 100px;
        display: block;
        opacity: 0.2;
    }

    .our-journey-title {
        padding-bottom: 17rem;
    }

    .our-journey-area {
        padding: 7.5rem 0 6rem;
        background-size: cover;
    }

    .main-content3 {
        display: block;
    }

    .our-philosopy-content-img1 img {
        max-width: 50px !important;
    }

    .our-philosopy-content-img2 img {
        max-width: 200px !important;
    }

    .our-philosopy-content {
        padding-bottom: 8rem;
    }

    .our-philosopy-content img {
        margin: 2rem auto;
    }

    .our-philosophy-area {
        padding: 7rem 0 5rem;
    }

    .main-content3 .owl-theme .owl-dots {
        margin-top: 20px;
    }

    .main-content3 .owl-theme .owl-dots .owl-dot span {
        margin: 5px 4px;
        background-color: #EAE9E9;
    }

    .main-content3 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #BDBBBB;
    }

    .our-founder-content a {
        padding: .7rem 2rem;
        font-size: 1.7rem;
    }

    .footer__inner {
        display: block;
    }

    .press-icon {
        text-align: center;
    }

    .our-founder-content img {
        width: initial;
    }

    .our-company-btm-right img {
        width: initial;
        text-align: center;
        margin-left:  auto;
        margin-right: auto;
    }
        
    
    













}

@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}










