* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

.mtb {
    overflow-x: hidden;
}



/*  Google Font Link */
@font-face {
    font-family: 'Roboto';
    src        : url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight : bold;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src        : url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff');
    font-weight : 300;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src        : url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight : 900;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src        : url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight : 500;
    font-style  : normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src        : url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight : normal;
    font-style  : normal;
    font-display: swap;
}

:root {
    --main-color   : rgb(248, 203, 81);
    --second-color : #373C42;
    --gray-color   : #696969;
    --bg-color     : #FFE9EA;
    --footer-color : #fff;
    --white-color  : #ffffff;
    --black-color  : #000000;
    --opacity-color: #CA2C3366;
}

a {
    text-decoration: none;
}


h1 {
    font-size  : 62px;
    font-weight: 900;
    line-height: 72px;
}

h2 {
    font-size  : 52px;
    font-weight: 900;
    line-height: 60px;
}

h3 {
    font-size  : 42px;
    font-weight: 600;
    line-height: 52px;
}

h4 {
    font-size  : 36px;
    font-weight: 500;
    line-height: 46px;
}

h5 {
    font-size  : 30px;
    font-weight: 500;
    line-height: 35px;
}

h6 {
    font-size  : 24px;
    font-weight: 500;
    line-height: 28px;
}

body {
    font-family: 'Roboto';
    font-size  : 18px;
    font-weight: 400;
    line-height: 21px;
}


.section-wrapper {
    margin-top: 100px;
    padding: 50px 0;
}

.section-title h2 {
    color: var(--second-color);
}

.section-title p {
    color: var(--gray-color);
}

.theme-btn {
    display: block;
}

.theme-btn .btn {
    color           : var(--white-color);
    background-color: var(--main-color);
    padding         : 11px 64.5px;
    text-align      : center;
    border          : 1px solid var(--main-color);
    border-radius   : 10px;
}

.theme-btn .btn:hover {
    transition      : 0.3s;
    background-color: transparent;
    border          : 1px solid var(--main-color);
    cursor          : pointer;
    color           : var(--main-color);
}

.theme-btn .btn-2 {
    color           : var(--main-color);
    background-color: transparent;
    padding         : 11px 64.5px;
    text-align      : center;
    border          : 1px solid var(--main-color);
    border-radius   : 10px;
}

.theme-btn .btn-2:hover {
    color           : var(--white-color);
    transition      : 0.3s;
    background-color: var(--main-color);
    border          : 1px solid var(--main-color);
    cursor          : pointer;
}

.section-title {
    width    : 100%;
    max-width: 800px;
    margin   : 0 auto;
}

.section-title h2 {
    text-align   : center;
    margin-bottom: 10px;
}

.section-title p {
    text-align   : center;
    margin-bottom: 50px;
}

/*  COMPONENTS  */

/*  =================== HOME-1 =======================  */

/*  banner section start here  */
.banner-1 {
    background-image  : url('../img/back.png');
    background-position: center center;
    background-repeat  : no-repeat;
    /* background-size    : cover; */
    width              : 100%;
    padding            : 242px 0;
    position           : relative;
    z-index            : 1;
}

.banner-1 .main {
    width    : 100%;
    max-width: 624px;
}

.banner-1 .banner-contant {
    width    : 100%;
    max-width: 624px;
}

.banner-1 .banner-contant h1 {
    color: var(--black-color);
}

.banner-1 .banner-contant p {
    color : var(--gray-color);
    margin: 30px 0;
}

.banner-1 .banner-img {
    position: absolute;
    top     : 60px;
    right   : -60px;
    z-index : 0;
}

.banner-1 .banner-img img {
    width : 100%;
    height: 857px;
}

/*  banner section end here  */

/*  discover section start here  */

.discover-1 {
    /* background-image   : url('../image/home-talent.webp'); */
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    width              : 100%;
    position           : relative;
    z-index            : 2;
}

.discover-1 .box {
    width           : 100%;
    max-width       : 121px;
    max-height: 121px;
    margin          : 0 auto;
    background-color: var(--white-color);
    /* padding         : 20px 30px; */
    /* border-radius   : 10px; */
    /* box-shadow      : 0px 16px 30px 0px #CA2C331A; */

}

.discover-1 .box h2 {
    color     : var(--main-color);
    text-align: center;
}

.discover-1 .item {
    width        : 100%;
    max-width    : 430px;
    margin       : -30px auto 36px auto;
    padding      : 60px 30px 44px 30px;
    border-radius: 0 0 10px 10px;
    text-align   : center;
    width        : 100%;
    background   : linear-gradient(180deg, hsla(51, 80%, 56%, 0) 0%, rgba(204, 170, 16, 0.2) 100%);
}

.discover-1 .item h5 {
    color: var(--main-color);
}

.discover-1 .item p {
    color: var(--gray-color);
}

.discover-1 .item-one {
    margin-bottom: 0px !important;
}

/*  discover section end here  */

/*  find section start here  */

.find-1 {
    background-size: cover;
    width          : 100%;

}

.find-1 .tac {
    text-align: center;
}

.find-1 .video-wrapper video[poster] {
    width     : 100%;
    max-width : 540px;
    height    : 410px;
    object-fit: cover;
}

.find-1 .video-wrapper video[poster]::before {
    content    : "";
    display    : block;
    padding-top: 56.25%;
}

.find-1 .video-wrapper video {
    border-radius: 20px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit   : cover;
    width        : 100%;
    height       : 410px;
    cursor       : pointer;
}

.find-1 .video-wrapper {
    position: relative;
}

.find-1 .play-button-wrapper {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.find-1 .play-button-wrapper img {
    width    : 100%;
    max-width: 70px;
    height   : 70px;
}

.find-1 .main-box {
    display    : flex;
    height     : 410px;
    align-items: center;
}

.find-1 .main-box .item {
    width    : 100%;
    max-width: 550px;
}

.find-1 .main-box .item h2 {
    color        : var(--second-color);
    margin-bottom: 50px;
}

.find-1 .main-box .item p {
    margin-bottom: 20px;
    color        : var(--gray-color);
}

.find-1 .main-box .item .theme-btn {
    display: block;
    padding: 11px 0;
}

/*  find section end here  */


/*  Latest section start here  */
.l-1 .container {
    max-width: 1140px;
    width    : 100%;
}

.l-1 .section-title h2 {
    color: var(--second-color);
}

.l-1 .section-title p {
    color: var(--gray-color);
}


.l-1 .seprate {
    margin-bottom: 100px;
}

.l-1 .seprett {
    margin-bottom: 60px;
}

.l-1 .space {
    margin-bottom: 36px;
}

.l-1 .main {
    position: relative;
}

.l-1 .main .content {
    position : absolute;
    top      : 50px;
    left     : 50%;
    right    : -50%;
    transform: translate(-50%, 0%);
    opacity  : 0;
}

.l-1 .main .item .l-image:hover .content {
    transition: 0.4s;
    opacity   : 1;

}

.l-1 .main .content ul {
    list-style-type: none;
    padding        : 0;
    width          : 100%;
    max-width      : 286px;
    margin         : 0 auto;
}

.l-1 .main .content ul li {
    display: flex;
    gap    : 0px;
}

.l-1 .main .content ul li span {
    color: var(--white-color);
    width: 100%;
}

.l-1 .main .content ul li:nth-child(even) {
    margin: 8px 0;
}

.l-1 .main .icon-box {
    display        : flex;
    justify-content: space-evenly;
    width          : 260px;
    margin         : 0 auto;
    position       : absolute;
    bottom         : -60px;
    left           : 50%;
    right          : 50%;
    transform      : translate(-50%, 0%);
}

.l-1 .main .icon-box i {
    font-size    : 24px;
    padding      : 9px;
    width        : 100%;
    max-width    : 40px;
    height       : 40px;
    border-radius: 4px;
    color        : var(--white-color);
    background   : linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
}

.l-1 .main .icon-box i:hover {
    transition: 0.5s;
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.l-1 .main .icon-box .fa-facebook-f {
    padding: 10px 12px;
}

.l-1 .main .icon-box .fa-x-twitter {
    padding: 10px 8px;
}

.l-1 .main .item {
    text-align: center;
}

.l-1 .main .item .content {
    text-align: left !important;
}

.l-1 .main .item .item-img {
    margin: 0 auto;
}

.l-1 .main .item .item-img,
.l-1 .main .item .item-img img {
    width        : 100%;
    max-width    : 350px;
    height       : auto;
    border-radius: 20px;
}

.l-1 .main .item .l-image:hover .item-img,
.l-1 .main .item .l-image:hover .item-img img {
    transition: 0.5s;
    filter    : brightness(0.7) blur(1.15px);
}

/*  Latest section end here  */


/*  agency section start here  */
.agency {
    background-color: var(--bg-color);
}

.agency .box {
    margin-left: 35px;
    text-align : center;
}

.agency .box .item-img {
    margin: 0 auto;
}

.agency .box .item-img,
.agency .box img {
    width        : 100%;
    max-width    : 460px;
    border-radius: 10px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
}

.agency .content {
    width    : 100%;
    max-width: 635px;
}

.agency .content h2 {
    margin-bottom: 10px;
    color        : var(--second-color);
}

.agency .content p {
    margin-bottom: 50px;
    color        : var(--gray-color);
}

.agency .icons {
    width          : 100%;
    max-width      : 635px;
    display        : flex;
    flex-direction : row;
    flex-wrap      : nowrap;
    justify-content: space-between;
    align-items    : center;
}

.agency .icons .icon-1 {
    width         : 100%;
    max-width     : 302px;
    display       : flex;
    flex-direction: row;
    flex-wrap     : nowrap;
    align-items   : center;
    gap           : 15px;
    margin-bottom : 30px;
}

.agency .icon .icon-1 img {
    width    : 100%;
    max-width: 80px;
    height   : auto;
}

.agency .icons .icon-1 .icon-content h6 {
    color        : var(--gray-color);
    margin-bottom: 5px;
    margin-top   : 10px;
}

.agency .icons .icon-1 .icon-content h5 {
    color      : var(--main-color);
    line-height: 0.8;
}


/*  agency section end here  */


/*  Clients section start here  */

.clients .section-title {
    text-align: center;
}

.clients .section-title p {
    margin-bottom: 50px;
}

.clients .wrapper .partner-slider img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}


.clients .wrapper img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}


