@font-face {
    src: url(./assets/fonts/SukhumvitSet-Text.ttf);
    font-family: sukhumvit-text;
}

@font-face {
    src: url(./assets/fonts/DancingScript-VariableFont_wght.ttf);
    font-family: dancing-text;
}

* {
    margin: 0;
    padding: 0;
    font-family: sukhumvit-text;
}

html {
    scroll-behavior: smooth
}

.stat {
    opacity: 0%;
    position: absolute;
}

body {
    background: whitesmoke;
    height: 100%;
}

html {
    scroll-behavior: smooth;
    scroll-behavior: auto;
}

.logo {
    margin-right: 10px;
}

.navbar {
    background: rgba(50, 50, 50, 1);
    z-index: 1000000;
}

.carousel {
    margin: 0 auto;
}

.carousel-item {
    width: 100%;
    max-height: 600px;
}

.caption1 {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: whitesmoke;
    width: 20rem;
    opacity: 85%;
}

.caption1 h5,
.caption2 h5,
.caption3 h5 {
    padding-top: 10px;
}

.cap1 {
    display: flex;
    justify-content: flex-end;
}

.caption2 {
    color: whitesmoke;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    width: 20rem;
    opacity: 85%;
}

.cap2 {
    display: flex;
    justify-content: center;
}

.caption3 {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    color: whitesmoke;
    width: 20rem;
    opacity: 85%;
}

.logo-on-team {
    width: 300px;
    height: auto;
}

.headabout {
    background: url(./assets/about-company/team.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 600px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -moz-mask-image: -moz-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.about-headtext {
    border-radius: 10px;
    font-size: 16px;
    margin-top: -50px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

.about-headtext:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
    font-size: 16px;
    margin-top: -50px;
}

.about-headtext:hover h1,
.about-headtext:hover p {
    color: whitesmoke;
}

.card-body {
    padding-top: 30px;
}

.text-center {
    padding-top: 100px;
}

.team {
    background: url(./assets/price/pricebg-2-opa50.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.team h1 {
    font-size: 26px;
    color: #555;
    font-weight: bold;
}

.team h5 {
    color: #333;
    font-weight: bold;
}

#team img {}

#team i {
    font-size: 26px;
    color: #555;
}

#team p {
    font-weight: 500;
}

#team .card {
    background: transparent;
    opacity: 85%;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    margin-top: 70px;
    border: none;
}

#team .card:hover {
    background: #F15C2B;
    color: #fff;
    border-radius: 10px;
    border: none;
    opacity: 100%
}

#team .card:hover h5,
#team .card:hover p {
    color: #fff;
}

#team .card2 {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    margin-top: 70px;
}

#team .card2:hover {
    background: #92278F;
    color: #fff;
    border-radius: 10px;
    border: none;
    opacity: 100%
}

#team .card2:hover h5,
#team .card2:hover {
    color: #fff;
}

#team .card3 {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    margin-top: 70px;
}

#team .card3:hover {
    background: #d6d6d6;
    color: black;
    border-radius: 10px;
    border: none;
    opacity: 100%
}

#team .card3:hover h5,
#team .card3:hover {
    color: black;
}

#team .card3:hover p,
#team .card3:hover {
    color: black;
}

#team .card4 {
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    margin-top: 70px;
}

#team .card4:hover {
    background: #FFD920;
    color: black;
    border-radius: 10px;
    border: none;
    opacity: 100%
}

#team .card4:hover h5,
#team .card4:hover {
    color: black;
}

#team .card4:hover p,
#team .card4:hover {
    color: black;
}

