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



/* ---------------versai font-family-------------- */
@font-face {
  font-family: Myroboto;
  font-style: normal;
  src: url('../myfont/Roboto/static/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Mymonst;
  font-style: normal;
  src: url('../myfont/Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
}



@font-face {
  font-family: Mypopp;
  font-style: normal;
  src: url('../myfont/Poppins/Poppins-Regular.ttf');
}

:root {
    /**
    @font family declaration
    */
    /* --myroboto-body: Myroboto, sans-serif;
    --mylato-heading: Mylato, sans-serif;
    --Mypopp: Mypopp, sans-serif; */
    --tg-ff-body: Myroboto;
    --tg-ff-heading: Mylato;
    --tg-ff-p: Mypopp;
    --tg-ff-fontawesome: "Font Awesome 6 Pro";
    /**
    @color declaration
    */
    --tg-common-white:#fff;
  --tg-common-blue: rgb(68, 108, 148);
  --tg-common-black: #05092B;
  --tg-common-black-dark: #1D2142;
  --tg-grey-1: #F9F9F9;
  --tg-text-body: #333;
  --tg-theme-1: #351EE0;
  --tg-theme-2: #111536;
  --tg-gradient-1: #ea6c9a;
  --tg-gradient-2: #3F74EF;
  --tg-border-1: #ddd;



   /* adwa */      
    --white: #fff;
    --black: #333;
    --color_1: #fec96b;
    --color_2: #1fb398;
    --color_3: #89b743;
    --color_4: #ea6c9a;
    --color_5: #3F74EF;
}

/* +++++++++navbar+++++++++++ */


.mydrop-item {
    padding-left: 0px;
    list-style: none;
    background-color: var(--white);
    width: calc(250px + 1vw);
    font-size: calc(14px + 0.01vw);
    position: absolute !important;
    top: 100%!important;
    z-index: 100;
    display: none;
}


.mydrop-item li .dr-link {
    display: block;
    color: var(--black)!important;
    padding: calc(5px + 0.2vw) calc(5px + 0.5vw) !important;
}

.mydrop-item li .dr-link:hover {
    color: var(--white)!important;
}

.mydrop-item li:hover {
    background-color: var(--tg-gradient-1);
    color: var(--white) !important;
    outline: 1px dotted var(--black);
}

/* .tgmenu__navbar-wrap .navigation>li:hover .mydrop-item {
    display: block;
} */


/* ++++++++++++++++++++++index page++++++++++++++++++++++++ */
.home-versai{
    font-size: calc(30px + 1vw)!important;
    font-weight: 700!important;
    font-family: Mymonst!important;
    color: var(--white);
}
.epx-first {
    font-size: calc(16px + 0.2vw)!important;
    font-weight: 500 !important;
    font-family: Myroboto;
    color: var(--tg-grey-1)!important;
}

.exp-sec {
    hyphens: auto !important;
    font-size: calc(14px + 0.1vw) !important;
    font-family: Mypopp;
    font-weight: 400 !important;
    color: var(--tg-grey-1) !important;
}

.exp-menu{
    list-style: none;
    margin: 0!important;
}
.exp-menu li a{
    font-family: Myroboto;
    font-size: calc(12px + 0.2vw) !important;
    font-weight: 400 !important;
    color: var(--tg-grey-1) !important;
}

/* ++++++++++++++++Feature Cards++++++++++++++++ */
.feature-card {
    border: 2px solid var(--color_4);
    border-radius: calc(15px + 0.5vw);
    padding: 2rem;
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 1.5rem;
}

.feature-card .icon {
    color: var(--bs-primary);
}

.feature-card .custom-webhead {
    margin-bottom: 1rem;
    font-size: calc(18px + 1vw);
    font-weight: 600;
    color: var(--bs-dark);
}

.custom-webprice {
    background-image: linear-gradient(to right, var(--tg-gradient-1), var(--tg-gradient-2), var(--tg-gradient-2), var(--tg-gradient-1));
    color: var(--tg-common-white);
    font-size: calc(15px + 0.2vw);
    font-weight: 550;
    padding: calc(8px + 0.5vw) calc(15px + 0.5vw);
    border-radius: 6px;
}

.feature-card .custom-webpara {
    font-size: calc(15px + 0.2vw);
    color: var(--tg-text-body);
    font-family: Myroboto;
}

.feature-card ul {
    padding-left: 0;
    margin-top: 1.5rem;
}

.feature-card ul li {
    margin-bottom: 0.75rem;
    position: relative;
    list-style-type: none;
}

.feature-card ul li i {
    color: var(--color_4);
}





/* +++++++++++Graphic design++++++++++++ */
.our-graphicdiv {
    margin: calc(40px + 1vw) 0px;
    padding: calc(10px + 1vw) 0px;
    position: relative;
}

.our-graphicdiv::after {
    content: "";
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, var(--tg-gradient-1), var(--tg-gradient-2), var(--tg-gradient-2), var(--tg-gradient-1));
    position: absolute;
    top: 100%;
}

.our-graphicdiv::before {
    content: "";
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, var(--tg-gradient-1), var(--tg-gradient-2), var(--tg-gradient-2), var(--tg-gradient-1));
    position: absolute;
    bottom: 100%;
}

