/* @import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Courgette&family=Dancing+Script:wght@400;500;600;700&family=Eczar:wght@400;500;600;700&family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600&family=IBM+Plex+Serif:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Indie+Flower&family=Itim&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:wght@300;400;700&family=Montserrat+Alternates:wght@400;500;600&family=Neuton:wght@300;400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@300;400&family=Righteous&family=Roboto+Slab:wght@400;500;600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Source+Sans+Pro:wght@400;600&family=Ubuntu:ital,wght@0,400;0,500;1,400;1,500&family=Work+Sans:wght@400;500;600&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Arima+Madurai&family=Berkshire+Swash&family=Courgette&family=IBM+Plex+Serif&family=Libre+Baskerville&family=Merienda:wght@400;700&family=Philosopher:wght@400;700&family=Playfair+Display+SC&family=Prata&family=Rancho&family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,400&family=Kanit&family=Noto+Serif+JP:wght@500;600&family=STIX+Two+Math&display=swap');

/* 
font-family: 'Arvo', serif;
font-family: 'Cormorant Garamond', serif;
font-family: 'Courgette', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Eczar', serif;
font-family: 'IBM Plex Mono', monospace;
font-family: 'IBM Plex Sans', sans-serif;
font-family: 'IBM Plex Serif', serif;
font-family: 'Indie Flower', cursive;
font-family: 'Itim', cursive;
font-family: 'Libre Baskerville', serif;
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Neuton', serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif;
font-family: 'Righteous', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Rubik', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Work Sans', sans-serif; 
*/


/* font-family: 'Akaya Kanadaka', cursive;
font-family: 'Arima Madurai', cursive;
font-family: 'Berkshire Swash', cursive;
font-family: 'Courgette', cursive;
font-family: 'IBM Plex Serif', serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Merienda', cursive;
font-family: 'Philosopher', sans-serif;
font-family: 'Playfair Display SC', serif;
font-family: 'Prata', serif;
font-family: 'Rancho', cursive;
font-family: 'Tangerine', cursive; */


/* font-family: 'Cormorant Garamond', serif;
font-family: 'Kanit', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'STIX Two Math', serif; */

html,
body {
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.font12 {
    font-size: 12px;
}

.Merienda {
    font-family: 'Merienda', cursive;
}

.Kanadaka {
    font-family: 'IBM Plex Serif', serif;
}

.Courgette {
    font-size: 30px;
    font-weight: 200;
    font-family: 'Kanit', sans-serif;
}

.f30 {
    font-size: 30px;
    font-weight: 400;
}

.text-center {
    text-align: center;
}

.slider ul {
    list-style: none;
}

.slider ul li {
    margin-bottom: 15px;
}


/* .fas {
    font-size: 25px;
} */

.bold-text {
    font-weight: 600;
    color: rgb(255, 0, 0);
}


/* Header section starts here */

.head-image img {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6c7298;
    padding: 15px;
    border-radius: 25%;
}

.carousel-img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.carousel-caption h1 {
    font-size: 60px;
}


/* .carousel-caption .caption {
    font-family: 'Courgette', cursive;
} */

.carousel-caption {
    /* position: absolute; */
    top: 30%;
    left: 5%;
    /* top: 50vh;
    left: 35vw; */
    /* transform: translate(-50%, -50%); */
    color: rgb(22, 22, 22);
    text-align: left;
}

.li-1 {
    animation-delay: 1s;
}

.li-2 {
    animation-delay: 1.5s;
}

.li-3 {
    animation-delay: 2s;
}

.li-4 {
    animation-delay: 2.5s;
}

.li-5 {
    animation-delay: 3s;
}

#whyus {
    overflow-x: hidden;
    padding: 75px 75px 75px 75px;
}

#counter span.percent:after {
    content: "%";
    display: inline-block;
}

#counter span.count {
    font-size: 40px;
    font-weight: 600;
}

#counter {
    justify-content: space-around;
}

#whyus .counter-text {
    font-size: 20px;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 7px;
    font-weight: 400;
}

#whyus h2 {
    padding-bottom: 50px;
    color: rgb(22, 22, 22);
    text-align: center;
}

#whyus img {
    width: 100%;
    height: auto;
    padding: 0 50px;
}