.clients .wrapper {
    overflow-x: hidden;
}

.clients .slick-initialized .slick-slide {
    margin         : 0 15px 30px 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
}


.clients .slick-dots li.slick-active button:before,
.clients-2 .slick-dots li.slick-active button:before {
    opacity         : 1;
    background-color: var(--main-color);
    color           : var(--main-color);
    border          : 1px solid var(--main-color);
    border-radius   : 20px;
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 20px;
    height          : 20px;
    content         : '•';
    text-align      : center;
}

.clients .slick-dots li button:before,
.clients-2 .slick-dots li button:before {
    border       : 1px solid var(--main-color);
    border-radius: 20px;
    position     : absolute;
    top          : 0;
    left         : 0;
    width        : 20px;
    height       : 20px;
    content      : '';
    text-align   : center;
    opacity      : 1;
}


/*  Clients section end here  */


/*  footer section start here  */

.foot {
    background-color: var(--footer-color);
    padding         : 50px 0 20px 0;
}

.foot .item {
    width        : 100%;
    max-width    : 300px;
    margin-bottom: 30px;
}

.foot .item .foot-logo img {
    width        : 100%;
    max-width    : 170px;
    margin-bottom: 30px;
}

.foot .address,
.foot .number {
    color  : var(--black-color);
    display: flex;
    gap    : 10px;
}

.foot .address img,
.foot .number img {
    width    : 100%;
    max-width: 28px;
    height   : 28px;
}

.foot .address p,
.foot .number p {
    color      : var(--black-color);
    line-height: 1.2;
}

.foot .address p:hover,
.foot .number p:hover {
    transition : 0.3s;
    color      : var(--black-color);
    line-height: 1.2;
}

.foot .number {
    margin-bottom: 30px;
}

.foot .address i,
.foot .number i {
    font-size: 24px;
}

.foot .foot-icon i {
    background   : linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    color        : var(--black-color);
    width        : 100%;
    max-width    : 40px;
    height       : 40px;
    font-size    : 20px;
    padding      : 10px 12px 10px 11px;
    border-radius: 4px;
    margin       : 0 3px;
}

.foot .foot-icon .fa-youtube {
    padding: 10px 12px 10px 8px;
}

.foot .foot-icon .fa-facebook-f {
    padding: 10px 12px 10px 14px;
}

