/*
Theme Name: Avinex
Author: Themes Daddy
Author URI: https://themesdaddy.com/
Theme URI: https://themesdaddy.com/themes/avinex-free/
Description: Lightning Fast Speed & Responsive Theme. Avinex is a responsive and fully customizable theme to create any kind of websites. The advanced admin panel will enable you to customize it without any technical knowledge. This theme is lightweight, it will enable you to create almost any type of website such a blog, portfolio, acting and shooting industry, total trendy news, newspaper, mega magazine, fashion, dark themes, petcare, animals wildlife, wooden architecture, plumbing contractor, painting estate, interior design, rooms furniture, home decoration, green floral nature, construction, corporate, multiple agency, business promotion, dark variation, industries, Beauty & spa salons, photography, gym, fitness, health, medical, startups, business agencies, law firms, travel, NGO, charity, yoga, kids education, training institute, university portal, restaurant, meta shop, quick magazines, mutual fund, finance, accounting, consulting ,travel agency website. Theme is fully compatible with popular WordPress plugins like Elementor Page Builder, Slider, Carousal, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, Gutenberg, Block-Enabled, WooCommerce, WPML, Yoast SEO, Shortcode, Jetpack, Contact Form 7, Mailchimp for WordPress, bbPress, Demo Importer, WPForms and more. Your WordPress website will never be let down with this theme. View the demo of Avinex Pro https://demo.themesdaddy.com/avinex-pro/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, rtl-language-support, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
Version: 1.0.4
Tested up to: 6.8
Requires PHP: 5.4
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v2 or later
Text Domain: avinex
Slug: avinex
Template: flixita
*/
html, body {
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: "Golos Text",sans-serif;
    box-sizing: border-box;

}

:root {
    --bs-primary: #f10122;
    --bs-primary-dark:#467408;
    --bs-primary-light: #74bd121f;
    --bs-primary-shadow:rgb(0 123 255 / 0.5);
    --bs-secondary:#214462;
    --bs-secondary-dark: #000000; 
}

.avinex-theme .container {
    max-width: 1300px;
}

.avinex-theme .main-mobile-nav {
	background: var(--bs-secondary);
}

.avinex-theme .main-content h4 {
    border: none;
    color: var(--bs-secondary);
    background-color: #f4ecff;
    border-style: solid;
    border-width: 1px;
    border-color: #8E33FF33;
    padding: 6px 15px;
    border-radius: 30px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.avinex-theme .main-content h4:before {
    display:none;
}

.avinex-theme .main-content h4 i {
	color: var(--bs-primary);
	font-size: 16px;
    height: 24px;
    width: 24px;
	line-height: 24px;
    border-radius: 50px;
    display: inline-block;
    background: var(--bs-gray);
	text-align: center;
	margin-left: -7px;
}

.avinex-theme .info-section .info-inner {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
    border: 0.1rem solid rgba(189, 189, 189, 0.35);
    z-index: 2;
}

.avinex-theme .info-section .info-inner::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: "";
    background-color: var(--bs-secondary);
    border-radius: 20px;
    z-index: -1;
    transition: all 500ms ease;
}

.avinex-theme .info-section .info-inner:hover::before {
    width: 100%;
    height: 100%;
}

.avinex-theme .info-section .info-inner::after {
    position: absolute;
    left: -64px;
    top: -64px;
    width: 212px;
    height: 212px;
    content: "";
    background-color: var(--bs-primary);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.avinex-theme .info-section .info-inner .feature-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}


.avinex-theme .info-section .info-inner .feature-img img {
    width: 100%;
    height: auto;
	max-height: 153px;
    object-fit: cover;
}