.our-graphic {
    font-size: calc(16px + 0.1vw);
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}

.our-graphicserv {
    font-size: calc(24px + 1vw);
    font-weight: 600;
    text-align: center;
    color: var(--tg-common-black);
}


.poster-text {
    font-family: Myroboto;
    font-size: calc(18px + 0.2vw) !important;
    font-weight: 600 !important;
    text-align: center;
    color: var(--color_4);
    padding: 12px 0px;
    margin: auto;
}

.poster-text i {
    background: linear-gradient(94deg, var(--tg-gradient-1) 0%, var(--tg-gradient-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: calc(6px + 0.5vw) calc(6px + 0.5vw) calc(6px + 0.5vw) 0px;
}


/* ++++++++++++++++++++terms & condition+++++++++++++++++++ */
.terms-bg{
    background-image: url('../myimage/terms-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: calc(70px + 2vw) 0px;
}
.terms-cond{
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 15px;
}
.tersm-para{
    text-align: center;
    font-size: calc(24px + 0.5vw)!important;
    font-weight: 500!important;
    margin: 0px;
}
.term-parades{
    text-align: center;
    font-size: calc(14px + 0.1vw)!important;
    font-weight: 500!important;
    font-family: Mypopp;
    margin: 0px;
}
.terms-img{
    height: calc(100px + 2vw)!important;
}

.terms-heading{
    padding-top: calc(25px + 2vw)!important;
    padding-bottom: calc(12px + 0.2vw);
    font-size: calc(20px + 0.5vw)!important;
    color: var(--tg-text-body);
    font-weight: 600;
    line-height: 35px;
}

.the-limit{
    font-size: calc(16px + 0.2vw)!important;
    font-weight: 500;
    font-family: Myroboto;
}

/*++++++++++++++Our Team team-card++++++++++++++++ */
.team-card img{
    height: calc(250px + 2vw)!important;
    width: 100%;
    border-radius: 8px;
}

.team-title{
    text-align: center;
    font-size: calc(18px + 0.2vw);
    font-weight: 600;
    color: var(--tg-common-black);
    margin: calc(10px + 0.2vw) 0px;
}



.team-card .team-desc{
    text-align: center;
    font-size: calc(16px + 0.2vw);
    font-weight: 500;
    color: var(--tg-common-black-dark);
}


/* +++++++Service+++++++ */

.terms-service{
    padding: calc(40px + 1vw) 0px;
}
.what-we{
    font-size: calc(14px + 0.2vw);
    font-weight: 600;
    font-family: Myroboto;
    color: var(--tg-gradient-2);
}

@media(max-width:768px){
    .home-versai{
        text-align: center;
    }

    .terms-cond{
    width: 100%;
    margin: auto;}

    .tg-about-thumb-box{
        padding-bottom: 0px;
    }
    .tg-about-experience-box{
        display: none;
    }
}