@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');

*
{
    margin:0px;
    padding:0px;
}
h1,h2,h3,h4,h5,h6
{
    font-family: "Oxanium", sans-serif;
}
a
{
    font-family: "Sarabun", sans-serif;
    text-decoration: none;
}
section
{
    padding:70px 0;
}
p
{
    font-family: "Sarabun", sans-serif;
    color:#212121;
}

/*menu*/

.toggle 
{
    display: none;
}

a.logo img
{
    max-width: 200px;
}
header
{
    position: relative;
}
.desktop-menu
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    z-index: 100;
    padding: 25px 0;
    background: rgba(250, 250, 250,0.3);
    backdrop-filter: blur(12px);
}
.desktop-menu nav
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.desktop-menu nav ul
{
    margin:0px;
}
.desktop-menu nav ul li
{
    margin-right: 30px;
    list-style: none;
    display: inline-block;
}
.desktop-menu nav ul :last-child
{
    margin-right:0px;
}
.desktop-menu nav ul li a
{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

/*homebanner*/

section.homebanner
{
    position: relative;
    background:url('../images/homebanner/home-banner.webp') no-repeat;
    background-size:cover;
    height: 1000px;
    padding: 0px;
}
section.homebanner .banner-details h1
{
    font-size: 55px;
    color:#fff;
    text-transform: uppercase;
}
section.homebanner .banner-details p
{
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 49px;
}
.banner-button1 a
{
    position: relative;
    border-radius: 0px;
    padding: 15px 38px;
    background:#FF0000;
    color:#fff;
    font-family: "Oxanium", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.absolute-center
{
    position: absolute;
    left:50%;
    top: 44%;
    transform: translate(-50%,-50%);
}
.form
{
    position: relative;
    padding: 30px 50px;
    background:#fff;
    width: 100%;
    max-width: 480px;
    margin: auto;
}
.shape02
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
}
.form h3
{
    font-size: 35px;
    margin-bottom: 8px;
    font-weight:700;
    color: #FF0000;
    text-transform: capitalize;
    text-align: center;
}
.form form
{
    position: relative;
}
.form form i
{
    position: absolute;
    top: 57%;
    right: 11px;
    pointer-events:none;
}
.form form input
{
    border:2px solid #212121;
    font-family: "Oxanium", sans-serif;
    background:transparent;
    height:50px;
    margin-bottom:20px;
    color:#212121;
    font-weight: 600;
    border-radius: 0px;
}
.form form input:focus
{
    border:2px solid #212121;
    border-color:none;
    box-shadow: none;
}
.form form select
{
    border:2px solid #212121;
    font-family: "Oxanium", sans-serif;
    background:transparent;
    height:50px;
    margin-bottom:20px;
    color:#212121;
    font-weight: 600;
    border-radius: 0px;
}
.form form select:focus
{
    border:2px solid #212121;
    border-color:none;
    box-shadow: none;
}
.form form select option
{
    color:#212121;
    font-weight: 600;
}
.form form textarea
{
    border:2px solid #212121;
    font-family: "Oxanium", sans-serif;
    background:transparent;
    border-radius: 0px;
    margin-bottom:20px;
    font-weight:600;
}
.form form textarea:focus
{
    border:2px solid #212121;
    border-color:none;
    box-shadow: none;
}
.form form ::placeholder
{
    color:#212121;
    font-weight: 600;
    text-transform: capitalize;
}
.submit
{
    background: #FF0000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "Sarabun", sans-serif !important;
    position: relative;
    border-radius: 0px !important;
    padding: 10px 58px;
    font-weight: 600 !important;
    border: 0px !important;
    margin: 0 auto !important;
    display: block;
    font-size: 20px;
}
.triangle 
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
    background-color: #fdcf00;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(90deg);
}
section.homebanner .shape1
{
    position: absolute;
    left:50%;
    bottom: -78px;
    width: 100%;
    height: 300px;
    transform: translateX(-50%);
}
.mobile-btn1 
{
    display: none;
}

/*aboutus-section*/

section.aboutus-section
{
    position: relative;
}
section.aboutus-section .title
{
    margin-bottom: 9px;
}
.title
{
    font-size: 50px;
    font-weight: 700;
    color:#FF0000;
    text-transform: uppercase;
    margin-bottom: 33px;
}
section.aboutus-section .shape1
{
    position: absolute;
    right:0;
    bottom:0;
    width: 400px;
    height: 453px;
}
section.aboutus-section .about-details
{
    position: relative;
    z-index: 1;
}
section.aboutus-section .about-details p
{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
}