.avinex-theme .info-section .feature-box-inner {
    position: relative;
    padding-right: 90px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.avinex-theme .info-section .info-inner .feature-box-title  {
    margin-bottom: 0;
}

.avinex-theme .info-section .info-inner .feature-box-title a{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    color: var(--bs-secondary);
}

.avinex-theme .info-section .info-inner .feature-box-title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.avinex-theme .info-section .info-inner .feature-box-title a:hover {
    background-size: 100% 1px;
}

.avinex-theme .info-section .info-inner:hover .feature-box-title,
.avinex-theme .info-section .info-inner:hover .fbox-content,
.avinex-theme .info-section .info-inner:hover .read-more {
    color: var(--bs-white);
}

.avinex-theme .info-section .info-inner .feature-icon {
    width: 64px;
    height: 64px;
    background-color: #F7F5F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: var(--bs-primary);
    position: absolute;
    z-index: 2;
    transition: all 400ms ease;
    overflow: hidden;
    right: 0;
    top: 0;
}

.avinex-theme .info-section .info-inner:hover .feature-icon {
    color: var(--bs-white);
}

.avinex-theme .info-section .info-inner:hover .feature-icon::after {
    height: 100%;
}
.avinex-theme .info-section .info-inner .feature-icon::after {
    position: absolute;
    content: "";
    background-color: var(--bs-primary);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}


.avinex-theme .info-section .info-inner .fbox-content {
    margin-bottom: 10px;
    max-width: 80%;
}


.avinex-theme .info-section .info-inner .read-more {
    border-bottom: none;
    font-weight: 500;
	color: var(--bs-secondary);
	text-decoration:none;
}

.avinex-theme .info-section .info-inner:hover .read-more {
	color: var(--bs-white);
}

.avinex-theme .info-section .info-inner .read-more i {
    rotate: -40deg;
	color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
	margin-left: 3px;
	transition: all 200ms ease;
}

.avinex-theme .info-section .info-inner:hover .read-more i {
    background: var(--bs-white);
	color:var(--bs-primary);
	rotate: 0deg;
}

.avinex-theme .info-section .info-inner .bottom-content {
    margin-top: 0.5rem;
}

.avinex-theme .service-section {
    padding: 8.75rem 0;
	z-index: 0;
}

.avinex-theme .service-content {
    padding: 4.5rem 1.563rem 2.188rem;
	z-index: 2;
    position: relative;
}

.avinex-theme .service-inner:hover .service-icon-img-wrap:after{
	display:none;
}
.avinex-theme .service-icon-img-wrap {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--bs-primary);
    text-align: center;
    margin: 0px;
    box-shadow: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.avinex-theme .service-inner .service-title {
    text-align: left;
}

.avinex-theme .service-inner .service-content {
    text-align: left;
}
.avinex-theme .service-inner h3.service-title {
    font-size: 22px;
    margin: 15px 0px !important;
}

.avinex-theme .service-excerpt p {
	position: relative;
	margin-bottom: 25px;
}
.avinex-theme .service-icon-img-wrap:after{
    border: 4px dashed var(--bs-white);
}

.avinex-theme .service-section .service-box {
    position: relative;
}

.avinex-theme .service-section .service-img {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    transition: .5s;
    opacity: 0;
    z-index: -1;
}

.avinex-theme .service-section .service-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.avinex-theme .service-section .service-inner:hover .service-img {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.avinex-theme .service-inner:hover .service-title a, 
.avinex-theme .service-inner:hover .service-excerpt p, 
.avinex-theme .service-inner:hover .post-more a {
    color: var(--bs-white);
}


.avinex-theme .service-section .service-inner {
    position: relative;
	border-bottom: none;
}

.avinex-theme .service-inner::before {
    content: '';
    position: absolute;
    height: 42%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 99;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.avinex-theme .service-section .service-inner:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
}

.avinex-theme .service-inner .fbox-number {
    position: absolute;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
    font-weight: 600;
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 50px;
	text-align: center;
	opacity: 0.3;
}

.avinex-theme .service-inner:hover .fbox-number {
    opacity: 1;
}

.avinex-theme .service-inner .service-icon-img-wrap i {
    color: var(--bs-white);
}

.avinex-theme .service-inner .service-title a::before {
	display:none;
}

@media (min-width: 992px) {
	.avinex-theme .main-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 0;
        margin: 0 auto;
        z-index: 99;
        background: transparent;
    }
	body.avinex-theme.admin-bar .main-header {
        top: 32px;
    }
	.avinex-theme .above-header:before,
	.avinex-theme .above-header:after	{
        display:none;
    }
	.avinex-theme .above-header {
		background: transparent;
		border-bottom: none;
	}
	.avinex-theme .menu-area {
		position: relative;
	    z-index: 3;
		padding: 0px 30px 0px 60px;
	}
	.avinex-theme .menu-area:before, .avinex-theme .menu-area:after {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask-image: url(./assets/images/header-shape.png);
		mask-image: url(./assets/images/header-shape.png);
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: auto;
		mask-size: auto;
		-webkit-mask-position: center center;
		mask-position: center center;
		background: rgba(255, 255, 255, 0.18);
		-webkit-backdrop-filter: blur(19.5px);
		backdrop-filter: blur(19.5px);
		z-index: -1;
	}
	.avinex-theme .menu-area:after {
		-webkit-mask-image: url(./assets/images/header-shape-border.png);
		mask-image: url(./assets/images/header-shape-border.png);
		inset: 1px;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
	.avinex-theme .menu-area:before, 
	.avinex-theme .menu-area:after {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
	.avinex-theme .is-sticky-menu {
		background: transparent;
		box-shadow: none;
	}
	.avinex-theme .is-sticky-menu .menu-area:before,
	.avinex-theme .is-sticky-menu .menu-area:after {
		background: var(--bs-secondary);
	}
	.avinex-theme .breadcrumb-area {
        min-height: 360px;
    }
	.avinex-theme .main-navigation {
		min-height: 84px;
	}
	.avinex-theme .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover), .avinex-theme .main-navbar .main-menu > li.dropdown > a:before {
		color: var(--bs-white);
	}
	.avinex-theme .main-navbar .main-menu > li.menu-item > a:after {
		display:none;
	}
	.avinex-theme .breadcrumb-center .breadcrumb-content {
        padding: 200px 0 0;
    }
	.avinex-theme .main-content h4 {
		font-size: 1.2rem;
	}
	.avinex-theme .home-slider, 
	.avinex-theme .home-slider .owl-item img {
        min-height: 800px;
        object-fit: cover;
    }
	
	.avinex-theme .main-slider div.main-content {
        margin-top: 3rem;
        margin-bottom: 0;
    }
	.avinex-theme .slider-section + .info-section {
		margin-top: -5rem;
	}
}

.avinex-theme .btn {
    border-radius: 50px !important;
}

.btn-style-three .btn.btn-primary {
    transition: 0s;
}

.btn-style-three .btn:before, .btn-style-three .btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--bs-white);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.btn-style-three .btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}

