/*  nav bar star */

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
text-decoration: none;
  }

.contenar{
    padding: 30px;
}
p.title,.header_nav li a,.contact__info__item__text {
  font-size: x-large !important;
}





p.copyright {
  text-align: justify;
}


.toggle-container {
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 6px;
    transition: background-color 0.3s ease-in-out 0.1s;
}



/* TOGGLE SWITCH STYLES */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 32px;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* CIRCLE STYLES AND ANIMATION */

.darkCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2C37;
    clip-path: circle(0% at 50% 0%);
    z-index: -1;
}

.lightCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    clip-path: circle(0% at 50% 0%);
    z-index: -1;
}

.darkCircle.grow {
    animation-name: circle-grow;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
}

.lightCircle.grow {
    animation-name: circle-grow;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
}

.dark {
    --background-color: rgb(4 23 39);
    --background-color-2: rgb(4 23 39);
    --text-color: #fff;
}

.light {
    --background-color: rgb(4 23 39);
    --background-color-2: rgb(4 23 39);
    --text-color: #fff;
}

@keyframes circle-grow {
    0% {
        clip-path: circle(0% at 50% 0%);
    }

    100% {
        clip-path: circle(150% at 50% 0%);
    }
}

:root {
    --background-color: rgb(4 23 39);
    --background-color-2: rgb(4 23 39);
    --text-color: #fff !important;

}

* {
    margin: 0;
    padding: 0;
    color:  --text-color !important;
}

body {
    background-color: var(--background-color) !important;
    color: var(--text-color) !important;
}

a {
    color: var(--text-color) !important;
}

.toggle-container {
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 6px;
}

.fa-sun,
.fa-moon {
    font-size: 1.5rem;
    color: #828FA3;
}

.text {
    color: #828FA3;
}

/* TOGGLE SWITCH STYLES */
.switch {
    position: relative;
    display: inline-block;
    width: 3.5vw;
    height: 3vh;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #635FC7;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.5vh;
    width: 1.5vh;
    left: 5px;
    bottom: 5px;
    background-color: white;

}



.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* CIRCLE STYLES AND ANIMATION */

.darkCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2C37;
    clip-path: circle(0% at 50% 0%);
    z-index: -1;
}

.lightCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    clip-path: circle(0% at 50% 0%);
    z-index: -1;
}

.darkCircle.grow {
    animation-name: circle-grow;
    animation-timing-function: ease-in-out;
}

.lightCircle.grow {
    animation-name: circle-grow;
    animation-timing-function: ease-in-out;
}

.dark {
    --background-color: rgb(4 23 39);
    --background-color-2: rgb(4 23 39);
    --text-color: #fff;
}

.light {
    --background-color: rgb(18 76 126);
    --background-color-2: rgb(18 76 126);
    --text-color: #fff;
}

p {
    font-size: larger !important
}

input,
textarea {
    border: 1px solid var(--text-color) !important;



}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    display: none !important;
}



select.goog-te-combo {
    border: none !important;
    background: transparent !important;
    color: var(--text-color) !important;
}



.one_tow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.link_nav a {
    font-weight: bold;
    color: var(--text-color) !important;

}




.one_tow {
    position: fixed;
    z-index: 9999;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    top: 0 !important;

    background-color: var(--background-color) !important;

}

.letter {
    letter-spacing: 25px !important;
    text-transform: capitalize;
    text-align: center !important;
}

.text {
    margin: 10px;
    font-size: medium;

    padding: 0 63px;
}

.details-tab {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    color: #ffffffcc;
    font-weight: 600;
    display: block;
    order: 0;
    background: #ffffff13;
    border-radius: 1.5rem;
    margin-right: 0.35rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    border: 2px solid transparent;
}

.details-tab:hover,
.details-tab:focus {
    border-color: #fff;
}

.details-tab::-webkit-details-marker {
    display: none;
}

.details-tabs {
    position: relative;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.details-content {
    order: 1;
    width: 100%;
}

.details-content details summary {
    font-weight: 600;
}

.details-item {
    display: contents;
}

.details-item[open]>.details-tab {
    background: #fff;
}


.header_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: var(--background-color) !important;

    width: 100%;
    top: 10%;
    padding: 10px;
}

.header_nav li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}


.header_nav .logo {
    display: block;
    float: left;
    font-size: 2em;
    text-decoration: none;
}

/* menu */

.header_nav .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header_nav .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header_nav .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header_nav .menu-icon .navicon:before,
.header_nav .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header_nav .menu-icon .navicon:before {
    top: 5px;
}

.header_nav .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header_nav .menu-btn {
    display: none;
}

.header_nav .menu-btn:checked~.menu {
    max-height: fit-content;
}