/*whychoose-section*/

section.whychoose-section
{
    position: relative;
}
section.whychoose-section .shape1
{
    position: absolute;
    right:0;
    bottom:0;
    width: 300px;
    height: 100%;
}
section.whychoose-section .shape2
{
    width: 200px;
    height: 90%;
    position: absolute;
    left:0;
    bottom:0;
}
section.whychoose-section .whyus-card
{
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
    justify-content: center;
    padding: 45px 34px 34px;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}
section.whychoose-section .whyus-card:hover .red-icon
{
    display: none;
}
section.whychoose-section .whyus-card:hover .yellow-icon
{
    display: block;
}
section.whychoose-section .whyus-card .red-icon
{
    position: relative;
    z-index: 4;
    margin-bottom: 31px;
}
section.whychoose-section .whyus-card .yellow-icon
{
    position: relative;
    z-index: 4;
    margin-bottom: 31px;
    display: none;
}
section.whychoose-section .whyus-card:after
{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#101010;
    z-index: 1;
}
section.whychoose-section .whyus-card:before
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background:url('../images/whychooseus/1.webp') no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0;
}
section.whychoose-section .whyus-card:hover h3
{
    color:#fff;
    position: relative;
    z-index: 3;
}
section.whychoose-section .whyus-card:hover p
{
    color:#fff;
    position: relative;
    z-index: 3;
}
section.whychoose-section .whyus-card h3
{
    position: relative;
    color:#FF0000;
    font-size: 23px;
    font-weight: 700;
    z-index: 3;
}
section.whychoose-section .whyus-card p
{
    color:#929292;
    flex: 1;
    position: relative;
    z-index: 3;
}
.overlay
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#FF0000;
    opacity: 0;
    z-index: 2;
}
section.whychoose-section .whyus-card:hover:before
{
    opacity:1;    
}
section.whychoose-section .whyus-card:hover .overlay
{
    opacity:0.6;
}

/*services-section*/

section.services-section
{
    position: relative;
    background:url('../images/services/service-bg.webp') no-repeat;
    background-size:cover;
}
section.services-section .title
{
    color:#fff;
}
section.services-section .item
{
    display: flex;
    height: 100%;
}
section.services-section .owl-stage
{
    display: flex;
    height: 100%;
}
section.services-section .service-column
{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 41px 0 0px;
    padding-bottom: 40px;
}
section.services-section .service-header
{
    position: relative;
}
section.services-section .service-header .service-box
{
    position: absolute;
    top:0;
    right:0;
    transform: translateY(-50%);
    background:#FF0000;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}
section.services-section .service-header .service-box img
{
    max-width: 60px;
}
section.services-section .service-body
{
    display: flex;
    flex-direction: column;
    height: 100%;
    background:#fff;
    margin-right: 28px;
    margin-top: -50px;
    position: relative;
    padding: 20px 20px;
}
section.services-section .service-body p
{
    flex: 0.9;
}
section.services-section .subheading2
{
    font-size: 24px;
    color:#FF0000;
    font-weight: 700;
}
section.services-section .owl-nav
{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display:flex !important;
    width: 107%;
    justify-content: space-between;
    transition:all 0.3s ease;
}
section.services-section .owl-prev 
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:#fff !important;
    color:#FF0000;
}
section.services-section .owl-prev  i
{
    color:#FF0000;
}
section.services-section .owl-next
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:#fff !important;
    color:#FF0000;
}
section.services-section .owl-next  i
{
    color:#FF0000;
}
section.services-section .owl-prev:hover i
{
    color:#fff;
}
section.services-section .owl-prev:hover
{
    background:#FF0000 !important;
}
section.services-section .owl-next:hover i
{
    color:#fff;
}
section.services-section .owl-next:hover
{
    background:#FF0000 !important;
}
section.services-section .owl-prev  i
{
    color: #FF0000;
}
.banner-button1 
{
    margin: auto;
}

/*gallery-section*/