#services {
    padding: 50px 75px 50px 75px;
    background-color: rgb(230, 230, 230);
    overflow: hidden;
}

#services h1 {
    padding-bottom: 20px;
}

#about {
    padding: 75px;
    background-image: url(../img/about.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    background-size: cover;
}

.about-content {
    padding: 50px 75px;
    background-color: rgb(255, 208, 0);
}

#about p {
    text-align: justify;
    line-height: 32px;
}

#about img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}


/* footer */

#footer {
    background-color: rgba(245, 245, 245, 1);
    font-weight: 400;
    overflow-x: hidden;
    padding-top: 40px;
}

#footer a {
    text-decoration: none;
    color: rgb(255, 0, 51);
}

span.tag {
    color: rgb(214, 23, 23);
    font-size: 20px;
    font-weight: 700;
}

.bx {
    font-size: 40px;
    vertical-align: middle;
}

.footer-logo {
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
    background-color: rgb(255, 208, 0);
    padding: 25px 25px 0 25px;
}

.footer-row {
    padding: 20px 50px;
    background-color: rgb(255, 208, 0);
}

#footer p {
    margin: 0;
}

.footer-top {
    padding: 0px 30px;
}

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(230, 230, 230);
    ;
}

.our-team-section:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.our-team {
    padding: 0px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
}

.our-team:hover {
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
    display: inline-block;
    width: 230px;
    height: 230px;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}

.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:before {
    height: 100%;
    background: #2f2f2f;
}

.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}

.our-team:hover .pic:after {
    background: rgb(255, 208, 0);
}

.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}

.our-team:hover .pic img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}

.our-team .team-content {
    margin-bottom: 5px;
}

.our-team .title {
    font-size: 18px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.our-team .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform: capitalize;
}

.our-team .social {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    bottom: 0;
}

.our-team .social li {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 2px;
}

.our-team .social li a {
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
    color: #2f2f2f;
    background: #f7f5ec;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

.team-heading {
    padding-bottom: 30px;
}

.carousel-head {
    color: rgb(214, 23, 23);
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}


/* .services-tab {
    margin: 3px;
} */

.services-tab p {
    background-color: rgb(255, 208, 0);
    text-align: justify;
    padding: 30px;
    margin: 0;
}

.services-tab p:hover {
    background-color: rgb(214, 23, 23);
    color: rgb(255, 255, 255);
}

span.service-heading {
    font-size: 25px;
    font-weight: 500;
}

.service {
    background-image: url(../img/foundry2.jpg);
    background-size: cover;
}

.service img {
    margin-bottom: 30px;
}

.services-tab-main p {
    background-color: rgba(0, 0, 0, 0.644);
    text-align: justify;
    padding: 30px;
    margin: 0;
    color: rgb(255, 255, 255);
}

.services-tab-main p:hover {
    background-color: rgb(214, 23, 23);
    color: rgb(255, 255, 255);
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.text-tag {
    top: 100px;
    left: 60px;
    font-size: 25px;
    z-index: 2;
    font-family: 'Philosopher', sans-serif;
}

@media(max-width:420px) {
    .text-tag {
        font-size: 15px;
    }
}

.box-1 {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background-color: rgb(255, 255, 130);
    color: black;
    margin: 8px 25px;
}

.box-1 h3 {
    text-align: center;
    font-weight: 500;
    align-self: center;
    margin-top: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.complimentary {
    padding: 50px 100px;
}

.red {
    color: red;
}

#suppliers {
    padding: 50px 100px 0px 100px;
}

#suppliers img {
    object-fit: cover;
    width: 100%;
    padding: 20px;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.img-div {
    position: absolute;
    top: 20%;
    right: 10%;
    /* width: 250px; */
}

.img1 {
    position: relative;
}

.img-2 {
    position: absolute;
    top: 35px;
    right: 35px;
}

.img-div2 {
    position: absolute;
    top: 20%;
    right: 0%;
}

.img-div2 img {
    width: 80%;
}

.img-div3 {
    position: absolute;
    top: 22%;
    right: 10%;
}

.img-div3 img {
    width: 100%;
}

.services-tab,
.services-tab-main {
    margin-top: 20px;
    padding: 0 10px;
}

@media (max-width: 1100px) {
    #about,
    #whyus,
    #services,
    #complimentary {
        padding: 40px;
    }
    #whyus img {
        padding: 0;
    }
    .coonter-whyus {
        padding-bottom: 50px;
    }
    .box-1 h3 {
        font-size: 25px;
    }
    /* .img-1 {
        width: 50%;
    }
    .img-2 {
        width: 53%;
    } */
    .carousel-caption h1 {
        font-size: 56px;
    }
    .img-div2 {
        top: 30%;
        right: -20%;
    }
    .img-div2 img {
        width: 55%;
    }
    .img-div3 {
        top: 35%;
        right: -10%;
    }
    .img-div3 img {
        width: 70%;
    }
}

