*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:'Almarai', sans-serif;
    list-style: none;
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
.first-conect-logo{
  display: flex;
  justify-content: space-between;
}
.first-conect{
  margin:3.5rem 0 1rem  3.5rem;
}
.first-conect img{
  width:35px;
  margin:0rem 1rem 0 0;
}
.first-logo img{
  margin:2rem 4rem 0 0;
  width:120px;
}
.first-conect a{
font-weight:500;
font-size:18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#254A86;
}
.navbar-brand img{
  width: 65px;
  margin-right: 3rem;
}
.navbar{
  padding:.5rem 5rem 1rem 3rem;
  align-items: center;
  text-align: center;
  background-color: #3F7D58;
  border-radius: 10px;
  width:90%;
  margin:auto;
  }
  .navbar-light .navbar-nav .nav-link {
    font-weight:500;
    font-size:26px;
    line-height: 100%;
    letter-spacing: 0%;
    color:#FFFFFF;
    align-items: center;
 margin-right:4.5rem; 
  }
  .about-banar{
    margin-top: 1rem;
    background-image:url(../img/8059553\ 1\ \(1\).svg);
    background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   width:100%;
   height:100vh;
}
.all-about-banar-details{
    display: flex;
    width:100%;
}
.about-banar-details{
    width:100%;
    text-align: right;
    margin-top:12rem;
}
.about-banar-details-img{
    width:55%;
    margin-top:1rem;
}
.about-banar-details-img img{
    width:650px;
    height:550px;
}
.about-banar-details span{
  font-weight:600;
  font-size:42px;
  line-height: 143%;
  text-align: right;
  color: #009345; 
}
.all-about-banar-details-p{
   width:42%;
    text-align: right;
}
.about-banar-details p{
  font-weight:600;
  font-size:38px;
  line-height:140%;
  text-align: right;
  color: #1B1D1C;
  }
  .submit-banar{
    margin:5rem 7rem  0 0;
  }
  .submit-banar button{
    background-color:#3F7D58;
    color: white;
    border: none;
    outline: none;
    border:1px solid  #3F7D58;
    padding:13px 30px;
    border-radius:50px;
    transition: 0.5s;
    width:250px;
    font-size:30px;
}
.submit-banar button:hover{
letter-spacing:2px;
transform: scale(1.1);
}
.distinguishes-academy{
  margin:auto;
 margin-top:5rem;
  text-align: center;
}
.distinguishes-academy h1{
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #5E5E5E; 
  margin-bottom: 2rem;
}
.submit2 button{
  background-color:#3F7D58;
  color: white;
  border: none;
  outline: none;
  border:1px solid  #3F7D58;
  padding:13px 30px;
  border-radius:50px;
  transition: 0.5s;
  width:200px;
  font-size:15px;
}
.submit2 button:hover{
  letter-spacing:2px;
  transform: scale(1.1);
  }
  .we-about{
    width:15%;
    background-color: #FDC418;
    padding:.5rem;
    border-radius:25px;
  }