.header_nav .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header_nav .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header_nav .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header_nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header_nav .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 992px) {

  
    .header_nav li {
        float: left;
    }

    .header_nav li a {
        padding: 20px 30px;
    }

    .header_nav .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header_nav .menu-icon {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .menu a {
        font-size: 4vw;
        font-weight: 600;
        text-decoration: none;
    }

 

    .menu {
        position: fixed;
        top: 0;
        left: 50%;
        width: calc(100% - 80px);
        justify-content: space-between;
        margin: 40px 0;
        transform: translatex(-50%);
    }




    .pho__ne {
        display: block !important;

    }



    ul.menu {
        padding-top: 5vh;
    }

    .one_tow {
        top: 0;
    }
}












/*  nav bar end */






/* tras */



.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: #34495e;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-flag {
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.lang-dropdown {
  display: none;
  background: #34495e;
  border-radius: 5px;
  margin-top: 2px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selecting-lang:hover {
  background: #22313f;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}

ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* tras */

/* 1111111111111111111111111111111111111111111111111111111111111111111111111111111111 */

/* main */



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --font1: "Poppins";
  --font2: "Playfair Display";
  --dark: #221608;
} 




.flex__col {
  flex-direction: column;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  width: 100%;
}



/*  */

.intro {
  position: relative;
  width: calc(100% - 80px);
  min-height: 100vh;
  gap: 80px;
}

.intro h1 {
  width: 50%;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 100%;
  text-transform: uppercase;
}

.intro img {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  width: 33%;
  height: auto;
  aspect-ratio: 9/14;
  object-fit: cover;
  opacity: 0.2;
  transform: translateY(-50%);
}

.intro p {
  width: 50%;
  font-size: 1.6vw;
}

.intro p a {
  color: #000;
}

/* تطبيق التعديل على جميع العناصر ما عدا الأول */
.list__item:not(:first-child) {
  position: relative;
  height: calc(50vh);
  align-items: flex-end;
  margin: 108vh 0;
}




.list__item:first-child {
  position: relative;
  height: calc(100vh - 40px);
  align-items: flex-end;
  padding-bottom: 40px;
}

.list__item__title, .list__item__titleOutline {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  font-size: 21vw;
  font-weight: 700;
  line-height: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.list__item__titleOutline {
  z-index: 3;
  color: transparent;
  -webkit-text-stroke: 2px var(--dark);
}

.list__item img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 33%;
  height: auto;
  aspect-ratio: 9/14;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

ul.list__item__infos {
  width: calc(100% - 80px);
  justify-content: space-between;
}

.list__item__infos li {
  font-size: 1vw;
}

.list__item__infos li span {
  color: #818181;
}

.list__item__type, .list__item__project {
  position: absolute;
  top: 50%;
  font-size: 1vw;
  writing-mode: vertical-lr;
  text-orientation: upright;
  transform: translateY(-50%);
  color: #818181;
}

.list__item__type {
  left: 36px;
}

.list__item__project {
  right: 36px;
}  

@media (min-width: 1900px){
  .list__item__title, .list__item__titleOutline {
    font-size: 450px;
  }

  .list__item img, .intro__img {
    width: auto;
    height: 80%;
  }
}









/* main */



/* abput */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif !important;
  overflow-x: hidden;

}

:root {
  --light: #ffe6e6;
  --dark: #0c0c0c;
}



.category_container {
  --gap: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(var(--gap) * 2);
  width: 100%;
  height: 100%;
}

.content {
  --active: 0;
  cursor: pointer;
  overflow: clip;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
  padding: 2.5rem;
  width: calc((100% / 3) - var(--gap));
  height: 100%;
  border-radius: 1rem;
  transition: width 0.5s ease-in-out;
}

.content:hover {
  --active: 1;
  width: calc(70% - var(--gap));
}

.content::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  opacity: 0.6;
}

.content img {
  position: absolute;
  z-index: -20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content .profile_image {
  opacity: calc(1 - var(--active));
  transition: opacity 0.3s ease-in-out;
}

.profile_detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 12rem;
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.profile_detail span {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--light);
  text-wrap: nowrap;
}

.profile_detail p {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--light);
}

.profile_quote {
  width: 22rem;
  transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
}

.profile_quote p {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--light);
  transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.1s;
}

.wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
  transition: grid-template-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s, -ms-grid-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.profile_quote {
  min-height: 0;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.content:hover .wrapper {
  grid-template-rows: 1fr;
}

.content:hover .profile_quote {
  transform: none;
  opacity: 1;
}

dialog {
  position: absolute;
  z-index: 1;
  background: none;
  color: white;
  border: 0;
  font-size: 0.8rem;
  padding: 0.5em;
}

dialog a {
  color: whitesmoke;
}

section.section_About {
    height: 65vh;
    margin: 50vh 0;
}

.text_About p ,h3{
    margin: 20px 0;
}

.text_About h3{
    font-size: xx-large;
}



/* about */







/* servic */

section.section_servis {
    margin-top: 50vh ;
}

.section_servis p ,h3{
    margin: 20px 0;
}

.section_servis h3{
    font-size: xx-large;
}


.servic_ {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr; 
gap: 10vh;

}



/*PEN STYLES*/

* {
  box-sizing: border-box;
}



.blog-card {
  display: grid;
  margin: 1rem auto;
  margin-bottom: 1.6%;
  line-height: 1.4;
  border-radius: 5px;
  z-index: 0;
  height: 60vh;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: #5ad67d;
}

.blog-card .meta {
  height: 260px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-card .photo {
 
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
  border-radius: 10px;
}
.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}
.blog-card .details a {
  -webkit-text-decoration: dotted underline;
          text-decoration: dotted underline;
}
.blog-card .details ul li {
  display: inline-block;
}
.blog-card .details .author:before {
  margin-right: 10px;
  content: "";
}
.blog-card .details .date:before {
  margin-right: 10px;
  content: "";
}
.blog-card .details .tags ul:before {
  content: "";
  margin-right: 10px;
}
.blog-card .details .tags li {
  margin-right: 2px;
}
.blog-card .details .tags li:first-child {
  margin-left: -4px;
}
.blog-card .description {
  padding: 1rem;
  z-index: 1;
  display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog-card .description h1 {
  line-height: 2;
  margin: 0;
  font-size: 1.7rem;
}
.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: #5ad67d;
  display: inline-block;
  position: relative;
}
.blog-card .description .read-more a:after {
  content: "";
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}
.blog-card p:first-of-type {
  margin-top: 1.25rem;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #5ad67d;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 992px) {
  .blog-card {
    flex-direction: row;

  }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }
  .blog-card .description {
    flex-basis: 60%;
  }
 
  .blog-card.alt {
    flex-direction: row-reverse;
  }
  .blog-card.alt .description:before {
    left: inherit;
    right: -10px;
    transform: skew(3deg);
  }
  .blog-card.alt .details {
    padding-left: 25px;
  }
}
/* servic */









/* contact */
.control.has-prefix-icon {
    display: flex;
    align-items: center;
    border: 1px solid white;
    padding: 0 10px;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    margin: 15px 0;
}

.blog-card.cobtact_hi {
    width: 100%;
}
  @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



._hi{
  height: 65vh !important;
}

h3 {
    font-size: xx-large;
}
section.mb-4 {
    margin: 30px 0;
    gap: 10px;
    display: flex;
}

body {
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
        border: none !important;
        color: white;
    }



#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}


._no{
  justify-content:flex-start !important;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: none;
  background: none;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: white;
  color: black;

  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


section.section_contact {
    margin-top: 50vh;
}

.phone{
  display: none !important;
}




/*  */

/* 1111111111111111111111111111111111111111111111111111111111111111111 */

body {
    background-color: var(--background-color) !important;
    color: var(--text-color) !important;

    text-transform: capitalize !important;

}





.light {
    --background-color: rgb(18 76 126);
    --background-color-2: rgb(18 76 126);
    --text-color: #fff;
}


textarea{
  align-items: baseline;

}












/* medi */

@media screen and (max-width:992px) {
/* تطبيق التعديل على جميع العناصر ما عدا الأول */
.list__item:not(:first-child) {
  position: relative;
  height: calc(50vh);
  align-items: flex-end;
  margin: 0;

  margin-top: 108vh ;
}



  .blog-card {
    margin: 5rem auto;
  
}

  .letter {
    letter-spacing: 3px !important;
    text-transform: capitalize;
    text-align: center !important;
}


    
  .blog-card {

    display: block;
  }
    ul.menu{
        display: block;
    }

    .switch {
        width: 9vw;
    }
    ._hi {
      height: 111vh !important;
      display: block;
  }

  .blog-card .description {
    padding:1rem 0;
  
  }


  .blog-card{
    height: auto;
  }
  ul.menu {
    height: 100vh;
}
.content {
  width: 100% !important;
  height: 80vh;
}
.category_container{
  flex-direction: column;
}
.profile_detail {
  display: flex;
  width: 100%;
}

.content {


  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}
.category_container {

  height: 155%;
}


.phone{
  display: block !important;
}

.pc{
  display: none !important;
}
}


html{
  scroll-behavior: smooth;
}
.control.has-prefix-icon.tex {
  align-items: baseline;
}

strong {
  font-size: large;
}


section.sec_main {
  width: 100%;
  overflow-x: hidden;
}










/* lood */
 