section.gallery-section
{
    position: relative;
    background:url('../images/gallery/gallery-bg.webp') no-repeat;
    background-size: cover;
}
section.gallery-section .title
{
    color:#fff;
}
section.gallery-section .owl-nav
{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display:flex !important;
    width: 107%;
    justify-content: space-between;
    transition:all 0.3s ease;
}
section.gallery-section .owl-prev 
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:#fff !important;
}
section.gallery-section .owl-prev  i
{
    color:#FF0000;
}
section.gallery-section .owl-next
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:#fff !important;
}
section.gallery-section .owl-next  i
{
    color:#FF0000;
}
section.gallery-section .owl-prev:hover i
{
    color:#fff;
}
section.gallery-section .owl-prev:hover
{
    background:#FF0000 !important;
}
section.gallery-section .owl-next:hover i
{
    color:#fff;
}
section.gallery-section .owl-next:hover
{
    background:#FF0000 !important;
}
section.gallery-section .owl-prev  i
{
    color: #FF0000;
}

/*testimonial-section*/

section.testimonial-section
{
    position: relative;
    overflow: hidden;
    padding-bottom:100px;
}
section.testimonial-section .owl-stage
{
    display:flex;
    height:100%;    
}
section.testimonial-section .item
{
    display:flex;
    flex-direction:column;
    height:100%;
    padding: 20px 40px;
}
section.testimonial-section .testi-item
{
    padding: 20px 40px;
}
.testi-item h5
{
    color:#fdcf00;
    font-size: 25px;
    font-weight: 700;
}
.testi-item p
{
    color:#fff;
}
.testi-item .triangle
{
    width: 60px;
    height: 60px;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active
{
    overflow: hidden;
    background: #FF0000;
    /*height: 13rem;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    border: 0px;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active p
{
    color:#fff;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active h5
{
    color:#fdcf00;
}
.testimonial-slider .owl-item
{
    overflow: hidden;
    /*height: 15rem;*/
    border: 1px solid rgba(30, 30, 30, 0.5);
}
.testimonial-slider .owl-item .testi-item h5
{
    text-transform: capitalize;
    color: #FF0000;
}
.testimonial-slider .testi-item p
{
    color: #000;
}
.testimonial-slider .owl-nav
{
    display: block !important;
    position: absolute;
    right: 43%;
    bottom: -61px;
    width: fit-content;
    transition:all 0.3s ease;
    z-index: 2;
}
.testimonial-slider .owl-prev 
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #fff !important;
    margin-right: 10px;
    border: 1px solid #FF0000 !important;
}
.testimonial-slider .owl-prev:hover i
{
    color:#fff;
}
.testimonial-slider .owl-prev:hover
{
    background:#FF0000 !important;
}
.testimonial-slider .owl-next:hover i
{
    color:#fff;
}
.testimonial-slider .owl-next:hover
{
    background:#FF0000 !important;
}
.testimonial-slider .owl-prev  i
{
    color: #FF0000;
}
.testimonial-slider .owl-next
{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ffff !important;
    border: 1px solid #FF0000 !important;
}
.testimonial-slider .owl-next  i
{
    color: #FF0000;
}
/*.testimonial-div 
{
    margin-left: 134px;
}*/
.testimonial-image
{
    width:100%;
}

/*footer*/

footer
{
    position: relative;
    background:#101010;
}
.footer-details img
{
    max-width: 250px;
    margin-bottom: 35px;
}
.footer-details p
{
    color:#fff;
}
.upper-footer
{
    padding: 64px 0;
}
.footer-widget
{
    margin-bottom:20px;
}
.footer-widget h4
{
    font-size: 24px;
    color: #FF0000;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-menu ul
{
    padding:0px;
    margin: 0px;
}
.footer-menu ul li
{
    list-style: none;
    margin-bottom: 10px;
}
.footer-menu ul li a
{
    display: flex;
    align-items: baseline;
    font-size: 15px;
    color:#fff;
    text-decoration: none;
    text-transform: capitalize;
}
.footer-menu ul li a i
{
    margin-right:10px;
    font-size: 15px;
}
.bottom-footer
{
    padding:15px 0;
    border-top: 1px solid #fff;
}
.bottom-footer p
{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0px;
    font-family: "Oxanium", sans-serif;
}
.position-relative
{
    position: relative;
    z-index: 1;
}
.border-right 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}
.padding-10
{
    padding-left: 53px;
}
.padding-11
{
    padding-right: 58px;
}
.call-btn 
{
    position: fixed;
    bottom: 20px;
    left: 2%;
    z-index: 10;
}
.call-btn a i 
{
    background: #FF0000;
    padding: 10px 0;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    transform: ScaleX(-1);
}

.banners-btn .triangle {
    bottom: 3px;
    right: 76px;
}