.btn-style-three .btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}

.btn-style-three .btn:hover,
.btn-style-three .btn:focus {
  color: var(--bs-secondary);
  box-shadow: none;
}

.btn-style-three .btn:hover::before, .btn-style-three .btn:hover:after,
.btn-style-three .btn:focus::before, .btn-style-three .btn:focus:after {
  width: 51%;
  border-radius: 0;
}

.wp-block-site-tagline.has-background {
    padding: 1rem;
}

.wp-block-site-title.has-background {
    padding: 1rem;
}

.main-content h1 {
    font-size: 2.5rem !important;
}

.contact-area {
    background: rgb(12 11 11 / 52%);
    padding: 5px;
}


.main-slider {
    background: rgb(12 11 11 / 0%) !important
}

.avinex-theme .main-slider div.main-content {
    background: rgb(12 11 11 / 48%);
    padding: 10px;
}

.nav-link {
    font-size: 16px !important;
}

.col-3.my-auto {
    width: 20% !important;
}

.col-9.my-auto {
    width: 80% !important;
}

.avinex-theme .is-sticky-menu .menu-area:before, .avinex-theme .is-sticky-menu .menu-area:after {
    background: #ffffff73;
    border-bottom: 1px solid #ff0627;
    padding-top: 100px;
}

.avinex-theme .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover), .avinex-theme .main-navbar .main-menu > li.dropdown > a:before {
    color: #000000;
}

.main-footer {
    background-color: #ffffff !important;
}

.footer-top {
    border: 1px solid #000;
}

.present-1, .present-2, .present-3, .present-4, .present-5, .present-6, .present-7, .present-8, .present-9 {
    margin-top: 100px;
}

.OnePresent {
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.itemPresentOne4, .itemPresentOne5 {
    margin-top: 30px;
    display: grid;
    gap: 30px;
}

.cifra1, .cifra2 {
    line-height: 1.4em;
}

.itemCifra1, .itemCifra2 {
    font-size: 25px;
}

.lineItemCifra1, .lineItemCifra2 {
    font-size: 25px;
}


.subNamePresentOne {
    font-size: 20px;
    font-family: cursive;
}

.prologStartName {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
}

.itemPresentOne2 {

}

.nameOnePresent {
    font-size: 60px;
    font-family: fangsong;
    color: #b52135;
    font-weight: 600;
}

.TwoPresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
    display: flex;
}

.itemTwoPresentName {
    text-align: center;
    font-size: 30px;
    font-family: initial;
}

.textTwoPresentName {
    width: 70%;
    font-size: 25px;
    margin-top: 50px;
}