.bg-products {
    background: url(./assets/products/bagtrans.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    padding: 110px;
}

.products {
    width: 100%;
    height: 100%;
}

.products-2 {
    background: rgba(146, 39, 143, 1);
    height: auto;
    width: 100%;
    height: 100%;
}

.products h1,
.products p,
.products h3 {
    color: whitesmoke;
}

.products-head {
    text-align: start;
    margin-top: 50px;
    margin-bottom: 50px;
}

.products-head h1 {
    margin-top: 50px;
    font-weight: bold;
    color: whitesmoke;
    text-shadow: 4px 3px black;
    font-size: 44px;
}

.allproduct .card {
    background: transparent;
    border: none;
    align-items: center;
    color: white;
}

.allproduct .card h5 {
    text-align: center;
}

.card-img-top {
    max-width: 12rem;
}

.ok-ok {
    background: url(./assets/other.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-left: 120px;
}

.pricebg {
    background: rgba(255, 190, 46, 1);
    padding-top: 40px;
    padding-bottom: 100px;
    height: auto;
    width: 100%;
}

.pricebg .header {
    font-weight: bold;
    padding-top: 40px;
    color: #16110D;
    font-size: 50px;
    text-shadow: 3px 3px whitesmoke;
}

.pricebg2 .header {
    font-weight: bold;
    padding-top: 40px;
    color: rgba(255, 190, 46, 1);
    font-size: 50px;
    text-shadow: 3px 3px black;
}

.pricebg .price-descrip p {
    color: #16110D;
    font-size: 22px;
    text-shadow: 2px 2px whitesmoke;
    text-decoration: underline;
}

.pricebg2 .price-descrip p {
    color: rgba(255, 190, 46, 1);
    font-size: 22px;
    text-shadow: 2px 2px black;
    text-decoration: underline;
}

.price {
    background: url(./assets/price/money-withLine-opa60.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}

.price h4,
.price p {
    color: whitesmoke;
}

.price .card-body {
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.all-cardprice .card-footer {
    border-radius: 10px;
    margin: 5px;
    background-color: rgba(0, 0, 0, .5);
    width: 201px;
    display: flex;
    align-self: flex-end;
    text-align: center;
}

.all-cardprice p {
    font-size: 18px;
}

.all-cardprice .card-title {
    font-size: 24px;
    text-align: center;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.styled-table thead tr {
    background: rgba(255, 190, 46, 1);
    color: black;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: whitesmoke;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid rgba(255, 190, 46, 1);
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: black
}

.styled-table tbody tr.normal-row {
    font-weight: bold;
    color: whitesmoke
}

.styled-table2 {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.styled-table2 thead tr {
    background: rgba(50, 50, 50, 1);
    color: rgba(255, 190, 46, 1);
    text-align: left;
}

.styled-table2 th,
.styled-table2 td {
    padding: 12px 15px;
}

.styled-table2 tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table2 tbody tr:nth-of-type(even) {
    background-color: whitesmoke;
}

.styled-table2 tbody tr:last-of-type {
    border-bottom: 2px solid rgba(50, 50, 50, 1);
}

.styled-table2 tbody tr.active-row {
    font-weight: bold;
    color: black
}

.styled-table2 tbody tr.normal-row {
    font-weight: bold;
    color: whitesmoke
}

.pricebg2 {
    background: rgba(50, 50, 50, .7);
    padding-top: 40px;
    padding-bottom: 100px;
    height: auto;
    width: 100%;
}

.price2 {
    background: url(./assets/price/money-withLine-opa60.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}

.card-upper {
    margin-top: 100px;
    margin-bottom: 50px;
}

.card-upper .card-price h5 {
    color: rgba(255, 190, 46, 1);
}

.card-upper .card-price p {
    color: whitesmoke;
}

.card-price {
    background: rgba(50, 50, 50, .7);
    padding: 10px;
    border-radius: 15px;
    text-align: start;
}

.card-body-price {
    text-align: center;
}

.bg-contact {
    background: rgba(242, 92, 42, 1);
    width: 100%;
    height: 100%;
}

.mapvector {
    background: url(./map.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
}

.content-contact {
    text-align: center;
}

.content-contact p {
    font-size: 18px;
}

.content-contact img {
    width: 300px;
    height: auto;
}

.contact-internal .con-cname {
    color: white;
    font-size: 24px;
}

.contact-internal .heads {
    font-weight: bold;
    color: white;
    font-size: 50px;
    text-shadow: 4px 4px black;
}

@media (min-width:1326px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important
    }

    .navbar-expand-custom .navbar-toggler {
        display: none
    }
}

@media (max-width:575px) {
    .about-headtext h1 {
        font-size: 19px
    }

    .logo-on-team {
        width: 150px;
        height: auto
    }

    .navbar-brand {
        font-size: 18px
    }

    .caption1 {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, .5);
        color: whitesmoke;
        width: 12rem;
        opacity: 85%
    }

    .caption2 {
        color: whitesmoke;
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        width: 11rem;
        opacity: 85%
    }

    .caption3 {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, .5);
        color: whitesmoke;
        width: 10rem;
        opacity: 85%
    }

    .caption1 h5,
    .caption2 h5,
    .caption3 h5 {
        padding-top: 10px;
        font-size: 14px
    }

    .ok-ok {
        padding-left: 0
    }
}

@media (min-width:576px) {
    .ok-ok {
        padding-left: 20px
    }
}

@media (min-width:768px) {
    .ok-ok {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .card-price {
        background: rgba(50, 50, 50, .7);
        padding: 10px;
        border-radius: 15px;
        text-align: center
    }
}

.container-react {
    position: relative;
}

.rectangle-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #4CAF50;
    width: 180px;
    height: 150px;
    border-radius: 5px;
    transition: .3s all ease;
    color: #fff;
    text-align: center;
    line-height: 150px;
    font-size: 25px;
}

.rectangle-1.collide {
    background: red;
}

.rectangle-1:after {
    content: ":-)";
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.rectangle-1.collide:after {
    content: ":-(";
}

.rectangle-2 {
    position: absolute;
    background: #F5B041;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    z-index: 10;
    cursor: move;
    transition: .5s box-shadow ease, .5s transform ease;
    transform: translate(0, 0);
    top: 40%;
    left: 30%;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
}

.rectangle-2.onDrag {
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, .2);
    transform: translate(-3px, -3px);
}

.projHeader {
    position: absolute;
    left: 2%;
    top: 10px;
}

.primaryText {
    font-weight: 300;
    font-size: 40px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
}

.secondaryText {
    font-weight: 300;
    font-size: 23px;
}

.createdBy {
    font-weight: 300;
    font-size: 17px;
    margin-top: 10px;
}

.createdBy a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.footer {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(0, 0, 0, .5);
    padding-left: 15px;
}

.footer a {
    display: inline-block;
    font-size: 17px;
    padding: 7px 0;
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width:320px) {
    .navtext {
        font-size: 14px
    }

    .team h1 {
        font-size: 14px
    }

    .team p {
        font-size: 12px
    }

    .bg-headteam h5 {
        font-size: 18px
    }

    .products-head h1 {
        font-size: 40px
    }

    .allproduct h5 {
        font-size: 20px
    }

    .allproduct p {
        font-size: 14px
    }

    .all-cardprice .card-title {
        font-size: 20px
    }

    .pricebg .header {
        font-size: 40px
    }

    .pricebg2 .header {
        font-size: 40px
    }

    .pricebg .price-descrip p {
        font-size: 20px
    }

    .pricebg2 .price-descrip p {
        font-size: 20px
    }

    .styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: .9em;
        min-width: 200px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15)
    }

    .styled-table th,
    .styled-table td {
        padding: 10px 13px;
        font-size: 12px
    }

    .styled-table2 {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: .9em;
        min-width: 200px;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15)
    }

    .styled-table2 th,
    .styled-table2 td {
        padding: 10px 13px;
        font-size: 12px
    }

    .contact-internal .heads {
        font-size: 42px
    }

    .contact-internal .con-cname {
        font-size: 20px
    }

    .contact-internal .con-cname {
        font-size: 18px
    }

    .contact-internal .detail {
        font-size: 14px
    }

    .copyright {
        font-size: 14px
    }
}

@media only screen and (max-width:1200px) {
    .projHeader {
        position: static;
        transform: translate(0)
    }

    .primaryText {
        font-weight: 300;
        font-size: 30px;
        text-align: center;
        margin-top: 10px
    }

    .secondaryText {
        font-weight: 300;
        text-align: center;
        font-size: 20px
    }

    .createdBy {
        font-weight: 300;
        text-align: center;
        font-size: 17px;
        margin-top: 5px
    }

    .createdBy a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000
    }

    .footer {
        position: fixed;
        bottom: 0;
        right: auto;
        top: auto;
        left: 0;
        border-top: 1px solid rgba(0, 0, 0, .5);
        width: 100%;
        transform: translate(0);
        border: none;
        padding: 0;
        text-align: center;
        border-top: 1px solid #bfc7e4
    }

    .footer div {
        display: inline-block
    }

    .footer a {
        display: inline-block;
        font-size: 17px;
        padding: 7px 0;
        color: #000;
        text-decoration: none;
        margin: 0 20px
    }
}