@media (max-width:800px) {
    .carousel-caption {
        top: 72%;
    }
    .carousel-caption h1 {
        font-size: 58px;
    }
    .img-div2 {
        top: 18%;
        right: 0%;
    }
    .img-div2 img {
        width: 85%;
    }
    .img-div3 {
        top: 15%;
        right: 12%;
    }
    .img-div3 img {
        width: 100%;
    }
    #carousel2 .carousel-caption,
    #carousel3 .carousel-caption {
        top: 60%;
    }
}

@media(max-width:740px) {
    #carousel1 .carousel-caption {
        top: 25%;
    }
    .img-1 {
        position: relative;
        top: -15px;
        right: -61px;
        width: 315px;
    }
    .img-2 {
        position: absolute;
        top: 9px;
        right: -37px;
        width: 326px;
    }
    #caption1 h1 {
        font-size: 42px;
    }
    .slider ul li {
        margin-bottom: 0px;
    }
    #img-div2 {
        position: absolute;
        top: 25%;
        right: -40%;
    }
    #img-div2 img {
        width: 50%;
    }
    #img-div3 {
        position: absolute;
        top: 25%;
        right: -27%;
    }
    #img-div3 img {
        width: 65%;
    }
    #carousel2 .carousel-caption {
        top: 20%;
    }
    #carousel2 h1 {
        font-size: 28px;
    }
    #carousel2 .Courgette,
    .fas {
        font-size: 15px;
    }
    #carousel3 .carousel-caption {
        top: 20%;
    }
    #carousel3 h1 {
        font-size: 26px;
    }
    #carousel3 .Courgette,
    .fas {
        font-size: 15px;
    }
}

@media(max-width:420px) {
    #about,
    #whyus,
    #services,
    #complimentary,
    #our-team,
    #suppliers,
    .box-1,
    .box-row {
        padding: 10px 20px;
    }
    .about-content {
        padding: 25px 20px;
    }
    #about img {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    #whyus img {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    #whyus h2 {
        padding-bottom: 15px;
    }
    .services-tab,
    .services-tab-main {
        margin-top: 20px;
        padding: 0;
    }
    #caption {
        top: 57%;
    }
    #carousel1 .carousel-caption {
        top: 50%;
    }
    #caption1 h1 {
        font-size: 60px;
    }
    .carousel-caption {
        top: 50%;
        left: 13%;
        text-align: left;
    }
    .slider ul li {
        margin-bottom: 0px;
    }
    .carousel-caption h2 {
        font-size: 20px;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .img-div {
        position: relative;
        top: -258px;
        right: 5%;
        /* width: 250px; */
    }
    .img-1 {
        position: relative;
        top: -15px;
        right: -104px;
        width: 77%;
    }
    .img-2 {
        position: absolute;
        top: 9px;
        right: 14px;
        width: 80%;
    }
    .img-div2 {
        position: absolute;
        top: 20%;
        right: 0%;
        left: 10%;
    }
    .img-div3 {
        position: absolute;
        top: 22%;
        right: 10%;
        left: 10%;
    }
    #carousel2 .carousel-caption {
        top: 55%;
    }
    #carousel2 h1 {
        font-size: 28px;
    }
    #carousel2 .Courgette,
    .fas {
        font-size: 15px;
    }
    #carousel3 .carousel-caption {
        top: 55%;
    }
    #carousel3 h1 {
        font-size: 26px;
    }
    #carousel3 .Courgette,
    .fas {
        font-size: 15px;
    }
    #counter span.count {
        font-size: 35px;
    }
    #whyus .counter-text {
        font-size: 16px;
    }
    .footer-logo {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        background-color: rgb(255, 208, 0);
        padding: 25px 25px 0 25px;
    }
}