.logo {
  font-size: 32px;
  font-weight: bold;
  font-family: sans-serif;
  direction: rtl;
  display: inline-block;
}
.static {
  margin-left: 8px;
}
.english {
  direction: ltr;
  display: inline-block;
}
.first {
  display: inline;
}
.second {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 4s steps(6) infinite;
  vertical-align: bottom;
  position: relative;
}
.second::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: black;
  animation: blink 4s steps(6) infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }
  100% {
    width: 6ch;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
  .we-about h2{
font-weight:300;
font-size:20px;
color: #3F7D58;
text-align: center;
  }
  .about-us{
    margin-top:5rem;
    display:flex;
    justify-content: space-around;
    width:100%;
}
.online-details{
    width:40%;
  margin-top:6rem;
}
.online-details h1{
    color: #373737;
    font-size:40px;
    font-weight:700;
    text-align: right;
}
.online-details span{
  font-weight:500;
  font-size:40px;
  line-height: 120%;
color: #3B3D4C; 
}
.online-details-p{
    width:70%;
    text-align: right;
}
.online-details-p p{
    color: #373737;
    font-size:20px;
    font-weight:400;
    text-align: right;
line-height:157%;
}
.online-img{
  display: flex;
  justify-content: space-around;
  width:58%;
}
.about-vido img {
width:95%;
}
.about-img img{
 width:95%; 
}
 .manger-word ,.why-oct{
  margin-top:5rem;
  display:flex;
  justify-content: space-around;
  width:100%;
  padding:1rem;
}
.manger{
  width:70%;
  background-color: #FDC418;
  padding:.6rem;
}
.manger h1{
font-weight: 500;
font-size:45px;
color: #3F7D58;
margin: -3rem 0 0 8rem;
}
.manger-details{
  width:50%;
  margin-top:10rem;
}
.manger-p ,.why-oct-p{
  width:80%;
  text-align: right;
  margin-top: 3rem;
}
.manger-p p{
  font-weight:500;
  font-size:29px;
  line-height:135%;
  text-align: right;
color: #000000; 
padding-right:1rem; 
}
.manger-img , .why-img{
  width:52%;
}
.manger-img img{
width: 100%;
}
.why-img img{
  width:100%;
}
.why-ask h1{
font-weight: 500;
font-size:55px;
line-height: 100%;
text-align: right;
color: #3F7D58;
}
.why-oct-details{
  width:50%;
  margin-top:6rem;
}
.why-oct-p p{
  font-weight:370;
  font-size:28px;
  line-height:145%;
  text-align: right;
color:#000000; 
}
.all-details-project-img img{
width:100%;
border-radius:20px;
}
.porjects{
  background-color: #3F7D58;
margin-top:4rem;
}
.our-porject{
  padding:1.5rem;
}
.our-porject h1{
  font-weight: 500;
  font-size:35px;
  text-align:center;
  color: #FFFFFF;
}
.our-porject-p{
  width:53%;
  margin: auto;
  margin-top:1.5rem;
}
.our-porject-p p{
  font-weight:300;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
}
.all-details-project{
  margin-top:2rem;
  text-align:right;
}
.all-details-project-h2{
  width:12%;
  background-color:#FFFFFF;
  border-radius:10px;
text-align: center;
}
.all-details-project-h2 h2{
font-weight: 700;
font-size: 44px;
color: #009345;
}
#horzin-line{
background-color: #FDC418;
  width:22rem;
  height:.3rem;
}
.all-details-p{
  width:80%;
  margin-top:.5rem;
}
.all-details-p p{
  font-weight:300;
  font-size:15px;
  line-height: 125%;
 color: #FFFFFF; 
}
#horzin-line1{
  background-color: #FDC418;
  width:10rem;
  height:.3rem;
  margin: auto;
}
.contact-us{
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.input-form{
  align-items: center;
  text-align: center;
  background-color:#FFFFFF;
border-radius:.5rem;
padding: 5px ;
margin-top: auto;
width:400px;
display: flex;
margin-top: 2rem;
box-shadow: 5px 5px 5px 5px #fcf8f8;
}
.input-form input{
  background: transparent;
  border: none;
  outline: none;
    font-size:17px;
    font-weight:500;
color: #A0A0A0;
    height:2rem;
    width: 100%;
    padding: 1rem;
}
.contact-us-p{
  margin-top:12rem;
}
.contact-us-details{
  width:55%;
}
.contact-us-p p{
  font-weight:600;
  font-size:22px;
  text-align: right;
color: #2C2E39;  
}
#green-line{
  background-color:#009345;
  width:22rem;
  height:.3rem;
}
.contact-us-details-button{
  margin-top:2rem;
  text-align: right;
}
.contact-us-details-button button{
  background-color:#009345;
  color: #FFFFFF;
  border: none;
  outline: none;
  border:1px solid  #009345;
  padding:10px 20px;
  border-radius:25px;
  transition: 0.5s;
  width:350px;
}
.contact-us-details-button button:hover{
  letter-spacing:2px;
  transform: scale(1.1);
  }