.textTwoPresentName {
    width: 70%;
    font-size: 25px;
}

.constTwoPresentName {
    display: grid;
    gap: 20px;
    width: 50%;
    padding: 20px;
}

.TwoItemsPresent:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.constTwoPresentItem:nth-child(1),.constTwoPresentItem:nth-child(4) {
    display: flex;
    justify-content: right;
}

.constTwoPresentItem:nth-child(2),.constTwoPresentItem:nth-child(5) {
    display: flex;
    justify-content: center;
}

.constTwoPresentItem:nth-child(3),.constTwoPresentItem:nth-child(6) {
    display: flex;
    justify-content: left;
}



.sub {
    background: #bf2a44;
    padding: 3px;
    border-radius: 6pc;
    color: white;
    width: fit-content;
    font-size: 30px;
    box-shadow: #c58fa3 3px -1px 5px 7px;
}

.textTwoItemsPresent {
    font-size: 30px;
    min-width: 200px;
    text-align: center;
}

.imgTwoItemsPresent img {
    width: 250px;
}


.TreePresentItems {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
.TreePresentItem:nth-child(2) {
    display: grid;
    gap: 20px;
    width: 60%;
}

.TreePresentItemSub {
    display: flex;
    justify-content: space-between;
}

.TreePresentItemSub2 {
    font-size: 40px;
    align-self: center;
}

.TreePresentItemSub2:nth-child(2) {
    border: 50px solid #4ac7c3;
    border-radius: 50%;
    height: 100px;
}

.TreePresentItemSub0 {
    font-size: 30px;
}
.TreePresentItemSub9 {
    font-size: 30px;
}
.TreePresentItemSub8 {
    font-size: 18px;
}

.FourPresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.FourPresentItems {
    width: 80%;
    display: grid;
    gap: 10px;
}

.nameFourItem {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.textFourItem {
    font-size: 20px;
}


.FifePresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;

}

.gridForFifePresent {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
}

.nameFifePresent {
    font-size: 30px;
    margin: 10px 0px 10px 0px;
    font-weight: 800;
    text-align: center;
}

.gridForFifePresent {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.numberFifePresent {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: grid;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500;
    font-family: fantasy;
    color: white;
    text-align: center;
}

.nameFifePresent {
    font-size: 30px;
    margin: 10px 0px 10px 0px;
    font-weight: 800;
    text-align: center;
    line-height: 1em;
}

.textFifePresent {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.SixPresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
}

.nameSixPresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.textSixPresent {
    font-size: 26px;
    text-align: center;
}

.forSixForPresent-1, .forSixForPresent-2, .forSixForPresent-3 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin-top: 30px;
}

.forItemForSixPresent-1, .forItemForSixPresent-2, .forItemForSixPresent-3 {
    margin: 0 auto;
}

.forSixSorganization {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}


.SevenPresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
}

.nameSevenPresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.subSevenPresent {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    margin-top: 20px;
    gap: 30px;
}

.itemSevenPresent {
    text-align: center;
}

.titleSevenPresent {
    font-size: 25px;
    font-weight: 600;
}

.textSevenPresent {
    font-size: 22px;
}

.titleSevenPresent {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.textSevenPresent {
    font-size: 22px;
}

.subNameSevenPresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.itemsSubSevenPresent {
    margin: 0 auto;
    display: grid;
    gap: 30px;
    margin-top: 30px;
}

.osbSevenPresent {
    border: 2px solid #4e8d9f;
    position: relative;
    margin: 0 auto;
    width: 600px;
}

.subOsbSevenPresent {
    position: absolute;
    color: #000000;
    top: -16px;
    left: 32px;
    border-radius: 5px;
    font-size: 19px;
    width: 70%;
    padding: 1px;
}

.subTextOsbSevenPresent {
    margin-top: 18px;
    font-size: 18px;
}


.EightPresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
}

.fleEightPresent {
    display: flex;
    justify-content: space-between;
}

.eightNamePresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}


.obEightPresent {
    margin-top: 50px;
}

.eightLineItemPresent {
    position: relative;
    border-left: 3px solid;
    border-color: #6d4562;
    border-top: 3px solid;
    width: 80px;
    height: 80px;
}

.eightNumber {
    position: absolute;
    top: -20px;
    left: -30px;
    background: #93cddd;
    color: white;
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    font-size: 25px;
    font-weight: 600;
    border-radius: 5px;
}

