@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #FD4766;
    --secondary-color: #e1e1e1;
    --bg-dark-blue: #86918b;
    --bg-white: #ffffff;
    --gray-color: #c6c9d879;
    --gradient-color: linear-gradient(-224deg, var(--primary-color)0, #337DFF 100%);
    --gradient-text: linear-gradient(120deg, #1C99FE 20.69%, #7644FE 50.19%, var(--primary-color) 79.69%);
    filter: progid:DXmageTransform.Microsoft.gradient(startColorstr='var(--primary-color)', endColorstr='var(--secondary-color)',GradientType=1);

    --primary-font:'Poppins', sans-serif;
    --primary-text: #FD4766;
    --text-gray: #000000;
    --text-white: #443c3b;
}

body {
    background-color: var(--secondary-color);
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg-dark-blue);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




h1{
    font-size: 54px;
    line-height: 68px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 20px;
}

h1 span {
    color: var(--primary-color);
}

h2{
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 15px;
}



h6{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    color: var(--text-gray);
    margin-bottom: 20px;
}





.subtitle{
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 12px;
    background:var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.row1{
    padding-top: 50px;
    position: absolute;
    height: 100%;
    width: 85%;
}

p{
    color: var(--text-gray);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
   
}


.ab{
    display: block;
    height: 60%;
    width: 100%;
    margin: auto;
    transition: 0.3s;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button {
    outline: none !important;
    box-shadow: none !important;
}

.header_wrapper .navbar{
    position: fixed;    
    z-index: 100;
    width: 100%;
    padding: 1px 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.header_wrapper .navbar-brand img{
    max-width: 140px;
    height: 70px;
}

.header_wrapper .navbar-toggler{
    border: 0;
    color: var(--gray-color);
    line-height: 2;
}

.header_wrapper .navbar-toggler:focus{
    box-shadow: none;
}

.header_wrapper .nav-item{
    margin: 0 10px;
}

.header_wrapper .nav-item .nav-link{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-block;
    border: hidden;
}

.header_wrapper .nav-item .nav-link::after{
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: 0.3s;
    bottom: 0;
}

.header_wrapper .nav-item .nav-link.active::after,
.header_wrapper .nav-item .nav-link:hover::after{
    width: 100%;
}

.header_wrapper .nav-item .nav-link.active,
.header_wrapper .nav-item .nav-link:hover{
    color: var(--bg-dark-blue);
}

.header_scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bg-dark-blue);
    -webkit-box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
    box-shadow: 0 4px 6px 0 rgba(12,0,46,.05);
} 

.header_scrolled .nav-item .nav-link.active,
.header_scrolled .nav-item .nav-link:hover{
    color: var(--primary-text);
}

.banner_wrapper{
    width: 100%;
    height: auto;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.about_wrapper ul.nav-pills{
    border:1px solid var(--gray-color);
    border-radius: 50px;
}

.about_wrapper ul li .nav-link{
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.45s cubic-bezier(0,0,0.2,1);
    display: inline-block;
    color: var(--text-gray);
    border: 0;
}

.about_wrapper ul li .nav-link.active{
    background-color: var(--primary-color);
}

.about_wrapper .single-progress{
    margin-top: 26px;
    position: relative;
    overflow: hidden;
}

.about_wrapper .single-progress .progress{
    height: 4px;
    border-radius: 4px;
    box-shadow: none;
    background-color: var(--bg-white);
    overflow: visible;
}

.about_wrapper .single-progress .progress-bar{
    background-image: var(--gradient-color);
}

.about_wrapper .single-progress h6{
    text-align: left;
}

.about_wrapper .single-progress .label{
    position: absolute;
    right: 0;
    top: 0;
    color: var(--text-gray);
    font-size: 15px;
}

.about_wrapper .tab-pane li{
    color: var(--gray-color);
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 300;
    list-style: none;
}

.about_wrapper .tab-pane li a{
    font-weight: 500;
    display: block;
    color: var(--text-gray);
}


.services_wrapper .card{
    background-color: var(--bg-dark-blue);
    cursor: pointer;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
    box-shadow: 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.services_wrapper .card:hover{
    box-shadow: 0px 2px 70px 0 rgb(253 71 102 / 5%);
    transition: translateY(-5px);
}

.portfolio_wrapper .card{
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    border: 1px solid var(--bg-white);
    cursor: pointer;
    box-shadow: 0 0 16px 4px var(--bg-dark-blue);
}

select{
    width: 160px;
    background-color:#f8f9fa;
}


.portfolio_wrapper .card span{
    transition:background-position 4s ease-in-out 0s;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
}

.portfolio_wrapper .card:hover span{
    background-position: bottom center;
}

.contact_wrapper .form-control,
.contact_wrapper textarea{
    background-color: var(--bg-white);
    border: hidden;
    color: var(--text-gray);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
}

.contact_wrapper .form-control:hover,
.contact_wrapper textarea:hover,
.contact_wrapper .form-control:focus,
.contact_wrapper textarea:focus{
    border-color: var(--primary-color);
    color: var(--text-white);
}

.contact_wrapper .call_details{
    color: var(--text-gray);
}

.contact_wrapper .call_details a{
    font-weight: 700;
    color: var(--text-gray);
}

.button-with-circle-icon{
    width: 100%;
}



@media screen and (max-width: 991px) {

    .card-flex1{
        grid-column-gap: 2.22vw;
        grid-row-gap: 2.22vw;
        text-align: left;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-flow: column;
    }


    .button-with-circle-icon {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        border-width: .06rem;
        border-radius: 8rem;
        min-width: 20rem;
        min-height: 3rem;
        max-height: 3rem;
        padding: .125rem 2rem;
      }
      
     #wth{
         min-width: auto;
     }

    
      .circle-absolute {
        min-width: 6.25rem;
        max-width: 6.25rem;
        min-height: 6.25rem;
        max-height: 6.25rem;
        display: none;
        inset: auto 0% -238% 18%;
      }
   
.button-with-circle-icon1{
    width: auto;
}
        
}


.header-inner {
    min-height: 0;
    background: url(img/timg1.jpg), linear-gradient(108deg, #3b3b3b, rgba(0, 0, 0, 0)) no-repeat;
    padding-top: 14rem;
    color: #fff;
    background-size: cover;
    background-position: center bottom;
    margin-bottom: 4rem;
    padding-bottom: 1px;
    background-blend-mode: multiply;
}

.header-inner .y-breadcrum h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
}

.main-section{
    padding-top: 75x;
    padding-bottom: 20px;
    position: relative;
}

.explore_box{
    position: relative;
    padding: 10px;
}

.explore_box .thm-h {
	position: absolute;
	top: 1%;
	left: 10%;
	z-index: 99;
	max-width: 90%;
}


.card-text-block{
    align-items: center;
}



.popup-box {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    color: white;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0.5;
    z-index: 1;
}

.explore_box:hover .popup-box {
    display: block;
}
  

.large-card1 {
    border-radius: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 21.4vw;
    max-width: 21.4vw;
    padding-top: 4.4vw;
    display: inline-flex;
  }

  .large-card2 {
    border-radius: 24px;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    min-width: 75.4vw;
    max-width: 75.4vw;
    padding-top: 4.4vw;
    display: inline-flex;
  }

  .large-card1 .large-card2{
    .large-card {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        padding-left: 0;
        padding-right: 0;
      }
  }


.explore_box>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    padding: 5px;
	border: 5px solid #ddc29a;
	transform: scale(1);
	z-index: 98;
	transition: all .4s;
	opacity: 0
}
.button-with-circle-icon.active-border {
    border-right: 4px solid red; /* Change color as needed */
}


.explore_box>a:hover::before {
	content: "";
	transform: scale(.9);
	opacity: .5;
	transition: all .6s
}

.explore_box:hover img.img {
	filter: contrast(130%);
	transition: all .4s
}

.thm-h h3 {
        color: #67895E;
        margin-top: 15px;
        font-size: 18px;
        line-height: 1.8vw;
        letter-spacing: 1px;
        
}


.thm-h-3.thm-h h3:after {
    content: "";
    display: block;
    height: 2px;
    background: #ddc29a;
    margin-top: 4px;
    margin-bottom: 5px;
    width: 90%;
}


.y-breadcrum ul{
    list-style: none;
    text-align: center;
}



.italics {
    font-style: italic;
    font-weight: 100;
  }
  
  @media screen and (max-width: 991px) {
    p, a{
        letter-spacing: .06rem;
        font-size: 1rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width: 479px) {
    .thm-h h3 {
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .thm-h h3 {
        line-height: 1.4rem;
        font-size: 1rem;
    }
}