.foot .foot-icon i:hover {
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.foot .item-1 {
    width    : 100%;
    max-width: 220px;
    margin   : 0 auto;
}


.foot .item-1 h6 {
    color        : var(--black-color);
    margin-bottom: 30px;
}

.foot .item-1 ul {
    list-style-type: none;
    padding        : 0;
}

.foot .item-1 ul li {
    margin-bottom: 20px;
}

.foot .item-1 ul li a {
    text-decoration: none;
    color          : var(--black-color);
}

.foot .item-1 ul li a:hover {
    transition: 0.3s;
    color     : var(--main-color);
}

.foot .item-1 ul li a.active {
    color: var(--main-color);
}

.foot .item-1 ul li a .fa-chevron-right {
    margin-right: 10px;
    color       : var(--black-color);
}

.foot .item-1 {
    margin-bottom: 30px;
}

.last-foot {
    background-color: var(--footer-color);
    /* border-top: 1px solid var(--black-color); */
}

.last-foot p {
    /* border-top: 1px solid var(--black-color); */
    padding   : 20px;
    text-align: center;
    color     : var(--black-color);
}

/*  footer section end here  */
/* ================ HOME-2 Page =================  */

/*  banner-2  section start here  */

.banner-2 {
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.banner-2 .main {
    width    : 100%;
    max-width: 540px;
    padding  : 89px 0;
}

.banner-2 .main h5 {
    color: var(--main-color);
}

.banner-2 .main h1 {
    color        : var(--second-color);
    margin-bottom: 10px;
}

.banner-2 .main p {
    color        : var(--gray-color);
    margin-bottom: 20px;
}

.banner-2 .main-img {
    padding   : 6px 0;
    text-align: center;
}

.banner-2 .main-img .item-img,
.banner-2 .main-img .item-img img {
    width    : 100%;
    max-width: 560px;
    height   : auto;


}

/*  banner-2  section end here  */


/*  discover-2  section start here  */

.discover-2 .section-title h2 {
    color: var(--second-color);
}

.discover-2 .main {
    width    : 100%;
    max-width: 430px;
    margin   : 0px auto 36px auto;
}

.discover-2 .last-main {
    margin: 0 auto 0 auto !important;
}

.discover-2 .item-one {
    margin-bottom: 0px !important;
}


.discover-2 .box h1 {
    font-size    : 100px;
    color        : var(--opacity-color);
    font-weight  : 900;
    line-height  : 117.19px;
    text-align   : center;
    margin-bottom: 20px;
}

.discover-2 .item h6 {
    color        : var(--main-color);
    text-align   : center;
    margin-bottom: 10px;
}

.discover-2 .item p {
    color        : var(--gray-color);
    text-align   : center;
    margin-bottom: 0;
}

/*  discover-2  section end here  */


/*  find-2  section start here  */

.find-2 {
    background-repeat  : no-repeat;
    background-size    : cover;
    width              : 100%;
    background-position: center;
}

.find-2 .video-wrapper video[poster] {
    width     : 100%;
    max-width : 1320px;
    height    : auto;
    object-fit: cover;
    margin    : 0 auto;
}

.find-2 .video-wrapper video[poster]::before {
    content    : "";
    display    : block;
    padding-top: 56.25%;
}

.find-2 .video-wrapper video {
    border-radius: 20px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit   : cover;
    width        : 100%;
    height       : auto;
    margin       : 0 auto;
    cursor       : pointer;
}


.find-2 .video-wrapper {
    position: relative;
}

.find-2 .play-button-wrapper {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.find-2 .play-button-wrapper img {
    width    : 100%;
    max-width: 70px;
    height   : 70px;
}

.find-2 .main .item {
    width           : 100%;
    max-width       : 916px;
    margin          : -130px auto 0 auto;
    background-color: var(--white-color);
    box-shadow      : 10px 12px 50px 0px #0000001A;
    border          : 2px solid var(--main-color);
    border-radius   : 20px;
    padding         : 30px;
    text-align      : center;
    position        : relative;
    z-index         : 1;
}

.find-2 .main .item h3 {
    margin-bottom: 10px;
    color        : var(--second-color);
}

.find-2 .main .item p {
    margin-bottom: 0px;
}

/*  find-2  section end here  */


/*  clients-2  section start here  */

.clients-2 {
    background-color: var(--bg-color);
}

.clients-2 .main-line {
    margin-bottom: 50px;
}

.clients-2 .main-box .box {
    width     : 100%;
    max-width : 285px;
    margin    : 0 auto;
    text-align: center;
    color     : var(--second-color);
}

.clients-2 .main-box .box img {
    width        : 100%;
    max-width    : 80px;
    height       : 80px;
    margin-bottom: 12px;
}

.clients-2 .main-box .box h5 {
    margin-bottom: 5px;
}

.clients-2 .main-content .content {
    padding: 40px 0;
}

.clients-2 .main-content .item-img {
    text-align: right;
}

.clients-2 .main-content .item-img img {
    width        : 100%;
    max-width    : 540px;
    margin       : 0 auto;
    border-radius: 20px;
    box-shadow   : 0px 10px 30px 0px #0000001F;
}

.clients-2 .main-content .content {
    width     : 100%;
    max-width : 550px;
    margin    : 0 auto;
    text-align: center;
}

.clients-2 .main-content .content h2 {
    margin-bottom: 10px;
    color        : var(--second-color);
}

.clients-2 .main-content .content p {
    margin-bottom: 50px;
    color        : var(--gray-color);
}


.clients-2 .wrapper .partner-slider img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}

.clients-2 .wrapper img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}


.clients-2 .wrapper {
    overflow-x: hidden;
}

.clients-2 .slick-initialized .slick-slide {
    margin         : 0 15px 30px 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

/*  clients-2  section end here  */


/* ================ HOME-3 Page =================  */

/*  banner-3  section start here  */

.banner-3 {
    background-position-x: center;
    background-repeat    : no-repeat;
    background-size      : cover;
    width                : 100%;
    background-position-y: 10%;
}

.banner-3 .hero-content {
    width    : 100%;
    max-width: 624px;
    margin   : 0 auto;
    padding  : 142px 0;
    color    : var(--white-color);
}

.banner-3 .hero-content p {
    margin: 30px 0;
}

.banner-3 .hero-content .theme-btn .btn:hover {
    color: var(--white-color);
}

/*  banner-3  section end here  */


/*  discover-3  section start here  */

.discover-3 .section-title h2 {
    color: var(--second-color);
}

.discover-3 .main-box {
    display        : flex;
    justify-content: center;
    flex-direction : row;
    flex-wrap      : nowrap;
}

.discover-3 .main-box .box .item-1 {
    box-shadow      : 0px 16px 30px 0px #CA2C331A;
    background-color: var(--white-color);
    width           : 100%;
    max-width       : 120px;
    height          : 120px;
    border-radius   : 50%;
    padding         : 20px 30px;
}

.discover-3 .main-box .box {
    width     : 100%;
    max-width : 300px;
    text-align: center;

}

.discover-3 .main-box .box .item-1 {
    margin       : 0 auto;
    margin-bottom: 30px;
}

.discover-3 .main-box .box .item-1 h2 {
    color        : var(--main-color);
    margin-bottom: 0;
    line-height  : 1.5;
}

.discover-3 .main-box .box h5 {
    color        : var(--main-color);
    margin-bottom: 20px;
}

.discover-3 .main-box .box p {
    color        : var(--black-color);
    margin-bottom: 20px;
}

.discover-3 .main-box .arrow {
    width    : 100%;
    max-width: 100px;
    height   : 100px;
}

.discover-3 .main-box .arrow img {
    width    : 100%;
    max-width: 100px;
    height   : 100px;
}

/*  discover-3  section end here  */


/*  find-3  section start here  */

.find-3 {
    padding: 0 0 100px 0;
}

.find-3 .video-wrapper video[poster] {
    width     : 100%;
    max-width : 1000px;
    height    : 484px;
    object-fit: cover;
    margin    : 0 auto;
}

.find-3 .video-wrapper video[poster]::before {
    content    : "";
    display    : block;
    padding-top: 56.25%;
}

.find-3 .video-wrapper video {
    border-radius: 20px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit   : cover;
    width        : 100%;
    height       : 484px;
    margin       : 0 auto;
    cursor       : pointer;
}

.find-3 .video-wrapper {
    position  : relative;
    text-align: center;
}

.find-3 .play-button-wrapper {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.find-3 .play-button-wrapper img {
    width    : 100%;
    max-width: 70px;
    height   : 70px;
}

.find-3 .main .item {
    text-align      : center;
    background-color: var(--bg-color);
    box-shadow      : 0px 0px 14px 0px #00000024;
    width           : 100%;
    max-width       : 750px;
    padding         : 30px;
    margin          : -86px auto 0 auto;
    border-radius   : 10px;
    position        : relative;
    z-index         : 1;
}

.find-3 .main .item h3 {
    color        : var(--second-color);
    margin-bottom: 30px;
}

.find-3 .main .item p {
    color        : var(--gray-color);
    margin-bottom: 20px;
}

.find-3 .main .item .theme-btn {
    padding: 11px 0;
}

.find-3 .main .item .theme-btn .btn {
    padding: 11px 64.5px;
}

/*  find-3  section end here  */


/*  latest-3 section start here  */

.latest-3 {
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.latest-3 .main {
    width    : 100%;
    max-width: 550px;
    margin   : 0 auto;
}

.latest-3 .space {
    margin-bottom: 47px;
}

.latest-3 .main .item {
    display       : flex;
    align-items   : center;
    flex-direction: row;
    flex-wrap     : nowrap;
    column-gap    : 20px;
}

.latest-3 .main .item .item-img {
    width    : 100%;
    max-width: 272px;
    height   : 288px;
}

.latest-3 .main .item .item-img,
.latest-3 .main .item .item-img img {
    width          : 100%;
    max-width      : 272px;
    height         : 288px;
    border-radius  : 20px;
    object-fit     : cover;
    object-position: 10% 20%;
}

.latest-3 .main .item .content {
    width    : 100%;
    max-width: 258px;
}

.latest-3 .main .item .content ul {
    padding        : 0;
    list-style-type: none;
    margin-bottom  : 30px;
}

.latest-3 .main .item .content ul li {
    display: flex;
    gap    : 0px;

}

.latest-3 .main .content ul li span {
    width: 100%;
}

.latest-3 .main.content ul li:nth-child(even) {
    margin: 8px 0;
}

.latest-3 .main .icon-box {
    display: flex;
    width  : 260px;
    margin : 0 auto;
}

.latest-3 .main .icon-box i {
    font-size    : 24px;
    padding      : 9px;
    width        : 100%;
    max-width    : 40px;
    height       : 40px;
    border-radius: 4px;
    color        : var(--white-color);
    background   : linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    margin       : 0 21px 0 0;
}

.latest-3 .main .icon-box i:hover {
    transition: 0.5s;
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

.latest-3 .main .icon-box .fa-facebook-f {
    padding: 10px 12px;
}

.latest-3 .main .icon-box .fa-x-twitter {
    padding: 10px 8px;
}

/*  latest-3 section end here  */

/*  agency-2 section start here  */

.agency-2 .section-title h2 {
    color: var(--second-color);
}

.agency-2 .main {
    padding: 54px 0;
}

.agency-2 .main .box {
    width        : 100%;
    max-width    : 342px;
    margin       : 0 auto;
    background   : linear-gradient(180deg, rgba(255, 233, 234, 0.3) 0%, rgba(202, 44, 51, 0.3) 100%);
    display      : flex;
    align-items  : center;
    column-gap   : 15px;
    border       : 1px solid #CA2C33;
    padding      : 20px;
    border-radius: 10px;
}

.agency-2 .main .f-box {
    margin: 0 auto 30px auto;
}

.agency-2 .main .box .box-image {
    width    : 100%;
    max-width: 80px;
    height   : 80px;
}

.agency-2 .main .box .content h6 {
    color        : var(--gray-color);
    margin-bottom: 5px;
}

.agency-2 .main .box .content h5 {
    color        : var(--main-color);
    margin-bottom: 0;
}

.agency-2 .center-img {
    text-align: center;
}

.agency-2 .center-img img {
    box-shadow   : 0px 10px 30px 0px #0000000D;
    width        : 100%;
    max-width    : 400px;
    height       : auto;
    border-radius: 10px;
}

/*  agency-2 section end here  */

/*  clients-3 section start here  */

.clients-3 {
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.clients-3 .title {
    width    : 100%;
    max-width: 420px;
    height   : auto;
    margin   : 0 auto;
}

.clients-3 .title h2 {
    color        : var(--second-color);
    text-align   : left;
    margin-bottom: 10px;
}

.clients-3 .title p {
    text-align: left;
}

.clients-3 .wrapper .partner-slider img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}


.clients-3 .wrapper img {
    width    : 100%;
    max-width: 206px;
    height   : auto;
}


.clients-3 .wrapper {
    overflow-x: hidden;
    padding   : 30px 0;
}

.clients-3 .slick-initialized .slick-slide {
    margin         : 0 15px 30px 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
}


.clients-3 .slick-dots li.slick-active button:before {
    opacity         : 1;
    background-color: var(--main-color);
    color           : var(--main-color);
    border          : 1px solid var(--main-color);
    border-radius   : 20px;
    position        : absolute;
    top             : 0;
    left            : 0;
    width           : 14px;
    height          : 14px;
    content         : '•';
    text-align      : center;
}

.clients-3 .slick-dots li button:before {
    border       : 1px solid var(--main-color);
    border-radius: 20px;
    position     : absolute;
    top          : 0;
    left         : 0;
    width        : 14px;
    height       : 14px;
    content      : '';
    text-align   : center;
    opacity      : 1;
}

/*  clients-3 section end here  */

/* ================ About Page =================  */

/*  about-banner section start here  */

.about-banner {
    background-repeat  : no-repeat;
    background-size    : cover;
    width              : 100%;
    padding            : 280px 0;
    background-position: center;
}

.about-banner h1 {
    color              : white;
    text-align         : center;
    -webkit-text-stroke: 2px var(--main-color);
    text-shadow        : 0px 6px 14px #E9619880;
    margin-bottom      : 0;
}

/*  about-banner section end here  */


/*  we_are section start here  */

.we_are {
    background-repeat  : no-repeat;
    background-size    : cover;
    width              : 100%;
    background-position: bottom;
}

.we_are .we-content {
    width    : 100%;
    max-width: 560px;
    padding  : 31px 0;
}

.we_are .we-content h2 {
    color        : var(--second-color);
    margin-bottom: 50px;
}

.we_are .we-content p {
    color        : var(--gray-color);
    margin-bottom: 20px;
}


.we_are .tac {
    text-align: center;
}

.we_are .video-wrapper video[poster] {
    width     : 100%;
    max-width : 540px;
    height    : 410px;
    object-fit: cover;
}

.we_are .video-wrapper video[poster]::before {
    content    : "";
    display    : block;
    padding-top: 56.25%;
}

.we_are .video-wrapper video {
    border-radius: 20px;
    box-shadow   : 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
    object-fit   : cover;
    width        : 100%;
    height       : 410px;
    cursor       : pointer;
}

.we_are .video-wrapper {
    position: relative;
}

.we_are .play-button-wrapper {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.we_are .play-button-wrapper img {
    width    : 100%;
    max-width: 70px;
    height   : 70px;
}


/*  we_are section end here  */


/*  choose section start here  */

.choose {
    background-repeat  : no-repeat;
    background-size    : cover;
    width              : 100%;
    background-position: top;
}

.choose .section-title h2 {
    color: var(--second-color);
}

.choose .main .item {
    background: linear-gradient(180deg, rgba(202, 44, 51, 0.03) 0%, rgba(202, 44, 51, 0.15) 100%, rgba(202, 44, 51, 0.21) 100%);
    border    : 1px solid var(--main-color);
    box-shadow: 2px 4px 24px 0px #0000000D;
    text-align: center;
    padding   : 20px;
    width     : 100%;
    max-width : 466px;
    margin    : 0 auto;
}

.choose .main .item img {
    width        : 100%;
    max-width    : 80px;
    height       : 80px;
    margin-bottom: 14px;
}

.choose .main .item h6 {
    color        : var(--second-color);
    margin-bottom: 10px;
}

.choose .main .item p {
    color        : var(--gray-color);
    margin-bottom: 0px;
}

.choose .space {
    margin-bottom: 48px;
}

/*  choose section end here  */


/*  model section start here  */

.model {
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.model .container {
    width    : 100%;
    max-width: 1140px;
}

.model .section-title h2,
.model .section-title p {
    color: var(--white-color);
}


.model .main .item {
    position         : relative;
    width            : 100%;
    max-width        : 350px;
    height           : 450px;
    margin           : 0 auto;
    background-repeat: no-repeat;
    background-size  : cover;
}

.model .main .item img {
    width : 100%;
    height: 450px;
}

.model .main .item .content {
    width        : 100%;
    max-width    : 296px;
    margin       : 0 auto;
    padding      : 12px;
    border-radius: 10px;
    text-align   : center;
    color        : var(--white-color);
    background   : #000000B2;
    border       : 2px solid var(--main-color);
    position     : absolute;
    left         : 50%;
    bottom       : 20px;
    transform    : translate(-50%, 0%);
}

.model .main .item .content h5 {
    margin-bottom: 4px;
}

.model .main .item .content p {
    margin-bottom: 10px;
}

.model .main .item .icons i {
    background   : linear-gradient(180deg, #EE333C 0%, #B7151D 100%);
    color        : var(--white-color);
    font-size    : 20px;
    padding      : 10px 12px;
    width        : 100%;
    max-width    : 40px;
    margin       : 0 10px;
    border-radius: 4px;
}

.model .main .item .icons i:hover {
    background: linear-gradient(180deg, #B7151D 100%, #EE333C 0%);
}

/*  model section end here  */


/*  model section start here  */

.clients-4 .section-title h2 {
    color: var(--second-color);
}

/*  model section end here  */

/* ================ Talent Page =================  */

/*  Talent Page  section start here  */


/* FILTER NAV */
.iso-nav {
    text-align: center;
}

.iso-nav ul {
    list-style: none;
    margin    : 0;
    padding   : 0;
}

.iso-nav ul li {
    display      : inline-block;
    padding      : 6px 24px;
    border       : 1px solid var(--main-color);
    font-size    : 18px;
    cursor       : pointer;
    border-radius: 8px;
    margin       : 0 25px;
}

.iso-nav ul li:hover {
    transition      : .3s;
    border          : 1px solid var(--main-color);
    background-color: var(--bg-color);
}

.iso-nav ul li.active {
    border          : 1px solid var(--main-color);
    background-color: var(--bg-color);
}

/* ITEMS */
.main-iso {
    margin-top: 50px;
    text-align: center;
}
.g-1 .container{
    width: 100%;
    max-width: 1140px;
}

.g-1 .main-iso .item-2 {
    margin-bottom: 0px !important;
}

.g-1 .main-iso .card_image {
    width        : 100%;
    max-width    : 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.g-1 .main-iso a:hover {
    transition: .3s;
    filter    : brightness(.7);
}


/*  Talent Page  section end here  */

/* ================ help or policy page =================  */

/*  help or policy page  section start here  */

.help-banner {
    background-image : url('https://www.uptechies.com/bootstrap-examples/bastion-agency/assets/images/three.webp');
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.help-accordion .accordion-button {
    padding: 21px 20px;
}

.help-accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
}

.help-accordion .item-last {
    margin-bottom: 0px;
}

.help-accordion .text {
    font-size    : 24px;
    margin-bottom: 0px;
    color        : var(--second-color);
    font-weight  : 500;
    line-height  : 28px;
}

.help-accordion .accordion-item p {
    color        : var(--gray-color);
    margin-bottom: 0;
}

.help-accordion .accordion-item .accordion-header button {
    background-color: var(--bg-color);
}

.help-accordion .accordion-item .accordion-body {
    border: none;
}


.help-accordion .accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: var(--bg-color);
}

.help-accordion .accordion {
    --bs-accordion-border-color: transparent;
}


.help-accordion .accordion-button:focus {
    box-shadow: none;
}

.help-accordion .accordion-button {
    border-radius: 16px !important;
}

.help-accordion .accordion-button:not(.collapsed) {
    border-top-left-radius    : 16px;
    border-top-right-radius   : 16px;
    border-bottom-left-radius : 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow                : none;
}

.accordion-button::after {
    background-image   : url('../image/angle-right-solid.svg');
    background-position: center;
    width              : 100%;
    max-width          : 20px;
    height             : 20px;
    transform          : rotate(0);
}

.accordion-button:not(.collapsed)::after {
    background-image   : url('../image/angle-right-solid.svg');
    background-position: center;
    width              : 100%;
    max-width          : 20px;
    height             : 20px;
    transform          : rotate(90deg);
}

/*  help or policy page  section end here  */


/* ================ conditions Page =================  */

.conditions .main .item h5 {
    color           : var(--second-color);
    background-color: var(--bg-color);
    border-radius   : 16px 16px 0 0;
    padding         : 20px;
    margin-bottom   : 20px;
}

.conditions .main .item-2 h5 {
    border-radius: 0px;
}

.conditions .main .item ul {
    margin : 0 20px;
    padding: 0;
}

.conditions .main .item ul li {
    background: url('../image/ic-star.svg') no-repeat left top;
    padding   : 0 0 0 50px;
    list-style: none;
    margin    : 0;
}

.conditions .main .item ul li p {
    color        : var(--gray-color);
    text-align   : justify;
    margin-bottom: 0;
}

.conditions .main .item ul li .first {
    margin-bottom: 18px;
}

.conditions .main .item ul li .second {
    margin-bottom: 30px;
}


/* ================ talent-details =================  */

/*  tdetails-banner start here */

.tdetails-banner-bg {
    width              : 100%;
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
    padding            : 236px 0;
}

.tdetails-banner {
    margin: -340px 0 0 0;
}

.tdetails-banner .banner-img {
    margin: 0 auto;
}

.tdetails-banner .banner-img,
.tdetails-banner .banner-img img {
    width        : 100%;
    max-width    : 510px;
    border-radius: 20px;
}

.tdetails-banner .banner-content {
    width    : 100%;
    max-width: 570px;
    color    : var(--white-color);
}

.tdetails-banner .banner-content .box {
    display        : flex;
    flex-wrap      : nowrap;
    flex-direction : row;
    justify-content: space-between;
    align-items    : center;
    margin-bottom  : 20px;
}

.tdetails-banner .banner-content .box h3 {
    text-shadow: 2px 2px 1px 0px #0000001A;
}

.tdetails-banner .banner-content .box .fa-heart {
    background   : #FFFFFF1A;
    color        : var(--white-color);
    border       : 1px solid #FFFFFF33;
    font-size    : 30px;
    width        : 100%;
    max-width    : 44px;
    height       : 44px;
    border-radius: 8px;
    padding      : 7px 0 0 0;
    text-align   : center;
}

.tdetails-banner .banner-content .box .fa-heart:hover {
    transition: 0.3s;
    cursor    : pointer;
    background: var(--white-color);
    color     : var(--black-color);
    border    : 1px solid var(--white-color);
}

.tdetails-banner .banner-content h5 {
    margin-bottom: 14px;
}

.tdetails-banner .banner-content p {
    margin-bottom: 0px;
}

/*  tdetails-banner end here */

/*  general-form start here */
.top-wrapper {
    padding: 100px 0 50px 0;
}

.general-form .alignn {
    text-align: center;
}

.general-form .box {
    display       : flex;
    align-items   : center;
    flex-direction: row;
    flex-wrap     : nowrap;
    row-gap       : 6px;
    margin-bottom : 40px;
    padding       : 0 0 0 34px;
}

.general-form .box img {
    width    : 100%;
    max-width: 32px;
    height   : 32px;
}

.general-form .box h4 {
    color        : #010101;
    margin-bottom: 0;
}

.general-form .main .item form h5 {
    width           : 100%;
    max-width       : 555px;
    color           : var(--second-color);
    /* margin-bottom: 10px; */
    text-align      : left;
    margin          : 0 auto 10px auto;
}

.general-form .main .item form input {
    background: #f4f1f1;
    border    : 2px solid transparent;
    width     : 100%;
    max-width : 555px;
    height    : 50px;
    padding   : 0 20px;
}

.general-form .main .item form .space {
    margin-bottom: 20px;
}

.general-form .main .item form input:focus {
    outline: none;
    border : 2px solid var(--footer-color);
}

.general-form .main .item form input::placeholder {
    color: var(--gray-color);
}

.general-form .main .item form .placeholder {
    opacity: 1;
}

/*  general-form end here */


/*  photos section start here */

.photos .box {
    display       : flex;
    align-items   : center;
    flex-direction: row;
    flex-wrap     : nowrap;
    row-gap       : 6px;
    margin-bottom : 40px;
    padding       : 0 0 0 34px;
}

.photos .box img {
    width    : 100%;
    max-width: 32px;
    height   : 32px;
}

.photos .box h4 {
    color        : #010101;
    margin-bottom: 0;
}

.photos .img-1,
.photos .img-2,
.photos .img-3,
.photos .img-4 {
    margin: 0 auto;

}

.photos .img-1,
.photos .img-1 img {
    width        : 100%;
    max-width    : 255px;
    height       : 395px;
    border-radius: 20px;
}

.photos .img-2,
.photos .img-2 img {
    width        : 100%;
    max-width    : 255px;
    height       : 340px;
    border-radius: 20px;
}

.photos .img-3,
.photos .img-3 img {
    width        : 100%;
    max-width    : 255px;
    height       : 440px;
    border-radius: 20px;
}

.photos .img-4,
.photos .img-4 img {
    width        : 100%;
    max-width    : 255px;
    height       : 340px;
    border-radius: 20px;
}


/*  photos section end here */

/* ================ blog page =================  */

/*  blog section start here */

.popular-blog {
    width              : 100%;
    background-position: right;
    background-size    : cover;
    background-repeat  : no-repeat;
}

.popular-blog .section-title h3 {
    text-align   : center;
    color        : var(--second-color);
    margin-bottom: 10px;
}

.popular-blog .main {
    margin: 0 auto;
}

.popular-blog .main .item {
    display        : flex;
    align-items    : center;
    column-gap     : 16px;
    flex-wrap      : nowrap;
    justify-content: center;
}



.card-image {
    display        : block;
    background     : #fff no-repeat;
    background-size: cover;
    filter         : blur(3px);
}

.card-image>img {
    display: block;
    opacity: 0;
}

.card-image.is-loaded {
    filter    : none;
    transition: filter 2s;
}

.popular-blog .main .space {
    margin-bottom: 40px;
}

.popular-blog .main .item-img,
.popular-blog .main .item-img img {
    width     : 100%;
    max-width : 220px;
    transition: all 0.3s ease-in-out;

}

.popular-blog .main .item:hover .item-img,
.popular-blog .main .item .item-img:hover img {
    transition   : 0.3s;
    border-radius: 20px;
}

.popular-blog .main .item-content {
    width    : 100%;
    max-width: 324px;
}

.popular-blog .main .item-content h6 {
    color        : var(--second-color);
    margin-bottom: 12px;
}

.popular-blog .main .item-content p {
    color        : var(--gray-color);
    margin-bottom: 12px;
}

.popular-blog .main .item-content .name {
    color       : var(--second-color);
    margin-right: 14px;
}

.popular-blog .main .item-content .year {
    color: var(--gray-color);
}

/*  blog section end here */

/* ================ contact page =================  */

.get-in .main {
    margin   : 0 auto;
    width    : 100%;
    max-width: 550px;
    padding  : 50px 0 0 0;
}

.get-in .main .item {
    width    : 100%;
    max-width: 550px;
}

.get-in .main .item h5 {
    color        : var(--second-color);
    margin-bottom: 10px;
}

.get-in .main .item p {
    color        : var(--gray-color);
    margin-bottom: 30px;
}

.get-in .main .icons .box {
    display       : flex;
    flex-direction: row;
    flex-wrap     : nowrap;
    align-items   : center;
    column-gap    : 12px;
    margin-bottom : 30px;
}

.get-in .main .icons .space {
    margin-bottom: 0;
}

.get-in .main .icons .box img {
    width    : 100%;
    max-width: 68px;
    height   : 60px;
}

.get-in .main .icons p {
    color        : var(--gray-color);
    margin-bottom: 0;
}

.get-in .main .icons p:hover {
    transition: 0.3s;
    color     : var(--black-color);
}

.get-in .main-form form {
    width        : 100%;
    max-width    : 550px;
    border-radius: 15px;
    padding      : 20px;
    border       : 1px solid #373C42;
    box-shadow   : 3px 5px 56px 0px #0000001A;
}

.get-in .main-form form .names {
    display        : flex;
    justify-content: space-between;
    align-items    : center;

}


.get-in .main-form form .names .fname,
.get-in .main-form form .names .lname {
    width    : 48%;
    max-width: 1000px;
}

.get-in .main-form form input,
.get-in .main-form form textarea {
    background   : #f4f1f1;
    border       : 2px solid transparent;
    width        : 100%;
    height       : 50px;
    padding      : 0 12px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.get-in .main-form form textarea {
    padding      : 12px 12px 0 12px;
    min-height   : 50px;
    margin-bottom: 30px;
}

.get-in .main-form form .space {
    margin-bottom: 20px;
}

.get-in .main-form form input:focus,
.get-in .main-form form textarea:focus {
    outline: none;
    border : 2px solid var(--footer-color);
}

.get-in .main-form form input::placeholder,
.get-in .main-form form textarea::placeholder {
    color: var(--gray-color);
}

.get-in .main-form form .placeholder {
    opacity: 1;
}

.get-in .main-form form .theme-btn .btn {
    width: 100%;
}


/*  contact-banner end here */

/*  map start here */

.map .container-fluid {
    padding: 0;
    margin : 0;
}

.map .map-box {
    height: 600px;
}

.map iframe {
    width : 100%;
    height: 600px;
}


/*  map end here */


/* ================ error page =================  */
/*  Error-Page  section start here  */
#background {
    background-image   : url('../image/bg-error-section.webp');
    width              : 100%;
    height             : 100vh;
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center center;
    position           : fixed;
    top                : 0;
    z-index            : -1;
}

.err-banner .main {
    display        : flex;
    justify-content: center;
    align-items    : center;
    min-height     : 100vh;
}

.err-banner .main .item {
    text-align: center;
}

.err-banner .main .item img {
    width        : 100%;
    max-width    : 440px;
    margin-bottom: 42px;
}

.err-banner .theme-btn {
    padding      : 11px 0px;
    margin-bottom: 5px;
}

.err-banner .theme-btn .btn {
    padding: 11px 64.5px;
}

/*  Error-Page  section end here  */



/*  Media Query  */
@media screen and (max-width:575px) {

    body {
        font-size  : 16px;
        line-height: 20px;
    }


    .banner-1 {
        padding: 50px 0 440px 0 !important;
    }

    .banner-1 .main {
        width    : 100%;
        max-width: 524px;
    }

    .banner-1 .banner-contant {
        width     : 100%;
        max-width : 524px;
        text-align: center;
    }

    .banner-1 .banner-img {
        position: absolute;
        top     : 246px !important;
        right   : -60px;
    }

    .banner-1 .banner-contant p {
        margin: 10px 0;
    }

    .banner-1 .banner-img img {
        width     : 100%;
        height    : 557px !important;
        object-fit: cover;
    }

    .find-1 .video-wrapper video[poster] {
        height: 240px !important;
    }

    .find-1 .play-button-wrapper img {
        width    : 100%;
        max-width: 40px !important;
        height   : 40px !important;
    }

    .agency .icons {
        flex-wrap      : wrap;
        gap            : 20px;
        justify-content: space-around;
    }

    .agency .icons .icon-1 {
        text-align: center;
        display   : block;
    }

    .foot .item,
    .foot .item-1 {
        margin      : 0;
        padding-left: 12px;
    }

    .banner-2 .main {
        padding   : 25px 0 0 0 !important;
        text-align: center;
        margin    : 0 auto;
    }

    .discover-2 .box h1 {
        font-size  : 60px;
        line-height: 57px !important;
    }

    .discover-2 .main {
        margin: 0px auto 36px auto;
    }

    .find-2 .main .item {
        width    : 100%;
        max-width: 600px !important;
        margin   : 20px auto 0 auto !important;
        padding  : 20px;
    }

    .find-2 .play-button-wrapper {
        position : absolute;
        top      : 44%;
        left     : 50%;
        transform: translate(-50%, -50%);
        z-index  : 1;
    }

    .find-2 .play-button-wrapper img {
        width    : 100%;
        max-width: 20px !important;
        height   : 20px !important;
    }


    .clients-2 .spacee {
        margin-bottom: 20px;
    }

    .banner-3 {
        background-position-x: 66%;
    }

    .banner-3 .hero-content {
        text-align: center;
    }

    .banner-3 .hero-content {
        padding: 42px 0;
    }

    .discover-3 .main-box .box .item-1 {
        width    : 100%;
        max-width: 70px;
        height   : 70px;
    }

    .find-3 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 1000px;
        height   : 254px !important;
    }

    .find-3 .video-wrapper video {
        width : 100%;
        height: 254px !important;
    }

    .find-3 .container {
        max-width: 720px;
    }

    .find-3 .main .item {
        width    : 100%;
        max-width: 500px;
        margin   : 20px auto 0 auto !important;
    }

    .find-3 .play-button-wrapper img {
        width    : 100%;
        max-width: 50px;
        height   : 50px;
    }

    .about-banner {
        padding: 60px 0 !important;
    }

    .we_are .video-wrapper video[poster] {
        object-position: 0 0;
        height         : 240px !important;
    }

    .we_are .play-button-wrapper img {
        width    : 100%;
        max-width: 40px !important;
        height   : 40px !important;
    }

    .choose {
        background-position: center !important;
    }

    .model .main .item .content {
        width: 90%;
    }

    .model .main .item .icons i {
        margin: 0 5px;
    }

    .help-accordion .text {
        font-size  : 16px !important;
        line-height: 18px !important;
    }

    .help-accordion .accordion-body {
        padding: 16px 20px 0 20px;
    }

    .conditions .main .item ul {
        margin: 0 5px;
    }

    .conditions .main .item ul li {
        padding: 0 0 0 20px;
    }

    .photos .img-1,
    .photos .img-1 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 395px;
    }

    .photos .img-2,
    .photos .img-2 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 340px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width    : 100%;
        max-width: 255px;
        height   : 440px;
    }

    .photos .img-4,
    .photos .img-4 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 360px;
        margin       : 0 auto 30px auto !important;
    }

    .tdetails-banner-bg {
        padding: 94px 0 !important;
    }

    .tdetails-banner {
        margin: -140px 0 0 0 !important;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width    : 100%;
        max-width: 210px !important;
    }

    .tdetails-banner .banner-content {
        margin: 30px auto 0 auto !important;
    }

    .blog-banner {
        padding: 90px 0 !important;
    }

    .popular-blog .main .item {
        display        : flex;
        align-items    : center;
        column-gap     : 16px;
        flex-wrap      : wrap !important;
        justify-content: center;
        text-align     : center !important;
    }

    .popular-blog .space {
        margin-bottom: 20px !important;
    }

    .popular-blog .spacee {
        margin-bottom: 20px !important;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 20px !important;
    }

    .popular-blog .main .item-content {
        width    : 100%;
        max-width: 430px;
    }

    .get-in .main {
        padding: 30px 0 0 0;
    }

    .get-in .main-form form .names {
        display        : flex;
        justify-content: space-between;
        align-items    : center;
        flex-wrap      : wrap;
    }

    .get-in .main-form form .names .fname,
    .get-in .main-form form .names .lname {
        width    : 100%;
        max-width: 1000px;
    }

    .map .map-box {
        height: 200px !important;
    }

    .map iframe {
        width : 100%;
        height: 200px !important;
    }

    .err-banner .main .item img {
        width        : 100%;
        max-width    : 260px !important;
        margin-bottom: 32px;
    }

    .iso-nav ul li {
        margin: 0 2px;
    }
}

@media screen and (max-width:600px) {
    .clients .wrapper .my-slider img {
        margin-left: 15px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {}

@media screen and (max-width:767px) {
    .section-wrapper {
        padding: 40px 0;
    }

    h1 {
        font-size  : 34px;
        line-height: 42px;
    }

    h2 {
        font-size  : 28px;
        line-height: 36px;
    }

    h3 {
        font-size  : 24px;
        line-height: 32px;
    }

    h4 {
        font-size  : 22px;
        line-height: 26px;
    }

    h5 {
        font-size  : 18px;
        line-height: 22px;
    }

    h6 {
        font-size  : 20px;
        line-height: 24px;
    }


    .banner-1 {
        padding: 100px 0 360px 0;
    }

    .banner-1 .banner-img {
        position: absolute;
        top     : 150px;
        right   : -60px;
    }

    .banner-1 .banner-img img {
        width : 100%;
        height: 657px;
    }

    .discover-1 .item {
        margin: -10px auto 36px auto !important;
    }

    .find-1 .container {
        max-width: 640px;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px !important;
        height   : 310px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width     : 100%;
        max-width : 700px !important;
        text-align: center;
    }

    .find-1 .play-button-wrapper img {
        width    : 100%;
        max-width: 50px;
        height   : 50px;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height     : auto;
    }

    .agency .content {
        margin: 0 auto;
    }

    .agency .content h2,
    .agency .content p {
        text-align: center;
    }

    .agency .box {
        text-align : center;
        margin-left: 0;
    }

    .clients .slick-dots li.slick-active button:before,
    .clients-2 .slick-dots li.slick-active button:before {
        opacity         : 1;
        background-color: var(--main-color);
        color           : var(--main-color);
        border          : 1px solid var(--main-color);
        border-radius   : 20px;
        position        : absolute;
        top             : 0;
        left            : 0;
        width           : 13px;
        height          : 13px;
        content         : '•';
        text-align      : center;
    }

    .clients .slick-dots li button:before,
    .clients-2 .slick-dots li button:before {
        border       : 1px solid var(--main-color);
        border-radius: 20px;
        position     : absolute;
        top          : 0;
        left         : 0;
        width        : 13px;
        height       : 13px;
        content      : '';
        text-align   : center;
        opacity      : 1;
    }

    .item-one {
        margin: 0 !important;
    }

    .banner-2 .main {
        padding   : 50px 0 0 0;
        text-align: center;
        margin    : 0 auto;
    }

    .banner-2 .main-img {
        padding   : 6px 0;
        text-align: center;
    }

    .banner-2 .main-img img {
        width    : 100%;
        max-width: 460px;
        height   : auto;
    }

    .discover-2 .box h1 {
        font-size  : 70px;
        line-height: 87px;
    }

    .find-2 .video-wrapper video {
        border-radius: 14px;
    }

    .find-2 .main .item {
        width    : 100%;
        max-width: 500px;
        margin   : -96px auto 0 auto;
    }

    .find-2 .play-button-wrapper img {
        width    : 100%;
        max-width: 50px;
        height   : 50px;
    }

    .clients-2 .space {
        margin-bottom: 20px;
    }

    .clients-2 .main-line {
        margin-bottom: 30px;
    }

    .clients-2 .main-content .item-img {
        text-align: center;
    }

    .clients-2 .main-content .content {
        padding: 10px 0 0 0;
    }

    .banner-3 .hero-content {
        padding: 52px 0;
    }

    .discover-3 .container {
        width    : 100%;
        max-width: 1600px;
    }

    .discover-3 .main-box {
        display        : flex;
        justify-content: center;
        flex-wrap      : wrap;
    }

    .discover-3 .main-box .space {
        margin-bottom: 10px;
    }

    .discover-3 .main-box .box .item-1 {
        width    : 100%;
        max-width: 90px;
        height   : 90px;
    }

    .discover-3 .main-box .arrow {
        width    : 100%;
        max-width: 70px;
        height   : 70px;
        display  : none;
    }

    .find-3 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 1000px;
        height   : 384px;
    }

    .find-3 .video-wrapper video {
        width : 100%;
        height: 384px;
    }

    .find-3 .container {
        max-width: 720px;
    }

    .find-3 .main .item {
        width    : 100%;
        max-width: 500px;
        margin   : -86px auto 0 auto;
    }

    .find-3 .play-button-wrapper img {
        width    : 100%;
        max-width: 60px;
        height   : 60px;
    }

    .find-3 .main .item h3 {
        margin-bottom: 20px;
    }

    .find-3 {
        padding: 0 0 40px 0;
    }

    .latest-3 .spacee {
        margin-bottom: 47px;
    }

    .latest-3 .main .item .content ul {
        padding        : 0 0 0 22px;
        list-style-type: none;
        margin-bottom  : 30px;
    }

    .latest-3 .main .item {
        flex-wrap      : wrap;
        row-gap        : 20px;
        justify-content: center;
    }

    .latest-3 .main .icon-box {
        text-align     : center;
        display        : flex;
        width          : 260px;
        justify-content: end;
        margin         : 0 auto;
    }

    .agency-2 .main {
        padding: 30px 0 0 0;
    }

    .clients-3 .title {
        width    : 100%;
        max-width: 800px;
    }

    .clients-3 .title h2 {
        text-align: center;
    }

    .clients-3 .title p {
        text-align: center;
    }

    .clients-3 .wrapper {
        padding: 30px 0 0 0;
    }

    .about-banner {
        padding: 70px 0;
    }

    .we_are .we-content {
        width     : 100%;
        max-width : 860px;
        text-align: center;
        padding   : 0;
    }

    .we_are .we-content h2 {
        color        : var(--second-color);
        margin-bottom: 14px;
    }

    .we_are .tac {
        text-align: center;
    }

    .we_are .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px !important;
        height   : 310px;
    }

    .we_are .video-wrapper {
        margin-bottom: 20px;
    }

    .we_are .play-button-wrapper img {
        width    : 100%;
        max-width: 50px;
        height   : 50px;
    }

    .choose .space,
    .choose .spacee {
        margin-bottom: 24px;
    }

    .choose {
        background-position: right;
    }

    .model .space {
        margin-bottom: 30px;
    }

    .conditions .container {
        max-width: 740px;
    }

    .conditions .main .item ul li {
        padding: 0 0 0 30px;
    }

    .top-wrapper {
        padding: 40px 0 50px 0;
    }

    .general-form .box {
        justify-content: center;
        padding        : 0;
    }

    .photos .box {
        justify-content: center;
        padding        : 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 395px;
    }

    .photos .img-2,
    .photos .img-2 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 340px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width    : 100%;
        max-width: 255px;
        height   : 440px;
    }

    .photos .img-4,
    .photos .img-4 img {
        margin-bottom: 30px;
        width        : 100%;
        max-width    : 255px;
        height       : 360px;
        margin       : 80px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 134px 0;
    }

    .tdetails-banner {
        margin: -200px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width    : 100%;
        max-width: 310px;
    }

    .tdetails-banner .banner-content {
        width     : 100%;
        max-width : 770px;
        text-align: center;
        margin    : 50px auto 0 auto;
        color     : var(--black-color);
    }

    .tdetails-banner .banner-content .box {
        margin-bottom: 20px;
    }

    .tdetails-banner .banner-content .box .fa-heart {
        font-size : 24px;
        padding   : 10px 0 0 0;
        color     : black;
        border    : 1px solid #00000066;
        background: #0000001A;

    }

    .tdetails-banner .banner-content .box .fa-heart:hover {
        transition: 0.3s;
        cursor    : pointer;
        background: var(--black-color);
        color     : var(--white-color);
        border    : 1px solid var(--black-color);
    }

    .popular-blog {
        background-position: center;
    }

    .popular-blog .main .item {
        display        : flex;
        align-items    : center;
        column-gap     : 16px;
        flex-wrap      : nowrap;
        justify-content: center;
        text-align     : left;
    }

    .popular-blog .spacee {
        margin-bottom: 40px;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 0px;
    }

    .popular-blog .main .item-content {
        width    : 100%;
        max-width: 430px;
    }

    .get-in .main {
        margin   : 0 auto;
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main-form form {
        width    : 100%;
        max-width: 1050px;
    }

    .map .map-box {
        height: 300px;
    }

    .map iframe {
        width : 100%;
        height: 300px;
    }

    .err-banner .main .item img {
        width        : 100%;
        max-width    : 340px;
        margin-bottom: 32px;
    }

    .l-1 .set {
        margin-bottom: 100px;
    }

    .l-1 .spacee {
        margin-bottom: 36px;
    }

    .help-accordion .text {
        font-size: 20px;
    }

    .g-1 .main-iso .item-2 {
        margin-bottom: 30px !important;
    }

    .g-1 .main-iso .card_image {
        margin-bottom: 20px;
    }
    .foot .foot-icon i {
        max-width    : 38px;
        height       : 38px;
        font-size    : 18px;
    }
}

@media screen and (min-width:768px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    .section-wrapper {
        padding: 60px 0;
    }

    h1 {
        font-size  : 44px;
        line-height: 56px;
    }

    h2 {
        font-size  : 30px;
        line-height: 40px;
    }

    h3 {
        font-size  : 26px;
        line-height: 32px;
    }

    h4 {
        font-size  : 20px;
        line-height: 26px;
    }

    h5 {
        font-size  : 18px;
        line-height: 22px;
    }

    h6 {
        font-size  : 20px;
        line-height: 24px;
    }


    .banner-1 {
        padding: 150px 0;
    }

    .banner-1 .main {
        width    : 100%;
        max-width: 524px;
    }

    .banner-1 .banner-contant {
        width    : 100%;
        max-width: 524px;
    }

    .banner-1 .banner-img {
        position: absolute;
        top     : 20px;
        right   : -60px;
    }


    .banner-1 .banner-img img {
        width : 100%;
        height: 657px;
    }

    .discover-1 .item {
        padding  : 60px 15px 44px 15px;
        width    : 100%;
        max-width: 336px;
    }

    .find-1 .tac {
        text-align: center;
    }

    .find-1 .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px;
    }

    .find-1 .video-wrapper {
        margin-bottom: 20px;
    }

    .find-1 .main-box .item {
        width     : 100%;
        max-width : 700px;
        text-align: center;
    }

    .find-1 .main-box .item h2 {
        margin-bottom: 30px;
    }

    .find-1 .main-box {
        align-items: flex-start;
        height     : auto;
    }

    .agency .content {
        margin: 0 auto;
    }

    .agency .content h2,
    .agency .content p {
        text-align: center;
    }

    .agency .box {
        text-align : center;
        margin-left: 0px;
    }

    .foot .item {
        width    : 100%;
        max-width: 300px;
    }

    .banner-2 .main {
        padding: 0 0;
    }

    .discover-2 .box h1 {
        font-size  : 80px;
        line-height: 97px;
    }

    .discover-2 .item-one {
        margin-bottom: 0px !important;
        width        : 100%;
        max-width    : 336px;
        margin       : 0 auto;
    }

    .find-2 .main .item {
        width    : 100%;
        max-width: 506px;
        margin   : -116px auto 0 auto;
    }

    .find-2 .play-button-wrapper img {
        width    : 100%;
        max-width: 60px;
        height   : 60px;
    }

    .clients-2 .space {
        margin-bottom: 20px;
    }

    .clients-2 .main-content .item-img {
        text-align: center;
    }

    .clients-2 .main-content .content {
        padding: 10px 0 0 0;
    }

    .banner-3 .hero-content {
        padding: 72px 0;
    }

    .discover-3 .container {
        width    : 100%;
        max-width: 1600px;
    }

    .discover-3 .main-box .box .item-1 {
        width    : 100%;
        max-width: 90px;
        height   : 90px;
    }

    .discover-3 .main-box .arrow {
        width    : 100%;
        max-width: 70px;
        height   : 70px;
    }

    .discover-3 .main-box .arrow img {
        width    : 100%;
        max-width: 70px;
        height   : 70px;
    }

    .find-3 .container {
        max-width: 920px;
    }

    .find-3 .main .item {
        width    : 100%;
        max-width: 650px;
        margin   : -86px auto 0 auto;
    }

    .find-3 {
        padding: 0 0 60px 0;
    }

    .latest-3 .main .item .content ul {
        padding        : 0 0 0 22px;
        list-style-type: none;
        margin-bottom  : 30px;
    }

    .latest-3 .main .item {
        flex-wrap      : wrap;
        row-gap        : 20px;
        justify-content: center;
    }

    .latest-3 .main .icon-box {
        text-align     : center;
        display        : flex;
        width          : 260px;
        justify-content: end;
        margin         : 0 auto;
    }

    .agency-2 .main {
        padding: 54px 0 0 0;
    }

    .clients-3 .title {
        width    : 100%;
        max-width: 800px;
    }

    .clients-3 .title h2 {
        text-align: center;
    }

    .clients-3 .title p {
        text-align: center;
    }

    .clients-3 .wrapper {
        padding: 30px 0 0 0;
    }

    .about-banner {
        padding: 80px 0;
    }

    .we_are .we-content {
        width     : 100%;
        max-width : 860px;
        text-align: center;
        padding   : 0;
    }

    .we_are .we-content h2 {
        color        : var(--second-color);
        margin-bottom: 14px;
    }

    .we_are .tac {
        text-align: center;
    }

    .we_are .video-wrapper video[poster] {
        width    : 100%;
        max-width: 700px;
    }

    .we_are .video-wrapper {
        margin-bottom: 20px;
    }

    .choose {
        background-position: right;
    }

    .choose .space {
        margin-bottom: 24px;
    }

    .model .space {
        margin-bottom: 30px;
    }

    .general-form .container {
        max-width: 920px;
    }

    .general-form .box {
        padding: 0;
    }

    .top-wrapper {
        padding: 60px 0 50px 0;
    }

    .container {
        max-width: 920px;
    }

    .photos .box {
        padding: 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        width    : 100%;
        max-width: 355px;
        height   : 495px;
    }

    .photos .img-2,
    .photos .img-2 img {
        width    : 100%;
        max-width: 355px;
        height   : 440px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width    : 100%;
        max-width: 355px;
        height   : 540px;
    }

    .photos .img-4,
    .photos .img-4 img {
        width    : 100%;
        max-width: 355px;
        height   : 440px;
        margin   : 100px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 174px 0;
    }

    .tdetails-banner {
        margin: -260px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width    : 100%;
        max-width: 410px;
    }

    .tdetails-banner .banner-content {
        width     : 100%;
        max-width : 770px;
        text-align: center;
        margin    : 50px auto 0 auto;
        color     : var(--black-color);
    }

    .tdetails-banner .banner-content .box {
        margin-bottom: 20px;
    }

    .tdetails-banner .banner-content .box .fa-heart {
        font-size : 24px;
        padding   : 10px 0 0 0;
        color     : black;
        border    : 1px solid #00000066;
        background: #0000001A;

    }

    .tdetails-banner .banner-content .box .fa-heart:hover {
        transition: 0.3s;
        cursor    : pointer;
        background: var(--black-color);
        color     : var(--white-color);
        border    : 1px solid var(--black-color);
    }

    .popular-blog .main .item {
        display        : flex;
        align-items    : center;
        column-gap     : 16px;
        flex-wrap      : wrap;
        justify-content: center;
        text-align     : center;
    }

    .popular-blog .main .item .item-img {
        margin-bottom: 20px;
    }

    .popular-blog .main .item-content {
        width    : 100%;
        max-width: 430px;
    }

    .get-in .main {
        margin   : 0 auto;
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main-form form {
        width    : 100%;
        max-width: 1050px;
    }

    .map .map-box {
        height: 400px;
    }

    .map iframe {
        width : 100%;
        height: 400px;
    }

    .help-accordion .text {
        font-size: 20px;
    }

    .g-1 .main-iso .item-2 {
        margin-bottom: 0px !important;
    }

    .g-1 .main-iso .card_image {
        margin-bottom: 20px;
    }
    #background {
        width: 110%;
    }


}



@media screen and (min-width:992px) and (max-width:1199px) {
    .section-wrapper {
        padding: 80px 0;
    }

    h1 {
        font-size  : 54px;
        line-height: 66px;
    }

    h2 {
        font-size  : 40px;
        line-height: 50px;
    }

    h3 {
        font-size  : 34px;
        line-height: 44px;
    }

    h4 {
        font-size  : 30px;
        line-height: 36px;
    }

    h5 {
        font-size  : 22px;
        line-height: 26px;
    }

    h6 {
        font-size  : 22px;
        line-height: 26px;
    }

    .banner-1 {
        padding: 194px 0;
    }

    .discover-1 .item {
        padding: 60px 15px 44px 15px;
    }

    .agency .icon img {
        width    : 100%;
        max-width: 62px;
        height   : auto;
    }

    .agency .content p {
        margin-bottom: 30px;
    }

    .agency .icon {
        margin-bottom: 15px;
    }

    .agency .icons .icon-1 {
        gap: 10px;
    }

    .agency .icon .icon-1 img {
        width    : 100%;
        max-width: 60px;
        height   : auto;
    }

    .banner-2 .main {
        padding: 42px 0;
    }

    .find-2 .main .item {
        width    : 100%;
        max-width: 766px;
        margin   : -130px auto 0 auto;
    }

    .clients-2 .main-content .content {
        padding: 10px 0;
    }

    .banner-3 .hero-content {
        padding: 102px 0;
    }

    .discover-3 .main-box .box .item-1 h2 {
        color        : var(--main-color);
        margin-bottom: 0;
        line-height  : 2.01;
    }

    .find-3 {
        padding: 0 0 80px 0;
    }

    .latest-3 .main .item .content {
        width    : 100%;
        max-width: 228px;
    }

    .agency-2 .container {
        max-width: 1000px;
    }

    .agency-2 .main {
        padding: 10px 0;
    }

    .clients-3 .wrapper {
        padding: 20px 0;
    }

    .about-banner {
        padding: 100px 0;
    }

    .we_are .we-content h2 {
        color        : var(--second-color);
        margin-bottom: 30px;
    }

    .choose .space {
        margin-bottom: 24px;
    }

    .model .container {
        max-width: 1060px;
    }

    .top-wrapper {
        padding: 80px 0 50px 0;
    }

    .general-form .box {
        padding: 0;
    }

    .photos .box {
        padding: 0;
    }

    .photos .img-1,
    .photos .img-1 img {
        width    : 100%;
        max-width: 355px;
        height   : 495px;
    }

    .photos .img-2,
    .photos .img-2 img {
        width    : 100%;
        max-width: 355px;
        height   : 440px;
    }

    .photos .img-3,
    .photos .img-3 img {
        width    : 100%;
        max-width: 355px;
        height   : 540px;
    }

    .photos .img-4,
    .photos .img-4 img {
        width    : 100%;
        max-width: 355px;
        height   : 440px;
        margin   : 100px auto 0 auto;
    }

    .tdetails-banner-bg {
        padding: 190px 0;
    }

    .tdetails-banner {
        margin: -310px 0 0 0;
    }

    .tdetails-banner .banner-img,
    .tdetails-banner .banner-img img {
        width    : 100%;
        max-width: 410px;
    }

    .tdetails-banner .banner-content {
        width    : 100%;
        max-width: 570px;
        color    : var(--white-color);
    }

    .popular-blog .container {
        max-width: 1100px;
    }

    .get-in .main {
        margin   : 0 auto;
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main .item {
        width    : 100%;
        max-width: 1050px;
    }

    .get-in .main-form form {
        width    : 100%;
        max-width: 1050px;
    }

    .help-accordion .text {
        font-size: 22px;
    }

}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .agency .icon img {
        width    : 100%;
        max-width: 62px;
        height   : auto;
    }

    .agency .icons .icon-1 .icon-content h6 {
        font-size: 22px;
    }

    .banner-3 .hero-content {
        padding: 122px 0;
    }

    .agency-2 .main {
        padding: 34px 0;
    }

    .general-form .box {
        padding: 0;
    }

    .photos .box {
        padding: 0;
    }
}
.nav-links {
    display: flex;
    flex-direction: row; /* 确保子元素在同一行 */
    gap: 10px; /* 可选：设置链接之间的间距 */
}

.nav-link {
    text-decoration: none; /* 去掉默认的下划线 */
    color: inherit; /* 继承父元素的文字颜色 */
}

@media screen and (min-width:1400px) {}