.eightNumberText {
    position: absolute;
    width: 700px;
    font-size: 24px;
    top: -19px;
    left: 87px;
}

.eightImgPresent {
    align-self: center;
}

.eightImgPresent img {
    width: 250px;
}

.NinePresent {
    margin: 0 auto;
    width: 1200px;
    margin-top: 30px;
}

.nameNinePresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}

.subNameNinePresent {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}

.NinePartner {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
    margin-top: 30px;
}

.itemNinePartner {
    display: grid;
    place-content: center;
}

.itemNinePartner img {
    width: 200px;
}

.InfoNinePartner{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
    margin-top: 30px;
}

.itemInfoNinePartner {
    display: grid;
    place-content: center;
}

.itemInfoNinePartner img {
    width: 200px;
}

.primary {
    color: white !important;
}

@media screen and (max-width: 1200px) {

    .TwoPresent, .TreePresent, .FourPresent, .FifePresent, .OnePresent,
    .SixPresent, .SevenPresent, .EightPresent, .NinePresent {
        width: 100%;
    }

    .TwoPresent {
        flex-direction: column !important;
    }

    .textTwoPresentName {
        width: 100%;
        font-size: 25px;
        margin-top: 50px;
        padding: 4px;
    }

    .constTwoPresentName {
        display: grid;
        gap: 6px;
        width: 100%;
        padding: 19px;
    }

    .imgTwoItemsPresent {
        margin: 0 auto;
    }

    .TreePresentItems {
        flex-direction: column;
    }

    .FourPresent {
        flex-direction: column;
    }

    .OnePresent {
        flex-direction: column;
    }

    .osbSevenPresent {
        width: 90%;
    }

}





@media screen and (max-width: 568px) {

    .main-content h1 {
        font-size: 1.7rem !important;
    }

    .itemTwoPresentName {
        font-size: 19px;
        margin-top: 0;
    }



    .textTwoPresentName {
        font-size: 18px;
        text-align: justify;
        padding: 10px;
    }


    .sub {
        font-size: 16px;
    }

    .TreePresentItems {
        width: 100%;
    }

    .TreePresentItemSub {
          display: block;
    }

    .TreePresentItemSub2:nth-child(1) {
           margin: 0 auto;
           text-align: center;
           font-size: 25px;
    }

    .TreePresentItemSub2:nth-child(2) {
            display: none;
    }

    .TreePresentItem img {
       max-width: 100%;
    }

    .TreePresentItem:nth-child(2) {
        width: 100%;
    }

    .TreePresentItemSub0 {
        text-align: justify;
        padding: 4px;
        font-size: 23px;
    }

    .TreePresentItemSub8 {
        font-size: 18px;
        text-align: justify;
        padding: 3px;
    }

    .TreePresentItemSub9 {
        font-size: 18px;
        padding: 7px;
    }

    .FourPresentItems {
        width: 100%;
        padding: 6px;
        text-align: justify;
    }

    .nameFourItem {
        font-size: 25px;
    }

    .textFourItem {
        font-size: 18px;
    }

    .nameSixPresent {
        font-size: 25px;
    }

    .textSixPresent {
        font-size: 20px;
    }

    .forSixForPresent-1, .forSixForPresent-2, .forSixForPresent-3 {
        gap: 20px;
    }

    .forItemForSixPresent-1 img {
        width: 80%;
        margin: 0 auto;
    }

    .forItemForSixPresent-2 img {
        width: 80%;
        margin: 0 auto;
    }

    .forItemForSixPresent-3 img {
        width: 80%;
        margin: 0 auto;
    }

    .forSixSorganization {
        margin-top: 20px;
    }

    .nameSevenPresent {
        font-size: 25px;
    }

    .titleSevenPresent {
        font-size: 20px;
    }

    .textSevenPresent {
        font-size: 18px;
    }

    .subNameSevenPresent {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .eightNamePresent {
        font-size: 23px;
    }

    .fleEightPresent {
        flex-direction: column;
        gap: 35px;

    }

    .eightLineItemPresent {

        width: 100%;
        border-left: unset;
        border-top: unset;
        height: 100px;

    }

    .eightNumberText {
        font-size: 15px;
    }

    .eightNumber {
        position: unset;
        text-align: center;
        margin: 0 auto;
    }

    .eightNumberText {
        width: 100%;
        position: unset;
        text-align: center;

    }

    .NinePartner {
        gap: 35px;
    }

    .InfoNinePartner {
        gap: 35px;
    }

}