.contact-us-img{
width:60%;
}
.contact-us-img img{
width:100%;
  }
  .slider-h1{
    margin-top: 3rem;
  }
  .slider-h1 h1{
font-weight: 600;
font-size:35px;
line-height: 120%;
text-align: center;
color:#3B3D4C;
  }
.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
/* إعدادات التراك */
.logo-slider-track {
  display: flex;
  width: max-content;
  animation: scrollLogo 20s linear infinite;
}
/* إعدادات الصور */
.logo-slide {
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.logo-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.logo-slide img:hover {
  transform: scale(1.05);
}
/* حركة التمرير */
@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* تأثير التدرج على الجوانب */
.logo-slider::before,
.logo-slider::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  z-index: 2;
  top: 0;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}
.projects-slider{
  display: flex;
  justify-content: space-between;
  margin-top:12rem;
}
.fild-projects h1 {
font-weight:400;
font-size:53px;
line-height: 100%;
color: #3F7D58;
text-align: center;
}
.fild-projects{
  width:80%;
  margin:auto;
  margin-top:12rem;
}
#horzin-line3{
  background-color: #FDC418;
  width:30rem;
  height:.3rem;
  margin: auto;
}
.ouR-fild-projectsn{
  width:32%;
}
.ouR-fild-projects-h2{
  text-align: center;
  margin-top:1rem;
}
.ouR-fild-projects-h2 h2{
  font-weight:400;
  font-size:35px;
  line-height: 100%;
color: #3F7D58; 
}
.ouR-fild-projects-p{
  width:78%;
  margin: auto;
}
.ouR-fild-projects-p p{
  font-weight:400;
  font-size:18px;
  text-align: center;
  color: #212020;
}
.ouR-fild-projects-img img{
  width:100%;
  border-radius:20px;
}
.prev{
margin-right:19rem;
}
.next{
  margin-left:19rem;
}
.more-information {
  text-align: center;
  margin:auto;
  width:75%;
  margin-top: 5rem;
  display: flex;
  justify-content: space-around;
  padding:2rem;
  border-radius:9px;
}
.our-Clients{
  margin-top:8rem;
}
.our-Clients-details{
  width:30%;
  text-align: right;
}
.our-Clients-details h1{
  font-weight:600;
  font-size:25px;
  text-align: right;
  color: #000000;
  padding: 2rem 2rem 0rem 2rem;
}
.more-information h1{
  font-size:38px;
  font-weight: 700;
  line-height: 52.5px;
  text-align: right;
  color:#FFFFFF;
  background-color: #3F7D58;
  width:150px;
  height:150px;
  border-radius:50%;
  text-align: center;
  line-height:150px;
  }
  .more-information p{
  font-size:30px;
  font-weight: 700;
  line-height: 26.78px;
  text-align: center;
  color: #000000;
  margin-top:1rem;
  }
  .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #horzin-line4{
    background-color: #FDC418;
    width:20rem;
    height:.3rem;
    text-align: right;
    margin-right:2rem;
  }
  .all-down-section{
    background-image: url(../imges/Group\ 7091\ 1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width:100%;
    height:auto;
}
  .all-footer{
    display:flex;
    justify-content: space-between;
    padding:2rem 10rem 3rem  6rem;
    background-image: url(../img/Group\ 39239.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width:100%;
    height:auto;
    margin-bottom:1ewm;
}
.logo-about{
    width:35%;
    margin-top:20rem;
}
.logo-img{
    width:20%;
    margin-top:3rem;
}
.logo-img img{
    width:150px;
    height:150px;
    margin-right:2rem;
}
.iimmg{
  margin-left: 1rem;
  margin-top:1rem;
}
.about-details{
    text-align: right;
}
.about-details-img img{
   width:120px;
   text-align: right;
}
.about-details-img img:hover{
  transform: scale(1.1);
}

.about-academy-footer{
    width:25%;
    text-align: right;
    margin-top:18rem;
}
.about-academy-footer h1 , .imprt-link h1 , .call-us h1{
    color: #FFFFFF;
    font-size:18px;
    font-weight:700;
    margin-top:8rem;
}
.about-academy-footer span{
    font-size:18px;
    font-weight:200;
    color: #FFFFFF;
}
.about-academy-footer-img{
margin-top:1rem;
}
.imprt-link{
    width:15%;
    text-align: right;
    margin-top:18rem;
}
.imprt-link a{
    color: #FFFFFF;
    text-decoration: none;
}
.call-us{
    width:25%;
    text-align: right;
    margin-top: 18rem;
}
.call-us-img{
  margin-top:1rem;
}
.call-us img{
    width:18px;
    height:18px;
    margin-left:.2rem;
    margin-top:.5rem;
}
.call-us span{
font-weight:400;
font-size:15px;
text-align: right;
  color: #FFFFFF;
  }
.call-us h3{
font-weight:300;
font-size:15px;
text-align: right;
color: #FFFFFF;
margin-top: .5rem;
}
#horzin-line5{
  background-color: #FDC418;
  width:5rem;
  height:.2rem;
  text-align: right;
}
@media (max-width:1030px){
  .navbar {
    padding: .5rem 0rem 1rem 3rem;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
  margin-right: 2.5rem;
}
.we-about {
  width: 26%;
}
.online-details h1 {
  font-size: 28px;
}
.online-details-p {
  width: 98%;
}
.why-ask h1 {
  font-size: 40px;
}
.manger-p, .why-oct-p {
  width: 100%;
}
.why-oct-p p {
  font-size: 22px;
}
#horzin-line {
  width: 18rem;
}
.manger {
  width: 103%;
}
.manger h1 {
  font-size: 41px;
}
.manger-p p {
  font-size: 22px;
}
.about-img{
  width:160px;
}
.online-img {
  width: 58%;
}
.manger-img, .why-img {
  width: 71%;
}
.about-banar-details p {
  font-size: 26px;
}
.about-banar-details h1 {
  font-size: 32px;
}.submit-banar {
  margin: 5rem 0rem  0 0;
}
.prev {
  margin-right:15rem;
}
.ouR-fild-projects-h2 h2 {
  font-size: 30px;
}
.ouR-fild-projects-p p {
  font-size: 16px;
}
.contact-us-details {
  width:85%;
}
.our-Clients-details {
  width: 48%;
}
.all-footer {
  padding: 2rem 4rem 3rem  1rem;
}
.next {
  margin-left: 15rem;
}
}
@media (max-width:790px){
  .navbar-light .navbar-toggler {
    color:#FFFFFF;
    border-color:#FFFFFF;
}
.about-banar-details p {
  font-size: 21px;
}
.submit-banar button {
  width: 211px;
  font-size: 22px;
}
.we-about {
  width: 33%;
}
.online-details-p p {
  font-size: 14px;
}
.online-details span {
  font-size: 27px;
}
.about-img {
  width: 149px;
}
.why-ask h1 {
  font-size: 36px;
}
.why-oct-p p {
  font-size: 16px;
}
.manger h1 {
  margin: -3rem 0 0 4rem;
}
.manger h1 {
  font-size: 31px;
}
.manger-p p {
  font-size:15px;
  line-height: 141%;
}
.fild-projects h1 {
  font-size: 42px;
}
.our-Clients-details {
  width: 59%;
}
.prev {
  margin-right: 10rem;
}
.all-footer {
  padding: 2rem 0rem 2rem  1rem;
}
.fild-projects {
  width: 83%;
}
.next {
  margin-left: 10rem;
}
.ouR-fild-projects-h2 h2 {
  font-size: 22px;
}
.ouR-fild-projects-p p {
  font-size: 13px;
}
.logo-about {
  width: 38%;
}
.about-academy-footer span {
  font-size: 13px;
}
.call-us h3 {
  font-size: 13px;
}
.imprt-link {
  width: 17%;
}
.imprt-link span {
font-size:13px;
}

}
@media (max-width:450px){
  .first-logo img {
    margin: 2rem 1rem 0 0;
    width: 76px;
}
.first-conect a {
  font-size: 15px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
}
.our-porject-p {
  width: 100%;
}
  .first-conect {
    margin: 3.5rem 0 1rem  0.5rem;
}
.navbar-brand img {
  margin-right: 0rem;
}
.about-banar-details h1 {
  font-size:35px;
  text-align: center;
  background-color: #FDC418;
}
.all-about-banar-details-p {
  width: 100%;
  text-align: center;
}
.about-banar-details p {
  font-size:26px;
  text-align: center;
  margin-top: 2rem;
}
.slider-h1 h1 {
  font-size: 23px;
}
.submit-banar {
  margin: 5rem 0rem  0 0;
  text-align: center;
}
.distinguishes-academy h1 {
  font-size: 16px;
}
.online-details {
  width: 66%;
  text-align: center;
}
.we-about {
  width: 100%;
}
.online-details {
  width: 85%;
  margin-top: 5rem;
  text-align: center;
}
.online-details-p p {
  font-size:18px;
  text-align: center;
}
.online-details-p {
  width: 111%;
}
.we-about {
  width: 40%;
  margin-bottom: 1rem;
}
.online-img {
    width: 95%;
}
.contact-us-img {
    width: 100%;
}
  .contact-us {
    margin-top:0rem;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.about-us {
  width: 100%;
  flex-direction: column;
}
.manger-word, .why-oct {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: -1rem;
}
.why-oct-details {
  width: 100%;
  text-align: center;
}
.why-ask h1 {
  text-align: center;
}
.why-oct-p p {
  text-align: center;
}
.manger-img, .why-img {
  width: 98%;
}
.our-porject-p {
  margin-top: 1.5rem;
}
.manger-details {
  width: 94%;
  margin-top: 8rem;
}
.manger-p {
  text-align: center;
  margin-top: 1rem;
}
.manger-p p {
  font-size: 16px;
  line-height: 131%;
  text-align: center;
}
.fild-projects h1 {
  font-size: 27px;
}
.fild-projects {
  margin-top: 3rem;
}
.next {
  margin-left: 5rem;
  width: 35px;
  margin-top: 6rem;
}
.ouR-fild-projects-h2 h2 {
  font-size: 17px;
}
.ouR-fild-projects-p {
  width: 100%;
}
.ouR-fild-projects-p p {
  font-size: 10px;
}
#horzin-line3 {
  width: 20rem;
}
.more-information {
  width: 100%;
}
.more-information h1 {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
.prev {
  margin-right:5rem;
  width: 35px;
  margin-top: 6rem;
}
.contact-us-details {
  width: 100%;
  text-align: center;
}
.contact-us-p {
  margin-top: 3rem;
}
.contact-us-p p {
  font-size: 21px;
  text-align: center;
}
#green-line {
  width: 21rem;
}
.our-Clients-details {
  text-align: center;
  width: 100%;
}
.our-Clients {
  margin-top: -3rem;
}
.our-Clients-details h1 {
  text-align: center;
  padding: 2rem 2rem 0rem 2rem;
}
.more-information h1 {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.more-information h1 {
  font-size: 27px;
}
.more-information p {
  font-size: 21px;
}
.our-Clients-details h1 {
  font-size: 16px;
}
#horzin-line4 {
  width: 12rem;
}
.all-footer {
  flex-direction: column;
  margin-top: -20rem;
}
.logo-about {
  width: 100%;
  text-align: center;
  margin-top:27rem;
}
.logo-img img {
  align-items: center;
}
.logo-img {
  width:96%;
  margin-top: -3rem;
}
.iimmg {
  margin-right: 4rem;
}
.about-academy-footer {
  width: 100%;
  text-align: center;
  margin-top: -5rem;
}
#horzin-line5 {
  width: 0rem;
}
.about-academy-footer span {
  font-size: 17px;
}
.about-academy-footer h1, .imprt-link h1, .call-us h1 {
  font-size: 22px;
}
.imprt-link {
  width:100%;
  text-align: center;
  margin-top: -4rem;
}
.imprt-link span {
  font-size: 16px;
}
.call-us {
  width: 100%;
  text-align: center;
  margin-top: -4rem;
}
.call-us span {
  font-weight: 400;
  font-size: 19px;
  text-align: center;
  color: #FFFFFF;
}
.call-us h3 {
  font-size: 15px;
  margin-top: 0.5rem;
  text-align: center;
}
.online-details h1 {
  font-size: 30px;
  text-align: center;
}
.slider-track {
  animation: scroll 10s linear infinite;
}
}
@media (max-width:390px){
  .navbar {
    padding: 0.5rem 0rem 1rem 1rem;
}
  .input-form {
    width: 335px;
}
.contact-us-p p {
  font-size: 12px;
}
.fild-projects h1 {
  font-size: 23px;
}
.next {
  width: 30px;
}
.prev {
  width: 30px;
}
.projects-slider {
  margin-top: 3rem;
}
.our-Clients-details h1 {
  font-size: 14px;
}
.about-details-img img {
  width: 85px;
}
.all-details-p {
  width: 100%;
}
.why-oct-p p {
  font-size: 14px;
  margin-top:-2rem;
}
.about-img {
  width:120px;
}
.online-details-p p {
  font-size: 12px;
}
.about-banar-details h1 {
  font-size: 30px;
}
.about-banar-details p {
  font-size: 19px;
}
.submit-banar {
  margin: 2rem 0rem  0 0;
}
.our-porject-p p {
  font-size: 13px;
}
.manger-p p {
  font-size: 14px;
}
.manger h1 {
  font-size: 32px;
  margin: -3rem 0 0 2rem;
}
}
@media (max-width:350px){
  .navbar {
    width: 97%;
}
.first-conect img {
  width: 28px;
}
.first-conect a {
  font-size: 12px;
}
#green-line {
  width: 17rem;
}
.contact-us-details-button button {
  width: 306px;
}
.more-information h1 {
  width: 85px;
  height: 85px;
  line-height: 85px;
}
.more-information h1 {
  font-size: 21px;
}
.more-information p {
  font-size: 17px;
}
.our-Clients-details h1 {
  font-size: 12px;
}
.contact-us-details-button button {
  width: 295px;
}
.input-form {
  width: 290px;
}
.prev {
  margin-right: 4rem;
}
.fild-projects h1 {
  font-size: 20px;
}
#horzin-line3 {
  width: 16rem;
}
.manger-p p {
  font-size: 11px;
}
.manger {
  width: 107%;
}
.all-details-project-h2 {
  width: 22%;
}
#horzin-line {
  width: 17rem;
}
.all-details-p p {
  font-size: 13px;
}
.why-ask h1 {
  font-size: 30px;
}
.about-img {
  width: 93px;
}
.about-img {
  width: 103px;
}
.online-details h1 {
  font-size: 18px;
}
.navbar-brand img {
  width: 46px;
}
.logo-img img {
  width: 115px;
  height: 115px;
}
.about-details-img img {
  width: 61px;
}

textarea{
  width:800px;
  height:600px;

}
}

#txt_msg{

  width: 600px;
  height: 205px;
  border-radius: 0px;
  outline: none;
  /* outline-color: white; */
  border-color: white;

}




